Trace number 4443281

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.16 3593.47

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
MD5SUMb1cc89baa8bd080d13ae67cc087920d3
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.064229
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
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 		2104792832
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-4443281-1721310055.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.32/0.23	c ... done. Wall clock time 0.08s.
0.32/0.23	c declared #vars     490
0.32/0.23	c #constraints  1085
0.32/0.23	c constraints type 
0.32/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
0.32/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.32/0.23	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 345
0.32/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 482
0.32/0.23	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.32/0.23	c 1085 constraints processed.
22.02/18.98	c cleaning 2501 clauses out of 5001 with flag 0/5001
68.78/64.82	c cleaning 4248 clauses out of 8499 with flag 0/11000
146.21/141.54	c cleaning 5617 clauses out of 11253 with flag 0/18002
275.47/270.13	c cleaning 6818 clauses out of 13640 with flag 0/26006
447.12/441.26	c cleaning 7907 clauses out of 15817 with flag 0/35001
703.83/697.49	c cleaning 8946 clauses out of 17909 with flag 0/45000
1045.48/1038.73	c cleaning 9979 clauses out of 19963 with flag 0/56000
1432.30/1425.56	c cleaning 10983 clauses out of 21984 with flag 0/68000
1868.96/1863.31	c cleaning 12000 clauses out of 24001 with flag 0/81000
2388.70/2382.35	c cleaning 12995 clauses out of 26002 with flag 0/95001
3056.18/3049.83	c cleaning 14002 clauses out of 28006 with flag 0/110000
3600.04/3593.42	c starts		: 30
3600.04/3593.42	c conflicts		: 121259
3600.04/3593.42	c decisions		: 136743
3600.04/3593.42	c propagations		: 4812820
3600.04/3593.42	c inspects		: 2189561697
3600.04/3593.42	c shortcuts		: 0
3600.04/3593.42	c learnt literals	: 0
3600.04/3593.42	c learnt binary clauses	: 0
3600.04/3593.42	c learnt ternary clauses	: 0
3600.04/3593.42	c learnt constraints	: 121259
3600.04/3593.42	c ignored constraints	: 0
3600.04/3593.42	c root simplifications	: 0
3600.04/3593.42	c removed literals (reason simplification)	: 0
3600.04/3593.42	c reason swapping (by a shorter reason)	: 0
3600.04/3593.42	c Calls to reduceDB	: 11
3600.04/3593.42	c Number of update (reduction) of LBD	: 101628
3600.04/3593.42	c Imported unit clauses	: 0
3600.04/3593.42	c No decision after first conflict	: false
3600.04/3593.42	c number of reductions to clauses (during analyze)	: 0
3600.04/3593.42	c number of learned constraints concerned by reduction	: 0
3600.04/3593.42	c number of learning phase by resolution	: 0
3600.04/3593.42	c number of learning phase by cutting planes	: 0
3600.04/3593.42	c number of rounding to 1 operations	: 0
3600.04/3593.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3593.42	c number of reductions of the coefficients by power 2 	: 0
3600.04/3593.42	c number of right shift for reduction by power 2 	: 0
3600.04/3593.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3593.42	c number of ending skipping 	: 0
3600.04/3593.42	c number of internal skipping 	: 0
3600.04/3593.42	c number of derivation steps 	: 3615954
3600.04/3593.42	c number of skipped derivation steps 	: 0
3600.04/3593.42	c number of remaining unassigned 	: 3721889
3600.04/3593.42	c number of remaining assigned 	: 254875845
3600.04/3593.42	c number of falsified literals weakened from reason	: 0
3600.04/3593.42	c number of falsified literals weakened from conflict	: 0
3600.04/3593.42	c time for arithmetic operations	: 44095796948
3600.04/3593.42	c minimum degree of deleted constraints	: 3
3600.04/3593.43	c maximum degree of deleted constraints	: 6242526922460000123027521619593196146774434743961270203581932588921400438771516681706377268172796963721066109504915295418313493374046920590737608045713076375527337663422410456587657819135753783019898627742355562438401236707311656087379227023845319141064645304617340096324163023831761761749558158752544447034363730460522519458045160505148484393173497749713614806074640762862793883657276923427475020285369502508395146767158159191351907868756255633541969436926654763950753704680871680533993073599915806525942952766635639765719042422666903358491939093797539495639904501258221992453075578237702237346573655372902540896883957229204494320857000553092422003292823116732294105010863967469128977306803141694925105555461320423028363233666532569327668528089173766078645192710031887140145890056701874735063471274992794980554028843755995774059109225674301446395077239691322920538366379807077769366990573058788640551135052881999469698596788265973748394967813599230419035171040432149506508418813473638967747834244231509226883593145132684621836816324159514411635020386780611422440244305815365535465278996303147608109543451759852639795890622239267090258608707634925401161217808537093229019757637852668476857146368892875656806274972133505775145400622765600557547950732424532647586182773081342261023357234423345109114161553355552697664991929767076381848476893252217334457822084256000
3600.04/3593.43	c number of deleted constraints	: 95996
3600.04/3593.43	c timeout
3600.04/3593.44	c speed (assignments/second)	: 1339.4315510407073
3600.04/3593.44	c non guided choices	: 27
3600.04/3593.45	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 29
3600.04/3593.45	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 25234
3600.04/3593.46	s UNKNOWN
3600.04/3593.46	c Total wall clock time (in seconds): 3593.304

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 (59890 MiB free)
  memory of node 1: 64510 MiB (59436 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=987592, runsolver pid=987589
Current StackSize limit: 8192 KiB


[startup+0.102455 s]*
/proc/loadavg: 4.12 4.20 4.18 7/330 987610
/proc/meminfo: memFree=122146436/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=18975048 memory=64636 CPUtime=0.13 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 7231 0 0 0 12 1 0 0 20 0 18 0 183167355 19430449152 16159 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4743762 16159 5537 1 0 549331 0
[pid=987592/tid=987594] ppid=987589 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 1077936192 5770 0 0 0 7 1 0 0 20 0 18 0 183167355 19430449152 16159 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183167358 19430449152 16159 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183167358 19430449152 16159 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64636 KiB

[startup+0.206547 s]*
/proc/loadavg: 4.12 4.20 4.18 7/330 987610
/proc/meminfo: memFree=122135808/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=18975048 memory=76416 CPUtime=0.32 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 7810 0 0 0 30 2 0 0 20 0 18 0 183167355 19430449152 19104 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4743762 19104 5862 1 0 549726 0
[pid=987592/tid=987594] ppid=987589 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 6077 0 0 0 16 1 0 0 20 0 18 0 183167355 19430449152 19104 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=18975048 memory=15975 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183167358 19430449152 19104 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183167358 19430449152 19104 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 76416 KiB

[startup+0.309545 s]*
/proc/loadavg: 4.12 4.20 4.18 6/331 987611
/proc/meminfo: memFree=122124252/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19041612 memory=87288 CPUtime=0.5 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 8082 0 0 0 47 3 0 0 20 0 19 0 183167355 19498610688 21822 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4760403 21822 5862 1 0 550129 0
[pid=987592/tid=987594] ppid=987589 vsize=19041612 memory=-8526832955678827196 CPUtime=0.26 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 1077936192 6147 0 0 0 24 2 0 0 20 0 19 0 183167355 19498610688 21822 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183167358 19498610688 21822 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183167358 19498610688 21822 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183167379 19498610688 21822 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 87288 KiB

[startup+0.704714 s]
/proc/loadavg: 4.12 4.20 4.18 7/331 987611
/proc/meminfo: memFree=122070196/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=173196 CPUtime=1.25 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 12535 0 0 0 120 5 0 0 20 0 20 0 183167355 19566772224 43299 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 43299 5878 1 0 553242 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=13196 CPUtime=0.6 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 6204 0 0 0 57 3 0 0 20 0 20 0 183167355 19566772224 43299 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 43299 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19108176 memory=117636 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 43299 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19108176 memory=2028 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183167379 19566772224 43299 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173196 KiB

[startup+1.5008 s]
/proc/loadavg: 4.12 4.20 4.18 7/332 987612
/proc/meminfo: memFree=122020076/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=223724 CPUtime=2.82 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 25767 0 0 0 274 8 0 0 20 0 20 0 183167355 19566772224 55931 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 55931 5878 1 0 556923 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=13196 CPUtime=1.35 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 6581 0 0 0 131 4 0 0 20 0 20 0 183167355 19566772224 55931 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 55931 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 55931 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19108176 memory=65 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183167379 19566772224 55931 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 223724 KiB

[startup+3.10567 s]
/proc/loadavg: 4.27 4.23 4.19 5/332 987612
/proc/meminfo: memFree=121458576/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=798908 CPUtime=5.7 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 28684 0 0 0 550 20 0 0 20 0 20 0 183167355 19566772224 199727 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 199727 5894 1 0 663442 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=0 CPUtime=2.91 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 7560 0 0 0 276 15 0 0 20 0 20 0 183167355 19566772224 199727 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 199727 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19108176 memory=275112 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 199727 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183167379 19566772224 199727 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 798908 KiB

[startup+6.30024 s]
/proc/loadavg: 4.27 4.23 4.19 5/333 987615
/proc/meminfo: memFree=121111804/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=1081164 CPUtime=9.16 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 28957 0 0 0 889 27 0 0 20 0 20 0 183167355 19566772224 270291 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 270291 5894 1 0 663458 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=13196 CPUtime=6.05 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 7719 0 0 0 584 21 0 0 20 0 20 0 183167355 19566772224 270291 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 270291 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19108176 memory=5938391316218075481 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 270291 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19108176 memory=5472 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183167379 19566772224 270291 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 9.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1081164 KiB

[startup+12.7003 s]
/proc/loadavg: 4.25 4.22 4.18 5/333 987615
/proc/meminfo: memFree=120569988/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=1601548 CPUtime=15.69 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 31552 0 0 0 1531 38 0 0 20 0 20 0 183167355 19566772224 400387 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 400387 5894 1 0 663461 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=0 CPUtime=12.35 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 9851 0 0 0 1205 30 0 0 20 0 20 0 183167355 19566772224 400387 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19108176 memory=1601544 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 400387 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 400387 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19108176 memory=16192 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183167379 19566772224 400387 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 15.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1601548 KiB

[startup+25.5003 s]
/proc/loadavg: 4.19 4.21 4.18 5/333 987618
/proc/meminfo: memFree=120502500/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=1631968 CPUtime=28.93 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 43475 0 0 0 2852 41 0 0 20 0 20 0 183167355 19566772224 407992 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 407992 5894 1 0 664834 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=1601544 CPUtime=24.96 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 12839 0 0 0 2465 31 0 0 20 0 20 0 183167355 19566772224 407992 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19108176 memory=16192 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 407992 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19108176 memory=1622436 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 407992 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183167379 19566772224 407992 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 28.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1631968 KiB

[startup+51.1058 s]
/proc/loadavg: 4.18 4.21 4.18 7/333 987621
/proc/meminfo: memFree=120393128/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=1667024 CPUtime=54.92 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 52678 0 0 0 5449 43 0 0 20 0 20 0 183167355 19566772224 416756 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 416756 5894 1 0 664835 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=1654644 CPUtime=50.02 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 15193 0 0 0 4971 31 0 0 20 0 20 0 183167355 19566772224 416756 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0

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

/proc/meminfo: memFree=117506636/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=2619304 CPUtime=3228.59 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 235586 0 0 0 322649 210 0 0 20 0 20 0 183167355 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 654826 5922 1 0 665233 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=2612140 CPUtime=3178.65 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 108945 0 0 0 317814 51 0 0 20 0 20 0 183167355 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19108176 memory=2619300 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19108176 memory=2612140 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 4086 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183167379 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 3228.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2619304 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.21 4.20 5/330 989653
/proc/meminfo: memFree=117499124/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=2619304 CPUtime=3288.66 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 238059 0 0 0 328653 213 0 0 20 0 20 0 183167355 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 654826 5922 1 0 665233 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=45336 CPUtime=3238.09 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 110696 0 0 0 323757 52 0 0 20 0 20 0 183167355 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19108176 memory=2619304 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 4219 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183167379 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 3288.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2619304 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.19 4.19 5/330 989663
/proc/meminfo: memFree=117498764/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=2619304 CPUtime=3348.71 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 240656 0 0 0 334655 216 0 0 20 0 20 0 183167355 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 654826 5922 1 0 665233 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=45336 CPUtime=3297.56 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 112551 0 0 0 329703 53 0 0 20 0 20 0 183167355 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19108176 memory=2619304 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 4352 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19108176 memory=2028 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183167379 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 3348.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2619304 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.20 4.19 5/330 989675
/proc/meminfo: memFree=117498376/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=2619304 CPUtime=3408.71 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 243272 0 0 0 340652 219 0 0 20 0 20 0 183167355 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 654826 5922 1 0 665233 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=2619304 CPUtime=3356.97 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 114443 0 0 0 335643 54 0 0 20 0 20 0 183167355 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19108176 memory=2619304 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 4486 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19108176 memory=2619304 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183167379 19566772224 654826 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 3408.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2619304 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/330 989685
/proc/meminfo: memFree=117496664/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=2619316 CPUtime=3468.73 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 245816 0 0 0 346651 222 0 0 20 0 20 0 183167355 19566772224 654829 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 654829 5922 1 0 665233 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=2619304 CPUtime=3416.38 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 116297 0 0 0 341584 54 0 0 20 0 20 0 183167355 19566772224 654829 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19108176 memory=2619316 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654829 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19108176 memory=2619316 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 4486 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654829 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19108176 memory=2619316 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183167379 19566772224 654829 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 3468.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2619316 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.20 4.18 6/330 989695
/proc/meminfo: memFree=117495372/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=2619316 CPUtime=3528.82 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 248951 0 0 0 352658 224 0 0 20 0 20 0 183167355 19566772224 654829 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 654829 5922 1 0 665233 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=2619308 CPUtime=3475.79 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 118406 0 0 0 347525 54 0 0 20 0 20 0 183167355 19566772224 654829 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19108176 memory=26116 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654829 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 4562 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654829 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183167379 19566772224 654829 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 3528.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2619316 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.17 4.18 5/332 989709
/proc/meminfo: memFree=117494912/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=2619324 CPUtime=3588.93 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 251642 0 0 0 358666 227 0 0 20 0 20 0 183167355 19566772224 654831 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 654831 5922 1 0 665233 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=11544 CPUtime=3535.21 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 120433 0 0 0 353466 55 0 0 20 0 20 0 183167355 19566772224 654831 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19108176 memory=2619324 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654831 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 4611 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654831 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19108176 memory=45336 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183167379 19566772224 654831 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 3588.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2619324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.4 s]
/proc/loadavg: 4.11 4.17 4.18 5/332 989712
/proc/meminfo: memFree=117494916/131524600 swapFree=131071996/131071996
[pid=987592] ppid=987589 vsize=19108176 memory=2619324 CPUtime=3600.04 cores=0,2
/proc/987592/stat : 987592 (java) S 987589 987592 984920 0 -1 1077936128 251842 0 0 0 359777 227 0 0 20 0 20 0 183167355 19566772224 654831 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
/proc/987592/statm: 4777044 654831 5922 1 0 665233 0
[pid=987592/tid=987594] ppid=987589 vsize=19108176 memory=26116 CPUtime=3546.18 cores=0,2
/proc/987592/task/987594/stat : 987594 (java) R 987589 987592 984920 0 -1 4194368 120617 0 0 0 354563 55 0 0 20 0 20 0 183167355 19566772224 654831 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987603] ppid=987589 vsize=19108176 memory=32196 CPUtime=0 cores=0,2
/proc/987592/task/987603/stat : 987603 (Finalizer) S 987589 987592 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654831 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987610] ppid=987589 vsize=19108176 memory=1812 CPUtime=0 cores=0,2
/proc/987592/task/987610/stat : 987610 (Common-Cleaner) S 987589 987592 984920 0 -1 1077936192 4611 0 0 0 0 0 0 0 20 0 20 0 183167358 19566772224 654831 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
[pid=987592/tid=987611] ppid=987589 vsize=19108176 memory=5796695868719759386 CPUtime=0 cores=0,2
/proc/987592/task/987611/stat : 987611 (Timer-0) S 987589 987592 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183167379 19566772224 654831 134679101440 94010267385856 94010267389552 140727592871008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010267397368 94010267398160 94010267631616 140727592874996 140727592875104 140727592875104 140727592882120 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2619324 KiB

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

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

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

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

Child status: 143

Real time (s): 3593.47
CPU time (s): 3600.16
CPU user time (s): 3597.87
CPU system time (s): 2.28782
CPU usage (%): 100.186
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2619324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.87
system time used= 2.28782
maximum resident set size= 2620836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254516
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= 143489
involuntary context switches= 30877


# summary of solver processes directly reported to runsolver:
#   pid: 987592
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3597.87
#   total CPU system time (s): 2.28782

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.44814 second user time and 19.1624 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 15:41:08
IDJOB=4443281
IDBENCH=147869
IDSOLVER=3052
FILE ID=nodeC017/4443281-1721310055
RUNJOBID= nodeC017-1721306301-984930
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-army13.24bt.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443281-1721310055/watcher-4443281-1721310055 -o /tmp/evaluation-result-4443281-1721310055/solver-4443281-1721310055 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984930 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4443281-1721310055.opb

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

MD5SUM BENCH= b1cc89baa8bd080d13ae67cc087920d3
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		: 3608.344
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		: 3600.465
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		: 3631.954
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		: 3681.820
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		: 3639.398
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		: 3682.033
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		: 3603.885
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		: 3599.843
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:        122190988 kB
MemAvailable:   124014596 kB
Buffers:          514660 kB
Cached:          2135076 kB
SwapCached:            0 kB
Active:          1197076 kB
Inactive:        7491560 kB
Active(anon):       1544 kB
Inactive(anon):  6075076 kB
Active(file):    1195532 kB
Inactive(file):  1416484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:       6038880 kB
Mapped:           125988 kB
Shmem:             37720 kB
KReclaimable:     102476 kB
Slab:             214756 kB
SReclaimable:     102476 kB
SUnreclaim:       112280 kB
KernelStack:        5040 kB
PageTables:        21920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8705432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67392 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5740544 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= 890076 MiB
End job on nodeC017 at 2024-07-18 16:41:01