Trace number 4445072

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 Resolution 2024 2024-07-07SAT 15.8833 13.2997

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob4.opb
MD5SUM51f776679cf4368d72b5455aa221d9d6
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.045108
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
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 constraint82
Maximum length of a constraint82
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 60575666
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 801239175
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 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	Expensive reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c Expensive reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4445072-1721817202.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c using VERIPB proof format
0.14/0.12	c  no objective function found
0.14/0.13	c ... done. Wall clock time 0.01s.
0.14/0.14	c declared #vars     82
0.14/0.14	c #constraints  2
0.14/0.14	c constraints type 
0.14/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.14/0.14	c 2 constraints processed.
1.30/0.70	c cleaning 2500 clauses out of 5000 with flag 10000/5000
2.08/1.19	c cleaning 4249 clauses out of 8500 with flag 22000/11000
2.89/1.55	c cleaning 5622 clauses out of 11251 with flag 36000/18000
3.46/1.88	c cleaning 6815 clauses out of 13630 with flag 52003/26001
4.25/2.26	c cleaning 7906 clauses out of 15814 with flag 70004/35000
4.72/2.59	c cleaning 8953 clauses out of 17910 with flag 90011/45002
5.26/2.94	c cleaning 9978 clauses out of 19956 with flag 112009/56001
5.79/3.35	c cleaning 10988 clauses out of 21977 with flag 136014/68000
6.30/3.80	c cleaning 11993 clauses out of 23990 with flag 162017/81001
6.79/4.30	c cleaning 12992 clauses out of 25996 with flag 190018/95000
7.32/4.87	c cleaning 14002 clauses out of 28004 with flag 220020/110000
8.08/5.53	c cleaning 14999 clauses out of 30005 with flag 252028/126003
8.76/6.18	c cleaning 15998 clauses out of 32004 with flag 286024/143001
9.55/6.94	c cleaning 17003 clauses out of 34006 with flag 322027/161001
10.24/7.60	c cleaning 18001 clauses out of 36003 with flag 360030/180001
10.95/8.34	c cleaning 18996 clauses out of 38001 with flag 400030/200000
11.66/9.09	c cleaning 20001 clauses out of 40006 with flag 442033/221001
12.56/9.92	c cleaning 21001 clauses out of 42005 with flag 486035/243001
13.38/10.77	c cleaning 21997 clauses out of 44003 with flag 532035/266000
14.40/11.78	c cleaning 23000 clauses out of 46006 with flag 580044/290000
15.50/12.80	c cleaning 24003 clauses out of 48006 with flag 630052/315000
15.70/13.07	c SATISFIABLE
15.80/13.24	c starts		: 1
15.80/13.24	c conflicts		: 322402
15.80/13.24	c decisions		: 322505
15.80/13.24	c propagations		: 1644558
15.80/13.24	c inspects		: 47284206
15.80/13.24	c shortcuts		: 0
15.80/13.24	c learnt literals	: 0
15.80/13.24	c learnt binary clauses	: 0
15.80/13.24	c learnt ternary clauses	: 0
15.80/13.24	c learnt constraints	: 322402
15.80/13.24	c ignored constraints	: 0
15.80/13.24	c root simplifications	: 0
15.80/13.24	c removed literals (reason simplification)	: 2756703
15.80/13.24	c reason swapping (by a shorter reason)	: 0
15.80/13.24	c Calls to reduceDB	: 21
15.80/13.24	c Number of update (reduction) of LBD	: 27
15.80/13.24	c Imported unit clauses	: 0
15.80/13.24	c No decision after first conflict	: false
15.80/13.24	c number of reductions to clauses (during analyze)	: 0
15.80/13.24	c number of learned constraints concerned by reduction	: 0
15.80/13.24	c number of learning phase by resolution	: 0
15.80/13.24	c number of learning phase by cutting planes	: 0
15.80/13.24	c number of rounding to 1 operations	: 0
15.80/13.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
15.80/13.24	c number of reductions of the coefficients by power 2 	: 0
15.80/13.24	c number of right shift for reduction by power 2 	: 0
15.80/13.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
15.80/13.24	c number of ending skipping 	: 0
15.80/13.24	c number of internal skipping 	: 0
15.80/13.24	c number of derivation steps 	: 0
15.80/13.24	c number of skipped derivation steps 	: 0
15.80/13.25	c number of remaining unassigned 	: 0
15.80/13.25	c number of remaining assigned 	: 0
15.80/13.25	c number of falsified literals weakened from reason	: 0
15.80/13.26	c number of falsified literals weakened from conflict	: 0
15.80/13.26	c time for arithmetic operations	: 0
15.80/13.26	c minimum degree of deleted constraints	: null
15.80/13.26	c maximum degree of deleted constraints	: null
15.80/13.26	c number of deleted constraints	: 0
15.80/13.26	c speed (assignments/second)	: 125299.65714285715
15.80/13.26	c non guided choices	: 70
15.80/13.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 31405
15.80/13.29	s SATISFIABLE
15.80/13.29	c Found 1 solution(s)
15.80/13.29	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 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 
15.80/13.29	c Total wall clock time (in seconds): 13.165

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: 63931 MiB (58818 MiB free)
  memory of node 1: 64510 MiB (60719 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445072-1721817202/watcher-4445072-1721817202 -o /tmp/evaluation-result-4445072-1721817202/solver-4445072-1721817202 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721817189-172939 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4445072-1721817202 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4445072-1721817202.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=173601, runsolver pid=173598

[startup+0.101706 s]*
/proc/loadavg: 1.32 0.37 0.23 8/336 173619
/proc/meminfo: memFree=122341764/131524600 swapFree=131055772/131071996
[pid=173601] ppid=173598 vsize=18975048 memory=64720 CPUtime=0.14 cores=1,3
/proc/173601/stat : 173601 (java) S 173598 173601 172927 0 -1 1077936128 7240 0 0 0 11 3 0 0 20 0 18 0 18250470 19430449152 16180 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
/proc/173601/statm: 4743762 16180 5544 1 0 549375 0
[pid=173601/tid=173603] ppid=173598 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/173601/task/173603/stat : 173603 (java) R 173598 173601 172927 0 -1 4194368 5766 0 0 0 7 2 0 0 20 0 18 0 18250471 19430449152 16180 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173612] ppid=173598 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/173601/task/173612/stat : 173612 (Finalizer) S 173598 173601 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18250473 19430449152 16180 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173619] ppid=173598 vsize=18975048 memory=14692998043934266 CPUtime=0 cores=1,3
/proc/173601/task/173619/stat : 173619 (Common-Cleaner) S 173598 173601 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18250474 19430449152 16180 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64720 KiB

[startup+0.205924 s]*
/proc/loadavg: 1.32 0.37 0.23 8/337 173620
/proc/meminfo: memFree=122308648/131524600 swapFree=131055772/131071996
[pid=173601] ppid=173598 vsize=19041612 memory=74608 CPUtime=0.33 cores=1,3
/proc/173601/stat : 173601 (java) S 173598 173601 172927 0 -1 1077936128 8064 0 0 0 30 3 0 0 20 0 19 0 18250470 19498610688 18652 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
/proc/173601/statm: 4760403 18652 5855 1 0 550106 0
[pid=173601/tid=173603] ppid=173598 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/173601/task/173603/stat : 173603 (java) R 173598 173601 172927 0 -1 4194368 5978 0 0 0 17 2 0 0 20 0 19 0 18250471 19498610688 18652 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173612] ppid=173598 vsize=19041612 memory=1318339 CPUtime=0 cores=1,3
/proc/173601/task/173612/stat : 173612 (Finalizer) S 173598 173601 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18250473 19498610688 18652 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173619] ppid=173598 vsize=19041612 memory=14411523065906868 CPUtime=0 cores=1,3
/proc/173601/task/173619/stat : 173619 (Common-Cleaner) S 173598 173601 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18250474 19498610688 18652 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173620] ppid=173598 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/173601/task/173620/stat : 173620 (Timer-0) S 173598 173601 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18250484 19498610688 18652 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74608 KiB

[startup+0.307948 s]*
/proc/loadavg: 1.32 0.37 0.23 7/337 173620
/proc/meminfo: memFree=122262280/131524600 swapFree=131055772/131071996
[pid=173601] ppid=173598 vsize=19041612 memory=100296 CPUtime=0.53 cores=1,3
/proc/173601/stat : 173601 (java) S 173598 173601 172927 0 -1 1077936128 9134 0 0 0 49 4 0 0 20 0 19 0 18250470 19498610688 25074 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
/proc/173601/statm: 4760403 25074 5855 1 0 550852 0
[pid=173601/tid=173603] ppid=173598 vsize=19041612 memory=-8598609091937215164 CPUtime=0.29 cores=1,3
/proc/173601/task/173603/stat : 173603 (java) R 173598 173601 172927 0 -1 4194368 6012 0 0 0 27 2 0 0 20 0 19 0 18250471 19498610688 25074 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173612] ppid=173598 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/173601/task/173612/stat : 173612 (Finalizer) S 173598 173601 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18250473 19498610688 25074 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173619] ppid=173598 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/173601/task/173619/stat : 173619 (Common-Cleaner) S 173598 173601 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18250474 19498610688 25074 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173620] ppid=173598 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/173601/task/173620/stat : 173620 (Timer-0) S 173598 173601 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18250484 19498610688 25074 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 100296 KiB

[startup+0.702697 s]
/proc/loadavg: 1.32 0.37 0.23 8/337 173620
/proc/meminfo: memFree=122188308/131524600 swapFree=131055772/131071996
[pid=173601] ppid=173598 vsize=19108176 memory=175180 CPUtime=1.3 cores=1,3
/proc/173601/stat : 173601 (java) S 173598 173601 172927 0 -1 1077936128 14313 0 0 0 123 7 0 0 20 0 20 0 18250470 19566772224 43795 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
/proc/173601/statm: 4777044 43795 5887 1 0 553776 0
[pid=173601/tid=173603] ppid=173598 vsize=19108176 memory=61340 CPUtime=0.67 cores=1,3
/proc/173601/task/173603/stat : 173603 (java) R 173598 173601 172927 0 -1 4194368 6115 0 0 0 63 4 0 0 20 0 20 0 18250471 19566772224 43795 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173612] ppid=173598 vsize=19108176 memory=12348 CPUtime=0 cores=1,3
/proc/173601/task/173612/stat : 173612 (Finalizer) S 173598 173601 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250473 19566772224 43795 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173619] ppid=173598 vsize=19108176 memory=2228 CPUtime=0 cores=1,3
/proc/173601/task/173619/stat : 173619 (Common-Cleaner) S 173598 173601 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18250474 19566772224 43795 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173620] ppid=173598 vsize=19108176 memory=25664 CPUtime=0 cores=1,3
/proc/173601/task/173620/stat : 173620 (Timer-0) S 173598 173601 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250484 19566772224 43795 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175180 KiB

[startup+1.50911 s]
/proc/loadavg: 1.32 0.37 0.23 7/338 173621
/proc/meminfo: memFree=122136452/131524600 swapFree=131055772/131071996
[pid=173601] ppid=173598 vsize=19108176 memory=186856 CPUtime=2.89 cores=1,3
/proc/173601/stat : 173601 (java) S 173598 173601 172927 0 -1 1077936128 23259 0 0 0 280 9 0 0 20 0 20 0 18250470 19566772224 46714 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
/proc/173601/statm: 4777044 46714 5903 1 0 555982 0
[pid=173601/tid=173603] ppid=173598 vsize=19108176 memory=12348 CPUtime=1.45 cores=1,3
/proc/173601/task/173603/stat : 173603 (java) R 173598 173601 172927 0 -1 4194368 6500 0 0 0 140 5 0 0 20 0 20 0 18250471 19566772224 46714 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173612] ppid=173598 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/173601/task/173612/stat : 173612 (Finalizer) S 173598 173601 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250473 19566772224 46714 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173619] ppid=173598 vsize=19108176 memory=2228 CPUtime=0 cores=1,3
/proc/173601/task/173619/stat : 173619 (Common-Cleaner) S 173598 173601 172927 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 18250474 19566772224 46714 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173620] ppid=173598 vsize=19108176 memory=25664 CPUtime=0 cores=1,3
/proc/173601/task/173620/stat : 173620 (Timer-0) S 173598 173601 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250484 19566772224 46714 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186856 KiB

[startup+3.1061 s]
/proc/loadavg: 1.78 0.48 0.27 7/338 173688
/proc/meminfo: memFree=121590440/131524600 swapFree=131055772/131071996
[pid=173601] ppid=173598 vsize=19108176 memory=496984 CPUtime=5.6 cores=1,3
/proc/173601/stat : 173601 (java) S 173598 173601 172927 0 -1 1077936128 26684 0 0 0 542 18 0 0 20 0 20 0 18250470 19566772224 124246 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
/proc/173601/statm: 4777044 124246 5903 1 0 556004 0
[pid=173601/tid=173603] ppid=173598 vsize=19108176 memory=0 CPUtime=3 cores=1,3
/proc/173601/task/173603/stat : 173603 (java) R 173598 173601 172927 0 -1 4194368 7175 0 0 0 287 13 0 0 20 0 20 0 18250471 19566772224 124246 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173612] ppid=173598 vsize=19108176 memory=-8598609091937215164 CPUtime=0 cores=1,3
/proc/173601/task/173612/stat : 173612 (Finalizer) S 173598 173601 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250473 19566772224 124246 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173619] ppid=173598 vsize=19108176 memory=12348 CPUtime=0 cores=1,3
/proc/173601/task/173619/stat : 173619 (Common-Cleaner) S 173598 173601 172927 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 18250474 19566772224 124246 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173620] ppid=173598 vsize=19108176 memory=2228 CPUtime=0 cores=1,3
/proc/173601/task/173620/stat : 173620 (Timer-0) S 173598 173601 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250484 19566772224 124246 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
Current children cumulated CPU time: 5.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 496984 KiB

[startup+6.30027 s]
/proc/loadavg: 1.78 0.48 0.27 5/338 173688
/proc/meminfo: memFree=120349188/131524600 swapFree=131055772/131071996
[pid=173601] ppid=173598 vsize=19108176 memory=898708 CPUtime=8.96 cores=1,3
/proc/173601/stat : 173601 (java) S 173598 173601 172927 0 -1 1077936128 27302 0 0 0 865 31 0 0 20 0 20 0 18250470 19566772224 224677 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
/proc/173601/statm: 4777044 224677 5903 1 0 556006 0
[pid=173601/tid=173603] ppid=173598 vsize=19108176 memory=2228 CPUtime=6.15 cores=1,3
/proc/173601/task/173603/stat : 173603 (java) R 173598 173601 172927 0 -1 4194368 7658 0 0 0 590 25 0 0 20 0 20 0 18250471 19566772224 224677 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173612] ppid=173598 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/173601/task/173612/stat : 173612 (Finalizer) S 173598 173601 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250473 19566772224 224677 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173619] ppid=173598 vsize=19108176 memory=12348 CPUtime=0 cores=1,3
/proc/173601/task/173619/stat : 173619 (Common-Cleaner) S 173598 173601 172927 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 18250474 19566772224 224677 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173620] ppid=173598 vsize=19108176 memory=8326441112149131695 CPUtime=0 cores=1,3
/proc/173601/task/173620/stat : 173620 (Timer-0) S 173598 173601 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250484 19566772224 224677 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
Current children cumulated CPU time: 8.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 898708 KiB

[startup+12.7003 s]
/proc/loadavg: 2.12 0.60 0.31 5/338 173689
/proc/meminfo: memFree=118714536/131524600 swapFree=131055772/131071996
[pid=173601] ppid=173598 vsize=19108176 memory=1185572 CPUtime=15.4 cores=1,3
/proc/173601/stat : 173601 (java) S 173598 173601 172927 0 -1 1077936128 31705 0 0 0 1493 47 0 0 20 0 20 0 18250470 19566772224 296393 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
/proc/173601/statm: 4777044 296393 5903 1 0 556006 0
[pid=173601/tid=173603] ppid=173598 vsize=19108176 memory=12348 CPUtime=12.49 cores=1,3
/proc/173601/task/173603/stat : 173603 (java) R 173598 173601 172927 0 -1 4194368 8644 0 0 0 1209 40 0 0 20 0 20 0 18250471 19566772224 296393 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173612] ppid=173598 vsize=19108176 memory=964244 CPUtime=0 cores=1,3
/proc/173601/task/173612/stat : 173612 (Finalizer) S 173598 173601 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250473 19566772224 296393 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173619] ppid=173598 vsize=19108176 memory=1185572 CPUtime=0 cores=1,3
/proc/173601/task/173619/stat : 173619 (Common-Cleaner) S 173598 173601 172927 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 18250474 19566772224 296393 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173620] ppid=173598 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/173601/task/173620/stat : 173620 (Timer-0) S 173598 173601 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250484 19566772224 296393 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
Current children cumulated CPU time: 15.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1185572 KiB

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

# cumulated CPU time of all completed processes:  user=15.3733 s, system=0.50999 s

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

[startup+12.8004 s]
/proc/loadavg: 2.12 0.60 0.31 5/338 173689
/proc/meminfo: memFree=118714536/131524600 swapFree=131055772/131071996
[pid=173601] ppid=173598 vsize=19108176 memory=1185572 CPUtime=15.5 cores=1,3
/proc/173601/stat : 173601 (java) S 173598 173601 172927 0 -1 1077936128 31705 0 0 0 1503 47 0 0 20 0 20 0 18250470 19566772224 296393 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
/proc/173601/statm: 4777044 296393 5903 1 0 556006 0
[pid=173601/tid=173603] ppid=173598 vsize=19108176 memory=5552 CPUtime=12.59 cores=1,3
/proc/173601/task/173603/stat : 173603 (java) R 173598 173601 172927 0 -1 4194368 8644 0 0 0 1219 40 0 0 20 0 20 0 18250471 19566772224 296393 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173612] ppid=173598 vsize=19108176 memory=16012 CPUtime=0 cores=1,3
/proc/173601/task/173612/stat : 173612 (Finalizer) S 173598 173601 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250473 19566772224 296393 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173619] ppid=173598 vsize=19108176 memory=61340 CPUtime=0 cores=1,3
/proc/173601/task/173619/stat : 173619 (Common-Cleaner) S 173598 173601 172927 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 18250474 19566772224 296393 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173620] ppid=173598 vsize=19108176 memory=12348 CPUtime=0 cores=1,3
/proc/173601/task/173620/stat : 173620 (Timer-0) S 173598 173601 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250484 19566772224 296393 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
Current children cumulated CPU time: 15.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1185572 KiB

[startup+13.2003 s]
/proc/loadavg: 2.12 0.60 0.31 5/338 173689
/proc/meminfo: memFree=118512700/131524600 swapFree=131055772/131071996
[pid=173601] ppid=173598 vsize=19108176 memory=1185580 CPUtime=15.8 cores=1,3
/proc/173601/stat : 173601 (java) S 173598 173601 172927 0 -1 1077936128 32512 0 0 0 1531 49 0 0 20 0 20 0 18250470 19566772224 296395 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
/proc/173601/statm: 4777044 296395 5903 1 0 556006 0
[pid=173601/tid=173603] ppid=173598 vsize=19108176 memory=11596 CPUtime=12.89 cores=1,3
/proc/173601/task/173603/stat : 173603 (java) D 173598 173601 172927 0 -1 4194368 9446 0 0 0 1246 43 0 0 20 0 20 0 18250471 19566772224 296395 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173612] ppid=173598 vsize=19108176 memory=11580 CPUtime=0 cores=1,3
/proc/173601/task/173612/stat : 173612 (Finalizer) S 173598 173601 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250473 19566772224 296395 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173619] ppid=173598 vsize=19108176 memory=2768 CPUtime=0 cores=1,3
/proc/173601/task/173619/stat : 173619 (Common-Cleaner) S 173598 173601 172927 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 18250474 19566772224 296395 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
[pid=173601/tid=173620] ppid=173598 vsize=19108176 memory=4376 CPUtime=0 cores=1,3
/proc/173601/task/173620/stat : 173620 (Timer-0) S 173598 173601 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250484 19566772224 296395 134679101440 94869124960256 94869124963952 140728519233104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869124971768 94869124972560 94869132664832 140728519238571 140728519238753 140728519238753 140728519245768 0
Current children cumulated CPU time: 15.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1185580 KiB

Child status: 10

Real time (s): 13.2997
CPU time (s): 15.8833
CPU user time (s): 15.3733
CPU system time (s): 0.50999
CPU usage (%): 119.426
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1185580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.3733
system time used= 0.50999
maximum resident set size= 1187128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33749
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3511
involuntary context switches= 263


# summary of solver processes directly reported to runsolver:
#   pid: 173601
#   total CPU time (s): 15.8833
#   total CPU user time (s): 15.3733
#   total CPU system time (s): 0.50999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040833 second user time and 0.095796 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-24 12:33:22
IDJOB=4445072
IDBENCH=148098
IDSOLVER=3079
FILE ID=nodeC035/4445072-1721817202
RUNJOBID= nodeC035-1721817189-172939
SLURM_JOB_ID= 7816901
Free space on /tmp= 890044 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob4.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445072-1721817202/watcher-4445072-1721817202 -o /tmp/evaluation-result-4445072-1721817202/solver-4445072-1721817202 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721817189-172939 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4445072-1721817202 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4445072-1721817202.opb

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

MD5SUM BENCH= 51f776679cf4368d72b5455aa221d9d6
RANDOM SEED=1455423910

nodeC035.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	: 0xb00002a
cpu MHz		: 3600.031
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.54
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	: 0xb00002a
cpu MHz		: 3612.284
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.93
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	: 0xb00002a
cpu MHz		: 3667.350
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.54
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	: 0xb00002a
cpu MHz		: 3601.383
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.93
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	: 0xb00002a
cpu MHz		: 3667.382
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.54
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	: 0xb00002a
cpu MHz		: 3666.136
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.93
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	: 0xb00002a
cpu MHz		: 3600.030
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.54
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	: 0xb00002a
cpu MHz		: 3657.080
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122412100 kB
MemAvailable:   127148068 kB
Buffers:          243128 kB
Cached:          5275484 kB
SwapCached:         3464 kB
Active:          2269576 kB
Inactive:        6157540 kB
Active(anon):       1932 kB
Inactive(anon):  2951784 kB
Active(file):    2267644 kB
Inactive(file):  3205756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131055772 kB
Dirty:             90284 kB
Writeback:             0 kB
AnonPages:       2904084 kB
Mapped:           127048 kB
Shmem:             45208 kB
KReclaimable:     204428 kB
Slab:             327192 kB
SReclaimable:     204428 kB
SUnreclaim:       122764 kB
KernelStack:        5136 kB
PageTables:        16016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11676776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16992 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2592768 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:      414420 kB
DirectMap2M:    48642048 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC035 at 2024-07-24 12:33:35