Trace number 4445981

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.22 3561.39

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820146.opb
MD5SUM081659ee65bc936cbb896171f511d736
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4445981-1721329957.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.13/0.20	c ... done. Wall clock time 0.044s.
0.13/0.20	c declared #vars     600
0.13/0.20	c #constraints  845
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 675
0.13/0.20	c 845 constraints processed.
4.19/2.23	c cleaning 2499 clauses out of 5000 with flag 0/5000
13.21/9.52	c cleaning 4235 clauses out of 8501 with flag 0/11000
27.58/23.78	c cleaning 5626 clauses out of 11266 with flag 0/18000
47.39/43.47	c cleaning 6809 clauses out of 13640 with flag 0/26000
68.42/64.24	c cleaning 7911 clauses out of 15832 with flag 0/35001
98.13/93.40	c cleaning 8953 clauses out of 17920 with flag 0/45000
140.30/134.61	c cleaning 9971 clauses out of 19968 with flag 0/56001
189.54/183.19	c cleaning 10993 clauses out of 22000 with flag 0/68004
247.86/240.89	c cleaning 12000 clauses out of 24004 with flag 0/81001
313.56/305.68	c cleaning 12998 clauses out of 26003 with flag 0/95000
407.32/398.27	c cleaning 13993 clauses out of 28005 with flag 0/110000
513.04/502.88	c cleaning 15002 clauses out of 30012 with flag 0/126000
613.31/602.03	c cleaning 15998 clauses out of 32010 with flag 0/143000
716.25/703.78	c cleaning 16995 clauses out of 34012 with flag 0/161000
806.84/793.13	c cleaning 18002 clauses out of 36017 with flag 0/180000
897.96/883.13	c cleaning 18999 clauses out of 38017 with flag 0/200002
1016.79/1000.68	c cleaning 20005 clauses out of 40016 with flag 0/221000
1144.57/1126.99	c cleaning 20998 clauses out of 42011 with flag 0/243000
1275.40/1256.33	c cleaning 22006 clauses out of 44014 with flag 0/266001
1429.10/1408.80	c cleaning 23003 clauses out of 46007 with flag 0/290000
1582.39/1560.79	c cleaning 24000 clauses out of 48006 with flag 0/315002
1756.39/1733.41	c cleaning 24990 clauses out of 50004 with flag 0/341000
1946.32/1921.63	c cleaning 25999 clauses out of 52015 with flag 0/368001
2156.45/2129.86	c cleaning 27003 clauses out of 54016 with flag 0/396001
2379.60/2351.34	c cleaning 27999 clauses out of 56012 with flag 0/425000
2626.61/2596.65	c cleaning 29003 clauses out of 58013 with flag 0/455000
2899.00/2866.54	c cleaning 29997 clauses out of 60010 with flag 0/486000
3192.91/3157.88	c cleaning 31002 clauses out of 62017 with flag 0/518004
3481.83/3444.45	c cleaning 31997 clauses out of 64011 with flag 0/551000
3600.09/3561.32	c starts		: 43
3600.09/3561.32	c conflicts		: 567179
3600.09/3561.32	c decisions		: 714588
3600.09/3561.32	c propagations		: 29820558
3600.09/3561.32	c inspects		: 3939183722
3600.09/3561.32	c shortcuts		: 0
3600.09/3561.32	c learnt literals	: 0
3600.09/3561.32	c learnt binary clauses	: 0
3600.09/3561.32	c learnt ternary clauses	: 0
3600.09/3561.32	c learnt constraints	: 567179
3600.09/3561.32	c ignored constraints	: 0
3600.09/3561.32	c root simplifications	: 0
3600.09/3561.32	c removed literals (reason simplification)	: 0
3600.09/3561.32	c reason swapping (by a shorter reason)	: 0
3600.09/3561.32	c Calls to reduceDB	: 29
3600.09/3561.32	c Number of update (reduction) of LBD	: 553535
3600.09/3561.32	c Imported unit clauses	: 0
3600.09/3561.32	c No decision after first conflict	: false
3600.09/3561.32	c number of reductions to clauses (during analyze)	: 0
3600.09/3561.32	c number of learned constraints concerned by reduction	: 0
3600.09/3561.32	c number of learning phase by resolution	: 0
3600.09/3561.32	c number of learning phase by cutting planes	: 0
3600.09/3561.32	c number of rounding to 1 operations	: 0
3600.09/3561.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3561.32	c number of reductions of the coefficients by power 2 	: 0
3600.09/3561.32	c number of right shift for reduction by power 2 	: 0
3600.09/3561.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3561.32	c number of ending skipping 	: 0
3600.09/3561.32	c timeout
3600.09/3561.32	c number of internal skipping 	: 0
3600.09/3561.32	c number of derivation steps 	: 6909378
3600.09/3561.32	c number of skipped derivation steps 	: 0
3600.09/3561.32	c number of remaining unassigned 	: 706774
3600.09/3561.32	c number of remaining assigned 	: 83643783
3600.09/3561.32	c number of falsified literals weakened from reason	: 0
3600.09/3561.32	c number of falsified literals weakened from conflict	: 0
3600.09/3561.32	c time for arithmetic operations	: 7425530651
3600.09/3561.34	c minimum degree of deleted constraints	: 1
3600.09/3561.34	c maximum degree of deleted constraints	: 666481452024938992375231915725278209205786256
3600.09/3561.34	c number of deleted constraints	: 518986
3600.09/3561.34	c speed (assignments/second)	: 8373.891469994818
3600.09/3561.34	c non guided choices	: 848
3600.09/3561.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1183
3600.09/3561.37	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1318
3600.09/3561.37	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 45692
3600.09/3561.37	s UNKNOWN
3600.09/3561.37	c Total wall clock time (in seconds): 3561.222

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=971248, runsolver pid=971245

[startup+0.10083 s]*
/proc/loadavg: 4.04 4.08 4.09 11/329 971267
/proc/meminfo: memFree=127250048/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=18975048 memory=65032 CPUtime=0.13 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 7221 0 0 0 12 1 0 0 20 0 18 0 185162339 19430449152 16258 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4743762 16258 5665 1 0 549358 0
[pid=971248/tid=971250] ppid=971245 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 1078198336 5758 0 0 0 7 1 0 0 20 0 18 0 185162340 19430449152 16258 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185162342 19430449152 16258 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185162343 19430449152 16258 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65032 KiB

[startup+0.206868 s]*
/proc/loadavg: 4.04 4.08 4.09 11/330 971268
/proc/meminfo: memFree=126897276/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19041612 memory=78440 CPUtime=0.33 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 7786 0 0 0 31 2 0 0 20 0 19 0 185162339 19498610688 19610 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4760403 19610 5867 1 0 550022 0
[pid=971248/tid=971250] ppid=971245 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 1077936192 6049 0 0 0 16 2 0 0 20 0 19 0 185162340 19498610688 19610 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19041612 memory=2643 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185162342 19498610688 19610 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19041612 memory=14126753849280249 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185162343 19498610688 19610 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (java) R 971245 971248 971055 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 185162360 19498610688 19610 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 78440 KiB

[startup+0.305995 s]*
/proc/loadavg: 4.04 4.08 4.09 10/330 971268
/proc/meminfo: memFree=126585840/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19041612 memory=97196 CPUtime=0.51 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 9121 0 0 0 48 3 0 0 20 0 19 0 185162339 19498610688 24299 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4760403 24299 5867 1 0 551132 0
[pid=971248/tid=971250] ppid=971245 vsize=19041612 memory=-8816192556058845884 CPUtime=0.25 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 6119 0 0 0 23 2 0 0 20 0 19 0 185162340 19498610688 24299 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185162342 19498610688 24299 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185162343 19498610688 24299 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 185162360 19498610688 24299 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 97196 KiB

[startup+0.703997 s]
/proc/loadavg: 4.04 4.08 4.09 12/330 971268
/proc/meminfo: memFree=125875108/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=180128 CPUtime=1.24 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 13359 0 0 0 119 5 0 0 20 0 20 0 185162339 19566772224 45032 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 45032 5867 1 0 554630 0
[pid=971248/tid=971250] ppid=971245 vsize=19108176 memory=43800 CPUtime=0.58 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 6160 0 0 0 55 3 0 0 20 0 20 0 185162340 19566772224 45032 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162342 19566772224 45032 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19108176 memory=2232 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185162343 19566772224 45032 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19108176 memory=1844 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162360 19566772224 45032 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180128 KiB

[startup+1.501 s]
/proc/loadavg: 4.04 4.08 4.09 10/332 971270
/proc/meminfo: memFree=124562948/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=339676 CPUtime=2.81 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 18557 0 0 0 273 8 0 0 20 0 20 0 185162339 19566772224 84919 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 84919 5867 1 0 554861 0
[pid=971248/tid=971250] ppid=971245 vsize=19108176 memory=12504 CPUtime=1.35 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 6521 0 0 0 129 6 0 0 20 0 20 0 185162340 19566772224 84919 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162342 19566772224 84919 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19108176 memory=2232 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185162343 19566772224 84919 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19108176 memory=1844 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162360 19566772224 84919 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 339676 KiB

[startup+3.10601 s]
/proc/loadavg: 4.44 4.17 4.11 6/307 971309
/proc/meminfo: memFree=126653568/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=846212 CPUtime=5.99 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 22693 0 0 0 579 20 0 0 20 0 20 0 185162339 19566772224 211553 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 211553 5867 1 0 555483 0
[pid=971248/tid=971250] ppid=971245 vsize=19108176 memory=0 CPUtime=2.91 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 8375 0 0 0 275 16 0 0 20 0 20 0 185162340 19566772224 211553 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19108176 memory=-8816192556058845884 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162342 19566772224 211553 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185162343 19566772224 211553 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19108176 memory=2232 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162360 19566772224 211553 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 846212 KiB

[startup+6.30028 s]
/proc/loadavg: 4.44 4.17 4.11 5/331 971338
/proc/meminfo: memFree=123030152/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=1326616 CPUtime=9.87 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 23382 0 0 0 958 29 0 0 20 0 20 0 185162339 19566772224 331654 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 331654 5883 1 0 555484 0
[pid=971248/tid=971250] ppid=971245 vsize=19108176 memory=2232 CPUtime=6.04 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 8606 0 0 0 579 25 0 0 20 0 20 0 185162340 19566772224 331654 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162342 19566772224 331654 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 185162343 19566772224 331654 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19108176 memory=-2546404450263329401 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162360 19566772224 331654 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 9.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1326616 KiB

[startup+12.7003 s]
/proc/loadavg: 4.37 4.16 4.11 5/331 971339
/proc/meminfo: memFree=121340388/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=1332812 CPUtime=16.5 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 23922 0 0 0 1619 31 0 0 20 0 20 0 185162339 19566772224 333203 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 333203 5883 1 0 555484 0
[pid=971248/tid=971250] ppid=971245 vsize=19108176 memory=12504 CPUtime=12.35 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 9095 0 0 0 1210 25 0 0 20 0 20 0 185162340 19566772224 333203 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19108176 memory=1330752 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162342 19566772224 333203 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 185162343 19566772224 333203 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162360 19566772224 333203 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 16.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1332812 KiB

[startup+25.5003 s]
/proc/loadavg: 4.31 4.16 4.11 5/331 971342
/proc/meminfo: memFree=119064548/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=1774028 CPUtime=29.39 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 31307 0 0 0 2899 40 0 0 20 0 20 0 185162339 19566772224 443507 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 443507 5883 1 0 662012 0
[pid=971248/tid=971250] ppid=971245 vsize=19108176 memory=1330752 CPUtime=24.94 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 11815 0 0 0 2460 34 0 0 20 0 20 0 185162340 19566772224 443507 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19108176 memory=2474 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162342 19566772224 443507 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 185162343 19566772224 443507 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162360 19566772224 443507 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 29.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1774028 KiB

[startup+51.106 s]
/proc/loadavg: 4.26 4.16 4.11 5/331 971345
/proc/meminfo: memFree=117736848/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=1782556 CPUtime=55.15 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 36371 0 0 0 5473 42 0 0 20 0 20 0 185162339 19566772224 445639 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 445639 5883 1 0 662012 0

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

/proc/meminfo: memFree=110904352/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=3114148 CPUtime=3257.97 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 278107 0 0 0 325548 249 0 0 20 0 20 0 185162339 19566772224 778537 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 778537 5904 1 0 790445 0
[pid=971248/tid=971250] ppid=971245 vsize=19108176 memory=3114100 CPUtime=3159.01 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 127667 0 0 0 315836 65 0 0 20 0 20 0 185162340 19566772224 778537 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19108176 memory=3114100 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162342 19566772224 778537 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19108176 memory=3114144 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 4017 0 0 0 0 0 0 0 20 0 20 0 185162343 19566772224 778537 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19108176 memory=3114144 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162360 19566772224 778537 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 3257.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114148 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.22 4.20 5/331 973181
/proc/meminfo: memFree=110903960/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=3114156 CPUtime=3318.56 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 280399 0 0 0 331604 252 0 0 20 0 20 0 185162339 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 778539 5904 1 0 790445 0
[pid=971248/tid=971250] ppid=971245 vsize=19108176 memory=3114156 CPUtime=3217.97 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 129524 0 0 0 321732 65 0 0 20 0 20 0 185162340 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19108176 memory=1844 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162342 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 4111 0 0 0 0 0 0 0 20 0 20 0 185162343 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19108176 memory=40388 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162360 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 3318.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114156 KiB

[startup+3342.3 s]
/proc/loadavg: 4.34 4.26 4.21 5/331 973191
/proc/meminfo: memFree=110903520/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=3114156 CPUtime=3379.02 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 283332 0 0 0 337648 254 0 0 20 0 20 0 185162339 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 778539 5904 1 0 790445 0
[pid=971248/tid=971250] ppid=971245 vsize=19108176 memory=3114156 CPUtime=3276.86 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 130919 0 0 0 327621 65 0 0 20 0 20 0 185162340 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 45 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19108176 memory=3114156 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162342 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19108176 memory=25896 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 4205 0 0 0 0 0 0 0 20 0 20 0 185162343 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19108176 memory=280854086940576 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162360 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 3379.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114156 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.24 4.20 5/331 973201
/proc/meminfo: memFree=110903224/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=3114156 CPUtime=3439.56 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 287199 0 0 0 343700 256 0 0 20 0 20 0 185162339 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 778539 5904 1 0 790445 0
[pid=971248/tid=971250] ppid=971245 vsize=19108176 memory=3114156 CPUtime=3335.87 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 132836 0 0 0 333521 66 0 0 20 0 20 0 185162340 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 49 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19108176 memory=3114156 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162342 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19108176 memory=3114156 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 4298 0 0 0 0 0 0 0 20 0 20 0 185162343 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162360 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 3439.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114156 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.23 4.20 5/332 973212
/proc/meminfo: memFree=110902856/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=3114156 CPUtime=3499.86 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 291217 0 0 0 349727 259 0 0 20 0 20 0 185162339 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 778539 5904 1 0 790445 0
[pid=971248/tid=971250] ppid=971245 vsize=19108176 memory=3114156 CPUtime=3394.86 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 135019 0 0 0 339420 66 0 0 20 0 20 0 185162340 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 49 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19108176 memory=3114156 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162342 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19108176 memory=3114156 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 4391 0 0 0 0 0 0 0 20 0 20 0 185162343 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19108176 memory=3114156 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162360 19566772224 778539 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 3499.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114156 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.21 4.19 5/333 973228
/proc/meminfo: memFree=110902664/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=3114160 CPUtime=3560.43 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 295085 0 0 0 355782 261 0 0 20 0 20 0 185162339 19566772224 778540 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 778540 5904 1 0 790445 0
[pid=971248/tid=971250] ppid=971245 vsize=19108176 memory=3114160 CPUtime=3453.69 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 137412 0 0 0 345303 66 0 0 20 0 20 0 185162340 19566772224 778540 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 49 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19108176 memory=3114160 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162342 19566772224 778540 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19108176 memory=1992 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 4484 0 0 0 0 0 0 0 20 0 20 0 185162343 19566772224 778540 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19108176 memory=3114160 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162360 19566772224 778540 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 3560.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114160 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3561.3 s]
/proc/loadavg: 4.25 4.22 4.19 5/332 973300
/proc/meminfo: memFree=110337328/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=3114176 CPUtime=3600.09 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 306295 0 0 0 359744 265 0 0 20 0 20 0 185162339 19566772224 778544 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 778544 5904 1 0 790445 0
[pid=971248/tid=971250] ppid=971245 vsize=19108176 memory=3114168 CPUtime=3491.94 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 140968 0 0 0 349127 67 0 0 20 0 20 0 185162340 19566772224 778544 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 49 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19108176 memory=43800 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162342 19566772224 778544 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19108176 memory=2232 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 4577 0 0 0 0 0 0 0 20 0 20 0 185162343 19566772224 778544 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19108176 memory=104 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162360 19566772224 778544 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114176 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.55 s, system=2.66789 s

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

[startup+3561.3 s]
/proc/loadavg: 4.25 4.22 4.19 5/332 973300
/proc/meminfo: memFree=110337328/131524600 swapFree=131071996/131071996
[pid=971248] ppid=971245 vsize=19108176 memory=3114176 CPUtime=3600.09 cores=4,6
/proc/971248/stat : 971248 (java) S 971245 971248 971055 0 -1 1077936128 306295 0 0 0 359744 265 0 0 20 0 20 0 185162339 19566772224 778544 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
/proc/971248/statm: 4777044 778544 5904 1 0 790445 0
[pid=971248/tid=971250] ppid=971245 vsize=19108176 memory=3114168 CPUtime=3491.94 cores=4,6
/proc/971248/task/971250/stat : 971250 (java) R 971245 971248 971055 0 -1 4194368 140968 0 0 0 349127 67 0 0 20 0 20 0 185162340 19566772224 778544 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 49 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971260] ppid=971245 vsize=19108176 memory=43800 CPUtime=0 cores=4,6
/proc/971248/task/971260/stat : 971260 (Finalizer) S 971245 971248 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162342 19566772224 778544 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971267] ppid=971245 vsize=19108176 memory=2232 CPUtime=0 cores=4,6
/proc/971248/task/971267/stat : 971267 (Common-Cleaner) S 971245 971248 971055 0 -1 1077936192 4577 0 0 0 0 0 0 0 20 0 20 0 185162343 19566772224 778544 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
[pid=971248/tid=971268] ppid=971245 vsize=19108176 memory=104 CPUtime=0 cores=4,6
/proc/971248/task/971268/stat : 971268 (Timer-0) S 971245 971248 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162360 19566772224 778544 134679101440 94643086766080 94643086769776 140729065417792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94643086777592 94643086778384 94643118235648 140729065423860 140729065423968 140729065423968 140729065430984 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3114176 KiB

Child status: 143

Real time (s): 3561.39
CPU time (s): 3600.22
CPU user time (s): 3597.55
CPU system time (s): 2.66789
CPU usage (%): 101.09
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3114176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.55
system time used= 2.66789
maximum resident set size= 3115792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308490
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 151317
involuntary context switches= 9546


# summary of solver processes directly reported to runsolver:
#   pid: 971248
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.55
#   total CPU system time (s): 2.66789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.69675 second user time and 18.5618 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-18 21:12:49
IDJOB=4445981
IDBENCH=155408
IDSOLVER=3052
FILE ID=nodeC027/4445981-1721329957
RUNJOBID= nodeC027-1721329969-971066
SLURM_JOB_ID= 7542702
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445981-1721329957/watcher-4445981-1721329957 -o /tmp/evaluation-result-4445981-1721329957/solver-4445981-1721329957 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971066 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445981-1721329957.opb

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

MD5SUM BENCH= 081659ee65bc936cbb896171f511d736
RANDOM SEED=601601631

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		: 3664.780
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		: 3600.187
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		: 3664.658
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		: 3600.187
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		: 3600.238
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.187
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.201
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		: 3600.187
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:        127669600 kB
MemAvailable:   129157792 kB
Buffers:          487060 kB
Cached:          1832732 kB
SwapCached:            0 kB
Active:           907012 kB
Inactive:        2328980 kB
Active(anon):       1544 kB
Inactive(anon):   952352 kB
Active(file):     905468 kB
Inactive(file):  1376628 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5268 kB
Writeback:             0 kB
AnonPages:        914312 kB
Mapped:           125552 kB
Shmem:             37720 kB
KReclaimable:      91836 kB
Slab:             201412 kB
SReclaimable:      91836 kB
SUnreclaim:       109576 kB
KernelStack:        4908 kB
PageTables:        11600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7284720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    446464 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= 889976 MiB
End job on nodeC027 at 2024-07-18 22:12:11