Trace number 4444511

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 880.184 865.763

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900573901.opb
MD5SUMcc79e8eaad0b826eed3de4fbf6f5615f
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 benchmark3.75065
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 701
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.11/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.16	c See www.sat4j.org for details.
0.11/0.17	c version CUSTOM.v20240707
0.11/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.19	c java.vm.version	22.0.1+8-16
0.11/0.20	c java.vm.vendor	Oracle Corporation
0.11/0.20	c sun.arch.data.model	64
0.11/0.20	c java.version		22.0.1
0.11/0.20	c os.name		Linux
0.11/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.20	c os.arch		amd64
0.11/0.20	c Free memory 		2113181440
0.11/0.20	c Max memory 		16282288128
0.11/0.20	c Total memory 		2122317824
0.11/0.21	c Number of processors 	2
0.39/0.37	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.37	 - never skip resolution steps
0.39/0.37	 - Auto-division on coefficients is disabled
0.39/0.37	 - No postprocessing
0.39/0.37	 - Conflict is considered as is when resolving
0.39/0.37	 - Use constraints as they come during conflict analysis
0.39/0.37	 - Weaken first using unassigned literals
0.39/0.37	 - Bump strategy: ALWAYS_ONE
0.39/0.37	 - Bumper: EFFECTIVE
0.39/0.37	--- Begin Solver configuration ---
0.39/0.37	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.39/0.37	Learn all clauses as in MiniSAT
0.39/0.37	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.37	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.37	No reason simplification
0.39/0.37	Dynamic restart strategy considering the size of the coefficients
0.39/0.37	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.39/0.37	timeout=2147483s
0.39/0.37	DB Simplification allowed=false
0.39/0.37	Listener: none
0.39/0.37	--- End Solver configuration ---
0.39/0.37	c Pseudo Boolean Optimization by upper bound
0.39/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.37	c  - never skip resolution steps
0.39/0.37	c  - Auto-division on coefficients is disabled
0.39/0.37	c  - No postprocessing
0.39/0.37	c  - Conflict is considered as is when resolving
0.39/0.37	c  - Use constraints as they come during conflict analysis
0.39/0.37	c  - Weaken first using unassigned literals
0.39/0.37	c  - Bump strategy: ALWAYS_ONE
0.39/0.37	c  - Bumper: EFFECTIVE
0.39/0.37	c --- Begin Solver configuration ---
0.39/0.37	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.39/0.37	c Learn all clauses as in MiniSAT
0.39/0.37	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.37	c No reason simplification
0.39/0.37	c Dynamic restart strategy considering the size of the coefficients
0.39/0.37	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.39/0.37	c timeout=2147483s
0.39/0.37	c DB Simplification allowed=false
0.39/0.37	c Listener: none
0.39/0.37	c --- End Solver configuration ---
0.39/0.37	c solving HOME/instance-4444511-1721318411.opb
0.39/0.37	c reading problem ... 
0.39/0.38	c  no objective function found
0.89/0.64	c ... done. Wall clock time 0.264s.
0.89/0.64	c declared #vars     231
0.89/0.64	c #constraints  2707
0.89/0.64	c constraints type 
0.89/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.89/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.89/0.64	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.89/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.89/0.64	c 2707 constraints processed.
18.37/14.21	c cleaning 2492 clauses out of 5001 with flag 0/5001
45.54/39.81	c cleaning 4249 clauses out of 8509 with flag 0/11001
84.92/78.45	c cleaning 5618 clauses out of 11259 with flag 0/18000
142.04/134.93	c cleaning 6817 clauses out of 13641 with flag 0/26000
212.12/204.39	c cleaning 7908 clauses out of 15824 with flag 0/35000
304.68/295.71	c cleaning 8958 clauses out of 17917 with flag 0/45001
424.02/413.86	c cleaning 9978 clauses out of 19958 with flag 0/56000
561.36/549.78	c cleaning 10986 clauses out of 21980 with flag 0/68000
722.28/709.35	c cleaning 11996 clauses out of 23994 with flag 0/81000
879.99/865.69	c starts		: 17
880.10/865.70	c conflicts		: 94157
880.10/865.70	c decisions		: 156408
880.10/865.70	c propagations		: 3418256
880.10/865.70	c inspects		: 686600163
880.10/865.70	c shortcuts		: 0
880.10/865.70	c learnt literals	: 0
880.10/865.70	c learnt binary clauses	: 0
880.10/865.70	c learnt ternary clauses	: 7
880.10/865.70	c learnt constraints	: 94156
880.10/865.70	c ignored constraints	: 0
880.10/865.70	c root simplifications	: 0
880.10/865.70	c removed literals (reason simplification)	: 0
880.10/865.70	c reason swapping (by a shorter reason)	: 0
880.10/865.70	c Calls to reduceDB	: 9
880.10/865.70	c Number of update (reduction) of LBD	: 134109
880.10/865.70	c Imported unit clauses	: 0
880.10/865.70	c No decision after first conflict	: false
880.10/865.70	c number of reductions to clauses (during analyze)	: 0
880.10/865.70	c number of learned constraints concerned by reduction	: 0
880.10/865.70	c number of learning phase by resolution	: 0
880.10/865.70	c number of learning phase by cutting planes	: 0
880.10/865.70	c number of rounding to 1 operations	: 0
880.10/865.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
880.10/865.70	c number of reductions of the coefficients by power 2 	: 0
880.10/865.70	c number of right shift for reduction by power 2 	: 0
880.10/865.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
880.10/865.70	c number of ending skipping 	: 0
880.10/865.70	c number of internal skipping 	: 0
880.10/865.70	c number of derivation steps 	: 850770
880.10/865.70	c number of skipped derivation steps 	: 0
880.10/865.70	c number of remaining unassigned 	: 705357
880.10/865.70	c number of remaining assigned 	: 10601088
880.10/865.70	c number of falsified literals weakened from reason	: 0
880.10/865.70	c number of falsified literals weakened from conflict	: 0
880.10/865.70	c time for arithmetic operations	: 2734693231
880.10/865.70	c minimum degree of deleted constraints	: 1
880.10/865.70	c maximum degree of deleted constraints	: 171069479379912473885511955172603911762475889159561991471345389894574231345007842604634696
880.10/865.70	c number of deleted constraints	: 69002
880.10/865.70	c speed (assignments/second)	: 3951.5309012468697
880.10/865.70	c non guided choices	: 121
880.10/865.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1733
880.10/865.72	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 121
880.10/865.72	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 23300
880.10/865.72	s UNSATISFIABLE
880.10/865.72	c Total wall clock time (in seconds): 865.346

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

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

solver pid=956035, runsolver pid=956032

[startup+0.108125 s]*
/proc/loadavg: 3.56 2.37 3.01 5/318 956053
/proc/meminfo: memFree=120955948/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=18975048 memory=55916 CPUtime=0.11 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 6454 0 0 0 9 2 0 0 20 0 18 0 183997532 19430449152 13979 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4743762 13979 5627 1 0 550800 0
[pid=956035/tid=956037] ppid=956032 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 5382 0 0 0 6 2 0 0 20 0 18 0 183997533 19430449152 13979 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183997538 19430449152 13979 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183997539 19430449152 13979 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55916 KiB

[startup+0.221915 s]*
/proc/loadavg: 3.56 2.37 3.01 5/318 956053
/proc/meminfo: memFree=120948800/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=18975048 memory=62788 CPUtime=0.25 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 7176 0 0 0 22 3 0 0 20 0 18 0 183997532 19430449152 15697 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4743762 15697 5635 1 0 551382 0
[pid=956035/tid=956037] ppid=956032 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 1077936192 5701 0 0 0 16 2 0 0 20 0 18 0 183997533 19430449152 15697 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=18975048 memory=5697 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183997538 19430449152 15697 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183997539 19430449152 15697 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62788 KiB

[startup+0.31363 s]*
/proc/loadavg: 3.56 2.37 3.01 5/318 956053
/proc/meminfo: memFree=120945884/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=18975048 memory=66456 CPUtime=0.39 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 7449 0 0 0 36 3 0 0 20 0 18 0 183997532 19430449152 16614 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4743762 16614 5756 1 0 551589 0
[pid=956035/tid=956037] ppid=956032 vsize=18975048 memory=-9032648990731313852 CPUtime=0.26 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) S 956032 956035 955693 0 -1 1077936192 5895 0 0 0 24 2 0 0 20 0 18 0 183997533 19430449152 16614 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183997538 19430449152 16614 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183997539 19430449152 16614 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66456 KiB

[startup+0.701117 s]
/proc/loadavg: 3.56 2.37 3.01 6/318 956053
/proc/meminfo: memFree=120939976/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19041612 memory=85744 CPUtime=1.05 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 9154 0 0 0 101 4 0 0 20 0 19 0 183997532 19498610688 21436 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4760403 21436 5847 1 0 552932 0
[pid=956035/tid=956037] ppid=956032 vsize=19041612 memory=5512 CPUtime=0.54 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 6125 0 0 0 51 3 0 0 20 0 19 0 183997533 19498610688 21436 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19041612 memory=11992 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183997538 19498610688 21436 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183997539 19498610688 21436 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 85744 KiB

[startup+1.50712 s]
/proc/loadavg: 3.56 2.37 3.01 7/319 956054
/proc/meminfo: memFree=120897232/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19108176 memory=173360 CPUtime=2.65 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 16228 0 0 0 257 8 0 0 20 0 20 0 183997532 19566772224 43340 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4777044 43340 5863 1 0 555198 0
[pid=956035/tid=956037] ppid=956032 vsize=19108176 memory=11992 CPUtime=1.25 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 6495 0 0 0 120 5 0 0 20 0 20 0 183997533 19566772224 43340 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183997538 19566772224 43340 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 183997539 19566772224 43340 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956054] ppid=956032 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/956035/task/956054/stat : 956054 (Timer-0) S 956032 956035 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183997597 19566772224 43340 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173360 KiB

[startup+3.10611 s]
/proc/loadavg: 3.68 2.41 3.02 6/320 956057
/proc/meminfo: memFree=120588792/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19108176 memory=428600 CPUtime=5.8 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 20841 0 0 0 567 13 0 0 20 0 20 0 183997532 19566772224 107150 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4777044 107150 5879 1 0 556814 0
[pid=956035/tid=956037] ppid=956032 vsize=19108176 memory=0 CPUtime=2.76 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 7141 0 0 0 267 9 0 0 20 0 20 0 183997533 19566772224 107150 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183997538 19566772224 107150 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 183997539 19566772224 107150 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956054] ppid=956032 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/956035/task/956054/stat : 956054 (Timer-0) S 956032 956035 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183997597 19566772224 107150 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 428600 KiB

[startup+6.30045 s]
/proc/loadavg: 3.68 2.41 3.02 5/320 956057
/proc/meminfo: memFree=120172204/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19108176 memory=837976 CPUtime=9.86 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 21460 0 0 0 964 22 0 0 20 0 20 0 183997532 19566772224 209494 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4777044 209494 5879 1 0 663340 0
[pid=956035/tid=956037] ppid=956032 vsize=19108176 memory=0 CPUtime=5.85 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 7350 0 0 0 568 17 0 0 20 0 20 0 183997533 19566772224 209494 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183997538 19566772224 209494 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 183997539 19566772224 209494 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956054] ppid=956032 vsize=19108176 memory=43480 CPUtime=0 cores=5,7
/proc/956035/task/956054/stat : 956054 (Timer-0) S 956032 956035 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183997597 19566772224 209494 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 9.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 837976 KiB

[startup+12.7005 s]
/proc/loadavg: 3.87 2.47 3.04 5/320 956058
/proc/meminfo: memFree=119654172/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19108176 memory=1533248 CPUtime=16.7 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 22987 0 0 0 1633 37 0 0 20 0 20 0 183997532 19566772224 383312 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4777044 383312 5879 1 0 949520 0
[pid=956035/tid=956037] ppid=956032 vsize=19108176 memory=93260 CPUtime=11.78 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 8045 0 0 0 1149 29 0 0 20 0 20 0 183997533 19566772224 383312 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19108176 memory=1348928 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183997538 19566772224 383312 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19108176 memory=439636 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 183997539 19566772224 383312 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956054] ppid=956032 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/956035/task/956054/stat : 956054 (Timer-0) S 956032 956035 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183997597 19566772224 383312 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 16.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1533248 KiB

[startup+25.5005 s]
/proc/loadavg: 4.06 2.58 3.06 5/322 956064
/proc/meminfo: memFree=118694420/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19108176 memory=2297892 CPUtime=30.31 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 29992 0 0 0 2976 55 0 0 20 0 20 0 183997532 19566772224 574473 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4777044 574473 5895 1 0 949576 0
[pid=956035/tid=956037] ppid=956032 vsize=19108176 memory=1348928 CPUtime=24.24 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 11162 0 0 0 2380 44 0 0 20 0 20 0 183997533 19566772224 574473 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19108176 memory=2297856 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183997538 19566772224 574473 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 183997539 19566772224 574473 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956054] ppid=956032 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=5,7
/proc/956035/task/956054/stat : 956054 (Timer-0) S 956032 956035 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183997597 19566772224 574473 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 30.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2297892 KiB

[startup+51.114 s]
/proc/loadavg: 4.31 2.76 3.11 5/322 956079
/proc/meminfo: memFree=118603888/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19108176 memory=2324560 CPUtime=56.96 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 39568 0 0 0 5636 60 0 0 20 0 20 0 183997532 19566772224 581140 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4777044 581140 5895 1 0 949576 0
[pid=956035/tid=956037] ppid=956032 vsize=19108176 memory=2296496 CPUtime=49.06 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 14308 0 0 0 4861 45 0 0 20 0 20 0 183997533 19566772224 581140 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19108176 memory=2296536 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183997538 19566772224 581140 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 183997539 19566772224 581140 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0

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

/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 882 0 0 0 0 0 0 0 20 0 20 0 183997539 19566772224 783621 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956054] ppid=956032 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/956035/task/956054/stat : 956054 (Timer-0) S 956032 956035 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183997597 19566772224 783621 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 836.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3134484 KiB

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

# cumulated CPU time of all completed processes:  user=878.639 s, system=1.54498 s

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

[startup+844.8 s]
/proc/loadavg: 4.25 4.25 3.88 5/320 957361
/proc/meminfo: memFree=118550764/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19108176 memory=3152916 CPUtime=859.04 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 118768 0 0 0 85754 150 0 0 20 0 20 0 183997532 19566772224 788229 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4777044 788229 5907 1 0 949593 0
[pid=956035/tid=956037] ppid=956032 vsize=19108176 memory=11600 CPUtime=825.23 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 52970 0 0 0 82461 62 0 0 20 0 20 0 183997533 19566772224 788229 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183997538 19566772224 788229 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19108176 memory=3140628 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 882 0 0 0 0 0 0 0 20 0 20 0 183997539 19566772224 788229 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956054] ppid=956032 vsize=19108176 memory=3140628 CPUtime=0 cores=5,7
/proc/956035/task/956054/stat : 956054 (Timer-0) S 956032 956035 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183997597 19566772224 788229 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 859.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3152916 KiB

[startup+857.6 s]
/proc/loadavg: 4.21 4.25 3.89 5/320 957362
/proc/meminfo: memFree=118513696/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19108176 memory=3165208 CPUtime=871.92 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 121820 0 0 0 87041 151 0 0 20 0 20 0 183997532 19566772224 791302 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4777044 791302 5907 1 0 949593 0
[pid=956035/tid=956037] ppid=956032 vsize=19108176 memory=3083248 CPUtime=837.69 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 54221 0 0 0 83706 63 0 0 20 0 20 0 183997533 19566772224 791302 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183997538 19566772224 791302 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19108176 memory=3146772 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 956 0 0 0 0 0 0 0 20 0 20 0 183997539 19566772224 791302 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956054] ppid=956032 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/956035/task/956054/stat : 956054 (Timer-0) S 956032 956035 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183997597 19566772224 791302 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 871.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3165208 KiB

[startup+860.8 s]
/proc/loadavg: 4.20 4.24 3.89 5/320 957362
/proc/meminfo: memFree=118511656/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19108176 memory=3165232 CPUtime=875.12 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 122574 0 0 0 87360 152 0 0 20 0 20 0 183997532 19566772224 791308 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4777044 791308 5907 1 0 949609 0
[pid=956035/tid=956037] ppid=956032 vsize=19108176 memory=3140628 CPUtime=840.88 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 54227 0 0 0 84025 63 0 0 20 0 20 0 183997533 19566772224 791308 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19108176 memory=2648 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183997538 19566772224 791308 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 956 0 0 0 0 0 0 0 20 0 20 0 183997539 19566772224 791308 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956054] ppid=956032 vsize=19108176 memory=3165208 CPUtime=0 cores=5,7
/proc/956035/task/956054/stat : 956054 (Timer-0) S 956032 956035 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183997597 19566772224 791308 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 875.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3165232 KiB

[startup+864 s]*
/proc/loadavg: 4.18 4.24 3.89 5/320 957364
/proc/meminfo: memFree=118499284/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19108176 memory=3169388 CPUtime=878.41 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 122706 0 0 0 87689 152 0 0 20 0 20 0 183997532 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4777044 792347 5922 1 0 949609 0
[pid=956035/tid=956037] ppid=956032 vsize=19108176 memory=-8961151043816956604 CPUtime=844.01 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 54342 0 0 0 84338 63 0 0 20 0 20 0 183997533 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19108176 memory=2680 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183997538 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19108176 memory=13848 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 956 0 0 0 0 0 0 0 20 0 20 0 183997539 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956054] ppid=956032 vsize=19108176 memory=11412 CPUtime=0 cores=5,7
/proc/956035/task/956054/stat : 956054 (Timer-0) S 956032 956035 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183997597 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 878.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3169388 KiB

[startup+864.8 s]
/proc/loadavg: 4.18 4.24 3.89 5/320 957364
/proc/meminfo: memFree=118499284/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19108176 memory=3169388 CPUtime=879.19 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 122706 0 0 0 87767 152 0 0 20 0 20 0 183997532 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4777044 792347 5922 1 0 949609 0
[pid=956035/tid=956037] ppid=956032 vsize=19108176 memory=19752 CPUtime=844.79 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 54342 0 0 0 84416 63 0 0 20 0 20 0 183997533 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19108176 memory=3169388 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183997538 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19108176 memory=11644 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 956 0 0 0 0 0 0 0 20 0 20 0 183997539 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956054] ppid=956032 vsize=19108176 memory=11632 CPUtime=0 cores=5,7
/proc/956035/task/956054/stat : 956054 (Timer-0) S 956032 956035 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183997597 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 879.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3169388 KiB

[startup+865.2 s]
/proc/loadavg: 4.18 4.24 3.89 5/320 957364
/proc/meminfo: memFree=118497208/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19108176 memory=3169388 CPUtime=879.59 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 122706 0 0 0 87807 152 0 0 20 0 20 0 183997532 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4777044 792347 5922 1 0 949609 0
[pid=956035/tid=956037] ppid=956032 vsize=19108176 memory=7108 CPUtime=845.19 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 54342 0 0 0 84456 63 0 0 20 0 20 0 183997533 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19108176 memory=30244 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183997538 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19108176 memory=20084 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 956 0 0 0 0 0 0 0 20 0 20 0 183997539 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956054] ppid=956032 vsize=19108176 memory=33420 CPUtime=0 cores=5,7
/proc/956035/task/956054/stat : 956054 (Timer-0) S 956032 956035 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183997597 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 879.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3169388 KiB

[startup+865.6 s]
/proc/loadavg: 4.18 4.24 3.89 5/320 957364
/proc/meminfo: memFree=118497208/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19108176 memory=3169388 CPUtime=879.99 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 122707 0 0 0 87847 152 0 0 20 0 20 0 183997532 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4777044 792347 5922 1 0 949609 0
[pid=956035/tid=956037] ppid=956032 vsize=19108176 memory=3169388 CPUtime=845.59 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) R 956032 956035 955693 0 -1 4194368 54343 0 0 0 84496 63 0 0 20 0 20 0 183997533 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19108176 memory=43480 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183997538 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19108176 memory=3169388 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 956 0 0 0 0 0 0 0 20 0 20 0 183997539 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956054] ppid=956032 vsize=19108176 memory=2648 CPUtime=0 cores=5,7
/proc/956035/task/956054/stat : 956054 (Timer-0) S 956032 956035 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183997597 19566772224 792347 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 879.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3169388 KiB

[startup+865.701 s]
/proc/loadavg: 4.18 4.24 3.89 5/320 957364
/proc/meminfo: memFree=118497208/131655788 swapFree=131071996/131071996
[pid=956035] ppid=956032 vsize=19241304 memory=3169844 CPUtime=880.1 cores=5,7
/proc/956035/stat : 956035 (java) S 956032 956035 955693 0 -1 1077936128 125080 0 0 0 87858 152 0 0 20 0 20 0 183997532 19703095296 792461 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
/proc/956035/statm: 4810326 792461 5921 1 0 950236 0
[pid=956035/tid=956037] ppid=956032 vsize=19241304 memory=7148 CPUtime=845.67 cores=5,7
/proc/956035/task/956037/stat : 956037 (java) S 956032 956035 955693 0 -1 1077936192 55796 0 0 0 84504 63 0 0 20 0 20 0 183997533 19703095296 792461 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956046] ppid=956032 vsize=19241304 memory=11600 CPUtime=0 cores=5,7
/proc/956035/task/956046/stat : 956046 (Finalizer) S 956032 956035 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183997538 19703095296 792461 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
[pid=956035/tid=956053] ppid=956032 vsize=19241304 memory=3169388 CPUtime=0 cores=5,7
/proc/956035/task/956053/stat : 956053 (Common-Cleaner) S 956032 956035 955693 0 -1 1077936192 956 0 0 0 0 0 0 0 20 0 20 0 183997539 19703095296 792461 134679101440 94527009972224 94527009975920 140722443269312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527009983736 94527009984528 94527028535296 140722443277300 140722443277408 140722443277408 140722443284424 0
Current children cumulated CPU time: 880.1 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 3169844 KiB

Child status: 20

Real time (s): 865.763
CPU time (s): 880.184
CPU user time (s): 878.639
CPU system time (s): 1.54498
CPU usage (%): 101.666
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 3169844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 878.639
system time used= 1.54498
maximum resident set size= 3170652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125642
page faults= 0
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33255
involuntary context switches= 2871


# summary of solver processes directly reported to runsolver:
#   pid: 956035
#   total CPU time (s): 880.184
#   total CPU user time (s): 878.639
#   total CPU system time (s): 1.54498

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.53407 second user time and 9.11333 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-18 18:00:23
IDJOB=4444511
IDBENCH=147986
IDSOLVER=3052
FILE ID=nodeC008/4444511-1721318411
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.1900573901.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444511-1721318411/watcher-4444511-1721318411 -o /tmp/evaluation-result-4444511-1721318411/solver-4444511-1721318411 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721318349-955706 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4444511-1721318411.opb

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

MD5SUM BENCH= cc79e8eaad0b826eed3de4fbf6f5615f
RANDOM SEED=537714744

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		: 3539.094
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		: 3598.131
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.407
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.268
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		: 3522.261
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		: 3491.964
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.401
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.245
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:        120991412 kB
MemAvailable:   121856564 kB
Buffers:          518208 kB
Cached:          1185344 kB
SwapCached:            0 kB
Active:          1013936 kB
Inactive:        9089116 kB
Active(anon):       1500 kB
Inactive(anon):  8436028 kB
Active(file):    1012436 kB
Inactive(file):   653088 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               800 kB
Writeback:             0 kB
AnonPages:       8399864 kB
Mapped:           125948 kB
Shmem:             37704 kB
KReclaimable:      79320 kB
Slab:             178652 kB
SReclaimable:      79320 kB
SUnreclaim:        99332 kB
KernelStack:        4896 kB
PageTables:        26420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12579764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57664 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8163328 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:14:49