Trace number 4444205

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 Partial RoundingSAT 2024 2024-07-12UNSAT 148.86 141.838

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900569834.opb
MD5SUMa809dae2e34e5b35a94e396e7d9ebfcb
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 benchmark0.88112
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 723
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.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.12	c version CUSTOM.v20240707
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.14	c Free memory 		2113181440
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2122317824
0.12/0.14	c Number of processors 	2
0.12/0.21	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.21	 - never skip resolution steps
0.12/0.21	 - Auto-division on coefficients is disabled
0.12/0.21	 - No postprocessing
0.12/0.21	 - Conflict is considered as is when resolving
0.12/0.21	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.21	 - Weaken first using unassigned literals
0.12/0.21	 - Bump strategy: ALWAYS_ONE
0.12/0.21	 - Bumper: ASSIGNED
0.12/0.21	--- Begin Solver configuration ---
0.12/0.21	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.21	Learn all clauses as in MiniSAT
0.12/0.21	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.21	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.21	No reason simplification
0.12/0.21	Armin Biere (Picosat) restarts strategy
0.12/0.21	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.21	timeout=2147483s
0.12/0.21	DB Simplification allowed=false
0.12/0.21	Listener: none
0.12/0.21	--- End Solver configuration ---
0.12/0.22	c Pseudo Boolean Optimization by upper bound
0.12/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.22	c  - never skip resolution steps
0.12/0.22	c  - Auto-division on coefficients is disabled
0.12/0.22	c  - No postprocessing
0.12/0.22	c  - Conflict is considered as is when resolving
0.12/0.22	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.22	c  - Weaken first using unassigned literals
0.12/0.22	c  - Bump strategy: ALWAYS_ONE
0.12/0.22	c  - Bumper: ASSIGNED
0.12/0.22	c --- Begin Solver configuration ---
0.12/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.22	c Learn all clauses as in MiniSAT
0.12/0.22	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.22	c No reason simplification
0.12/0.22	c Armin Biere (Picosat) restarts strategy
0.12/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.22	c timeout=2147483s
0.12/0.22	c DB Simplification allowed=false
0.12/0.22	c Listener: none
0.12/0.22	c --- End Solver configuration ---
0.12/0.22	c solving HOME/instance-4444205-1721318043.opb
0.12/0.22	c reading problem ... 
0.12/0.22	c  no objective function found
0.50/0.37	c ... done. Wall clock time 0.157s.
0.50/0.37	c declared #vars     231
0.50/0.37	c #constraints  2707
0.50/0.37	c constraints type 
0.50/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.50/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.50/0.37	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.50/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.50/0.37	c 2707 constraints processed.
11.92/8.85	c cleaning 2493 clauses out of 5000 with flag 0/5000
28.85/24.27	c cleaning 4248 clauses out of 8508 with flag 0/11001
50.53/45.46	c cleaning 5625 clauses out of 11259 with flag 0/18000
76.01/70.11	c cleaning 6814 clauses out of 13634 with flag 0/26000
107.40/101.10	c cleaning 7897 clauses out of 15820 with flag 0/35000
145.34/138.45	c cleaning 8923 clauses out of 17923 with flag 0/45000
148.70/141.78	c starts		: 65
148.70/141.78	c conflicts		: 47792
148.70/141.78	c decisions		: 132488
148.70/141.78	c propagations		: 1621290
148.70/141.78	c inspects		: 153573907
148.70/141.78	c shortcuts		: 0
148.70/141.78	c learnt literals	: 0
148.70/141.78	c learnt binary clauses	: 1
148.70/141.78	c learnt ternary clauses	: 16
148.70/141.78	c learnt constraints	: 47791
148.70/141.78	c ignored constraints	: 0
148.70/141.78	c root simplifications	: 0
148.70/141.78	c removed literals (reason simplification)	: 0
148.70/141.78	c reason swapping (by a shorter reason)	: 0
148.70/141.78	c Calls to reduceDB	: 6
148.70/141.78	c Number of update (reduction) of LBD	: 8044
148.70/141.78	c Imported unit clauses	: 0
148.70/141.78	c No decision after first conflict	: false
148.70/141.78	c number of reductions to clauses (during analyze)	: 0
148.70/141.78	c number of learned constraints concerned by reduction	: 0
148.70/141.78	c number of learning phase by resolution	: 0
148.70/141.78	c number of learning phase by cutting planes	: 0
148.70/141.78	c number of rounding to 1 operations	: 140848
148.70/141.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
148.70/141.78	c number of reductions of the coefficients by power 2 	: 0
148.70/141.78	c number of right shift for reduction by power 2 	: 0
148.70/141.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
148.70/141.78	c number of ending skipping 	: 0
148.70/141.79	c number of internal skipping 	: 0
148.70/141.79	c number of derivation steps 	: 399489
148.70/141.79	c number of skipped derivation steps 	: 0
148.70/141.79	c number of remaining unassigned 	: 62653
148.70/141.79	c number of remaining assigned 	: 3582062
148.70/141.79	c number of falsified literals weakened from reason	: 0
148.70/141.79	c number of falsified literals weakened from conflict	: 0
148.70/141.79	c time for arithmetic operations	: 327535989
148.70/141.79	c minimum degree of deleted constraints	: 4
148.70/141.79	c maximum degree of deleted constraints	: 5759390
148.70/141.79	c number of deleted constraints	: 36000
148.70/141.79	c speed (assignments/second)	: 11465.334351663274
148.70/141.79	c non guided choices	: 121
148.70/141.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 8073
148.70/141.79	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 174
148.70/141.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
148.70/141.79	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 3543
148.70/141.80	s UNSATISFIABLE
148.70/141.80	c Total wall clock time (in seconds): 141.587

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: 64096 MiB (49513 MiB free)
  memory of node 1: 64473 MiB (54063 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444205-1721318043/watcher-4444205-1721318043 -o /tmp/evaluation-result-4444205-1721318043/solver-4444205-1721318043 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968472 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4444205-1721318043.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=968991, runsolver pid=968988

[startup+0.100422 s]*
/proc/loadavg: 4.49 3.90 3.55 7/318 969009
/proc/meminfo: memFree=106027348/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=18975048 memory=56364 CPUtime=0.12 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 6613 0 0 0 9 3 0 0 20 0 18 0 183963054 19430449152 14091 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4743762 14091 5582 1 0 550926 0
[pid=968991/tid=968993] ppid=968988 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 5526 0 0 0 6 2 0 0 20 0 18 0 183963055 19430449152 14091 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183963058 19430449152 14091 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=18975048 memory=3472611996011331616 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183963058 19430449152 14091 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56364 KiB

[startup+0.22466 s]*
/proc/loadavg: 4.49 3.90 3.55 7/318 969009
/proc/meminfo: memFree=106015520/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=18975048 memory=68540 CPUtime=0.34 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 7549 0 0 0 31 3 0 0 20 0 18 0 183963054 19430449152 17135 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4743762 17135 5690 1 0 551708 0
[pid=968991/tid=968993] ppid=968988 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 6072 0 0 0 18 2 0 0 20 0 18 0 183963055 19430449152 17135 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=18975048 memory=18025 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183963058 19430449152 17135 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=18975048 memory=14414838847783020 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183963058 19430449152 17135 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68540 KiB

[startup+0.314426 s]*
/proc/loadavg: 4.49 3.90 3.55 7/318 969009
/proc/meminfo: memFree=106010612/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=18975048 memory=75068 CPUtime=0.5 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 7638 0 0 0 47 3 0 0 20 0 18 0 183963054 19430449152 18767 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4743762 18767 5690 1 0 551724 0
[pid=968991/tid=968993] ppid=968988 vsize=18975048 memory=-8598886147408831164 CPUtime=0.27 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 6089 0 0 0 25 2 0 0 20 0 18 0 183963055 19430449152 18767 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183963058 19430449152 18767 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183963058 19430449152 18767 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75068 KiB

[startup+0.700328 s]
/proc/loadavg: 4.49 3.90 3.55 6/319 969010
/proc/meminfo: memFree=105990240/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19041612 memory=132480 CPUtime=1.2 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 14784 0 0 0 115 5 0 0 20 0 19 0 183963054 19498610688 33120 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4760403 33120 5800 1 0 556109 0
[pid=968991/tid=968993] ppid=968988 vsize=19041612 memory=5624 CPUtime=0.55 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 6248 0 0 0 52 3 0 0 20 0 19 0 183963055 19498610688 33120 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19041612 memory=11936 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183963058 19498610688 33120 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=19041612 memory=164 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183963058 19498610688 33120 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969010] ppid=968988 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/968991/task/969010/stat : 969010 (Timer-0) S 968988 968991 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183963092 19498610688 33120 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 132480 KiB

[startup+1.50642 s]
/proc/loadavg: 4.49 3.90 3.55 7/320 969011
/proc/meminfo: memFree=105900228/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19108176 memory=184000 CPUtime=2.8 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 21552 0 0 0 273 7 0 0 20 0 20 0 183963054 19566772224 46000 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4777044 46000 5832 1 0 557895 0
[pid=968991/tid=968993] ppid=968988 vsize=19108176 memory=11936 CPUtime=1.3 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 6399 0 0 0 126 4 0 0 20 0 20 0 183963055 19566772224 46000 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 46000 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 46000 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969010] ppid=968988 vsize=19108176 memory=2970 CPUtime=0 cores=1,3
/proc/968991/task/969010/stat : 969010 (Timer-0) S 968988 968991 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183963092 19566772224 46000 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184000 KiB

[startup+3.10942 s]
/proc/loadavg: 4.53 3.92 3.56 5/320 969011
/proc/meminfo: memFree=105623920/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19108176 memory=514724 CPUtime=5.94 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 25710 0 0 0 579 15 0 0 20 0 20 0 183963054 19566772224 128681 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4777044 128681 5864 1 0 557898 0
[pid=968991/tid=968993] ppid=968988 vsize=19108176 memory=0 CPUtime=2.85 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 7268 0 0 0 274 11 0 0 20 0 20 0 183963055 19566772224 128681 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 129193 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 129193 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969010] ppid=968988 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/968991/task/969010/stat : 969010 (Timer-0) S 968988 968991 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183963092 19566772224 129193 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 514724 KiB

[startup+6.30045 s]
/proc/loadavg: 4.53 3.92 3.56 7/320 969011
/proc/meminfo: memFree=104991900/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19108176 memory=1089884 CPUtime=9.32 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 26450 0 0 0 908 24 0 0 20 0 20 0 183963054 19566772224 272471 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4777044 272471 5864 1 0 664422 0
[pid=968991/tid=968993] ppid=968988 vsize=19108176 memory=11936 CPUtime=5.87 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 7625 0 0 0 568 19 0 0 20 0 20 0 183963055 19566772224 272471 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 272471 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=19108176 memory=2196 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 272471 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969010] ppid=968988 vsize=19108176 memory=-6159054535346975936 CPUtime=0 cores=1,3
/proc/968991/task/969010/stat : 969010 (Timer-0) S 968988 968991 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183963092 19566772224 272471 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 9.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1089884 KiB

[startup+12.7004 s]
/proc/loadavg: 4.57 3.94 3.57 6/320 969013
/proc/meminfo: memFree=104283508/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19108176 memory=1583792 CPUtime=16.04 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 28220 0 0 0 1569 35 0 0 20 0 20 0 183963054 19566772224 395948 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4777044 395948 5864 1 0 664457 0
[pid=968991/tid=968993] ppid=968988 vsize=19108176 memory=1583792 CPUtime=12.15 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 9171 0 0 0 1186 29 0 0 20 0 20 0 183963055 19566772224 395948 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 395948 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 395948 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969010] ppid=968988 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/968991/task/969010/stat : 969010 (Timer-0) S 968988 968991 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183963092 19566772224 395948 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 16.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1583792 KiB

[startup+25.5005 s]
/proc/loadavg: 4.44 3.94 3.58 5/320 969016
/proc/meminfo: memFree=103294296/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19108176 memory=2497368 CPUtime=30.22 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 40049 0 0 0 2965 57 0 0 20 0 20 0 183963054 19566772224 624342 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4777044 624342 5864 1 0 893161 0
[pid=968991/tid=968993] ppid=968988 vsize=19108176 memory=1358492 CPUtime=24.55 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 11760 0 0 0 2408 47 0 0 20 0 20 0 183963055 19566772224 624342 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19108176 memory=2497244 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 624342 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=19108176 memory=2497368 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 624342 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969010] ppid=968988 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/968991/task/969010/stat : 969010 (Timer-0) S 968988 968991 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183963092 19566772224 624342 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 30.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2497368 KiB

[startup+51.1139 s]
/proc/loadavg: 4.29 3.95 3.59 5/320 969020
/proc/meminfo: memFree=103289560/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19108176 memory=2501788 CPUtime=56.29 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 52554 0 0 0 5569 60 0 0 20 0 20 0 183963054 19566772224 625447 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4777044 625447 5864 1 0 893177 0
[pid=968991/tid=968993] ppid=968988 vsize=19108176 memory=2499676 CPUtime=49.44 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 17607 0 0 0 4896 48 0 0 20 0 20 0 183963055 19566772224 625447 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19108176 memory=2499652 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 625447 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0

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

/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 71 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 627250 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969010] ppid=968988 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/968991/task/969010/stat : 969010 (Timer-0) S 968988 968991 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183963092 19566772224 627250 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 108.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2509000 KiB

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

# cumulated CPU time of all completed processes:  user=148.051 s, system=0.809047 s

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

[startup+102.401 s]
/proc/loadavg: 4.37 4.02 3.63 5/318 969411
/proc/meminfo: memFree=103118012/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19108176 memory=2509000 CPUtime=108.85 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 64835 0 0 0 10819 66 0 0 20 0 20 0 183963054 19566772224 627250 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4777044 627250 5864 1 0 893258 0
[pid=968991/tid=968993] ppid=968988 vsize=19108176 memory=12740 CPUtime=99.41 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 21300 0 0 0 9892 49 0 0 20 0 20 0 183963055 19566772224 627250 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19108176 memory=2502716 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 627250 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=19108176 memory=2502680 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 71 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 627250 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969010] ppid=968988 vsize=19108176 memory=2500632 CPUtime=0 cores=1,3
/proc/968991/task/969010/stat : 969010 (Timer-0) S 968988 968991 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183963092 19566772224 627250 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 108.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2509000 KiB

[startup+128 s]*
/proc/loadavg: 4.54 4.09 3.67 5/318 969416
/proc/meminfo: memFree=102581220/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19108176 memory=3044648 CPUtime=134.79 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 68742 0 0 0 13401 78 0 0 20 0 20 0 183963054 19566772224 761162 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4777044 761162 5864 1 0 1022771 0
[pid=968991/tid=968993] ppid=968988 vsize=19108176 memory=26008 CPUtime=124.24 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 23405 0 0 0 12365 59 0 0 20 0 20 0 183963055 19566772224 761162 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19108176 memory=2196 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 761162 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=19108176 memory=-8598886147408831164 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 71 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 761162 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969010] ppid=968988 vsize=19108176 memory=2304 CPUtime=0 cores=1,3
/proc/968991/task/969010/stat : 969010 (Timer-0) S 968988 968991 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183963092 19566772224 761162 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 134.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3044648 KiB

[startup+134.4 s]
/proc/loadavg: 4.50 4.08 3.67 5/318 969416
/proc/meminfo: memFree=102574880/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19108176 memory=3050792 CPUtime=141.25 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 69202 0 0 0 14047 78 0 0 20 0 20 0 183963054 19566772224 762698 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4777044 762698 5864 1 0 1022772 0
[pid=968991/tid=968993] ppid=968988 vsize=19108176 memory=5532 CPUtime=130.5 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 23790 0 0 0 12991 59 0 0 20 0 20 0 183963055 19566772224 762698 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19108176 memory=3044648 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 762698 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=19108176 memory=3044648 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 133 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 762698 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969010] ppid=968988 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/968991/task/969010/stat : 969010 (Timer-0) S 968988 968991 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183963092 19566772224 762698 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 141.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3050792 KiB

[startup+137.6 s]
/proc/loadavg: 4.50 4.08 3.67 5/318 969418
/proc/meminfo: memFree=102570616/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19108176 memory=3054936 CPUtime=144.54 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 69318 0 0 0 14376 78 0 0 20 0 20 0 183963054 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4777044 763734 5864 1 0 1022772 0
[pid=968991/tid=968993] ppid=968988 vsize=19108176 memory=3050792 CPUtime=133.59 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 23879 0 0 0 13300 59 0 0 20 0 20 0 183963055 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19108176 memory=11552 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=19108176 memory=11256 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 133 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969010] ppid=968988 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/968991/task/969010/stat : 969010 (Timer-0) S 968988 968991 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183963092 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 144.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3054936 KiB

[startup+139.2 s]
/proc/loadavg: 4.46 4.08 3.67 5/318 969418
/proc/meminfo: memFree=102570660/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19108176 memory=3054936 CPUtime=146.14 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 69750 0 0 0 14535 79 0 0 20 0 20 0 183963054 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4777044 763734 5864 1 0 1022772 0
[pid=968991/tid=968993] ppid=968988 vsize=19108176 memory=-8598886147408831164 CPUtime=135.19 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 24311 0 0 0 13460 59 0 0 20 0 20 0 183963055 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=19108176 memory=5624 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 133 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969010] ppid=968988 vsize=19108176 memory=5532 CPUtime=0 cores=1,3
/proc/968991/task/969010/stat : 969010 (Timer-0) S 968988 968991 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183963092 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 146.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3054936 KiB

[startup+140.8 s]
/proc/loadavg: 4.46 4.08 3.67 5/318 969418
/proc/meminfo: memFree=102570632/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19108176 memory=3054936 CPUtime=147.74 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 69750 0 0 0 14695 79 0 0 20 0 20 0 183963054 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4777044 763734 5864 1 0 1022772 0
[pid=968991/tid=968993] ppid=968988 vsize=19108176 memory=11936 CPUtime=136.79 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 24311 0 0 0 13620 59 0 0 20 0 20 0 183963055 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19108176 memory=1976 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=19108176 memory=3050792 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 133 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969010] ppid=968988 vsize=19108176 memory=46996 CPUtime=0 cores=1,3
/proc/968991/task/969010/stat : 969010 (Timer-0) S 968988 968991 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183963092 19566772224 763734 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 147.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3054936 KiB

[startup+141.6 s]
/proc/loadavg: 4.46 4.08 3.67 5/318 969418
/proc/meminfo: memFree=102570632/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19108176 memory=3061080 CPUtime=148.6 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 69764 0 0 0 14781 79 0 0 20 0 20 0 183963054 19566772224 765270 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4777044 765270 5864 1 0 1022772 0
[pid=968991/tid=968993] ppid=968988 vsize=19108176 memory=5624 CPUtime=137.39 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) R 968988 968991 968460 0 -1 4194368 24311 0 0 0 13680 59 0 0 20 0 20 0 183963055 19566772224 765270 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19108176 memory=29488 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 765270 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 133 0 0 0 0 0 0 0 20 0 20 0 183963058 19566772224 765270 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969010] ppid=968988 vsize=19108176 memory=5532 CPUtime=0 cores=1,3
/proc/968991/task/969010/stat : 969010 (Timer-0) S 968988 968991 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183963092 19566772224 765270 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 148.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3061080 KiB

[startup+141.805 s]
/proc/loadavg: 4.46 4.08 3.67 5/318 969418
/proc/meminfo: memFree=102570632/131655788 swapFree=131071996/131071996
[pid=968991] ppid=968988 vsize=19241304 memory=3061752 CPUtime=148.83 cores=1,3
/proc/968991/stat : 968991 (java) S 968988 968991 968460 0 -1 1077936128 71857 0 0 0 14804 79 0 0 20 0 20 0 183963054 19703095296 765438 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
/proc/968991/statm: 4810326 765438 5860 1 0 1023450 0
[pid=968991/tid=968993] ppid=968988 vsize=19241304 memory=12740 CPUtime=137.57 cores=1,3
/proc/968991/task/968993/stat : 968993 (java) S 968988 968991 968460 0 -1 1077936192 25587 0 0 0 13698 59 0 0 20 0 20 0 183963055 19703095296 765438 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969002] ppid=968988 vsize=19241304 memory=1828 CPUtime=0 cores=1,3
/proc/968991/task/969002/stat : 969002 (Finalizer) S 968988 968991 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183963058 19703095296 765438 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
[pid=968991/tid=969009] ppid=968988 vsize=19241304 memory=1976 CPUtime=0 cores=1,3
/proc/968991/task/969009/stat : 969009 (Common-Cleaner) S 968988 968991 968460 0 -1 1077936192 133 0 0 0 0 0 0 0 20 0 20 0 183963058 19703095296 765438 134679101440 94430696660992 94430696664688 140734416847344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94430696672504 94430696673296 94430718562304 140734416856047 140734416856160 140734416856160 140734416863176 0
Current children cumulated CPU time: 148.83 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 3061752 KiB

Child status: 20

Real time (s): 141.838
CPU time (s): 148.86
CPU user time (s): 148.051
CPU system time (s): 0.809047
CPU usage (%): 104.951
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 3061752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.051
system time used= 0.809047
maximum resident set size= 3063100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72117
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= 6218
involuntary context switches= 776


# summary of solver processes directly reported to runsolver:
#   pid: 968991
#   total CPU time (s): 148.86
#   total CPU user time (s): 148.051
#   total CPU system time (s): 0.809047

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.776984 second user time and 1.6054 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-18 17:54:15
IDJOB=4444205
IDBENCH=147926
IDSOLVER=3046
FILE ID=nodeC005/4444205-1721318043
RUNJOBID= nodeC005-1721317707-968472
SLURM_JOB_ID= 7542668
Free space on /tmp= 723752 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900569834.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444205-1721318043/watcher-4444205-1721318043 -o /tmp/evaluation-result-4444205-1721318043/solver-4444205-1721318043 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968472 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4444205-1721318043.opb

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

MD5SUM BENCH= a809dae2e34e5b35a94e396e7d9ebfcb
RANDOM SEED=1420202502

nodeC005.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		: 3491.764
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.53
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		: 3617.111
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.35
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.361
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.53
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.182
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.35
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		: 3564.924
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.53
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		: 3587.780
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.35
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.186
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.53
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.241
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.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        106063424 kB
MemAvailable:   111385712 kB
Buffers:          483920 kB
Cached:          5621764 kB
SwapCached:            0 kB
Active:          1066328 kB
Inactive:       23798456 kB
Active(anon):       3448 kB
Inactive(anon): 18801548 kB
Active(file):    1062880 kB
Inactive(file):  4996908 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               940 kB
Writeback:             0 kB
AnonPages:      18758296 kB
Mapped:           127392 kB
Shmem:             45896 kB
KReclaimable:     205396 kB
Slab:             323392 kB
SReclaimable:     205396 kB
SUnreclaim:       117996 kB
KernelStack:        4880 kB
PageTables:        47100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   20089228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58432 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18468864 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:      285512 kB
DirectMap2M:    36319232 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC005 at 2024-07-18 17:56:37