Trace number 4444985

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-12SAT 928.096 916.141

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww3.opb
MD5SUMbbc1115e586f74a0f8929a975bad121a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.011913
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint68
Maximum length of a constraint68
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 58925135
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 568217345
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2115194816
0.00/0.08	c Max memory 		16282288128
0.00/0.09	c Total memory 		2122317824
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4444985-1721318866.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.16	c ... done. Wall clock time 0.009s.
0.14/0.16	c declared #vars     68
0.14/0.16	c #constraints  2
0.14/0.16	c constraints type 
0.14/0.16	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.14/0.16	c 2 constraints processed.
31.11/26.67	c cleaning 2494 clauses out of 5000 with flag 0/5000
97.98/92.48	c cleaning 4252 clauses out of 8506 with flag 0/11000
206.90/199.57	c cleaning 5624 clauses out of 11254 with flag 0/18000
341.52/332.56	c cleaning 6812 clauses out of 13630 with flag 0/26000
495.38/485.72	c cleaning 7897 clauses out of 15818 with flag 0/35000
664.12/653.88	c cleaning 8952 clauses out of 17921 with flag 0/45000
880.82/869.23	c cleaning 9973 clauses out of 19969 with flag 0/56000
927.94/916.05	c SATISFIABLE
927.94/916.05	c starts		: 77
927.94/916.07	c conflicts		: 60475
927.94/916.07	c decisions		: 68681
927.94/916.07	c propagations		: 275264
927.94/916.07	c inspects		: 513219805
927.94/916.07	c shortcuts		: 0
927.94/916.07	c learnt literals	: 0
927.94/916.07	c learnt binary clauses	: 0
927.94/916.07	c learnt ternary clauses	: 0
927.94/916.07	c learnt constraints	: 60475
927.94/916.07	c ignored constraints	: 0
927.94/916.07	c root simplifications	: 0
927.94/916.07	c removed literals (reason simplification)	: 0
927.94/916.07	c reason swapping (by a shorter reason)	: 0
927.94/916.07	c Calls to reduceDB	: 7
927.94/916.07	c Number of update (reduction) of LBD	: 0
927.94/916.07	c Imported unit clauses	: 0
927.94/916.07	c No decision after first conflict	: false
927.94/916.07	c number of reductions to clauses (during analyze)	: 0
927.94/916.07	c number of learned constraints concerned by reduction	: 0
927.94/916.07	c number of learning phase by resolution	: 0
927.94/916.07	c number of learning phase by cutting planes	: 0
927.94/916.07	c number of rounding to 1 operations	: 242152
927.94/916.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
927.94/916.07	c number of reductions of the coefficients by power 2 	: 0
927.94/916.07	c number of right shift for reduction by power 2 	: 0
927.94/916.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
927.94/916.07	c number of ending skipping 	: 0
927.94/916.07	c number of internal skipping 	: 0
927.94/916.07	c number of derivation steps 	: 206916
927.94/916.07	c number of skipped derivation steps 	: 0
927.94/916.07	c number of remaining unassigned 	: 24062
927.94/916.07	c number of remaining assigned 	: 7727472
927.94/916.07	c number of falsified literals weakened from reason	: 0
927.94/916.07	c number of falsified literals weakened from conflict	: 0
927.94/916.07	c time for arithmetic operations	: 439083517
927.94/916.07	c minimum degree of deleted constraints	: 2065
927.94/916.07	c maximum degree of deleted constraints	: 21452025179
927.94/916.07	c number of deleted constraints	: 46004
927.94/916.08	c speed (assignments/second)	: 300.53739139169306
927.94/916.08	c non guided choices	: 55
927.94/916.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2157
927.94/916.09	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 12314
927.94/916.09	s SATISFIABLE
927.94/916.09	c Found 1 solution(s)
927.94/916.09	v x1 x2 x3 -x4 x5 x6 x7 x8 -x9 x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 
927.94/916.09	c Total wall clock time (in seconds): 915.938

Verifier Data

OK	0

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (48896 MiB free)
  memory of node 1: 64473 MiB (53916 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.100078 s]*
/proc/loadavg: 5.12 4.72 4.24 5/316 971459
/proc/meminfo: memFree=105239136/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=18975048 memory=63012 CPUtime=0.14 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 7221 0 0 0 13 1 0 0 20 0 18 0 184045396 19430449152 15753 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4743762 15753 5655 1 0 551417 0
[pid=971441/tid=971443] ppid=971438 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 5761 0 0 0 8 1 0 0 20 0 18 0 184045396 19430449152 15753 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184045398 19430449152 15753 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=18975048 memory=3472611996011331616 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184045399 19430449152 15753 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63012 KiB

[startup+0.210771 s]*
/proc/loadavg: 5.12 4.72 4.24 6/317 971460
/proc/meminfo: memFree=105228480/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19041612 memory=76108 CPUtime=0.33 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 7728 0 0 0 32 1 0 0 20 0 19 0 184045396 19498610688 19027 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4760403 19027 5869 1 0 552102 0
[pid=971441/tid=971443] ppid=971438 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 6074 0 0 0 17 1 0 0 20 0 19 0 184045396 19498610688 19027 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19041612 memory=18025 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184045398 19498610688 19027 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19041612 memory=14414838847783020 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184045399 19498610688 19027 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184045413 19498610688 19027 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 76108 KiB

[startup+0.305654 s]*
/proc/loadavg: 5.12 4.72 4.24 7/317 971460
/proc/meminfo: memFree=105193088/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19041872 memory=110980 CPUtime=0.51 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 10039 0 0 0 49 2 0 0 20 0 19 0 184045396 19498876928 27745 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4760468 27745 5869 1 0 553764 0
[pid=971441/tid=971443] ppid=971438 vsize=19041872 memory=-8600299049898517180 CPUtime=0.26 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 6103 0 0 0 25 1 0 0 20 0 19 0 184045396 19498876928 27745 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19041872 memory=0 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184045398 19498876928 27745 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19041872 memory=0 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184045399 19498876928 27745 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19041872 memory=0 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184045413 19498876928 27745 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041872 KiB
Current children cumulated memory: 110980 KiB

[startup+0.701234 s]
/proc/loadavg: 5.12 4.72 4.24 6/318 971461
/proc/meminfo: memFree=105120424/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=184792 CPUtime=1.28 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 16633 0 0 0 123 5 0 0 20 0 20 0 184045396 19566772224 46198 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 46198 5885 1 0 558052 0
[pid=971441/tid=971443] ppid=971438 vsize=19108176 memory=46996 CPUtime=0.64 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 6149 0 0 0 62 2 0 0 20 0 20 0 184045396 19566772224 46198 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184045398 19566772224 46198 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184045399 19566772224 46198 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19108176 memory=5532 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184045413 19566772224 46198 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184792 KiB

[startup+1.50123 s]
/proc/loadavg: 5.12 4.72 4.24 6/318 971461
/proc/meminfo: memFree=105106292/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=246724 CPUtime=2.86 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 22798 0 0 0 280 6 0 0 20 0 20 0 184045396 19566772224 61681 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 61681 5901 1 0 558435 0
[pid=971441/tid=971443] ppid=971438 vsize=19108176 memory=11936 CPUtime=1.42 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 6238 0 0 0 139 3 0 0 20 0 20 0 184045396 19566772224 61681 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184045398 19566772224 61681 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184045399 19566772224 61681 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19108176 memory=5532 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184045413 19566772224 61681 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 246724 KiB

[startup+3.10724 s]
/proc/loadavg: 5.12 4.72 4.24 6/318 971463
/proc/meminfo: memFree=104708940/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=591872 CPUtime=5.83 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 39761 0 0 0 568 15 0 0 20 0 20 0 184045396 19566772224 147968 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 147968 5901 1 0 563718 0
[pid=971441/tid=971443] ppid=971438 vsize=19108176 memory=0 CPUtime=3 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 7005 0 0 0 291 9 0 0 20 0 20 0 184045396 19566772224 147968 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19108176 memory=-8600299049898517180 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184045398 19566772224 147968 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184045399 19566772224 147968 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184045413 19566772224 147968 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 591872 KiB

[startup+6.30041 s]
/proc/loadavg: 5.11 4.72 4.24 8/318 971463
/proc/meminfo: memFree=104373612/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=926456 CPUtime=9.56 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 40257 0 0 0 934 22 0 0 20 0 20 0 184045396 19566772224 231614 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 231614 5901 1 0 563719 0
[pid=971441/tid=971443] ppid=971438 vsize=19108176 memory=11936 CPUtime=6.1 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 7360 0 0 0 595 15 0 0 20 0 20 0 184045396 19566772224 231614 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184045398 19566772224 231614 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184045399 19566772224 231614 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19108176 memory=279492 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184045413 19566772224 231614 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 926456 KiB

[startup+12.7004 s]
/proc/loadavg: 5.26 4.76 4.26 6/318 971463
/proc/meminfo: memFree=103611180/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=1685196 CPUtime=16.59 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 41321 0 0 0 1623 36 0 0 20 0 20 0 184045396 19566772224 421299 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 421299 5901 1 0 670234 0
[pid=971441/tid=971443] ppid=971438 vsize=19108176 memory=279492 CPUtime=12.42 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 8125 0 0 0 1213 29 0 0 20 0 20 0 184045396 19566772224 421299 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19108176 memory=1685196 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184045398 19566772224 421299 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19108176 memory=1104792 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184045399 19566772224 421299 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184045413 19566772224 421299 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 16.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1685196 KiB

[startup+25.5005 s]
/proc/loadavg: 5.12 4.76 4.26 5/318 971466
/proc/meminfo: memFree=103610384/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=1685520 CPUtime=29.94 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 48715 0 0 0 2955 39 0 0 20 0 20 0 184045396 19566772224 421380 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 421380 5901 1 0 670247 0
[pid=971441/tid=971443] ppid=971438 vsize=19108176 memory=104 CPUtime=24.94 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 10110 0 0 0 2465 29 0 0 20 0 20 0 184045396 19566772224 421380 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184045398 19566772224 421380 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19108176 memory=1685520 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184045399 19566772224 421380 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184045413 19566772224 421380 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 29.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1685520 KiB

[startup+51.1134 s]
/proc/loadavg: 5.22 4.81 4.29 5/318 971469
/proc/meminfo: memFree=103531584/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=1687876 CPUtime=56.32 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 62053 0 0 0 5590 42 0 0 20 0 20 0 184045396 19566772224 421969 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 421969 5901 1 0 670279 0

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

/proc/meminfo: memFree=91154468/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=2489812 CPUtime=894.02 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 162803 0 0 0 89278 124 0 0 20 0 20 0 184045396 19566772224 622453 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 622453 5901 1 0 797877 0
[pid=971441/tid=971443] ppid=971438 vsize=19108176 memory=2487764 CPUtime=865.84 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 44455 0 0 0 86539 45 0 0 20 0 20 0 184045396 19566772224 622453 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19108176 memory=2485692 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184045398 19566772224 622453 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19108176 memory=2485680 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 884 0 0 0 0 0 0 0 20 0 20 0 184045399 19566772224 622453 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19108176 memory=2479536 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184045413 19566772224 622453 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 894.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2489812 KiB

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

# cumulated CPU time of all completed processes:  user=926.808 s, system=1.28813 s

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

[startup+896 s]*
/proc/loadavg: 4.86 4.80 4.59 5/322 971631
/proc/meminfo: memFree=90966364/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=2493908 CPUtime=907.85 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 163021 0 0 0 90660 125 0 0 20 0 20 0 184045396 19566772224 623477 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 623477 5901 1 0 797877 0
[pid=971441/tid=971443] ppid=971438 vsize=19108176 memory=29488 CPUtime=879.24 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 44645 0 0 0 87879 45 0 0 20 0 20 0 184045396 19566772224 623477 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19108176 memory=2483632 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184045398 19566772224 623477 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19108176 memory=-7664975549288507002 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 884 0 0 0 0 0 0 0 20 0 20 0 184045399 19566772224 623477 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19108176 memory=2712 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184045413 19566772224 623477 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 907.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2493908 KiB

[startup+908.806 s]
/proc/loadavg: 4.96 4.83 4.60 7/322 971634
/proc/meminfo: memFree=90964092/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=2498004 CPUtime=920.67 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 163295 0 0 0 91941 126 0 0 20 0 20 0 184045396 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 624501 5901 1 0 797877 0
[pid=971441/tid=971443] ppid=971438 vsize=19108176 memory=46996 CPUtime=891.77 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) S 971438 971441 968460 0 -1 1077936192 44906 0 0 0 89132 45 0 0 20 0 20 0 184045396 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19108176 memory=2493908 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184045398 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19108176 memory=2487764 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 884 0 0 0 0 0 0 0 20 0 20 0 184045399 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184045413 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 920.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2498004 KiB

[startup+912 s]*
/proc/loadavg: 5.05 4.85 4.61 6/322 971634
/proc/meminfo: memFree=90962052/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=2498004 CPUtime=923.88 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 163410 0 0 0 92262 126 0 0 20 0 20 0 184045396 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 624501 5901 1 0 797877 0
[pid=971441/tid=971443] ppid=971438 vsize=19108176 memory=2268 CPUtime=894.93 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 45021 0 0 0 89448 45 0 0 20 0 20 0 184045396 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19108176 memory=5532 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184045398 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19108176 memory=1828 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 884 0 0 0 0 0 0 0 20 0 20 0 184045399 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19108176 memory=-7664975549288507002 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184045413 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 923.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2498004 KiB

[startup+913.6 s]
/proc/loadavg: 5.05 4.85 4.61 6/322 971635
/proc/meminfo: memFree=90896208/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=2498004 CPUtime=925.46 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 163423 0 0 0 92420 126 0 0 20 0 20 0 184045396 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 624501 5901 1 0 797877 0
[pid=971441/tid=971443] ppid=971438 vsize=19108176 memory=2498004 CPUtime=896.52 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 45034 0 0 0 89607 45 0 0 20 0 20 0 184045396 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19108176 memory=2498004 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184045398 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 884 0 0 0 0 0 0 0 20 0 20 0 184045399 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19108176 memory=20508 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184045413 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 925.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2498004 KiB

[startup+915.2 s]
/proc/loadavg: 5.04 4.85 4.61 6/322 971635
/proc/meminfo: memFree=90896196/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=2498004 CPUtime=927.06 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 163426 0 0 0 92580 126 0 0 20 0 20 0 184045396 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 624501 5901 1 0 797877 0
[pid=971441/tid=971443] ppid=971438 vsize=19108176 memory=2495956 CPUtime=898.11 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 45037 0 0 0 89766 45 0 0 20 0 20 0 184045396 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19108176 memory=2498004 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184045398 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19108176 memory=1976 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 884 0 0 0 0 0 0 0 20 0 20 0 184045399 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19108176 memory=46996 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184045413 19566772224 624501 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 927.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2498004 KiB

[startup+915.6 s]
/proc/loadavg: 5.04 4.85 4.61 6/322 971635
/proc/meminfo: memFree=90896196/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=2500052 CPUtime=927.53 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 163431 0 0 0 92627 126 0 0 20 0 20 0 184045396 19566772224 625013 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 625013 5901 1 0 797877 0
[pid=971441/tid=971443] ppid=971438 vsize=19108176 memory=29488 CPUtime=898.46 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 45037 0 0 0 89801 45 0 0 20 0 20 0 184045396 19566772224 625013 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184045398 19566772224 625013 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19108176 memory=46996 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 884 0 0 0 0 0 0 0 20 0 20 0 184045399 19566772224 625013 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184045413 19566772224 625013 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 927.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2500052 KiB

[startup+916 s]*
/proc/loadavg: 5.04 4.85 4.61 5/322 971635
/proc/meminfo: memFree=90893148/131655788 swapFree=131071996/131071996
[pid=971441] ppid=971438 vsize=19108176 memory=2500052 CPUtime=927.94 cores=1,3
/proc/971441/stat : 971441 (java) S 971438 971441 968460 0 -1 1077936128 163431 0 0 0 92668 126 0 0 20 0 20 0 184045396 19566772224 625013 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
/proc/971441/statm: 4777044 625013 5901 1 0 797877 0
[pid=971441/tid=971443] ppid=971438 vsize=19108176 memory=-8600299049898517180 CPUtime=898.87 cores=1,3
/proc/971441/task/971443/stat : 971443 (java) R 971438 971441 968460 0 -1 4194368 45037 0 0 0 89842 45 0 0 20 0 20 0 184045396 19566772224 625013 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971452] ppid=971438 vsize=19108176 memory=-7664975549288507002 CPUtime=0 cores=1,3
/proc/971441/task/971452/stat : 971452 (Finalizer) S 971438 971441 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184045398 19566772224 625013 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971459] ppid=971438 vsize=19108176 memory=2684 CPUtime=0 cores=1,3
/proc/971441/task/971459/stat : 971459 (Common-Cleaner) S 971438 971441 968460 0 -1 1077936192 884 0 0 0 0 0 0 0 20 0 20 0 184045399 19566772224 625013 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
[pid=971441/tid=971460] ppid=971438 vsize=19108176 memory=4904 CPUtime=0 cores=1,3
/proc/971441/task/971460/stat : 971460 (Timer-0) S 971438 971441 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184045413 19566772224 625013 134679101440 94102957543424 94102957547120 140734047722016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94102957554936 94102957555728 94102984847360 140734047728623 140734047728736 140734047728736 140734047735752 0
Current children cumulated CPU time: 927.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2500052 KiB

[startup+916.123 s]*
/proc/loadavg: 5.04 4.85 4.61 5/304 971637
/proc/meminfo: memFree=93323404/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 916.141
CPU time (s): 928.096
CPU user time (s): 926.808
CPU system time (s): 1.28813
CPU usage (%): 101.305
Max. virtual memory (cumulated for all children) (KiB): 19111028
Max. memory (cumulated for all children) (KiB): 2500052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 926.808
system time used= 1.28813
maximum resident set size= 2501496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166452
page faults= 0
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34071
involuntary context switches= 2523


# summary of solver processes directly reported to runsolver:
#   pid: 971441
#   total CPU time (s): 928.096
#   total CPU user time (s): 926.808
#   total CPU system time (s): 1.28813

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.82903 second user time and 9.45102 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= bbc1115e586f74a0f8929a975bad121a
RANDOM SEED=1021907591

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		: 3520.086
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		: 3647.695
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.310
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		: 3622.894
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		: 1197.330
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		: 1197.269
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		: 3521.614
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		: 3575.499
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:        105281464 kB
MemAvailable:   110609108 kB
Buffers:          484900 kB
Cached:          5626060 kB
SwapCached:            0 kB
Active:          1067440 kB
Inactive:       24577484 kB
Active(anon):       3440 kB
Inactive(anon): 19576424 kB
Active(file):    1064000 kB
Inactive(file):  5001060 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               908 kB
Writeback:             0 kB
AnonPages:      19533136 kB
Mapped:           127376 kB
Shmem:             45896 kB
KReclaimable:     205564 kB
Slab:             323480 kB
SReclaimable:     205564 kB
SUnreclaim:       117916 kB
KernelStack:        4816 kB
PageTables:        48472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   20103712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58464 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19075072 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 18:23:14