Trace number 4444295

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 92.26 86.1413

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552735.opb
MD5SUMea0ae8b3e1002d3e18a4f3975adc7e07
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.907123
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 739
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.14/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.13	c See www.sat4j.org for details.
0.14/0.15	c version CUSTOM.v20240707
0.14/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.17	c java.vm.version	22.0.1+8-16
0.14/0.17	c java.vm.vendor	Oracle Corporation
0.14/0.17	c sun.arch.data.model	64
0.14/0.17	c java.version		22.0.1
0.14/0.17	c os.name		Linux
0.14/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.17	c os.arch		amd64
0.14/0.18	c Free memory 		2113181440
0.14/0.18	c Max memory 		16282288128
0.14/0.18	c Total memory 		2122317824
0.14/0.18	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-4444295-1721318279.opb
0.35/0.29	c reading problem ... 
0.35/0.29	c  no objective function found
0.70/0.48	c ... done. Wall clock time 0.193s.
0.70/0.48	c declared #vars     231
0.70/0.48	c #constraints  2707
0.70/0.48	c constraints type 
0.70/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.70/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.70/0.49	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.70/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.70/0.49	c 2707 constraints processed.
12.88/9.29	c cleaning 2495 clauses out of 5000 with flag 0/5000
28.10/23.97	c cleaning 4247 clauses out of 8505 with flag 0/11000
50.20/44.40	c cleaning 5621 clauses out of 11257 with flag 0/18000
80.62/74.77	c cleaning 6808 clauses out of 13637 with flag 0/26001
92.11/86.05	c starts		: 53
92.11/86.06	c conflicts		: 30597
92.11/86.06	c decisions		: 77713
92.11/86.06	c propagations		: 1039945
92.11/86.06	c inspects		: 83343793
92.11/86.06	c shortcuts		: 0
92.11/86.06	c learnt literals	: 1
92.11/86.06	c learnt binary clauses	: 2
92.11/86.06	c learnt ternary clauses	: 8
92.11/86.06	c learnt constraints	: 30595
92.11/86.06	c ignored constraints	: 0
92.11/86.07	c root simplifications	: 0
92.11/86.07	c removed literals (reason simplification)	: 0
92.11/86.07	c reason swapping (by a shorter reason)	: 0
92.11/86.07	c Calls to reduceDB	: 4
92.11/86.07	c Number of update (reduction) of LBD	: 5476
92.11/86.07	c Imported unit clauses	: 0
92.11/86.07	c No decision after first conflict	: false
92.11/86.07	c number of reductions to clauses (during analyze)	: 0
92.11/86.07	c number of learned constraints concerned by reduction	: 0
92.11/86.07	c number of learning phase by resolution	: 0
92.11/86.07	c number of learning phase by cutting planes	: 0
92.11/86.07	c number of rounding to 1 operations	: 107616
92.11/86.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
92.11/86.07	c number of reductions of the coefficients by power 2 	: 0
92.11/86.07	c number of right shift for reduction by power 2 	: 0
92.11/86.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
92.11/86.07	c number of ending skipping 	: 0
92.11/86.07	c number of internal skipping 	: 0
92.11/86.07	c number of derivation steps 	: 299654
92.11/86.07	c number of skipped derivation steps 	: 0
92.11/86.07	c number of remaining unassigned 	: 28950
92.11/86.07	c number of remaining assigned 	: 2578234
92.11/86.07	c number of falsified literals weakened from reason	: 0
92.11/86.07	c number of falsified literals weakened from conflict	: 0
92.11/86.07	c time for arithmetic operations	: 328092187
92.11/86.08	c minimum degree of deleted constraints	: 8
92.11/86.08	c maximum degree of deleted constraints	: 2857845
92.11/86.08	c number of deleted constraints	: 19171
92.11/86.08	c speed (assignments/second)	: 12151.58738505042
92.11/86.08	c non guided choices	: 121
92.11/86.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 5678
92.11/86.08	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 129
92.11/86.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
92.11/86.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5615
92.11/86.09	s UNSATISFIABLE
92.11/86.09	c Total wall clock time (in seconds): 85.801

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

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

[startup+0.104616 s]*
/proc/loadavg: 4.82 4.34 3.81 6/316 969635
/proc/meminfo: memFree=105506276/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=18975048 memory=56740 CPUtime=0.14 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 6574 0 0 0 11 3 0 0 20 0 18 0 183986660 19430449152 14185 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4743762 14185 5724 1 0 550912 0
[pid=969615/tid=969617] ppid=969612 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 5496 0 0 0 7 2 0 0 20 0 18 0 183986660 19430449152 14185 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183986664 19430449152 14185 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=18975048 memory=3472611996011331616 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183986665 19430449152 14185 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56740 KiB

[startup+0.229626 s]*
/proc/loadavg: 4.82 4.34 3.81 7/316 969635
/proc/meminfo: memFree=105496508/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=18975048 memory=66204 CPUtime=0.35 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 7420 0 0 0 32 3 0 0 20 0 18 0 183986660 19430449152 16551 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4743762 16551 5740 1 0 551586 0
[pid=969615/tid=969617] ppid=969612 vsize=18975048 memory=4782652875487838339 CPUtime=0.22 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 5916 0 0 0 20 2 0 0 20 0 18 0 183986660 19430449152 16551 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=18975048 memory=18025 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183986664 19430449152 16551 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=18975048 memory=14414838847783020 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183986665 19430449152 16551 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66204 KiB

[startup+0.323616 s]*
/proc/loadavg: 4.82 4.34 3.81 8/316 969635
/proc/meminfo: memFree=105493536/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=18975048 memory=68940 CPUtime=0.52 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 7617 0 0 0 49 3 0 0 20 0 18 0 183986660 19430449152 17235 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4743762 17235 5745 1 0 551714 0
[pid=969615/tid=969617] ppid=969612 vsize=18975048 memory=-9033205330713289404 CPUtime=0.3 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 6055 0 0 0 28 2 0 0 20 0 18 0 183986660 19430449152 17235 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183986664 19430449152 17235 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183986665 19430449152 17235 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68940 KiB

[startup+0.700609 s]
/proc/loadavg: 4.82 4.34 3.81 8/317 969636
/proc/meminfo: memFree=105479288/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19041612 memory=109264 CPUtime=1.2 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 10049 0 0 0 115 5 0 0 20 0 19 0 183986660 19498610688 27316 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4760403 27316 5866 1 0 553558 0
[pid=969615/tid=969617] ppid=969612 vsize=19041612 memory=5624 CPUtime=0.61 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 6167 0 0 0 58 3 0 0 20 0 19 0 183986660 19498610688 27316 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19041612 memory=11936 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183986664 19498610688 27316 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=19041612 memory=280747516945064 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183986665 19498610688 27316 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969636] ppid=969612 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/969615/task/969636/stat : 969636 (Timer-0) S 969612 969615 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183986709 19498610688 27316 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 109264 KiB

[startup+1.50261 s]
/proc/loadavg: 4.82 4.34 3.81 7/317 969636
/proc/meminfo: memFree=105389356/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19108176 memory=182160 CPUtime=2.78 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 20789 0 0 0 269 9 0 0 20 0 20 0 183986660 19566772224 45540 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4777044 45540 5898 1 0 557365 0
[pid=969615/tid=969617] ppid=969612 vsize=19108176 memory=11936 CPUtime=1.37 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 6505 0 0 0 133 4 0 0 20 0 20 0 183986660 19566772224 45540 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183986664 19566772224 45540 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183986665 19566772224 45540 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969636] ppid=969612 vsize=19108176 memory=2970 CPUtime=0 cores=1,3
/proc/969615/task/969636/stat : 969636 (Timer-0) S 969612 969615 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183986709 19566772224 45540 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182160 KiB

[startup+3.10661 s]
/proc/loadavg: 4.92 4.37 3.82 6/318 969637
/proc/meminfo: memFree=105165112/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19108176 memory=438100 CPUtime=5.95 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 28158 0 0 0 580 15 0 0 20 0 20 0 183986660 19566772224 109525 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4777044 109525 5898 1 0 560245 0
[pid=969615/tid=969617] ppid=969612 vsize=19108176 memory=0 CPUtime=2.93 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 7211 0 0 0 284 9 0 0 20 0 20 0 183986660 19566772224 109525 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183986664 19566772224 109525 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183986665 19566772224 109525 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969636] ppid=969612 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/969615/task/969636/stat : 969636 (Timer-0) S 969612 969615 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183986709 19566772224 109525 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 438100 KiB

[startup+6.30061 s]
/proc/loadavg: 4.92 4.37 3.82 5/318 969637
/proc/meminfo: memFree=104553340/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19108176 memory=1142232 CPUtime=9.77 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 29174 0 0 0 947 30 0 0 20 0 20 0 183986660 19566772224 285558 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4777044 285558 5898 1 0 666765 0
[pid=969615/tid=969617] ppid=969612 vsize=19108176 memory=11936 CPUtime=6.07 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 7832 0 0 0 584 23 0 0 20 0 20 0 183986660 19566772224 285558 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183986664 19566772224 285558 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183986665 19566772224 285558 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969636] ppid=969612 vsize=19108176 memory=2308 CPUtime=0 cores=1,3
/proc/969615/task/969636/stat : 969636 (Timer-0) S 969612 969615 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183986709 19566772224 285558 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 9.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1142232 KiB

[startup+12.7005 s]
/proc/loadavg: 4.78 4.36 3.83 6/318 969638
/proc/meminfo: memFree=104164960/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19108176 memory=1591384 CPUtime=16.59 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 34970 0 0 0 1618 41 0 0 20 0 20 0 183986660 19566772224 397846 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4777044 397846 5898 1 0 666819 0
[pid=969615/tid=969617] ppid=969612 vsize=19108176 memory=0 CPUtime=12.28 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 10494 0 0 0 1196 32 0 0 20 0 20 0 183986660 19566772224 397846 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19108176 memory=1341252 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183986664 19566772224 397846 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 183986665 19566772224 397846 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969636] ppid=969612 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/969615/task/969636/stat : 969636 (Timer-0) S 969612 969615 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183986709 19566772224 397846 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 16.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1591384 KiB

[startup+25.5005 s]
/proc/loadavg: 4.73 4.36 3.83 5/318 969640
/proc/meminfo: memFree=103953356/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19108176 memory=1603800 CPUtime=29.8 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 41113 0 0 0 2937 43 0 0 20 0 20 0 183986660 19566772224 400950 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4777044 400950 5898 1 0 666819 0
[pid=969615/tid=969617] ppid=969612 vsize=19108176 memory=1341252 CPUtime=24.67 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 12284 0 0 0 2435 32 0 0 20 0 20 0 183986660 19566772224 400950 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183986664 19566772224 400950 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=19108176 memory=1603764 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 183986665 19566772224 400950 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969636] ppid=969612 vsize=19108176 memory=-9033205330713289404 CPUtime=0 cores=1,3
/proc/969615/task/969636/stat : 969636 (Timer-0) S 969612 969615 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183986709 19566772224 400950 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 29.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1603800 KiB

[startup+51.1141 s]
/proc/loadavg: 4.66 4.38 3.85 5/319 969813
/proc/meminfo: memFree=103446092/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19108176 memory=2109200 CPUtime=56.96 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 57844 0 0 0 5640 56 0 0 20 0 20 0 183986660 19566772224 527300 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4777044 527300 5898 1 0 794261 0
[pid=969615/tid=969617] ppid=969612 vsize=19108176 memory=2107100 CPUtime=49.68 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 15928 0 0 0 4926 42 0 0 20 0 20 0 183986660 19566772224 527300 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19108176 memory=2107152 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183986664 19566772224 527300 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0

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

# Child status: 20

# cumulated CPU time of all completed processes:  user=91.646 s, system=0.614058 s

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

[startup+51.2006 s]
/proc/loadavg: 4.66 4.38 3.85 5/319 969813
/proc/meminfo: memFree=103446092/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19108176 memory=2109200 CPUtime=57.04 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 57844 0 0 0 5648 56 0 0 20 0 20 0 183986660 19566772224 527300 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4777044 527300 5898 1 0 794261 0
[pid=969615/tid=969617] ppid=969612 vsize=19108176 memory=1591384 CPUtime=49.77 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 15928 0 0 0 4935 42 0 0 20 0 20 0 183986660 19566772224 527300 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183986664 19566772224 527300 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 183986665 19566772224 527300 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969636] ppid=969612 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/969615/task/969636/stat : 969636 (Timer-0) S 969612 969615 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183986709 19566772224 527300 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 57.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2109200 KiB

[startup+64.0004 s]*
/proc/loadavg: 4.52 4.36 3.86 5/319 969816
/proc/meminfo: memFree=103445364/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19108176 memory=2109204 CPUtime=69.94 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 59058 0 0 0 6937 57 0 0 20 0 20 0 183986660 19566772224 527301 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4777044 527301 5898 1 0 794261 0
[pid=969615/tid=969617] ppid=969612 vsize=19108176 memory=4980 CPUtime=62.44 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 17011 0 0 0 6202 42 0 0 20 0 20 0 183986660 19566772224 527301 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19108176 memory=5725432 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183986664 19566772224 527301 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=19108176 memory=2804 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 183986665 19566772224 527301 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969636] ppid=969612 vsize=19108176 memory=-7088796271961597560 CPUtime=0 cores=1,3
/proc/969615/task/969636/stat : 969636 (Timer-0) S 969612 969615 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183986709 19566772224 527301 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 69.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2109204 KiB

[startup+76.8005 s]
/proc/loadavg: 4.44 4.35 3.86 6/319 969817
/proc/meminfo: memFree=103443188/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19108176 memory=2111376 CPUtime=82.71 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 61532 0 0 0 8213 58 0 0 20 0 20 0 183986660 19566772224 527844 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4777044 527844 5898 1 0 794261 0
[pid=969615/tid=969617] ppid=969612 vsize=19108176 memory=0 CPUtime=74.89 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 18489 0 0 0 7447 42 0 0 20 0 20 0 183986660 19566772224 527844 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19108176 memory=2106828 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183986664 19566772224 527844 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 124 0 0 0 0 0 0 0 20 0 20 0 183986665 19566772224 527844 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969636] ppid=969612 vsize=19108176 memory=2111376 CPUtime=0 cores=1,3
/proc/969615/task/969636/stat : 969636 (Timer-0) S 969612 969615 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183986709 19566772224 527844 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 82.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2111376 KiB

[startup+80.0004 s]*
/proc/loadavg: 4.48 4.36 3.87 5/319 969817
/proc/meminfo: memFree=103442992/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19108176 memory=2111588 CPUtime=86.04 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 64030 0 0 0 8546 58 0 0 20 0 20 0 183986660 19566772224 527897 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4777044 527897 5898 1 0 794261 0
[pid=969615/tid=969617] ppid=969612 vsize=19108176 memory=-9033205330713289404 CPUtime=77.93 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 18623 0 0 0 7751 42 0 0 20 0 20 0 183986660 19566772224 527897 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19108176 memory=-7088796271961597560 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183986664 19566772224 527897 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=19108176 memory=23048 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 124 0 0 0 0 0 0 0 20 0 20 0 183986665 19566772224 527897 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969636] ppid=969612 vsize=19108176 memory=28548 CPUtime=0 cores=1,3
/proc/969615/task/969636/stat : 969636 (Timer-0) S 969612 969615 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183986709 19566772224 527897 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 86.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2111588 KiB

[startup+83.2004 s]
/proc/loadavg: 4.52 4.37 3.87 5/319 969819
/proc/meminfo: memFree=103440860/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19108176 memory=2113636 CPUtime=89.29 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 64177 0 0 0 8870 59 0 0 20 0 20 0 183986660 19566772224 528409 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4777044 528409 5898 1 0 794261 0
[pid=969615/tid=969617] ppid=969612 vsize=19108176 memory=2111360 CPUtime=81.05 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 18750 0 0 0 8063 42 0 0 20 0 20 0 183986660 19566772224 528409 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183986664 19566772224 528409 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=19108176 memory=2111520 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 124 0 0 0 0 0 0 0 20 0 20 0 183986665 19566772224 528409 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969636] ppid=969612 vsize=19108176 memory=2111268 CPUtime=0 cores=1,3
/proc/969615/task/969636/stat : 969636 (Timer-0) S 969612 969615 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183986709 19566772224 528409 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 89.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2113636 KiB

[startup+84.8004 s]
/proc/loadavg: 4.52 4.37 3.87 5/319 969819
/proc/meminfo: memFree=103440832/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19108176 memory=2113644 CPUtime=90.88 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 64415 0 0 0 9029 59 0 0 20 0 20 0 183986660 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4777044 528411 5898 1 0 794261 0
[pid=969615/tid=969617] ppid=969612 vsize=19108176 memory=2111588 CPUtime=82.65 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 18873 0 0 0 8223 42 0 0 20 0 20 0 183986660 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19108176 memory=7200 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183986664 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 124 0 0 0 0 0 0 0 20 0 20 0 183986665 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969636] ppid=969612 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/969615/task/969636/stat : 969636 (Timer-0) S 969612 969615 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183986709 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 90.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2113644 KiB

[startup+85.6005 s]
/proc/loadavg: 4.52 4.37 3.87 5/319 969819
/proc/meminfo: memFree=103440832/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19108176 memory=2113644 CPUtime=91.68 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 64415 0 0 0 9109 59 0 0 20 0 20 0 183986660 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4777044 528411 5898 1 0 794261 0
[pid=969615/tid=969617] ppid=969612 vsize=19108176 memory=4369 CPUtime=83.45 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) R 969612 969615 968460 0 -1 4194368 18873 0 0 0 8303 42 0 0 20 0 20 0 183986660 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19108176 memory=2113644 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183986664 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=19108176 memory=17879 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 124 0 0 0 0 0 0 0 20 0 20 0 183986665 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969636] ppid=969612 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/969615/task/969636/stat : 969636 (Timer-0) S 969612 969615 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183986709 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 91.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2113644 KiB

[startup+86.0006 s]*
/proc/loadavg: 4.52 4.37 3.87 6/319 969819
/proc/meminfo: memFree=103440832/131655788 swapFree=131071996/131071996
[pid=969615] ppid=969612 vsize=19108176 memory=2113644 CPUtime=92.11 cores=1,3
/proc/969615/stat : 969615 (java) S 969612 969615 968460 0 -1 1077936128 64424 0 0 0 9152 59 0 0 20 0 20 0 183986660 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
/proc/969615/statm: 4777044 528411 5898 1 0 794261 0
[pid=969615/tid=969617] ppid=969612 vsize=19108176 memory=-9033205330713289404 CPUtime=83.7 cores=1,3
/proc/969615/task/969617/stat : 969617 (java) S 969612 969615 968460 0 -1 1077936192 18873 0 0 0 8328 42 0 0 20 0 20 0 183986660 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969626] ppid=969612 vsize=19108176 memory=-7088796271961597560 CPUtime=0 cores=1,3
/proc/969615/task/969626/stat : 969626 (Finalizer) S 969612 969615 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183986664 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969633] ppid=969612 vsize=19108176 memory=6944656592387989600 CPUtime=0 cores=1,3
/proc/969615/task/969633/stat : 969633 (Common-Cleaner) S 969612 969615 968460 0 -1 1077936192 124 0 0 0 0 0 0 0 20 0 20 0 183986665 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
[pid=969615/tid=969636] ppid=969612 vsize=19108176 memory=6944656592455360604 CPUtime=0 cores=1,3
/proc/969615/task/969636/stat : 969636 (Timer-0) S 969612 969615 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183986709 19566772224 528411 134679101440 94758342606848 94758342610544 140728443712608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758342618360 94758342619152 94758360092672 140728443720687 140728443720800 140728443720800 140728443727816 0
Current children cumulated CPU time: 92.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2113644 KiB

[startup+86.1236 s]*
/proc/loadavg: 4.52 4.37 3.87 5/301 969821
/proc/meminfo: memFree=105508860/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: 20

Real time (s): 86.1413
CPU time (s): 92.26
CPU user time (s): 91.646
CPU system time (s): 0.614058
CPU usage (%): 107.103
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2116440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.646
system time used= 0.614058
maximum resident set size= 2116440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66569
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= 4073
involuntary context switches= 674


# summary of solver processes directly reported to runsolver:
#   pid: 969615
#   total CPU time (s): 92.26
#   total CPU user time (s): 91.646
#   total CPU system time (s): 0.614058

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.566784 second user time and 0.87486 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= ea0ae8b3e1002d3e18a4f3975adc7e07
RANDOM SEED=1453841794

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		: 3497.489
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		: 2995.803
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.175
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.181
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		: 3587.425
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		: 3601.968
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.303
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.250
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:        105541536 kB
MemAvailable:   110865544 kB
Buffers:          484184 kB
Cached:          5623184 kB
SwapCached:            0 kB
Active:          1066604 kB
Inactive:       24318616 kB
Active(anon):       3440 kB
Inactive(anon): 19320304 kB
Active(file):    1063164 kB
Inactive(file):  4998312 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1132 kB
Writeback:             0 kB
AnonPages:      19277000 kB
Mapped:           127728 kB
Shmem:             45896 kB
KReclaimable:     205464 kB
Slab:             323596 kB
SReclaimable:     205464 kB
SUnreclaim:       118132 kB
KernelStack:        4800 kB
PageTables:        48236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   20075104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58464 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18941952 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:59:37