Trace number 4444181

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-12UNSAT 703.545 695.027

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900574864.opb
MD5SUMb2f8f357a59f46dfa71af74665cc1cb6
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.35268
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.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-4444181-1721313930.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.34/0.24	c ... done. Wall clock time 0.09s.
0.34/0.24	c declared #vars     231
0.34/0.24	c #constraints  2707
0.34/0.24	c constraints type 
0.34/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.34/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.34/0.24	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.34/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.34/0.24	c 2707 constraints processed.
16.73/13.56	c cleaning 2500 clauses out of 5000 with flag 0/5000
47.39/43.88	c cleaning 4247 clauses out of 8500 with flag 0/11000
96.72/92.90	c cleaning 5628 clauses out of 11255 with flag 0/18002
156.50/152.16	c cleaning 6813 clauses out of 13628 with flag 0/26003
240.35/235.35	c cleaning 7906 clauses out of 15817 with flag 0/35005
337.44/331.57	c cleaning 8948 clauses out of 17906 with flag 0/45000
447.20/440.45	c cleaning 9968 clauses out of 19960 with flag 0/56002
576.70/569.09	c cleaning 10989 clauses out of 21991 with flag 0/68001
703.39/694.98	c starts		: 26
703.39/694.98	c conflicts		: 79285
703.39/694.98	c decisions		: 127616
703.39/694.98	c propagations		: 3035503
703.39/694.98	c inspects		: 561629521
703.39/694.98	c shortcuts		: 0
703.39/694.98	c learnt literals	: 0
703.39/694.98	c learnt binary clauses	: 0
703.39/694.98	c learnt ternary clauses	: 10
703.39/694.98	c learnt constraints	: 79284
703.39/694.98	c ignored constraints	: 0
703.39/694.98	c root simplifications	: 0
703.39/694.98	c removed literals (reason simplification)	: 0
703.39/694.98	c reason swapping (by a shorter reason)	: 0
703.39/694.98	c Calls to reduceDB	: 8
703.39/694.98	c Number of update (reduction) of LBD	: 111636
703.39/694.98	c Imported unit clauses	: 0
703.39/694.98	c No decision after first conflict	: false
703.39/694.98	c number of reductions to clauses (during analyze)	: 0
703.39/694.98	c number of learned constraints concerned by reduction	: 0
703.39/694.98	c number of learning phase by resolution	: 0
703.39/694.98	c number of learning phase by cutting planes	: 0
703.39/694.98	c number of rounding to 1 operations	: 0
703.39/694.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
703.39/694.98	c number of reductions of the coefficients by power 2 	: 0
703.39/694.98	c number of right shift for reduction by power 2 	: 0
703.39/694.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
703.39/694.98	c number of ending skipping 	: 0
703.39/694.98	c number of internal skipping 	: 0
703.39/694.98	c number of derivation steps 	: 816164
703.39/694.98	c number of skipped derivation steps 	: 0
703.39/694.98	c number of remaining unassigned 	: 560013
703.39/694.98	c number of remaining assigned 	: 9226449
703.39/694.98	c number of falsified literals weakened from reason	: 0
703.39/694.98	c number of falsified literals weakened from conflict	: 0
703.39/694.98	c time for arithmetic operations	: 2171071469
703.39/694.98	c minimum degree of deleted constraints	: 1
703.39/694.98	c maximum degree of deleted constraints	: 2998737997634062734717859860803959647513244713462979890739694519133338400
703.39/694.98	c number of deleted constraints	: 56999
703.39/694.98	c speed (assignments/second)	: 4369.308784813735
703.39/694.98	c non guided choices	: 121
703.39/694.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1354
703.39/694.99	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 115
703.39/694.99	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 20816
703.39/695.00	s UNSATISFIABLE
703.39/695.00	c Total wall clock time (in seconds): 694.848

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100082 s]*
/proc/loadavg: 4.27 4.24 4.20 5/329 990165
/proc/meminfo: memFree=121458720/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=18975048 memory=64924 CPUtime=0.13 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 7197 0 0 0 11 2 0 0 20 0 18 0 183554868 19430449152 16231 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4743762 16231 5622 1 0 549329 0
[pid=990147/tid=990149] ppid=990144 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 5773 0 0 0 7 1 0 0 20 0 18 0 183554869 19430449152 16231 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183554871 19430449152 16231 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 183554872 19430449152 16231 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64924 KiB

[startup+0.211725 s]*
/proc/loadavg: 4.27 4.24 4.20 7/329 990165
/proc/meminfo: memFree=121450000/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=18975048 memory=76024 CPUtime=0.34 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 7739 0 0 0 32 2 0 0 20 0 18 0 183554868 19430449152 19006 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4743762 19006 5835 1 0 549814 0
[pid=990147/tid=990149] ppid=990144 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 6064 0 0 0 18 2 0 0 20 0 18 0 183554869 19430449152 19006 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=18975048 memory=15975 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183554871 19430449152 19006 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 183554872 19430449152 19006 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 76024 KiB

[startup+0.306722 s]*
/proc/loadavg: 4.27 4.24 4.20 7/330 990166
/proc/meminfo: memFree=121438280/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19041612 memory=85336 CPUtime=0.53 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 8845 0 0 0 50 3 0 0 20 0 19 0 183554868 19498610688 21334 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4760403 21334 5835 1 0 550553 0
[pid=990147/tid=990149] ppid=990144 vsize=19041612 memory=-8888251253869814460 CPUtime=0.27 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 6146 0 0 0 25 2 0 0 20 0 19 0 183554869 19498610688 21334 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183554871 19498610688 21334 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 183554872 19498610688 21334 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183554893 19498610688 21334 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 85336 KiB

[startup+0.700273 s]
/proc/loadavg: 4.27 4.24 4.20 6/330 990166
/proc/meminfo: memFree=121399136/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19108176 memory=166972 CPUtime=1.27 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 10567 0 0 0 122 5 0 0 20 0 20 0 183554868 19566772224 41743 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4777044 41743 5835 1 0 551490 0
[pid=990147/tid=990149] ppid=990144 vsize=19108176 memory=13196 CPUtime=0.62 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 6205 0 0 0 59 3 0 0 20 0 20 0 183554869 19566772224 41743 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183554871 19566772224 41743 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183554872 19566772224 41743 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19108176 memory=2028 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183554893 19566772224 41743 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 166972 KiB

[startup+1.50072 s]
/proc/loadavg: 4.27 4.24 4.20 7/331 990167
/proc/meminfo: memFree=121346924/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19108176 memory=184584 CPUtime=2.86 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 18265 0 0 0 280 6 0 0 20 0 20 0 183554868 19566772224 46146 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4777044 46146 5867 1 0 554152 0
[pid=990147/tid=990149] ppid=990144 vsize=19108176 memory=13196 CPUtime=1.38 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 6480 0 0 0 135 3 0 0 20 0 20 0 183554869 19566772224 46146 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183554871 19566772224 46146 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183554872 19566772224 46146 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183554893 19566772224 46146 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184584 KiB

[startup+3.10584 s]
/proc/loadavg: 4.27 4.24 4.20 5/331 990167
/proc/meminfo: memFree=120827528/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19108176 memory=690660 CPUtime=5.7 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 22738 0 0 0 553 17 0 0 20 0 20 0 183554868 19566772224 172665 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4777044 172665 5867 1 0 660896 0
[pid=990147/tid=990149] ppid=990144 vsize=19108176 memory=0 CPUtime=2.93 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 7174 0 0 0 280 13 0 0 20 0 20 0 183554869 19566772224 172665 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183554871 19566772224 172665 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19108176 memory=295328 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183554872 19566772224 172665 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183554893 19566772224 172665 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 690660 KiB

[startup+6.30028 s]
/proc/loadavg: 4.25 4.24 4.20 5/331 990167
/proc/meminfo: memFree=120696664/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19108176 memory=794616 CPUtime=8.95 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 22899 0 0 0 876 19 0 0 20 0 20 0 183554868 19566772224 198654 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4777044 198654 5867 1 0 660899 0
[pid=990147/tid=990149] ppid=990144 vsize=19108176 memory=13196 CPUtime=6.07 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 7272 0 0 0 592 15 0 0 20 0 20 0 183554869 19566772224 198654 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183554871 19566772224 198654 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19108176 memory=6297267483429656916 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183554872 19566772224 198654 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19108176 memory=5472 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183554893 19566772224 198654 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 8.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 794616 KiB

[startup+12.7003 s]
/proc/loadavg: 4.31 4.25 4.20 5/331 990168
/proc/meminfo: memFree=120001896/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19108176 memory=1432824 CPUtime=15.8 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 32226 0 0 0 1546 34 0 0 20 0 20 0 183554868 19566772224 358206 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4777044 358206 5867 1 0 661529 0
[pid=990147/tid=990149] ppid=990144 vsize=19108176 memory=0 CPUtime=12.4 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 9255 0 0 0 1212 28 0 0 20 0 20 0 183554869 19566772224 358206 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19108176 memory=1432824 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183554871 19566772224 358206 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183554872 19566772224 358206 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183554893 19566772224 358206 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 15.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1432824 KiB

[startup+25.5003 s]
/proc/loadavg: 4.46 4.29 4.22 5/331 990170
/proc/meminfo: memFree=119751252/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19108176 memory=1604928 CPUtime=28.94 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 39427 0 0 0 2854 40 0 0 20 0 20 0 183554868 19566772224 401232 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4777044 401232 5867 1 0 661822 0
[pid=990147/tid=990149] ppid=990144 vsize=19108176 memory=1432824 CPUtime=25.08 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 11979 0 0 0 2477 31 0 0 20 0 20 0 183554869 19566772224 401232 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183554871 19566772224 401232 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19108176 memory=1588444 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 183554872 19566772224 401232 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183554893 19566772224 401232 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 28.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1604928 KiB

[startup+51.1059 s]
/proc/loadavg: 4.30 4.26 4.21 5/331 990174
/proc/meminfo: memFree=119567896/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19108176 memory=1635728 CPUtime=54.8 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 46424 0 0 0 5437 43 0 0 20 0 20 0 183554868 19566772224 408932 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4777044 408932 5867 1 0 661822 0
[pid=990147/tid=990149] ppid=990144 vsize=19108176 memory=1633660 CPUtime=50.31 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 14322 0 0 0 5000 31 0 0 20 0 20 0 183554869 19566772224 408932 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0

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

/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 694 0 0 0 0 0 0 0 20 0 20 0 183554872 19566772224 563508 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19108176 memory=2243760 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183554893 19566772224 563508 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 650.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2254032 KiB

[startup+695.027 s]
# the end of solver process 990147 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=702.555 s, system=0.990116 s

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

[startup+665.6 s]
/proc/loadavg: 4.41 4.27 4.21 5/331 990669
/proc/meminfo: memFree=117000864/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19108176 memory=2274512 CPUtime=673.95 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 97085 0 0 0 67300 95 0 0 20 0 20 0 183554868 19566772224 568628 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4777044 568628 5867 1 0 661838 0
[pid=990147/tid=990149] ppid=990144 vsize=19108176 memory=16192 CPUtime=655.5 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 37622 0 0 0 65513 37 0 0 20 0 20 0 183554869 19566772224 568628 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19108176 memory=2202716 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183554871 19566772224 568628 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19108176 memory=2249936 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 694 0 0 0 0 0 0 0 20 0 20 0 183554872 19566772224 568628 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19108176 memory=2249936 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183554893 19566772224 568628 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 673.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2274512 KiB

[startup+678.4 s]
/proc/loadavg: 4.34 4.27 4.21 5/331 990671
/proc/meminfo: memFree=116976208/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19108176 memory=2286800 CPUtime=686.82 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 97440 0 0 0 68586 96 0 0 20 0 20 0 183554868 19566772224 571700 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4777044 571700 5867 1 0 661838 0
[pid=990147/tid=990149] ppid=990144 vsize=19108176 memory=-8888251253869814460 CPUtime=668.1 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 37849 0 0 0 66773 37 0 0 20 0 20 0 183554869 19566772224 571700 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19108176 memory=15829 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183554871 19566772224 571700 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19108176 memory=5472 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 705 0 0 0 0 0 0 0 20 0 20 0 183554872 19566772224 571700 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183554893 19566772224 571700 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 686.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2286800 KiB

[startup+684.8 s]
/proc/loadavg: 4.36 4.27 4.21 5/331 990672
/proc/meminfo: memFree=116961564/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19108176 memory=2293040 CPUtime=693.26 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 99051 0 0 0 69230 96 0 0 20 0 20 0 183554868 19566772224 573260 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4777044 573260 5867 1 0 661838 0
[pid=990147/tid=990149] ppid=990144 vsize=19108176 memory=-8888251253869814460 CPUtime=674.39 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 38343 0 0 0 67402 37 0 0 20 0 20 0 183554869 19566772224 573260 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183554871 19566772224 573260 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19108176 memory=2286800 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 705 0 0 0 0 0 0 0 20 0 20 0 183554872 19566772224 573260 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19108176 memory=2288848 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183554893 19566772224 573260 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 693.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2293040 KiB

[startup+691.2 s]
/proc/loadavg: 4.34 4.27 4.21 5/331 990674
/proc/meminfo: memFree=116947052/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19108176 memory=2297136 CPUtime=699.69 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 99276 0 0 0 69872 97 0 0 20 0 20 0 183554868 19566772224 574284 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4777044 574284 5867 1 0 661838 0
[pid=990147/tid=990149] ppid=990144 vsize=19108176 memory=2254032 CPUtime=680.73 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 38505 0 0 0 68036 37 0 0 20 0 20 0 183554869 19566772224 574284 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19108176 memory=2249936 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183554871 19566772224 574284 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19108176 memory=45336 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 705 0 0 0 0 0 0 0 20 0 20 0 183554872 19566772224 574284 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183554893 19566772224 574284 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 699.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2297136 KiB

[startup+692.806 s]
/proc/loadavg: 4.34 4.27 4.21 5/331 990674
/proc/meminfo: memFree=116947032/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19108176 memory=2299188 CPUtime=701.29 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 99617 0 0 0 70032 97 0 0 20 0 20 0 183554868 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4777044 574797 5867 1 0 661838 0
[pid=990147/tid=990149] ppid=990144 vsize=19108176 memory=4988 CPUtime=682.3 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) S 990144 990147 984920 0 -1 1077936192 38577 0 0 0 68193 37 0 0 20 0 20 0 183554869 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19108176 memory=2297136 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183554871 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19108176 memory=2028 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 705 0 0 0 0 0 0 0 20 0 20 0 183554872 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19108176 memory=26116 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183554893 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 701.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2299188 KiB

[startup+694.4 s]
/proc/loadavg: 4.31 4.26 4.21 5/331 990674
/proc/meminfo: memFree=116940880/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19108176 memory=2299188 CPUtime=702.89 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 99644 0 0 0 70192 97 0 0 20 0 20 0 183554868 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4777044 574797 5867 1 0 661838 0
[pid=990147/tid=990149] ppid=990144 vsize=19108176 memory=11544 CPUtime=683.87 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 38580 0 0 0 68350 37 0 0 20 0 20 0 183554869 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19108176 memory=45336 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183554871 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 705 0 0 0 0 0 0 0 20 0 20 0 183554872 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19108176 memory=5472 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183554893 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 702.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2299188 KiB

[startup+694.8 s]
/proc/loadavg: 4.31 4.26 4.21 5/331 990674
/proc/meminfo: memFree=116940880/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19108176 memory=2299188 CPUtime=703.29 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 99644 0 0 0 70232 97 0 0 20 0 20 0 183554868 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4777044 574797 5867 1 0 661838 0
[pid=990147/tid=990149] ppid=990144 vsize=19108176 memory=2028 CPUtime=684.26 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) R 990144 990147 984920 0 -1 4194368 38580 0 0 0 68389 37 0 0 20 0 20 0 183554869 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19108176 memory=26116 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183554871 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19108176 memory=32196 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 705 0 0 0 0 0 0 0 20 0 20 0 183554872 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990166] ppid=990144 vsize=19108176 memory=1812 CPUtime=0 cores=5,7
/proc/990147/task/990166/stat : 990166 (Timer-0) S 990144 990147 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183554893 19566772224 574797 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 703.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2299188 KiB

[startup+695 s]*
/proc/loadavg: 4.31 4.26 4.21 7/331 990676
/proc/meminfo: memFree=116940544/131524600 swapFree=131071996/131071996
[pid=990147] ppid=990144 vsize=19241304 memory=2299848 CPUtime=703.53 cores=5,7
/proc/990147/stat : 990147 (java) S 990144 990147 984920 0 -1 1077936128 102733 0 0 0 70255 98 0 0 20 0 19 0 183554868 19703095296 574962 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
/proc/990147/statm: 4810326 574962 5863 1 0 662496 0
[pid=990147/tid=990149] ppid=990144 vsize=19241304 memory=11520 CPUtime=684.43 cores=5,7
/proc/990147/task/990149/stat : 990149 (java) S 990144 990147 984920 0 -1 1077936192 40084 0 0 0 68406 37 0 0 20 0 19 0 183554869 19703095296 574962 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990158] ppid=990144 vsize=19241304 memory=11516 CPUtime=0 cores=5,7
/proc/990147/task/990158/stat : 990158 (Finalizer) S 990144 990147 984920 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183554871 19703095296 574962 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
[pid=990147/tid=990165] ppid=990144 vsize=19241304 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/990147/task/990165/stat : 990165 (Common-Cleaner) S 990144 990147 984920 0 -1 1077936192 705 0 0 0 0 0 0 0 20 0 19 0 183554872 19703095296 574962 134679101440 94634792460288 94634792463984 140721871158352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634792471800 94634792472592 94634815410176 140721871164404 140721871164512 140721871164512 140721871171528 0
Current children cumulated CPU time: 703.53 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2299848 KiB

Child status: 20

Real time (s): 695.027
CPU time (s): 703.545
CPU user time (s): 702.555
CPU system time (s): 0.990116
CPU usage (%): 101.226
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2299848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 702.555
system time used= 0.990116
maximum resident set size= 2300932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102820
page faults= 0
swaps= 0
block input operations= 0
block output operations= 768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28867
involuntary context switches= 1817


# summary of solver processes directly reported to runsolver:
#   pid: 990147
#   total CPU time (s): 703.545
#   total CPU user time (s): 702.555
#   total CPU system time (s): 0.990116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.43256 second user time and 3.78503 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 16:45:43
IDJOB=4444181
IDBENCH=147923
IDSOLVER=3052
FILE ID=nodeC017/4444181-1721313930
RUNJOBID= nodeC017-1721306301-984933
SLURM_JOB_ID= 7542642
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900574864.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444181-1721313930/watcher-4444181-1721313930 -o /tmp/evaluation-result-4444181-1721313930/solver-4444181-1721313930 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984933 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4444181-1721313930.opb

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

MD5SUM BENCH= b2f8f357a59f46dfa71af74665cc1cb6
RANDOM SEED=1646080694

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		: 3668.984
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		: 3675.679
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		: 3599.869
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		: 3644.450
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		: 3668.966
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		: 3658.696
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		: 3600.009
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		: 3638.628
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:        121502984 kB
MemAvailable:   123355912 kB
Buffers:          518200 kB
Cached:          2160844 kB
SwapCached:            0 kB
Active:          1206224 kB
Inactive:        8168980 kB
Active(anon):       1544 kB
Inactive(anon):  6732328 kB
Active(file):    1204680 kB
Inactive(file):  1436652 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               980 kB
Writeback:            32 kB
AnonPages:       6696248 kB
Mapped:           126908 kB
Shmem:             37720 kB
KReclaimable:     102484 kB
Slab:             214680 kB
SReclaimable:     102484 kB
SUnreclaim:       112196 kB
KernelStack:        4948 kB
PageTables:        23028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10010052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67488 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6406144 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:57:18