Trace number 4444175

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 68.558 62.6872

General information on the benchmark

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

Solver Data

0.13/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.11	c See www.sat4j.org for details.
0.13/0.12	c version CUSTOM.v20240707
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.14	c Free memory 		2115194816
0.13/0.14	c Max memory 		16282288128
0.13/0.14	c Total memory 		2122317824
0.13/0.14	c Number of processors 	2
0.35/0.29	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.35/0.29	 - never skip resolution steps
0.35/0.29	 - Auto-division on coefficients is disabled
0.35/0.29	 - No postprocessing
0.35/0.29	 - Conflict is considered as is when resolving
0.35/0.29	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.35/0.29	 - Weaken first using unassigned literals
0.35/0.29	 - Bump strategy: ALWAYS_ONE
0.35/0.29	 - Bumper: ASSIGNED
0.35/0.29	--- Begin Solver configuration ---
0.35/0.29	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.35/0.29	Learn all clauses as in MiniSAT
0.35/0.29	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.29	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.35/0.29	No reason simplification
0.35/0.29	Armin Biere (Picosat) restarts strategy
0.35/0.29	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.35/0.29	timeout=2147483s
0.35/0.29	DB Simplification allowed=false
0.35/0.29	Listener: none
0.35/0.29	--- End Solver configuration ---
0.35/0.29	c Pseudo Boolean Optimization by upper bound
0.35/0.29	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.35/0.29	c  - never skip resolution steps
0.35/0.29	c  - Auto-division on coefficients is disabled
0.35/0.29	c  - No postprocessing
0.35/0.29	c  - Conflict is considered as is when resolving
0.35/0.29	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.35/0.29	c  - Weaken first using unassigned literals
0.35/0.29	c  - Bump strategy: ALWAYS_ONE
0.35/0.29	c  - Bumper: ASSIGNED
0.35/0.29	c --- Begin Solver configuration ---
0.35/0.29	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.35/0.29	c Learn all clauses as in MiniSAT
0.35/0.29	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.35/0.29	c No reason simplification
0.35/0.29	c Armin Biere (Picosat) restarts strategy
0.35/0.29	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.35/0.29	c timeout=2147483s
0.35/0.29	c DB Simplification allowed=false
0.35/0.29	c Listener: none
0.35/0.29	c --- End Solver configuration ---
0.35/0.29	c solving HOME/instance-4444175-1721317980.opb
0.35/0.29	c reading problem ... 
0.35/0.30	c  no objective function found
0.84/0.55	c ... done. Wall clock time 0.249s.
0.84/0.55	c declared #vars     231
0.84/0.55	c #constraints  2707
0.84/0.55	c constraints type 
0.84/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.84/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.84/0.55	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.84/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.84/0.55	c 2707 constraints processed.
12.16/8.39	c cleaning 2491 clauses out of 5000 with flag 0/5000
26.12/21.77	c cleaning 4247 clauses out of 8509 with flag 0/11000
48.27/42.62	c cleaning 5621 clauses out of 11262 with flag 0/18000
68.44/62.62	c starts		: 50
68.44/62.64	c conflicts		: 24074
68.44/62.64	c decisions		: 53388
68.44/62.64	c propagations		: 915513
68.44/62.64	c inspects		: 69090447
68.44/62.64	c shortcuts		: 0
68.44/62.64	c learnt literals	: 0
68.44/62.64	c learnt binary clauses	: 1
68.44/62.64	c learnt ternary clauses	: 15
68.44/62.64	c learnt constraints	: 24073
68.44/62.64	c ignored constraints	: 0
68.44/62.64	c root simplifications	: 0
68.44/62.64	c removed literals (reason simplification)	: 0
68.44/62.64	c reason swapping (by a shorter reason)	: 0
68.44/62.64	c Calls to reduceDB	: 3
68.44/62.64	c Number of update (reduction) of LBD	: 2959
68.44/62.64	c Imported unit clauses	: 0
68.44/62.64	c No decision after first conflict	: false
68.44/62.64	c number of reductions to clauses (during analyze)	: 0
68.44/62.64	c number of learned constraints concerned by reduction	: 0
68.44/62.64	c number of learning phase by resolution	: 0
68.44/62.64	c number of learning phase by cutting planes	: 0
68.44/62.64	c number of rounding to 1 operations	: 75322
68.44/62.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
68.44/62.64	c number of reductions of the coefficients by power 2 	: 0
68.44/62.64	c number of right shift for reduction by power 2 	: 0
68.44/62.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
68.44/62.64	c number of ending skipping 	: 0
68.44/62.64	c number of internal skipping 	: 0
68.44/62.64	c number of derivation steps 	: 249841
68.44/62.64	c number of skipped derivation steps 	: 0
68.44/62.64	c number of remaining unassigned 	: 22515
68.44/62.64	c number of remaining assigned 	: 1738763
68.44/62.64	c number of falsified literals weakened from reason	: 0
68.44/62.64	c number of falsified literals weakened from conflict	: 0
68.44/62.64	c time for arithmetic operations	: 159455024
68.44/62.64	c minimum degree of deleted constraints	: 8
68.44/62.64	c maximum degree of deleted constraints	: 100566322
68.44/62.64	c number of deleted constraints	: 12359
68.44/62.65	c speed (assignments/second)	: 14744.222376113248
68.44/62.65	c non guided choices	: 121
68.44/62.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 4340
68.44/62.66	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 115
68.44/62.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
68.44/62.66	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7258
68.44/62.66	s UNSATISFIABLE
68.44/62.66	c Total wall clock time (in seconds): 62.364

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444175-1721317980/watcher-4444175-1721317980 -o /tmp/evaluation-result-4444175-1721317980/solver-4444175-1721317980 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968472 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4444175-1721317980.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=968913, runsolver pid=968910

[startup+0.104432 s]*
/proc/loadavg: 4.71 3.77 3.48 6/319 968931
/proc/meminfo: memFree=106295916/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=18975048 memory=56828 CPUtime=0.13 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 6612 0 0 0 10 3 0 0 20 0 18 0 183956742 19430449152 14207 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4743762 14207 5701 1 0 550932 0
[pid=968913/tid=968915] ppid=968910 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 5560 0 0 0 6 2 0 0 20 0 18 0 183956742 19430449152 14207 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183956748 19430449152 14207 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=18975048 memory=3472611996011331616 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183956748 19430449152 14207 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56828 KiB

[startup+0.221021 s]*
/proc/loadavg: 4.71 3.77 3.48 8/319 968931
/proc/meminfo: memFree=106288388/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=18975048 memory=63984 CPUtime=0.35 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 7443 0 0 0 32 3 0 0 20 0 18 0 183956742 19430449152 15996 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4743762 15996 5702 1 0 551597 0
[pid=968913/tid=968915] ppid=968910 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 5935 0 0 0 18 2 0 0 20 0 18 0 183956742 19430449152 15996 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=18975048 memory=18025 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183956748 19430449152 15996 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=18975048 memory=14414838847783020 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183956748 19430449152 15996 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63984 KiB

[startup+0.322679 s]*
/proc/loadavg: 4.71 3.77 3.48 7/319 968931
/proc/meminfo: memFree=106285108/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=18975048 memory=67576 CPUtime=0.54 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 7676 0 0 0 51 3 0 0 20 0 18 0 183956742 19430449152 16894 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4743762 16894 5841 1 0 551769 0
[pid=968913/tid=968915] ppid=968910 vsize=18975048 memory=-9177317224549229244 CPUtime=0.3 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 6074 0 0 0 28 2 0 0 20 0 18 0 183956742 19430449152 16894 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183956748 19430449152 16894 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183956748 19430449152 16894 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67576 KiB

[startup+0.701023 s]
/proc/loadavg: 4.82 3.80 3.50 8/319 968931
/proc/meminfo: memFree=106275740/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=19041612 memory=91264 CPUtime=1.16 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 9425 0 0 0 111 5 0 0 20 0 19 0 183956742 19498610688 22816 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4760403 22816 5857 1 0 553182 0
[pid=968913/tid=968915] ppid=968910 vsize=19041612 memory=5624 CPUtime=0.54 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 6210 0 0 0 51 3 0 0 20 0 19 0 183956742 19498610688 22816 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=19041612 memory=11936 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183956748 19498610688 22816 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183956748 19498610688 22816 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 91264 KiB

[startup+1.50101 s]
/proc/loadavg: 4.82 3.80 3.50 7/320 968932
/proc/meminfo: memFree=106199792/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=19108176 memory=178548 CPUtime=2.74 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 19213 0 0 0 265 9 0 0 20 0 20 0 183956742 19566772224 44637 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4777044 44637 5889 1 0 556449 0
[pid=968913/tid=968915] ppid=968910 vsize=19108176 memory=0 CPUtime=1.27 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 6620 0 0 0 122 5 0 0 20 0 20 0 183956742 19566772224 44637 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 44637 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 44637 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968932] ppid=968910 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/968913/task/968932/stat : 968932 (Timer-0) S 968910 968913 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183956797 19566772224 44637 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178548 KiB

[startup+3.10601 s]
/proc/loadavg: 4.82 3.80 3.50 6/321 968933
/proc/meminfo: memFree=105922104/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=19108176 memory=429840 CPUtime=5.89 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 25960 0 0 0 574 15 0 0 20 0 20 0 183956742 19566772224 107460 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4777044 107460 5889 1 0 559702 0
[pid=968913/tid=968915] ppid=968910 vsize=19108176 memory=0 CPUtime=2.82 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 7317 0 0 0 273 9 0 0 20 0 20 0 183956742 19566772224 107460 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 107460 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 107460 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968932] ppid=968910 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/968913/task/968932/stat : 968932 (Timer-0) S 968910 968913 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183956797 19566772224 107460 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 429840 KiB

[startup+6.30045 s]
/proc/loadavg: 4.75 3.81 3.50 5/321 968933
/proc/meminfo: memFree=105533892/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=19108176 memory=931640 CPUtime=9.97 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 26671 0 0 0 971 26 0 0 20 0 20 0 183956742 19566772224 232910 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4777044 232910 5889 1 0 559702 0
[pid=968913/tid=968915] ppid=968910 vsize=19108176 memory=11936 CPUtime=5.97 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 7830 0 0 0 578 19 0 0 20 0 20 0 183956742 19566772224 232910 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 232910 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=19108176 memory=816952 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 232910 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968932] ppid=968910 vsize=19108176 memory=17879 CPUtime=0 cores=1,3
/proc/968913/task/968932/stat : 968932 (Timer-0) S 968910 968913 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183956797 19566772224 232910 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 9.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 931640 KiB

[startup+12.7005 s]
/proc/loadavg: 4.85 3.84 3.51 5/321 968935
/proc/meminfo: memFree=105014272/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=19108176 memory=1335504 CPUtime=16.84 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 28277 0 0 0 1649 35 0 0 20 0 20 0 183956742 19566772224 333876 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4777044 333876 5889 1 0 559734 0
[pid=968913/tid=968915] ppid=968910 vsize=19108176 memory=0 CPUtime=12.28 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 9272 0 0 0 1201 27 0 0 20 0 20 0 183956742 19566772224 333876 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 333876 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=19108176 memory=1335504 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 333876 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968932] ppid=968910 vsize=19108176 memory=435984 CPUtime=0 cores=1,3
/proc/968913/task/968932/stat : 968932 (Timer-0) S 968910 968913 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183956797 19566772224 333876 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 16.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1335504 KiB

[startup+25.5005 s]
/proc/loadavg: 4.80 3.87 3.52 5/321 968936
/proc/meminfo: memFree=104456576/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=19108176 memory=1768600 CPUtime=30 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 34978 0 0 0 2954 46 0 0 20 0 20 0 183956742 19566772224 442150 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4777044 442150 5889 1 0 666262 0
[pid=968913/tid=968915] ppid=968910 vsize=19108176 memory=435984 CPUtime=24.59 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 11465 0 0 0 2423 36 0 0 20 0 20 0 183956742 19566772224 442150 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=19108176 memory=1768600 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 442150 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=19108176 memory=1768600 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 442150 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968932] ppid=968910 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/968913/task/968932/stat : 968932 (Timer-0) S 968910 968913 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183956797 19566772224 442150 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 30 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1768600 KiB

[startup+51.1134 s]
/proc/loadavg: 4.48 3.88 3.54 5/320 968941
/proc/meminfo: memFree=103798312/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=19108176 memory=2281680 CPUtime=56.94 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 48682 0 0 0 5635 59 0 0 20 0 20 0 183956742 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4777044 570420 5889 1 0 793701 0
[pid=968913/tid=968915] ppid=968910 vsize=19108176 memory=2740935 CPUtime=49.59 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 15404 0 0 0 4913 46 0 0 20 0 20 0 183956742 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=19108176 memory=1335504 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=19108176 memory=435984 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968932] ppid=968910 vsize=19108176 memory=2271812 CPUtime=0 cores=1,3
/proc/968913/task/968932/stat : 968932 (Timer-0) S 968910 968913 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183956797 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 56.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2281680 KiB

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

# cumulated CPU time of all completed processes:  user=67.9366 s, system=0.621401 s

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

[startup+51.2006 s]
/proc/loadavg: 4.48 3.88 3.54 5/320 968941
/proc/meminfo: memFree=103798312/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=19108176 memory=2281680 CPUtime=57.03 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 48682 0 0 0 5644 59 0 0 20 0 20 0 183956742 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4777044 570420 5889 1 0 793701 0
[pid=968913/tid=968915] ppid=968910 vsize=19108176 memory=12740 CPUtime=49.68 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 15404 0 0 0 4922 46 0 0 20 0 20 0 183956742 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=19108176 memory=1828 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=19108176 memory=1976 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968932] ppid=968910 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/968913/task/968932/stat : 968932 (Timer-0) S 968910 968913 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183956797 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 57.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2281680 KiB

[startup+57.6004 s]
/proc/loadavg: 4.44 3.88 3.55 5/320 968941
/proc/meminfo: memFree=103798220/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=19108176 memory=2281680 CPUtime=63.42 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 48816 0 0 0 6282 60 0 0 20 0 20 0 183956742 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4777044 570420 5889 1 0 793701 0
[pid=968913/tid=968915] ppid=968910 vsize=19108176 memory=2281680 CPUtime=55.96 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 15520 0 0 0 5550 46 0 0 20 0 20 0 183956742 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=19108176 memory=2281680 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=19108176 memory=28392 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968932] ppid=968910 vsize=19108176 memory=29488 CPUtime=0 cores=1,3
/proc/968913/task/968932/stat : 968932 (Timer-0) S 968910 968913 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183956797 19566772224 570420 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 63.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2281680 KiB

[startup+60.8004 s]
/proc/loadavg: 4.44 3.88 3.55 7/321 968944
/proc/meminfo: memFree=103788908/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=19108176 memory=2283732 CPUtime=66.64 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 49074 0 0 0 6604 60 0 0 20 0 20 0 183956742 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4777044 570933 5889 1 0 793701 0
[pid=968913/tid=968915] ppid=968910 vsize=19108176 memory=2281680 CPUtime=59.11 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 15757 0 0 0 5865 46 0 0 20 0 20 0 183956742 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=19108176 memory=29488 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968932] ppid=968910 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/968913/task/968932/stat : 968932 (Timer-0) S 968910 968913 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183956797 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 66.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2283732 KiB

[startup+61.6004 s]
/proc/loadavg: 4.49 3.90 3.55 5/320 968944
/proc/meminfo: memFree=103795900/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=19108176 memory=2283732 CPUtime=67.44 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 49093 0 0 0 6684 60 0 0 20 0 20 0 183956742 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4777044 570933 5889 1 0 793701 0
[pid=968913/tid=968915] ppid=968910 vsize=19108176 memory=12740 CPUtime=59.91 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 15776 0 0 0 5945 46 0 0 20 0 20 0 183956742 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=19108176 memory=2283732 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=19108176 memory=29488 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968932] ppid=968910 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/968913/task/968932/stat : 968932 (Timer-0) S 968910 968913 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183956797 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 67.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2283732 KiB

[startup+62.4004 s]
/proc/loadavg: 4.49 3.90 3.55 5/320 968944
/proc/meminfo: memFree=103795900/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=19108176 memory=2283732 CPUtime=68.24 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 49212 0 0 0 6764 60 0 0 20 0 20 0 183956742 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4777044 570933 5889 1 0 793701 0
[pid=968913/tid=968915] ppid=968910 vsize=19108176 memory=17879 CPUtime=60.71 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 15894 0 0 0 6025 46 0 0 20 0 20 0 183956742 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968932] ppid=968910 vsize=19108176 memory=2283732 CPUtime=0 cores=1,3
/proc/968913/task/968932/stat : 968932 (Timer-0) S 968910 968913 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183956797 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 68.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2283732 KiB

[startup+62.6004 s]
/proc/loadavg: 4.49 3.90 3.55 5/320 968944
/proc/meminfo: memFree=103795900/131655788 swapFree=131071996/131071996
[pid=968913] ppid=968910 vsize=19108176 memory=2283732 CPUtime=68.44 cores=1,3
/proc/968913/stat : 968913 (java) S 968910 968913 968460 0 -1 1077936128 49215 0 0 0 6784 60 0 0 20 0 20 0 183956742 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
/proc/968913/statm: 4777044 570933 5889 1 0 793701 0
[pid=968913/tid=968915] ppid=968910 vsize=19108176 memory=2268 CPUtime=60.91 cores=1,3
/proc/968913/task/968915/stat : 968915 (java) R 968910 968913 968460 0 -1 4194368 15897 0 0 0 6045 46 0 0 20 0 20 0 183956742 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968924] ppid=968910 vsize=19108176 memory=5532 CPUtime=0 cores=1,3
/proc/968913/task/968924/stat : 968924 (Finalizer) S 968910 968913 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968931] ppid=968910 vsize=19108176 memory=46996 CPUtime=0 cores=1,3
/proc/968913/task/968931/stat : 968931 (Common-Cleaner) S 968910 968913 968460 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 183956748 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
[pid=968913/tid=968932] ppid=968910 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/968913/task/968932/stat : 968932 (Timer-0) S 968910 968913 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183956797 19566772224 570933 134679101440 94388452835328 94388452839024 140725405567904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94388452846840 94388452847632 94388470173696 140725405570031 140725405570144 140725405570144 140725405577160 0
Current children cumulated CPU time: 68.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2283732 KiB

Child status: 20

Real time (s): 62.6872
CPU time (s): 68.558
CPU user time (s): 67.9366
CPU system time (s): 0.621401
CPU usage (%): 109.365
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2283732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.9366
system time used= 0.621401
maximum resident set size= 2285460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51951
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3158
involuntary context switches= 556


# summary of solver processes directly reported to runsolver:
#   pid: 968913
#   total CPU time (s): 68.558
#   total CPU user time (s): 67.9366
#   total CPU system time (s): 0.621401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.363521 second user time and 0.694542 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-18 17:53:11
IDJOB=4444175
IDBENCH=147923
IDSOLVER=3046
FILE ID=nodeC005/4444175-1721317980
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.1900574864.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444175-1721317980/watcher-4444175-1721317980 -o /tmp/evaluation-result-4444175-1721317980/solver-4444175-1721317980 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968472 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4444175-1721317980.opb

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

MD5SUM BENCH= b2f8f357a59f46dfa71af74665cc1cb6
RANDOM SEED=1905467137

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		: 3542.124
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		: 3491.786
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.313
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.180
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		: 3604.129
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		: 3630.718
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.443
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.179
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:        106331468 kB
MemAvailable:   111653596 kB
Buffers:          483820 kB
Cached:          5621744 kB
SwapCached:            0 kB
Active:          1066508 kB
Inactive:       23530932 kB
Active(anon):       3440 kB
Inactive(anon): 18534364 kB
Active(file):    1063068 kB
Inactive(file):  4996568 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1544 kB
Writeback:             8 kB
AnonPages:      18491096 kB
Mapped:           127700 kB
Shmem:             45896 kB
KReclaimable:     205380 kB
Slab:             323304 kB
SReclaimable:     205380 kB
SUnreclaim:       117924 kB
KernelStack:        4956 kB
PageTables:        46232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   20173708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58432 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18159616 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:54:14