Trace number 4443341

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.17 3592.1

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
MD5SUM531481e7cf3d0451843bb4aa5119dd25
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.033592
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables316
Total number of constraints476
Number of constraints which are clauses274
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint2
Maximum length of a constraint100
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
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.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4443341-1721310218.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.20	c ... done. Wall clock time 0.04s.
0.14/0.20	c declared #vars     316
0.14/0.20	c #constraints  476
0.14/0.20	c constraints type 
0.14/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 166
0.14/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.14/0.20	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 200
0.14/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108
0.14/0.20	c 476 constraints processed.
15.01/12.20	c cleaning 2497 clauses out of 5000 with flag 0/5000
43.58/40.43	c cleaning 4254 clauses out of 8507 with flag 0/11004
95.74/92.11	c cleaning 5627 clauses out of 11257 with flag 0/18008
174.55/170.65	c cleaning 6807 clauses out of 13624 with flag 0/26002
277.03/272.60	c cleaning 7907 clauses out of 15815 with flag 0/35000
434.65/429.55	c cleaning 8946 clauses out of 17911 with flag 0/45003
593.87/587.94	c cleaning 9980 clauses out of 19962 with flag 0/56000
841.16/834.92	c cleaning 10987 clauses out of 21985 with flag 0/68003
1153.03/1146.80	c cleaning 11998 clauses out of 23996 with flag 0/81001
1525.90/1519.41	c cleaning 12996 clauses out of 25997 with flag 0/95000
1949.35/1942.56	c cleaning 14000 clauses out of 28004 with flag 0/110003
2420.67/2413.59	c cleaning 14998 clauses out of 30005 with flag 0/126004
2952.42/2944.81	c cleaning 16003 clauses out of 32005 with flag 0/143002
3539.75/3531.78	c cleaning 17001 clauses out of 34004 with flag 0/161004
3600.02/3592.02	c starts		: 35
3600.02/3592.03	c conflicts		: 163052
3600.02/3592.03	c decisions		: 193101
3600.02/3592.03	c propagations		: 4613352
3600.02/3592.03	c inspects		: 2903117465
3600.02/3592.03	c shortcuts		: 0
3600.02/3592.03	c learnt literals	: 0
3600.02/3592.03	c learnt binary clauses	: 0
3600.02/3592.03	c learnt ternary clauses	: 0
3600.02/3592.03	c learnt constraints	: 163052
3600.02/3592.03	c ignored constraints	: 0
3600.02/3592.03	c root simplifications	: 0
3600.02/3592.03	c removed literals (reason simplification)	: 0
3600.02/3592.03	c reason swapping (by a shorter reason)	: 0
3600.02/3592.03	c Calls to reduceDB	: 14
3600.02/3592.03	c Number of update (reduction) of LBD	: 107857
3600.02/3592.03	c Imported unit clauses	: 0
3600.02/3592.04	c timeout
3600.02/3592.05	c No decision after first conflict	: false
3600.02/3592.05	c number of reductions to clauses (during analyze)	: 0
3600.02/3592.05	c number of learned constraints concerned by reduction	: 0
3600.02/3592.05	c number of learning phase by resolution	: 0
3600.02/3592.05	c number of learning phase by cutting planes	: 0
3600.02/3592.05	c number of rounding to 1 operations	: 0
3600.02/3592.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3592.05	c number of reductions of the coefficients by power 2 	: 0
3600.02/3592.05	c number of right shift for reduction by power 2 	: 0
3600.02/3592.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3592.05	c number of ending skipping 	: 0
3600.02/3592.05	c number of internal skipping 	: 0
3600.02/3592.05	c number of derivation steps 	: 4228749
3600.02/3592.05	c number of skipped derivation steps 	: 0
3600.02/3592.05	c number of remaining unassigned 	: 4373266
3600.02/3592.05	c number of remaining assigned 	: 202062981
3600.02/3592.05	c number of falsified literals weakened from reason	: 0
3600.02/3592.05	c number of falsified literals weakened from conflict	: 0
3600.02/3592.05	c time for arithmetic operations	: 35748688494
3600.02/3592.05	c minimum degree of deleted constraints	: 4
3600.02/3592.05	c maximum degree of deleted constraints	: 164391575690500741807176452228009765588463768545520341006921365129394529584031396247555846669938689258282542100770066465881970373484615698933407054290666272246137857450248012954368795033930201615325534295973665986062518994362130440421965644160542415287463751043733005177488346277405136979352916878976020655203294687859207995053693244863626044622179323977446018491942902601371764466638295443064526219208961466197629645692522101930187868041406615547027342965882608415938344109327706414131904597283647558583196077295272155246252994651490862716363491891986995832622480574758117345074632808519374283392612183095695144469163205319803992075029228225248737445132414811275344527598724890396846675918162113825586495511649004226255241658091988413637569574244440577743610285944009070282098176672653105849987063442287026612271828247055433682490976678645340370183837525836204641230523985132716507650455421901298172515954597713655581473227915227927807524135818620117185936775442681684226187837680955364204527280690308389364077905830706285954735096366082200490433536208607374145982869312314903715363360997500002976715661249966467852732867468426439761549820345434319022834585695186887004160000
3600.02/3592.05	c number of deleted constraints	: 144001
3600.02/3592.06	c speed (assignments/second)	: 1284.3943162563776
3600.02/3592.06	c non guided choices	: 44
3600.02/3592.08	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.02/3592.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 19050
3600.02/3592.08	s UNKNOWN
3600.02/3592.08	c Total wall clock time (in seconds): 3591.931

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443341-1721310218/watcher-4443341-1721310218 -o /tmp/evaluation-result-4443341-1721310218/solver-4443341-1721310218 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984931 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4443341-1721310218.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=987754, runsolver pid=987751

[startup+0.102622 s]*
/proc/loadavg: 4.22 4.21 4.18 6/332 987772
/proc/meminfo: memFree=122409992/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=18975048 memory=63112 CPUtime=0.14 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 7243 0 0 0 13 1 0 0 20 0 18 0 183183684 19430449152 15778 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4743762 15778 5621 1 0 549374 0
[pid=987754/tid=987756] ppid=987751 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 1078198336 5763 0 0 0 7 1 0 0 20 0 18 0 183183684 19430449152 15778 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183183687 19430449152 15778 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183183687 19430449152 15778 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63112 KiB

[startup+0.212252 s]*
/proc/loadavg: 4.22 4.21 4.18 7/333 987773
/proc/meminfo: memFree=122401504/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19041612 memory=72788 CPUtime=0.34 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 7889 0 0 0 32 2 0 0 20 0 19 0 183183684 19498610688 18197 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4760403 18197 5879 1 0 550056 0
[pid=987754/tid=987756] ppid=987751 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 6094 0 0 0 17 1 0 0 20 0 19 0 183183684 19498610688 18197 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19041612 memory=15975 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183183687 19498610688 18197 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19041612 memory=14698495600756458 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183183687 19498610688 18197 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 183183704 19498610688 18197 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72788 KiB

[startup+0.311667 s]*
/proc/loadavg: 4.22 4.21 4.18 6/333 987773
/proc/meminfo: memFree=122383332/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19041612 memory=90448 CPUtime=0.52 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 9328 0 0 0 50 2 0 0 20 0 19 0 183183684 19498610688 22612 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4760403 22612 5879 1 0 550803 0
[pid=987754/tid=987756] ppid=987751 vsize=19041612 memory=-9104135933889127100 CPUtime=0.27 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) S 987751 987754 984920 0 -1 1077936192 6131 0 0 0 26 1 0 0 20 0 19 0 183183684 19498610688 22612 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183183687 19498610688 22612 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183183687 19498610688 22612 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 183183704 19498610688 22612 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 90448 KiB

[startup+0.701083 s]
/proc/loadavg: 4.22 4.21 4.18 8/333 987773
/proc/meminfo: memFree=122335956/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=169316 CPUtime=1.26 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 11023 0 0 0 122 4 0 0 20 0 20 0 183183684 19566772224 42329 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 42329 5879 1 0 552148 0
[pid=987754/tid=987756] ppid=987751 vsize=19108176 memory=45336 CPUtime=0.63 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 6174 0 0 0 60 3 0 0 20 0 20 0 183183684 19566772224 42329 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 42329 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19108176 memory=2320 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 42329 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19108176 memory=2028 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183183704 19566772224 42329 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 169316 KiB

[startup+1.50026 s]
/proc/loadavg: 4.22 4.21 4.18 7/334 987774
/proc/meminfo: memFree=122292920/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=243516 CPUtime=2.85 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 25508 0 0 0 277 8 0 0 20 0 20 0 183183684 19566772224 60879 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 60879 5879 1 0 557721 0
[pid=987754/tid=987756] ppid=987751 vsize=19108176 memory=13196 CPUtime=1.39 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 6525 0 0 0 135 4 0 0 20 0 20 0 183183684 19566772224 60879 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 60879 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19108176 memory=2320 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 60879 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19108176 memory=2028 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183183704 19566772224 60879 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 243516 KiB

[startup+3.10575 s]
/proc/loadavg: 4.22 4.21 4.18 5/334 987776
/proc/meminfo: memFree=121771268/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=694800 CPUtime=5.5 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 27962 0 0 0 532 18 0 0 20 0 20 0 183183684 19566772224 173700 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 173700 5879 1 0 557725 0
[pid=987754/tid=987756] ppid=987751 vsize=19108176 memory=0 CPUtime=2.95 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 7383 0 0 0 283 12 0 0 20 0 20 0 183183684 19566772224 173700 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19108176 memory=-9104135933889127100 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 173700 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 173700 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19108176 memory=2320 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183183704 19566772224 173700 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 694800 KiB

[startup+6.30026 s]
/proc/loadavg: 4.21 4.21 4.18 5/334 987776
/proc/meminfo: memFree=121393524/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=1230368 CPUtime=9.06 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 29021 0 0 0 879 27 0 0 20 0 20 0 183183684 19566772224 307592 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 307592 5879 1 0 664242 0
[pid=987754/tid=987756] ppid=987751 vsize=19108176 memory=2320 CPUtime=6.09 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 7892 0 0 0 588 21 0 0 20 0 20 0 183183684 19566772224 307592 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 307592 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 307592 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183183704 19566772224 307592 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 9.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1230368 KiB

[startup+12.7003 s]
/proc/loadavg: 4.19 4.20 4.18 5/334 987778
/proc/meminfo: memFree=120817644/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=1609804 CPUtime=15.63 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 34163 0 0 0 1529 34 0 0 20 0 20 0 183183684 19566772224 402451 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 402451 5879 1 0 664286 0
[pid=987754/tid=987756] ppid=987751 vsize=19108176 memory=13196 CPUtime=12.42 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 10277 0 0 0 1215 27 0 0 20 0 20 0 183183684 19566772224 402451 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19108176 memory=1572384 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 402451 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19108176 memory=45336 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 402451 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183183704 19566772224 402451 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 15.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1609804 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.19 4.18 5/334 987781
/proc/meminfo: memFree=120767940/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=1613956 CPUtime=28.49 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 35988 0 0 0 2814 35 0 0 20 0 20 0 183183684 19566772224 403489 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 403489 5879 1 0 664287 0
[pid=987754/tid=987756] ppid=987751 vsize=19108176 memory=6943526294502006880 CPUtime=25.02 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 10883 0 0 0 2475 27 0 0 20 0 20 0 183183684 19566772224 403489 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 403489 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19108176 memory=3491 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 403489 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183183704 19566772224 403489 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 28.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1613956 KiB

[startup+51.1059 s]
/proc/loadavg: 4.10 4.18 4.17 5/334 987784
/proc/meminfo: memFree=120645488/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=1647604 CPUtime=54.49 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 47707 0 0 0 5411 38 0 0 20 0 20 0 183183684 19566772224 411901 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 411901 5879 1 0 664287 0

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

/proc/meminfo: memFree=117498476/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=2602508 CPUtime=3229.84 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 238353 0 0 0 322773 211 0 0 20 0 20 0 183183684 19566772224 650627 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 650627 5888 1 0 664671 0
[pid=987754/tid=987756] ppid=987751 vsize=19108176 memory=-9104135933889127100 CPUtime=3181.37 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 108367 0 0 0 318094 43 0 0 20 0 20 0 183183684 19566772224 650627 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19108176 memory=2602508 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650627 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19108176 memory=2602508 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 3915 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650627 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19108176 memory=2602508 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183183704 19566772224 650627 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 3229.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2602508 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.20 4.19 5/330 989683
/proc/meminfo: memFree=117496868/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=2602508 CPUtime=3290 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 241318 0 0 0 328786 214 0 0 20 0 20 0 183183684 19566772224 650627 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 650627 5888 1 0 664671 0
[pid=987754/tid=987756] ppid=987751 vsize=19108176 memory=2602508 CPUtime=3240.73 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 110223 0 0 0 324029 44 0 0 20 0 20 0 183183684 19566772224 650627 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19108176 memory=2602508 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650627 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19108176 memory=2602508 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 3994 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650627 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19108176 memory=5472 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183183704 19566772224 650627 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 3290 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2602508 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/330 989693
/proc/meminfo: memFree=117495472/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=2602512 CPUtime=3350.11 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 244402 0 0 0 334795 216 0 0 20 0 20 0 183183684 19566772224 650628 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 650628 5888 1 0 664671 0
[pid=987754/tid=987756] ppid=987751 vsize=19108176 memory=2602512 CPUtime=3300.05 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 111591 0 0 0 329961 44 0 0 20 0 20 0 183183684 19566772224 650628 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19108176 memory=2602512 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650628 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19108176 memory=2602512 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 4079 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650628 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183183704 19566772224 650628 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 3350.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2602512 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.18 4.18 5/332 989707
/proc/meminfo: memFree=117495124/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=2602512 CPUtime=3410.17 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 247550 0 0 0 340798 219 0 0 20 0 20 0 183183684 19566772224 650628 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 650628 5888 1 0 664671 0
[pid=987754/tid=987756] ppid=987751 vsize=19108176 memory=2602512 CPUtime=3359.28 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 113238 0 0 0 335884 44 0 0 20 0 20 0 183183684 19566772224 650628 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19108176 memory=2602512 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650628 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19108176 memory=2602512 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 4164 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650628 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183183704 19566772224 650628 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 3410.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2602512 KiB

[startup+3462.3 s]
/proc/loadavg: 4.42 4.26 4.20 8/332 989786
/proc/meminfo: memFree=117741848/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=2602516 CPUtime=3470.22 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 250666 0 0 0 346800 222 0 0 20 0 20 0 183183684 19566772224 650629 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 650629 5888 1 0 664671 0
[pid=987754/tid=987756] ppid=987751 vsize=19108176 memory=2602512 CPUtime=3418.63 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 114995 0 0 0 341818 45 0 0 20 0 20 0 183183684 19566772224 650629 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650629 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19108176 memory=2602516 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 4243 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650629 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19108176 memory=2602516 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183183704 19566772224 650629 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 3470.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2602516 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.24 4.20 5/332 989796
/proc/meminfo: memFree=117716308/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=2602524 CPUtime=3530.32 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 253720 0 0 0 352807 225 0 0 20 0 20 0 183183684 19566772224 650631 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 650631 5888 1 0 664671 0
[pid=987754/tid=987756] ppid=987751 vsize=19108176 memory=2602516 CPUtime=3477.89 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 116497 0 0 0 347744 45 0 0 20 0 20 0 183183684 19566772224 650631 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650631 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19108176 memory=2602524 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 4328 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650631 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19108176 memory=2602524 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183183704 19566772224 650631 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 3530.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2602524 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.25 4.20 5/333 989941
/proc/meminfo: memFree=118585848/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=2602528 CPUtime=3590.31 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 257113 0 0 0 358803 228 0 0 20 0 20 0 183183684 19566772224 650632 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 650632 5888 1 0 664671 0
[pid=987754/tid=987756] ppid=987751 vsize=19108176 memory=11544 CPUtime=3537.07 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 118820 0 0 0 353662 45 0 0 20 0 20 0 183183684 19566772224 650632 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19108176 memory=2602528 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650632 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19108176 memory=2602528 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 4367 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650632 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19108176 memory=45336 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183183704 19566772224 650632 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 3590.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2602528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592 s]*
/proc/loadavg: 4.21 4.24 4.20 5/333 989943
/proc/meminfo: memFree=118581612/131524600 swapFree=131071996/131071996
[pid=987754] ppid=987751 vsize=19108176 memory=2602528 CPUtime=3600.02 cores=4,6
/proc/987754/stat : 987754 (java) S 987751 987754 984920 0 -1 1077936128 257265 0 0 0 359774 228 0 0 20 0 20 0 183183684 19566772224 650632 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
/proc/987754/statm: 4777044 650632 5888 1 0 664671 0
[pid=987754/tid=987756] ppid=987751 vsize=19108176 memory=11520 CPUtime=3546.69 cores=4,6
/proc/987754/task/987756/stat : 987756 (java) R 987751 987754 984920 0 -1 4194368 118969 0 0 0 354624 45 0 0 20 0 20 0 183183684 19566772224 650632 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987765] ppid=987751 vsize=19108176 memory=11580 CPUtime=0 cores=4,6
/proc/987754/task/987765/stat : 987765 (Finalizer) S 987751 987754 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650632 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987772] ppid=987751 vsize=19108176 memory=-7088233322008437623 CPUtime=0 cores=4,6
/proc/987754/task/987772/stat : 987772 (Common-Cleaner) S 987751 987754 984920 0 -1 1077936192 4367 0 0 0 0 0 0 0 20 0 20 0 183183687 19566772224 650632 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
[pid=987754/tid=987773] ppid=987751 vsize=19108176 memory=-7088233322008437623 CPUtime=0 cores=4,6
/proc/987754/task/987773/stat : 987773 (Timer-0) S 987751 987754 984920 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183183704 19566772224 650632 134679101440 94053368238080 94053368241776 140730788971696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94053368249592 94053368250384 94053373255680 140730788979700 140730788979808 140730788979808 140730788986824 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2602528 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.87 s, system=2.30032 s

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

Child status: 143

Real time (s): 3592.1
CPU time (s): 3600.17
CPU user time (s): 3597.87
CPU system time (s): 2.30032
CPU usage (%): 100.225
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2602528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.87
system time used= 2.30032
maximum resident set size= 2604320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261167
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= 149830
involuntary context switches= 11055


# summary of solver processes directly reported to runsolver:
#   pid: 987754
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.87
#   total CPU system time (s): 2.30032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.91411 second user time and 16.7621 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 15:43:51
IDJOB=4443341
IDBENCH=147871
IDSOLVER=3052
FILE ID=nodeC017/4443341-1721310218
RUNJOBID= nodeC017-1721306301-984931
SLURM_JOB_ID= 7542642
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443341-1721310218/watcher-4443341-1721310218 -o /tmp/evaluation-result-4443341-1721310218/solver-4443341-1721310218 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984931 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4443341-1721310218.opb

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

MD5SUM BENCH= 531481e7cf3d0451843bb4aa5119dd25
RANDOM SEED=353641630

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122452592 kB
MemAvailable:   124277268 kB
Buffers:          514872 kB
Cached:          2135904 kB
SwapCached:            0 kB
Active:          1197316 kB
Inactive:        7230144 kB
Active(anon):       1544 kB
Inactive(anon):  5812848 kB
Active(file):    1195772 kB
Inactive(file):  1417296 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               908 kB
Writeback:             0 kB
AnonPages:       5776668 kB
Mapped:           126440 kB
Shmem:             37720 kB
KReclaimable:     102508 kB
Slab:             214812 kB
SReclaimable:     102508 kB
SUnreclaim:       112304 kB
KernelStack:        5072 kB
PageTables:        21424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8632088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67392 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5480448 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC017 at 2024-07-18 16:43:43