Trace number 4444391

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-12SAT 80.4177 73.5332

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900566270.opb
MD5SUMe02ef1e4e6a215e84e9f69b84ba4fc0c
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.024262
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 587
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.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.18	c See www.sat4j.org for details.
0.13/0.19	c version CUSTOM.v20240707
0.13/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.23	c java.vm.version	22.0.1+8-16
0.30/0.23	c java.vm.vendor	Oracle Corporation
0.30/0.23	c sun.arch.data.model	64
0.30/0.23	c java.version		22.0.1
0.30/0.23	c os.name		Linux
0.30/0.23	c os.version		4.18.0-301.1.el8.x86_64
0.30/0.23	c os.arch		amd64
0.30/0.24	c Free memory 		2113181440
0.30/0.24	c Max memory 		16282288128
0.30/0.24	c Total memory 		2122317824
0.30/0.25	c Number of processors 	2
0.47/0.40	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.40	 - never skip resolution steps
0.47/0.40	 - Auto-division on coefficients is disabled
0.47/0.40	 - No postprocessing
0.47/0.40	 - Conflict is considered as is when resolving
0.47/0.40	 - Use constraints as they come during conflict analysis
0.47/0.40	 - Weaken first using unassigned literals
0.47/0.40	 - Bump strategy: ALWAYS_ONE
0.47/0.40	 - Bumper: EFFECTIVE
0.47/0.40	--- Begin Solver configuration ---
0.47/0.40	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.40	Learn all clauses as in MiniSAT
0.47/0.40	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.40	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.40	No reason simplification
0.47/0.40	Dynamic restart strategy considering the size of the coefficients
0.47/0.40	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.40	timeout=2147483s
0.47/0.40	DB Simplification allowed=false
0.47/0.40	Listener: none
0.47/0.40	--- End Solver configuration ---
0.47/0.41	c Pseudo Boolean Optimization by upper bound
0.47/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.41	c  - never skip resolution steps
0.47/0.41	c  - Auto-division on coefficients is disabled
0.47/0.41	c  - No postprocessing
0.47/0.41	c  - Conflict is considered as is when resolving
0.47/0.41	c  - Use constraints as they come during conflict analysis
0.47/0.41	c  - Weaken first using unassigned literals
0.47/0.41	c  - Bump strategy: ALWAYS_ONE
0.47/0.41	c  - Bumper: EFFECTIVE
0.47/0.41	c --- Begin Solver configuration ---
0.47/0.41	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.41	c Learn all clauses as in MiniSAT
0.47/0.41	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.41	c No reason simplification
0.47/0.41	c Dynamic restart strategy considering the size of the coefficients
0.47/0.41	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.41	c timeout=2147483s
0.47/0.41	c DB Simplification allowed=false
0.47/0.41	c Listener: none
0.47/0.41	c --- End Solver configuration ---
0.47/0.41	c solving HOME/instance-4444391-1721318337.opb
0.47/0.41	c reading problem ... 
0.47/0.42	c  no objective function found
0.98/0.67	c ... done. Wall clock time 0.257s.
0.98/0.67	c declared #vars     231
0.98/0.67	c #constraints  2707
0.98/0.67	c constraints type 
0.98/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.98/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.98/0.68	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.98/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.98/0.68	c 2707 constraints processed.
21.42/16.74	c cleaning 2499 clauses out of 5000 with flag 0/5000
57.96/51.58	c cleaning 4244 clauses out of 8501 with flag 0/11000
80.24/73.47	c SATISFIABLE
80.24/73.49	c starts		: 21
80.24/73.49	c conflicts		: 14579
80.24/73.49	c decisions		: 21885
80.24/73.49	c propagations		: 595860
80.24/73.49	c inspects		: 62094841
80.24/73.49	c shortcuts		: 0
80.24/73.49	c learnt literals	: 0
80.24/73.49	c learnt binary clauses	: 0
80.24/73.49	c learnt ternary clauses	: 0
80.24/73.49	c learnt constraints	: 14579
80.24/73.49	c ignored constraints	: 0
80.24/73.49	c root simplifications	: 0
80.24/73.49	c removed literals (reason simplification)	: 0
80.24/73.49	c reason swapping (by a shorter reason)	: 0
80.24/73.49	c Calls to reduceDB	: 2
80.24/73.49	c Number of update (reduction) of LBD	: 22561
80.24/73.49	c Imported unit clauses	: 0
80.24/73.49	c No decision after first conflict	: false
80.24/73.49	c number of reductions to clauses (during analyze)	: 0
80.24/73.49	c number of learned constraints concerned by reduction	: 0
80.24/73.49	c number of learning phase by resolution	: 0
80.24/73.49	c number of learning phase by cutting planes	: 0
80.36/73.50	c number of rounding to 1 operations	: 0
80.36/73.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
80.36/73.50	c number of reductions of the coefficients by power 2 	: 0
80.36/73.50	c number of right shift for reduction by power 2 	: 0
80.36/73.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
80.36/73.50	c number of ending skipping 	: 0
80.36/73.50	c number of internal skipping 	: 0
80.36/73.50	c number of derivation steps 	: 136706
80.36/73.50	c number of skipped derivation steps 	: 0
80.36/73.50	c number of remaining unassigned 	: 78895
80.36/73.50	c number of remaining assigned 	: 1358762
80.36/73.50	c number of falsified literals weakened from reason	: 0
80.36/73.50	c number of falsified literals weakened from conflict	: 0
80.36/73.50	c time for arithmetic operations	: 354082084
80.36/73.50	c minimum degree of deleted constraints	: 6
80.36/73.50	c maximum degree of deleted constraints	: 1480369969603582198956360
80.36/73.50	c number of deleted constraints	: 6743
80.36/73.50	c speed (assignments/second)	: 8183.316395198726
80.36/73.50	c non guided choices	: 121
80.36/73.51	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 451
80.36/73.51	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 45
80.36/73.51	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7340
80.36/73.51	s SATISFIABLE
80.36/73.51	c Found 1 solution(s)
80.36/73.51	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 -x230 -x231 
80.36/73.51	c Total wall clock time (in seconds): 73.101

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444391-1721318337/watcher-4444391-1721318337 -o /tmp/evaluation-result-4444391-1721318337/solver-4444391-1721318337 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721318349-955706 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4444391-1721318337.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
Current StackSize limit: 8192 KiB

solver pid=955760, runsolver pid=955750

[startup+0.104166 s]*
/proc/loadavg: 1.29 1.69 2.86 17/312 955835
/proc/meminfo: memFree=128965092/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=18975048 memory=56372 CPUtime=0.13 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 6287 0 0 0 9 4 0 0 20 0 18 0 183990130 19430449152 14093 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4743762 14093 5459 1 0 550746 0
[pid=955760/tid=955769] ppid=955750 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 5250 0 0 0 5 3 0 0 20 0 18 0 183990131 19430449152 14093 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=18975048 memory=5697 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183990137 19430449152 14093 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183990138 19430449152 14093 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56372 KiB

[startup+0.214174 s]*
/proc/loadavg: 1.29 1.69 2.86 15/312 955835
/proc/meminfo: memFree=128954088/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=18975048 memory=61224 CPUtime=0.3 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 6968 0 0 0 25 5 0 0 20 0 18 0 183990130 19430449152 15306 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4743762 15306 5502 1 0 551323 0
[pid=955760/tid=955769] ppid=955750 vsize=18975048 memory=664970851429515395 CPUtime=0.17 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 5567 0 0 0 14 3 0 0 20 0 18 0 183990131 19430449152 15306 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=18975048 memory=5697 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183990137 19430449152 15306 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183990138 19430449152 15306 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61224 KiB

[startup+0.326165 s]*
/proc/loadavg: 1.29 1.69 2.86 15/312 955835
/proc/meminfo: memFree=128927640/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=18975048 memory=67388 CPUtime=0.47 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 7271 0 0 0 42 5 0 0 20 0 18 0 183990130 19430449152 16847 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4743762 16847 5722 1 0 551549 0
[pid=955760/tid=955769] ppid=955750 vsize=18975048 memory=-9104135942529393340 CPUtime=0.28 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 5775 0 0 0 24 4 0 0 20 0 18 0 183990131 19430449152 16847 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183990137 19430449152 16847 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183990138 19430449152 16847 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67388 KiB

[startup+0.70516 s]
/proc/loadavg: 1.29 1.69 2.86 16/312 955835
/proc/meminfo: memFree=128904512/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19041612 memory=86140 CPUtime=1.16 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 8812 0 0 0 109 7 0 0 20 0 19 0 183990130 19498610688 21535 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4760403 21535 5813 1 0 552757 0
[pid=955760/tid=955769] ppid=955750 vsize=19041612 memory=5512 CPUtime=0.57 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 6026 0 0 0 52 5 0 0 20 0 19 0 183990131 19498610688 21535 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19041612 memory=11992 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183990137 19498610688 21535 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183990138 19498610688 21535 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86140 KiB

[startup+1.50116 s]
/proc/loadavg: 1.29 1.69 2.86 14/316 955839
/proc/meminfo: memFree=128741532/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19108176 memory=182736 CPUtime=2.73 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 20729 0 0 0 260 13 0 0 20 0 20 0 183990130 19566772224 45684 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4777044 45684 5833 1 0 557282 0
[pid=955760/tid=955769] ppid=955750 vsize=19108176 memory=0 CPUtime=1.23 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 6378 0 0 0 115 8 0 0 20 0 20 0 183990131 19566772224 45684 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19108176 memory=5512 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 45684 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 45684 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955839] ppid=955750 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/955760/task/955839/stat : 955839 (Timer-0) S 955750 955760 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990198 19566772224 45684 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182736 KiB

[startup+3.10629 s]
/proc/loadavg: 2.15 1.86 2.91 13/319 955909
/proc/meminfo: memFree=127993056/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19108176 memory=380036 CPUtime=5.9 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 23266 0 0 0 572 18 0 0 20 0 20 0 183990130 19566772224 95009 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4777044 95009 5849 1 0 557683 0
[pid=955760/tid=955769] ppid=955750 vsize=19108176 memory=11992 CPUtime=2.75 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) S 955750 955760 955693 0 -1 1077936192 6897 0 0 0 264 11 0 0 20 0 20 0 183990131 19566772224 95009 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 95009 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 95009 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955839] ppid=955750 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/955760/task/955839/stat : 955839 (Timer-0) S 955750 955760 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990198 19566772224 95009 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 380036 KiB

[startup+6.30046 s]
/proc/loadavg: 2.15 1.86 2.91 6/320 955912
/proc/meminfo: memFree=125884012/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19108176 memory=819252 CPUtime=10.62 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 26089 0 0 0 1035 27 0 0 20 0 20 0 183990130 19566772224 204813 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4777044 204813 5849 1 0 664974 0
[pid=955760/tid=955769] ppid=955750 vsize=19108176 memory=0 CPUtime=5.87 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 7116 0 0 0 569 18 0 0 20 0 20 0 183990131 19566772224 204813 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 204813 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 204813 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955839] ppid=955750 vsize=19108176 memory=43480 CPUtime=0 cores=5,7
/proc/955760/task/955839/stat : 955839 (Timer-0) S 955750 955760 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990198 19566772224 204813 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 10.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 819252 KiB

[startup+12.7014 s]
/proc/loadavg: 2.51 1.95 2.92 6/320 955912
/proc/meminfo: memFree=124693204/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19108176 memory=1235036 CPUtime=17.11 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 26714 0 0 0 1676 35 0 0 20 0 20 0 183990130 19566772224 308759 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4777044 308759 5849 1 0 664976 0
[pid=955760/tid=955769] ppid=955750 vsize=19108176 memory=0 CPUtime=12.01 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 7668 0 0 0 1176 25 0 0 20 0 20 0 183990131 19566772224 308759 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19108176 memory=1138744 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 308759 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19108176 memory=90448 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 308759 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955839] ppid=955750 vsize=19108176 memory=394372 CPUtime=0 cores=5,7
/proc/955760/task/955839/stat : 955839 (Timer-0) S 955750 955760 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990198 19566772224 308759 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 17.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1235036 KiB

[startup+25.5005 s]
/proc/loadavg: 2.89 2.05 2.95 6/320 955981
/proc/meminfo: memFree=121617060/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19108176 memory=2276760 CPUtime=31.12 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 36657 0 0 0 3054 58 0 0 20 0 20 0 183990130 19566772224 569190 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4777044 569190 5865 1 0 928216 0
[pid=955760/tid=955769] ppid=955750 vsize=19108176 memory=2272560 CPUtime=24.42 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 10496 0 0 0 2397 45 0 0 20 0 20 0 183990131 19566772224 569190 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19108176 memory=2272560 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 569190 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19108176 memory=148 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 569190 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955839] ppid=955750 vsize=19108176 memory=2270512 CPUtime=0 cores=5,7
/proc/955760/task/955839/stat : 955839 (Timer-0) S 955750 955760 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990198 19566772224 569190 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 31.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2276760 KiB

[startup+51.114 s]
/proc/loadavg: 3.34 2.22 2.98 5/320 955985
/proc/meminfo: memFree=118733780/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19108176 memory=2285296 CPUtime=57.22 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 43239 0 0 0 5660 62 0 0 20 0 20 0 183990130 19566772224 571324 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4777044 571324 5865 1 0 928216 0
[pid=955760/tid=955769] ppid=955750 vsize=19108176 memory=2270512 CPUtime=49.45 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 13367 0 0 0 4898 47 0 0 20 0 20 0 183990131 19566772224 571324 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 571324 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 571324 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955839] ppid=955750 vsize=19108176 memory=819252 CPUtime=0 cores=5,7
/proc/955760/task/955839/stat : 955839 (Timer-0) S 955750 955760 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990198 19566772224 571324 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 57.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2285296 KiB

[startup+73.5332 s]
# the end of solver process 955760 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=79.7436 s, system=0.674133 s

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

[startup+51.2102 s]
/proc/loadavg: 3.34 2.22 2.98 5/320 955985
/proc/meminfo: memFree=118733780/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19108176 memory=2285308 CPUtime=57.37 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 43599 0 0 0 5675 62 0 0 20 0 20 0 183990130 19566772224 571327 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4777044 571327 5865 1 0 928216 0
[pid=955760/tid=955769] ppid=955750 vsize=19108176 memory=276 CPUtime=49.54 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 13397 0 0 0 4907 47 0 0 20 0 20 0 183990131 19566772224 571327 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19108176 memory=26064 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 571327 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19108176 memory=104 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 571327 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955839] ppid=955750 vsize=19108176 memory=25208 CPUtime=0 cores=5,7
/proc/955760/task/955839/stat : 955839 (Timer-0) S 955750 955760 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990198 19566772224 571327 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 57.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2285308 KiB

[startup+64.0004 s]*
/proc/loadavg: 3.48 2.31 3.00 6/320 955987
/proc/meminfo: memFree=118722548/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19108176 memory=2289868 CPUtime=70.8 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 51890 0 0 0 7015 65 0 0 20 0 20 0 183990130 19566772224 572467 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4777044 572467 5865 1 0 928216 0
[pid=955760/tid=955769] ppid=955750 vsize=19108176 memory=-8599730585240642236 CPUtime=62.01 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 15016 0 0 0 6154 47 0 0 20 0 20 0 183990131 19566772224 572467 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19108176 memory=28032 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 572467 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19108176 memory=19500 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 572467 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955839] ppid=955750 vsize=19108176 memory=7148 CPUtime=0 cores=5,7
/proc/955760/task/955839/stat : 955839 (Timer-0) S 955750 955760 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990198 19566772224 572467 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 70.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2289868 KiB

[startup+70.4005 s]
/proc/loadavg: 3.53 2.34 3.00 5/320 955988
/proc/meminfo: memFree=118716124/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19108176 memory=2293972 CPUtime=77.19 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 52425 0 0 0 7654 65 0 0 20 0 20 0 183990130 19566772224 573493 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4777044 573493 5865 1 0 928216 0
[pid=955760/tid=955769] ppid=955750 vsize=19108176 memory=2293972 CPUtime=68.23 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 15526 0 0 0 6776 47 0 0 20 0 20 0 183990131 19566772224 573493 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19108176 memory=-9176193536567321276 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 573493 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19108176 memory=279362524089128 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 573493 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955839] ppid=955750 vsize=19108176 memory=2289868 CPUtime=0 cores=5,7
/proc/955760/task/955839/stat : 955839 (Timer-0) S 955750 955760 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990198 19566772224 573493 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 77.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2293972 KiB

[startup+72.0004 s]*
/proc/loadavg: 3.56 2.37 3.01 6/320 955988
/proc/meminfo: memFree=118714052/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19108176 memory=2296020 CPUtime=78.86 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 52436 0 0 0 7820 66 0 0 20 0 20 0 183990130 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4777044 574005 5865 1 0 928216 0
[pid=955760/tid=955769] ppid=955750 vsize=19108176 memory=-8599730585240642236 CPUtime=69.78 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 15528 0 0 0 6931 47 0 0 20 0 20 0 183990131 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19108176 memory=4664 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19108176 memory=4816 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955839] ppid=955750 vsize=19108176 memory=2296020 CPUtime=0 cores=5,7
/proc/955760/task/955839/stat : 955839 (Timer-0) S 955750 955760 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990198 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 78.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2296020 KiB

[startup+72.8004 s]
/proc/loadavg: 3.56 2.37 3.01 6/320 955988
/proc/meminfo: memFree=118714052/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19108176 memory=2296020 CPUtime=79.64 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 52572 0 0 0 7898 66 0 0 20 0 20 0 183990130 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4777044 574005 5865 1 0 928216 0
[pid=955760/tid=955769] ppid=955750 vsize=19108176 memory=-9176193536567321276 CPUtime=70.57 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 15664 0 0 0 7010 47 0 0 20 0 20 0 183990131 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19108176 memory=25208 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19108176 memory=32180 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955839] ppid=955750 vsize=19108176 memory=19104 CPUtime=0 cores=5,7
/proc/955760/task/955839/stat : 955839 (Timer-0) S 955750 955760 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990198 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 79.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2296020 KiB

[startup+73.2004 s]
/proc/loadavg: 3.56 2.37 3.01 6/320 955988
/proc/meminfo: memFree=118712044/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19108176 memory=2296020 CPUtime=80.04 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 52588 0 0 0 7938 66 0 0 20 0 20 0 183990130 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4777044 574005 5865 1 0 928216 0
[pid=955760/tid=955769] ppid=955750 vsize=19108176 memory=-6237260304836290922 CPUtime=70.97 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 15680 0 0 0 7050 47 0 0 20 0 20 0 183990131 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19108176 memory=-7384994761169412000 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19108176 memory=-9180700527125620833 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955839] ppid=955750 vsize=19108176 memory=7247860319864382091 CPUtime=0 cores=5,7
/proc/955760/task/955839/stat : 955839 (Timer-0) S 955750 955760 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990198 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 80.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2296020 KiB

[startup+73.4004 s]
/proc/loadavg: 3.56 2.37 3.01 6/320 955988
/proc/meminfo: memFree=118712044/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19108176 memory=2296020 CPUtime=80.24 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 52599 0 0 0 7958 66 0 0 20 0 20 0 183990130 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4777044 574005 5865 1 0 928216 0
[pid=955760/tid=955769] ppid=955750 vsize=19108176 memory=5551 CPUtime=71.17 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) R 955750 955760 955693 0 -1 4194368 15691 0 0 0 7070 47 0 0 20 0 20 0 183990131 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19108176 memory=29743 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19108176 memory=3834592110436325010 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955839] ppid=955750 vsize=19108176 memory=2245356 CPUtime=0 cores=5,7
/proc/955760/task/955839/stat : 955839 (Timer-0) S 955750 955760 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990198 19566772224 574005 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 80.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2296020 KiB

[startup+73.5026 s]
/proc/loadavg: 3.56 2.37 3.01 6/320 955988
/proc/meminfo: memFree=118712044/131655788 swapFree=131071996/131071996
[pid=955760] ppid=955750 vsize=19241304 memory=2296500 CPUtime=80.36 cores=5,7
/proc/955760/stat : 955760 (java) S 955750 955760 955693 0 -1 1077936128 54742 0 0 0 7970 66 0 0 20 0 21 0 183990130 19703095296 574125 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
/proc/955760/statm: 4810326 574125 5864 1 0 928838 0
[pid=955760/tid=955769] ppid=955750 vsize=19241304 memory=2270512 CPUtime=71.25 cores=5,7
/proc/955760/task/955769/stat : 955769 (java) S 955750 955760 955693 0 -1 1077936192 17348 0 0 0 7078 47 0 0 20 0 21 0 183990131 19703095296 574125 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 183990134 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955803] ppid=955750 vsize=19241304 memory=2287796 CPUtime=0 cores=5,7
/proc/955760/task/955803/stat : 955803 (Finalizer) S 955750 955760 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183990137 19703095296 574125 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
[pid=955760/tid=955835] ppid=955750 vsize=19241304 memory=0 CPUtime=0 cores=5,7
/proc/955760/task/955835/stat : 955835 (Common-Cleaner) S 955750 955760 955693 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 21 0 183990138 19703095296 574125 134679101440 94035851845632 94035851849328 140721553164544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94035851857144 94035851857936 94035880431616 140721553167348 140721553167456 140721553167456 140721553174472 0
Current children cumulated CPU time: 80.36 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2296500 KiB

Child status: 10

Real time (s): 73.5332
CPU time (s): 80.4177
CPU user time (s): 79.7436
CPU system time (s): 0.674133
CPU usage (%): 109.362
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2296500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.7436
system time used= 0.674133
maximum resident set size= 2297476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55086
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3862
involuntary context switches= 849


# summary of solver processes directly reported to runsolver:
#   pid: 955760
#   total CPU time (s): 80.4177
#   total CPU user time (s): 79.7436
#   total CPU system time (s): 0.674133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.410005 second user time and 0.865714 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-18 17:59:09
IDJOB=4444391
IDBENCH=147966
IDSOLVER=3052
FILE ID=nodeC008/4444391-1721318337
RUNJOBID= nodeC008-1721318349-955706
SLURM_JOB_ID= 7542675
Free space on /tmp= 723768 MiB

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

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

MD5SUM BENCH= e02ef1e4e6a215e84e9f69b84ba4fc0c
RANDOM SEED=212533017

nodeC008.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	: 0xb00001f
cpu MHz		: 1197.256
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 1197.246
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.245
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 1197.253
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.271
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 1197.255
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.245
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 1197.244
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129107160 kB
MemAvailable:   129970180 kB
Buffers:          518116 kB
Cached:          1183040 kB
SwapCached:            0 kB
Active:          1011712 kB
Inactive:         992404 kB
Active(anon):       1360 kB
Inactive(anon):   339336 kB
Active(file):    1010352 kB
Inactive(file):   653068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2676 kB
Writeback:             0 kB
AnonPages:        303168 kB
Mapped:           105148 kB
Shmem:             37704 kB
KReclaimable:      79264 kB
Slab:             178532 kB
SReclaimable:      79264 kB
SUnreclaim:        99268 kB
KernelStack:        3684 kB
PageTables:         9892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     626652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57664 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-18 18:00:23