Trace number 4441634

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 Default 2024-07-07UNSAT 79.1353 76.4076

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUMc8aab35d42bad0d90391f6d533654bf0
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 benchmark1.2834
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
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 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f 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	No 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@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f 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 No 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-4441634-1721293758.opb
0.14/0.13	c reading problem ... 
0.14/0.13	c  no objective function found
1.11/0.67	c ... done. Wall clock time 0.537s.
1.11/0.67	c declared #vars     40605
1.11/0.67	c #constraints  118930
1.11/0.67	c constraints type 
1.11/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78866
1.11/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1740
1.11/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 38323
1.11/0.67	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.11/0.67	c 118930 constraints processed.
6.88/4.67	c cleaning 2498 clauses out of 5000 with flag 40573/5000
11.67/9.13	c cleaning 4252 clauses out of 8503 with flag 110563/11001
16.37/13.86	c cleaning 5624 clauses out of 11250 with flag 204662/18000
22.27/19.71	c cleaning 6799 clauses out of 13626 with flag 328668/26000
26.37/23.88	c cleaning 7910 clauses out of 15827 with flag 429657/35000
29.85/27.24	c cleaning 8956 clauses out of 17918 with flag 544660/45001
36.45/33.88	c cleaning 9978 clauses out of 19963 with flag 674777/56002
47.24/44.66	c cleaning 10984 clauses out of 21983 with flag 815009/68000
57.53/54.94	c cleaning 11994 clauses out of 24001 with flag 985178/81002
67.73/65.16	c cleaning 12996 clauses out of 26009 with flag 1191519/95004
78.68/76.01	c cleaning 14003 clauses out of 28006 with flag 1420061/110000
78.99/76.37	c starts		: 332
78.99/76.39	c conflicts		: 110662
78.99/76.39	c decisions		: 169838
78.99/76.39	c propagations		: 337722336
78.99/76.39	c inspects		: 873245159
78.99/76.39	c shortcuts		: 0
78.99/76.39	c learnt literals	: 9
78.99/76.39	c learnt binary clauses	: 278
78.99/76.39	c learnt ternary clauses	: 454
78.99/76.39	c learnt constraints	: 110652
78.99/76.39	c ignored constraints	: 0
78.99/76.39	c root simplifications	: 0
78.99/76.39	c removed literals (reason simplification)	: 0
78.99/76.39	c reason swapping (by a shorter reason)	: 0
78.99/76.39	c Calls to reduceDB	: 11
78.99/76.39	c Number of update (reduction) of LBD	: 51536
78.99/76.39	c Imported unit clauses	: 0
78.99/76.39	c No decision after first conflict	: false
78.99/76.39	c number of reductions to clauses (during analyze)	: 0
78.99/76.39	c number of learned constraints concerned by reduction	: 0
78.99/76.39	c number of learning phase by resolution	: 0
78.99/76.39	c number of learning phase by cutting planes	: 0
78.99/76.39	c number of rounding to 1 operations	: 0
78.99/76.39	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
78.99/76.39	c number of reductions of the coefficients by power 2 	: 0
78.99/76.39	c number of right shift for reduction by power 2 	: 0
78.99/76.39	c number of reductions of the coefficients by GCD over coefficients 	: 0
78.99/76.39	c number of ending skipping 	: 0
78.99/76.39	c number of internal skipping 	: 0
78.99/76.39	c number of derivation steps 	: 0
78.99/76.39	c number of skipped derivation steps 	: 0
78.99/76.39	c number of remaining unassigned 	: 0
78.99/76.39	c number of remaining assigned 	: 0
78.99/76.39	c number of falsified literals weakened from reason	: 0
78.99/76.39	c number of falsified literals weakened from conflict	: 0
78.99/76.39	c time for arithmetic operations	: 0
78.99/76.39	c minimum degree of deleted constraints	: null
78.99/76.39	c maximum degree of deleted constraints	: null
78.99/76.39	c number of deleted constraints	: 0
78.99/76.39	c speed (assignments/second)	: 4460912.940679198
78.99/76.39	c non guided choices	: 832
78.99/76.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 14380
78.99/76.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 278
78.99/76.40	s UNSATISFIABLE
78.99/76.40	c Total wall clock time (in seconds): 76.271

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441634-1721293758/watcher-4441634-1721293758 -o /tmp/evaluation-result-4441634-1721293758/solver-4441634-1721293758 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975545 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4441634-1721293758.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=975934, runsolver pid=975931

[startup+0.101957 s]*
/proc/loadavg: 2.21 1.33 1.24 7/332 975952
/proc/meminfo: memFree=126895224/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=18975048 memory=64816 CPUtime=0.14 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 7065 0 0 0 12 2 0 0 20 0 18 0 181537681 19430449152 16204 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4743762 16204 5708 1 0 549327 0
[pid=975934/tid=975936] ppid=975931 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 1078198336 5629 0 0 0 7 1 0 0 20 0 18 0 181537681 19430449152 16204 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181537684 19430449152 16204 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181537685 19430449152 16204 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64816 KiB

[startup+0.206311 s]*
/proc/loadavg: 2.21 1.33 1.24 7/332 975952
/proc/meminfo: memFree=126877276/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=18975048 memory=83516 CPUtime=0.33 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 8343 0 0 0 30 3 0 0 20 0 18 0 181537681 19430449152 20879 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4743762 20879 5842 1 0 550287 0
[pid=975934/tid=975936] ppid=975931 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 5791 0 0 0 16 2 0 0 20 0 18 0 181537681 19430449152 20879 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=18975048 memory=15975 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181537684 19430449152 20879 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181537685 19430449152 20879 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 83516 KiB

[startup+0.306299 s]*
/proc/loadavg: 2.21 1.33 1.24 7/332 975952
/proc/meminfo: memFree=126840588/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=18975048 memory=119384 CPUtime=0.53 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 9413 0 0 0 49 4 0 0 20 0 18 0 181537681 19430449152 29846 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4743762 29846 5842 1 0 550917 0
[pid=975934/tid=975936] ppid=975931 vsize=18975048 memory=-9104696693426004668 CPUtime=0.28 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 5809 0 0 0 25 3 0 0 20 0 18 0 181537681 19430449152 29846 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181537684 19430449152 29846 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181537685 19430449152 29846 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 119384 KiB

[startup+0.702301 s]
/proc/loadavg: 2.21 1.33 1.24 7/333 975953
/proc/meminfo: memFree=126795192/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=19108176 memory=198796 CPUtime=1.29 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 15991 0 0 0 122 7 0 0 20 0 20 0 181537681 19566772224 49699 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4777044 49699 5858 1 0 555667 0
[pid=975934/tid=975936] ppid=975931 vsize=19108176 memory=5472 CPUtime=0.63 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 5876 0 0 0 59 4 0 0 20 0 20 0 181537681 19566772224 49699 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181537684 19566772224 49699 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181537685 19566772224 49699 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 198796 KiB

[startup+1.50031 s]
/proc/loadavg: 2.21 1.33 1.24 5/313 975956
/proc/meminfo: memFree=126984112/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=19108176 memory=204172 CPUtime=2.87 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 17371 0 0 0 280 7 0 0 20 0 20 0 181537681 19566772224 51043 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4777044 51043 5858 1 0 556585 0
[pid=975934/tid=975936] ppid=975931 vsize=19108176 memory=13196 CPUtime=1.41 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 5898 0 0 0 137 4 0 0 20 0 20 0 181537681 19566772224 51043 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181537684 19566772224 51043 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181537685 19566772224 51043 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975954] ppid=975931 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975934/task/975954/stat : 975954 (Timer-0) S 975931 975934 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181537749 19566772224 51043 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 204172 KiB

[startup+3.1063 s]
/proc/loadavg: 2.43 1.39 1.26 8/332 976086
/proc/meminfo: memFree=126908352/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=19108176 memory=204920 CPUtime=5.22 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 19321 0 0 0 515 7 0 0 20 0 20 0 181537681 19566772224 51230 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4777044 51230 5858 1 0 556586 0
[pid=975934/tid=975936] ppid=975931 vsize=19108176 memory=0 CPUtime=3 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 5982 0 0 0 296 4 0 0 20 0 20 0 181537681 19566772224 51230 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181537684 19566772224 51230 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181537685 19566772224 51230 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975954] ppid=975931 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/975934/task/975954/stat : 975954 (Timer-0) S 975931 975934 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181537749 19566772224 51230 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 5.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 204920 KiB

[startup+6.30031 s]
/proc/loadavg: 2.43 1.39 1.26 5/333 976087
/proc/meminfo: memFree=126865320/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=19108176 memory=199352 CPUtime=8.83 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 26254 0 0 0 875 8 0 0 20 0 20 0 181537681 19566772224 49838 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4777044 49838 5858 1 0 556852 0
[pid=975934/tid=975936] ppid=975931 vsize=19108176 memory=0 CPUtime=6.16 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 7279 0 0 0 612 4 0 0 20 0 20 0 181537681 19566772224 49838 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181537684 19566772224 49838 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181537685 19566772224 49838 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975954] ppid=975931 vsize=19108176 memory=199352 CPUtime=0 cores=1,3
/proc/975934/task/975954/stat : 975954 (Timer-0) S 975931 975934 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181537749 19566772224 49838 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 8.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 199352 KiB

[startup+12.7003 s]
/proc/loadavg: 2.75 1.50 1.30 6/334 976156
/proc/meminfo: memFree=126784812/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=19108176 memory=199536 CPUtime=15.28 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 27932 0 0 0 1520 8 0 0 20 0 20 0 181537681 19566772224 49884 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4777044 49884 5874 1 0 556852 0
[pid=975934/tid=975936] ppid=975931 vsize=19108176 memory=199424 CPUtime=12.54 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 7843 0 0 0 1250 4 0 0 20 0 20 0 181537681 19566772224 49884 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=19108176 memory=199536 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181537684 19566772224 49884 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181537685 19566772224 49884 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975954] ppid=975931 vsize=19108176 memory=201004 CPUtime=0 cores=1,3
/proc/975934/task/975954/stat : 975954 (Timer-0) S 975931 975934 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181537749 19566772224 49884 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 15.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 199536 KiB

[startup+25.5003 s]
/proc/loadavg: 3.10 1.61 1.34 6/334 976554
/proc/meminfo: memFree=126797884/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=19108176 memory=212396 CPUtime=28.11 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 33412 0 0 0 2802 9 0 0 20 0 20 0 181537681 19566772224 53099 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4777044 53099 5890 1 0 556852 0
[pid=975934/tid=975936] ppid=975931 vsize=19108176 memory=11544 CPUtime=25.27 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 9229 0 0 0 2523 4 0 0 20 0 20 0 181537681 19566772224 53099 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181537684 19566772224 53099 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 181537685 19566772224 53099 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975954] ppid=975931 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975934/task/975954/stat : 975954 (Timer-0) S 975931 975934 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181537749 19566772224 53099 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 28.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 212396 KiB

[startup+51.1059 s]
/proc/loadavg: 3.46 1.82 1.41 5/336 976561
/proc/meminfo: memFree=126604172/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=19108176 memory=237044 CPUtime=53.74 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 36444 0 0 0 5362 12 0 0 20 0 20 0 181537681 19566772224 59261 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4777044 59261 5890 1 0 556852 0
[pid=975934/tid=975936] ppid=975931 vsize=19108176 memory=237044 CPUtime=50.77 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 10688 0 0 0 5073 4 0 0 20 0 20 0 181537681 19566772224 59261 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=19108176 memory=212432 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181537684 19566772224 59261 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 181537685 19566772224 59261 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975954] ppid=975931 vsize=19108176 memory=204920 CPUtime=0 cores=1,3
/proc/975934/task/975954/stat : 975954 (Timer-0) S 975931 975934 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181537749 19566772224 59261 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 53.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 237044 KiB

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

# cumulated CPU time of all completed processes:  user=78.958 s, system=0.177302 s

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

[startup+51.2003 s]
/proc/loadavg: 3.46 1.82 1.41 5/336 976561
/proc/meminfo: memFree=126604172/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=19108176 memory=237044 CPUtime=53.83 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 36444 0 0 0 5371 12 0 0 20 0 20 0 181537681 19566772224 59261 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4777044 59261 5890 1 0 556852 0
[pid=975934/tid=975936] ppid=975931 vsize=19108176 memory=0 CPUtime=50.86 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 10688 0 0 0 5082 4 0 0 20 0 20 0 181537681 19566772224 59261 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=19108176 memory=1538 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181537684 19566772224 59261 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=19108176 memory=212428 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 181537685 19566772224 59261 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975954] ppid=975931 vsize=19108176 memory=212432 CPUtime=0 cores=1,3
/proc/975934/task/975954/stat : 975954 (Timer-0) S 975931 975934 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181537749 19566772224 59261 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 53.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 237044 KiB

[startup+64.0003 s]*
/proc/loadavg: 3.66 1.95 1.46 5/336 976564
/proc/meminfo: memFree=126525948/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=19108176 memory=237140 CPUtime=66.63 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 37829 0 0 0 6649 14 0 0 20 0 20 0 181537681 19566772224 59285 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4777044 59285 5901 1 0 556852 0
[pid=975934/tid=975936] ppid=975931 vsize=19108176 memory=-9104701087177548476 CPUtime=63.64 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 11173 0 0 0 6360 4 0 0 20 0 20 0 181537681 19566772224 59285 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=19108176 memory=-8549727012464017305 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181537684 19566772224 59285 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=19108176 memory=32992 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 181537685 19566772224 59285 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975954] ppid=975931 vsize=19108176 memory=18472 CPUtime=0 cores=1,3
/proc/975934/task/975954/stat : 975954 (Timer-0) S 975931 975934 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181537749 19566772224 59285 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 66.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 237140 KiB

[startup+70.4002 s]
/proc/loadavg: 3.69 1.98 1.48 5/336 976564
/proc/meminfo: memFree=126431412/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=19108176 memory=311012 CPUtime=73.08 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 40484 0 0 0 7292 16 0 0 20 0 20 0 181537681 19566772224 77753 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4777044 77753 5901 1 0 556852 0
[pid=975934/tid=975936] ppid=975931 vsize=19108176 memory=237140 CPUtime=69.95 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 11965 0 0 0 6991 4 0 0 20 0 20 0 181537681 19566772224 77753 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181537684 19566772224 77753 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=19108176 memory=-8549727012464017305 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 181537685 19566772224 77753 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975954] ppid=975931 vsize=19108176 memory=237140 CPUtime=0 cores=1,3
/proc/975934/task/975954/stat : 975954 (Timer-0) S 975931 975934 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181537749 19566772224 77753 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 73.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 311012 KiB

[startup+73.6003 s]
/proc/loadavg: 3.80 2.03 1.50 5/336 976566
/proc/meminfo: memFree=126421088/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=19108176 memory=311016 CPUtime=76.28 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 40714 0 0 0 7612 16 0 0 20 0 20 0 181537681 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4777044 77754 5901 1 0 556852 0
[pid=975934/tid=975936] ppid=975931 vsize=19108176 memory=237184 CPUtime=73.14 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 12000 0 0 0 7310 4 0 0 20 0 20 0 181537681 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=19108176 memory=-9104696693426004668 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181537684 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=19108176 memory=33128 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 181537685 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975954] ppid=975931 vsize=19108176 memory=311012 CPUtime=0 cores=1,3
/proc/975934/task/975954/stat : 975954 (Timer-0) S 975931 975934 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181537749 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 76.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 311016 KiB

[startup+75.2002 s]
/proc/loadavg: 3.80 2.03 1.50 5/336 976566
/proc/meminfo: memFree=126412868/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=19108176 memory=311016 CPUtime=77.88 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 40719 0 0 0 7772 16 0 0 20 0 20 0 181537681 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4777044 77754 5901 1 0 556852 0
[pid=975934/tid=975936] ppid=975931 vsize=19108176 memory=11544 CPUtime=74.74 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 12005 0 0 0 7470 4 0 0 20 0 20 0 181537681 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=19108176 memory=45052 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181537684 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 181537685 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975954] ppid=975931 vsize=19108176 memory=-9104696693426004668 CPUtime=0 cores=1,3
/proc/975934/task/975954/stat : 975954 (Timer-0) S 975931 975934 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181537749 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 77.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 311016 KiB

[startup+76.0002 s]*
/proc/loadavg: 3.80 2.03 1.50 5/336 976566
/proc/meminfo: memFree=126355356/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=19108176 memory=311016 CPUtime=78.68 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 40748 0 0 0 7852 16 0 0 20 0 20 0 181537681 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4777044 77754 5901 1 0 556852 0
[pid=975934/tid=975936] ppid=975931 vsize=19108176 memory=3088 CPUtime=75.54 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) R 975931 975934 975533 0 -1 4194368 12016 0 0 0 7550 4 0 0 20 0 20 0 181537681 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=19108176 memory=-8549727012464017305 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181537684 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=19108176 memory=2244 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 181537685 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975954] ppid=975931 vsize=19108176 memory=6944656592455359580 CPUtime=0 cores=1,3
/proc/975934/task/975954/stat : 975954 (Timer-0) S 975931 975934 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181537749 19566772224 77754 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 78.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 311016 KiB

[startup+76.4015 s]
/proc/loadavg: 3.80 2.03 1.50 5/336 976566
/proc/meminfo: memFree=126355356/131524600 swapFree=131071996/131071996
[pid=975934] ppid=975931 vsize=19241304 memory=311628 CPUtime=79.12 cores=1,3
/proc/975934/stat : 975934 (java) S 975931 975934 975533 0 -1 1077936128 43021 0 0 0 7895 17 0 0 20 0 19 0 181537681 19703095296 77907 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
/proc/975934/statm: 4810326 77907 5897 1 0 557486 0
[pid=975934/tid=975936] ppid=975931 vsize=19241304 memory=340672 CPUtime=75.92 cores=1,3
/proc/975934/task/975936/stat : 975936 (java) S 975931 975934 975533 0 -1 1077936192 13503 0 0 0 7587 5 0 0 20 0 19 0 181537681 19703095296 77907 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975945] ppid=975931 vsize=19241304 memory=-9104701087177548476 CPUtime=0 cores=1,3
/proc/975934/task/975945/stat : 975945 (Finalizer) S 975931 975934 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181537684 19703095296 77907 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
[pid=975934/tid=975952] ppid=975931 vsize=19241304 memory=-8549727012464017305 CPUtime=0 cores=1,3
/proc/975934/task/975952/stat : 975952 (Common-Cleaner) S 975931 975934 975533 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 19 0 181537685 19703095296 77907 134679101440 94396999532544 94396999536240 140731738689712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94396999544056 94396999544848 94397018562560 140731738694662 140731738694752 140731738694752 140731738701768 0
Current children cumulated CPU time: 79.12 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 311628 KiB

Child status: 20

Real time (s): 76.4076
CPU time (s): 79.1353
CPU user time (s): 78.958
CPU system time (s): 0.177302
CPU usage (%): 103.57
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 311628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.958
system time used= 0.177302
maximum resident set size= 312720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43102
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3815
involuntary context switches= 359


# summary of solver processes directly reported to runsolver:
#   pid: 975934
#   total CPU time (s): 79.1353
#   total CPU user time (s): 78.958
#   total CPU system time (s): 0.177302

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.16271 second user time and 0.424744 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 11:09:31
IDJOB=4441634
IDBENCH=147734
IDSOLVER=3058
FILE ID=nodeC017/4441634-1721293758
RUNJOBID= nodeC017-1721293761-975545
SLURM_JOB_ID= 7542595
Free space on /tmp= 890044 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441634-1721293758/watcher-4441634-1721293758 -o /tmp/evaluation-result-4441634-1721293758/solver-4441634-1721293758 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975545 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4441634-1721293758.opb

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

MD5SUM BENCH= c8aab35d42bad0d90391f6d533654bf0
RANDOM SEED=520924437

nodeC017.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.221
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.46
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		: 3599.725
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.99
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		: 3657.060
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.46
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		: 3599.746
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.99
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		: 3657.101
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.46
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		: 3606.209
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.99
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		: 3599.834
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.46
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		: 3606.217
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.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126939628 kB
MemAvailable:   128802988 kB
Buffers:          498080 kB
Cached:          2191720 kB
SwapCached:            0 kB
Active:          1212020 kB
Inactive:        2736992 kB
Active(anon):       1552 kB
Inactive(anon):  1295680 kB
Active(file):    1210468 kB
Inactive(file):  1441312 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             39972 kB
Writeback:             0 kB
AnonPages:       1259284 kB
Mapped:           125836 kB
Shmem:             37720 kB
KReclaimable:     102456 kB
Slab:             214588 kB
SReclaimable:     102456 kB
SUnreclaim:       112132 kB
KernelStack:        5056 kB
PageTables:        12696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13486764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            66848 kB
HardwareCorrupted:     0 kB
AnonHugePages:    956416 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890048 MiB
End job on nodeC017 at 2024-07-18 11:10:47