Trace number 4441481

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 Cutting Planes 2024 2024-07-12UNSAT 1056.87 1035.78

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LdValue.ucl.opb
MD5SUMab585d5a9f1265a4903b33e81faedd32
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 benchmark17.3591
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77106
Total number of constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.19	c version CUSTOM.v20240707
0.13/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.21	c java.vm.version	22.0.1+8-16
0.13/0.22	c java.vm.vendor	Oracle Corporation
0.13/0.22	c sun.arch.data.model	64
0.13/0.22	c java.version		22.0.1
0.13/0.22	c os.name		Linux
0.13/0.22	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.22	c os.arch		amd64
0.30/0.23	c Free memory 		2115194816
0.30/0.23	c Max memory 		16282288128
0.30/0.23	c Total memory 		2122317824
0.30/0.24	c Number of processors 	2
0.47/0.42	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.42	 - never skip resolution steps
0.47/0.42	 - Auto-division on coefficients is disabled
0.47/0.42	 - No postprocessing
0.47/0.42	 - Conflict is considered as is when resolving
0.47/0.42	 - Use constraints as they come during conflict analysis
0.47/0.42	 - Weaken first using unassigned literals
0.47/0.42	 - Bump strategy: ALWAYS_ONE
0.47/0.42	 - Bumper: EFFECTIVE
0.47/0.42	--- Begin Solver configuration ---
0.47/0.42	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.42	Learn all clauses as in MiniSAT
0.47/0.42	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.42	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.42	No reason simplification
0.47/0.42	Dynamic restart strategy considering the size of the coefficients
0.47/0.42	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.42	timeout=2147483s
0.47/0.42	DB Simplification allowed=false
0.47/0.42	Listener: none
0.47/0.42	--- End Solver configuration ---
0.47/0.42	c Pseudo Boolean Optimization by upper bound
0.47/0.42	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.42	c  - never skip resolution steps
0.47/0.42	c  - Auto-division on coefficients is disabled
0.47/0.42	c  - No postprocessing
0.47/0.42	c  - Conflict is considered as is when resolving
0.47/0.42	c  - Use constraints as they come during conflict analysis
0.47/0.42	c  - Weaken first using unassigned literals
0.47/0.42	c  - Bump strategy: ALWAYS_ONE
0.47/0.42	c  - Bumper: EFFECTIVE
0.47/0.42	c --- Begin Solver configuration ---
0.47/0.42	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.42	c Learn all clauses as in MiniSAT
0.47/0.42	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.42	c No reason simplification
0.47/0.42	c Dynamic restart strategy considering the size of the coefficients
0.47/0.42	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.42	c timeout=2147483s
0.47/0.42	c DB Simplification allowed=false
0.47/0.42	c Listener: none
0.47/0.42	c --- End Solver configuration ---
0.47/0.42	c solving HOME/instance-4441481-1721293737.opb
0.47/0.42	c reading problem ... 
0.65/0.43	c  no objective function found
33.35/29.49	c ... done. Wall clock time 29.068s.
33.35/29.49	c declared #vars     77106
33.35/29.49	c #constraints  218779
33.35/29.49	c constraints type 
33.35/29.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 137826
33.35/29.49	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 13220
33.35/29.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 67732
33.35/29.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
33.35/29.49	c 218779 constraints processed.
43.75/36.12	c cleaning 2491 clauses out of 4999 with flag 0/5000
52.49/44.02	c cleaning 4229 clauses out of 8507 with flag 0/11000
64.50/55.66	c cleaning 5631 clauses out of 11282 with flag 0/18006
76.75/67.40	c cleaning 6817 clauses out of 13644 with flag 0/26000
98.00/88.37	c cleaning 7909 clauses out of 15827 with flag 0/35000
124.47/114.68	c cleaning 8953 clauses out of 17919 with flag 0/45001
171.31/161.36	c cleaning 9966 clauses out of 19966 with flag 0/56001
190.50/180.13	c cleaning 10991 clauses out of 22001 with flag 0/68002
211.89/201.08	c cleaning 11997 clauses out of 24008 with flag 0/81000
235.09/223.45	c cleaning 12991 clauses out of 26011 with flag 0/95000
270.24/257.55	c cleaning 14008 clauses out of 28021 with flag 0/110001
344.03/330.57	c cleaning 14995 clauses out of 30013 with flag 0/126001
551.29/536.67	c cleaning 15987 clauses out of 32019 with flag 0/143003
600.11/584.71	c cleaning 17004 clauses out of 34029 with flag 0/161000
664.36/647.75	c cleaning 17999 clauses out of 36025 with flag 0/180001
747.17/729.51	c cleaning 19001 clauses out of 38024 with flag 0/200001
863.33/844.49	c cleaning 20000 clauses out of 40023 with flag 0/221001
945.30/925.11	c cleaning 21003 clauses out of 42023 with flag 0/243001
1056.66/1035.70	c starts		: 27
1056.66/1035.70	c conflicts		: 264424
1056.66/1035.70	c decisions		: 668721
1056.66/1035.70	c propagations		: 426736335
1056.66/1035.70	c inspects		: 1341649555
1056.66/1035.70	c shortcuts		: 0
1056.66/1035.70	c learnt literals	: 9
1056.66/1035.70	c learnt binary clauses	: 382
1056.66/1035.70	c learnt ternary clauses	: 784
1056.66/1035.70	c learnt constraints	: 264414
1056.66/1035.70	c ignored constraints	: 0
1056.66/1035.70	c root simplifications	: 0
1056.66/1035.70	c removed literals (reason simplification)	: 0
1056.66/1035.70	c reason swapping (by a shorter reason)	: 0
1056.66/1035.70	c Calls to reduceDB	: 18
1056.66/1035.70	c Number of update (reduction) of LBD	: 294417
1056.66/1035.70	c Imported unit clauses	: 0
1056.66/1035.70	c No decision after first conflict	: false
1056.66/1035.70	c number of reductions to clauses (during analyze)	: 0
1056.66/1035.70	c number of learned constraints concerned by reduction	: 0
1056.66/1035.70	c number of learning phase by resolution	: 0
1056.66/1035.70	c number of learning phase by cutting planes	: 0
1056.66/1035.70	c number of rounding to 1 operations	: 0
1056.66/1035.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1056.66/1035.70	c number of reductions of the coefficients by power 2 	: 0
1056.66/1035.70	c number of right shift for reduction by power 2 	: 0
1056.66/1035.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
1056.66/1035.70	c number of ending skipping 	: 0
1056.66/1035.70	c number of internal skipping 	: 0
1056.66/1035.70	c number of derivation steps 	: 17953258
1056.66/1035.70	c number of skipped derivation steps 	: 0
1056.66/1035.70	c number of remaining unassigned 	: 124895
1056.66/1035.70	c number of remaining assigned 	: 96724564
1056.66/1035.70	c number of falsified literals weakened from reason	: 0
1056.66/1035.70	c number of falsified literals weakened from conflict	: 0
1056.66/1035.70	c time for arithmetic operations	: 5593861070
1056.78/1035.71	c minimum degree of deleted constraints	: 1
1056.78/1035.71	c maximum degree of deleted constraints	: 47510252889645808645701729948219429321251012080010717850330996982969220112271356249115282727862970336745594542172091812521362978643704189035662398722551197546515571709746867393750351541132245956264780716266157890000
1056.78/1035.71	c number of deleted constraints	: 221972
1056.78/1035.71	c speed (assignments/second)	: 424114.03790364176
1056.78/1035.71	c non guided choices	: 9843
1056.78/1035.74	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12017
1056.78/1035.74	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 382
1056.78/1035.74	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 30043
1056.78/1035.74	s UNSATISFIABLE
1056.78/1035.74	c Total wall clock time (in seconds): 1035.323

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: 64059 MiB (59888 MiB free)
  memory of node 1: 64510 MiB (61451 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441481-1721293737/watcher-4441481-1721293737 -o /tmp/evaluation-result-4441481-1721293737/solver-4441481-1721293737 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941961 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4441481-1721293737.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=942022, runsolver pid=942019

[startup+0.104069 s]*
/proc/loadavg: 2.33 2.22 2.41 9/290 942063
/proc/meminfo: memFree=124182536/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=18975048 memory=55012 CPUtime=0.13 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 6383 0 0 0 10 3 0 0 20 0 18 0 181529798 19430449152 13753 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4743762 13753 5522 1 0 550745 0
[pid=942022/tid=942024] ppid=942019 vsize=18975048 memory=4026531959 CPUtime=0.09 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 5323 0 0 0 6 3 0 0 20 0 18 0 181529798 19430449152 13753 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=18975048 memory=3695 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181529804 19430449152 13753 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=18975048 memory=16105874796055352 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181529806 19430449152 13753 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55012 KiB

[startup+0.214793 s]*
/proc/loadavg: 2.33 2.22 2.41 12/293 942068
/proc/meminfo: memFree=124172784/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=18975048 memory=58600 CPUtime=0.3 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 7082 0 0 0 26 4 0 0 20 0 18 0 181529798 19430449152 14650 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4743762 14650 5690 1 0 551321 0
[pid=942022/tid=942024] ppid=942019 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 5660 0 0 0 16 3 0 0 20 0 18 0 181529798 19430449152 14650 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=18975048 memory=3711 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181529804 19430449152 14650 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181529806 19430449152 14650 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58600 KiB

[startup+0.319217 s]*
/proc/loadavg: 2.33 2.22 2.41 13/313 942091
/proc/meminfo: memFree=124117232/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=18975048 memory=63900 CPUtime=0.47 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 7385 0 0 0 43 4 0 0 20 0 18 0 181529798 19430449152 15975 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4743762 15975 5699 1 0 551545 0
[pid=942022/tid=942024] ppid=942019 vsize=18975048 memory=-9175638296096973500 CPUtime=0.29 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 5861 0 0 0 26 3 0 0 20 0 18 0 181529798 19430449152 15975 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181529804 19430449152 15975 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181529806 19430449152 15975 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63900 KiB

[startup+0.701226 s]
/proc/loadavg: 2.33 2.22 2.41 9/314 942092
/proc/meminfo: memFree=123884684/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19041612 memory=217972 CPUtime=1.1 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 7963 0 0 0 100 10 0 0 20 0 19 0 181529798 19498610688 54493 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4760403 54493 5861 1 0 552041 0
[pid=942022/tid=942024] ppid=942019 vsize=19041612 memory=43384 CPUtime=0.61 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) S 942019 942022 941949 0 -1 1077936192 6111 0 0 0 53 8 0 0 20 0 19 0 181529798 19498610688 54493 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181529804 19498610688 54493 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19041612 memory=2220 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 54493 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 217972 KiB

[startup+1.50063 s]
/proc/loadavg: 2.33 2.22 2.41 7/318 942096
/proc/meminfo: memFree=122436560/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19041612 memory=1248196 CPUtime=2.4 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 14072 0 0 0 195 45 0 0 20 0 19 0 181529798 19498610688 312049 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4760403 312049 5861 1 0 555193 0
[pid=942022/tid=942024] ppid=942019 vsize=19041612 memory=11884 CPUtime=1.37 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 6656 0 0 0 96 41 0 0 20 0 19 0 181529798 19498610688 312049 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19041612 memory=2220 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181529804 19498610688 312049 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 312049 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1248196 KiB

[startup+3.10634 s]
/proc/loadavg: 2.33 2.22 2.41 8/317 942162
/proc/meminfo: memFree=114469732/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19041612 memory=2314816 CPUtime=5.38 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 21705 0 0 0 466 72 0 0 20 0 19 0 181529798 19498610688 578704 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4760403 578704 5861 1 0 809216 0
[pid=942022/tid=942024] ppid=942019 vsize=19041612 memory=0 CPUtime=2.92 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 7293 0 0 0 226 66 0 0 20 0 19 0 181529798 19498610688 578704 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181529804 19498610688 578704 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19041612 memory=5616 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 578704 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 5.38 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2314816 KiB

[startup+6.30046 s]
/proc/loadavg: 2.62 2.29 2.43 6/318 942163
/proc/meminfo: memFree=113580304/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19041612 memory=2311260 CPUtime=8.7 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 22187 0 0 0 797 73 0 0 20 0 19 0 181529798 19498610688 577815 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4760403 577815 5861 1 0 809216 0
[pid=942022/tid=942024] ppid=942019 vsize=19041612 memory=0 CPUtime=5.98 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 7676 0 0 0 532 66 0 0 20 0 19 0 181529798 19498610688 577815 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19041612 memory=5616 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181529804 19498610688 577815 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19041612 memory=-8528808799615886012 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 577815 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 8.7 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2311260 KiB

[startup+12.7004 s]
/proc/loadavg: 2.81 2.33 2.44 6/318 942165
/proc/meminfo: memFree=110366788/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19041612 memory=4344228 CPUtime=15.2 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 25261 0 0 0 1405 115 0 0 20 0 19 0 181529798 19498610688 1086057 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4760403 1086057 5877 1 0 1325180 0
[pid=942022/tid=942024] ppid=942019 vsize=19041612 memory=3707568 CPUtime=12.09 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 9421 0 0 0 1102 107 0 0 20 0 19 0 181529798 19498610688 1086057 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19041612 memory=4344228 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181529804 19498610688 1086057 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 1086057 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 15.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4344228 KiB

[startup+25.5005 s]
/proc/loadavg: 3.23 2.44 2.47 5/318 942166
/proc/meminfo: memFree=108932368/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19041612 memory=5753364 CPUtime=28.15 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 30241 0 0 0 2669 146 0 0 20 0 19 0 181529798 19498610688 1438341 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4760403 1438341 5877 1 0 1680301 0
[pid=942022/tid=942024] ppid=942019 vsize=19041612 memory=0 CPUtime=24.26 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 11543 0 0 0 2291 135 0 0 20 0 19 0 181529798 19498610688 1438341 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181529804 19498610688 1438341 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19041612 memory=5256536 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181529806 19498610688 1438341 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 28.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5753364 KiB

[startup+51.1133 s]
/proc/loadavg: 4.38 2.79 2.59 6/318 942372
/proc/meminfo: memFree=110216068/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19108176 memory=5768448 CPUtime=59.99 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 40660 0 0 0 5846 153 0 0 20 0 20 0 181529798 19566772224 1442112 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4777044 1442112 5877 1 0 1680796 0
[pid=942022/tid=942024] ppid=942019 vsize=19108176 memory=0 CPUtime=48.99 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 14920 0 0 0 4763 136 0 0 20 0 20 0 181529798 19566772224 1442112 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19108176 memory=5766076 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181529804 19566772224 1442112 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 181529806 19566772224 1442112 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942169] ppid=942019 vsize=19108176 memory=43384 CPUtime=0 cores=1,3
/proc/942022/task/942169/stat : 942169 (Timer-0) S 942019 942022 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181532749 19566772224 1442112 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 59.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5768448 KiB

[startup+102.3 s]
/proc/loadavg: 5.00 3.20 2.74 5/322 942919
/proc/meminfo: memFree=107452800/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19108176 memory=5777136 CPUtime=112.07 cores=1,3

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

/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 1162 0 0 0 0 0 0 0 20 0 20 0 181529806 19566772224 1640410 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942169] ppid=942019 vsize=19108176 memory=1980 CPUtime=0 cores=1,3
/proc/942022/task/942169/stat : 942169 (Timer-0) S 942019 942022 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181532749 19566772224 1640410 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 1023.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6561640 KiB

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

# cumulated CPU time of all completed processes:  user=1054.25 s, system=2.6203 s

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

[startup+1011.2 s]
/proc/loadavg: 4.29 4.17 3.69 5/322 943604
/proc/meminfo: memFree=103295868/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19108176 memory=6561640 CPUtime=1032.05 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 189101 0 0 0 102947 258 0 0 20 0 20 0 181529798 19566772224 1640410 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4777044 1640410 5897 1 0 1680949 0
[pid=942022/tid=942024] ppid=942019 vsize=19108176 memory=11596 CPUtime=989.62 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 98693 0 0 0 98807 155 0 0 20 0 20 0 181529798 19566772224 1640410 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19108176 memory=43384 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181529804 19566772224 1640410 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19108176 memory=6561640 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 1162 0 0 0 0 0 0 0 20 0 20 0 181529806 19566772224 1640410 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942169] ppid=942019 vsize=19108176 memory=6561640 CPUtime=0 cores=1,3
/proc/942022/task/942169/stat : 942169 (Timer-0) S 942019 942022 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181532749 19566772224 1640410 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 1032.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6561640 KiB

[startup+1024 s]*
/proc/loadavg: 4.25 4.17 3.70 5/322 943606
/proc/meminfo: memFree=103295784/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19108176 memory=6561692 CPUtime=1044.95 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 189681 0 0 0 104237 258 0 0 20 0 20 0 181529798 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4777044 1640423 5897 1 0 1680949 0
[pid=942022/tid=942024] ppid=942019 vsize=19108176 memory=6972 CPUtime=1002.27 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 99179 0 0 0 100072 155 0 0 20 0 20 0 181529798 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19108176 memory=-7521704786142846331 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181529804 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19108176 memory=27032 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 1162 0 0 0 0 0 0 0 20 0 20 0 181529806 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942169] ppid=942019 vsize=19108176 memory=28084 CPUtime=0 cores=1,3
/proc/942022/task/942169/stat : 942169 (Timer-0) S 942019 942022 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181532749 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 1044.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6561692 KiB

[startup+1030.4 s]
/proc/loadavg: 4.23 4.16 3.70 5/322 943607
/proc/meminfo: memFree=103295692/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19108176 memory=6561692 CPUtime=1051.34 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 190199 0 0 0 104875 259 0 0 20 0 20 0 181529798 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4777044 1640423 5897 1 0 1680949 0
[pid=942022/tid=942024] ppid=942019 vsize=19108176 memory=6561644 CPUtime=1008.64 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 99697 0 0 0 100709 155 0 0 20 0 20 0 181529798 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19108176 memory=26108 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181529804 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19108176 memory=6561692 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 1162 0 0 0 0 0 0 0 20 0 20 0 181529806 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942169] ppid=942019 vsize=19108176 memory=1980 CPUtime=0 cores=1,3
/proc/942022/task/942169/stat : 942169 (Timer-0) S 942019 942022 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181532749 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 1051.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6561692 KiB

[startup+1033.6 s]
/proc/loadavg: 4.21 4.16 3.70 5/322 943607
/proc/meminfo: memFree=103295700/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19108176 memory=6561692 CPUtime=1054.66 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 190360 0 0 0 105207 259 0 0 20 0 20 0 181529798 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4777044 1640423 5897 1 0 1680949 0
[pid=942022/tid=942024] ppid=942019 vsize=19108176 memory=6561692 CPUtime=1011.69 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 99808 0 0 0 101014 155 0 0 20 0 20 0 181529798 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19108176 memory=6561692 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181529804 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 1162 0 0 0 0 0 0 0 20 0 20 0 181529806 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942169] ppid=942019 vsize=19108176 memory=-8528808799615886012 CPUtime=0 cores=1,3
/proc/942022/task/942169/stat : 942169 (Timer-0) S 942019 942022 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181532749 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 1054.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6561692 KiB

[startup+1034.4 s]
/proc/loadavg: 4.21 4.16 3.70 5/322 943607
/proc/meminfo: memFree=103295664/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19108176 memory=6561692 CPUtime=1055.46 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 190360 0 0 0 105287 259 0 0 20 0 20 0 181529798 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4777044 1640423 5897 1 0 1680949 0
[pid=942022/tid=942024] ppid=942019 vsize=19108176 memory=6561692 CPUtime=1012.48 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 99808 0 0 0 101093 155 0 0 20 0 20 0 181529798 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19108176 memory=7940 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181529804 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19108176 memory=6561692 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 1162 0 0 0 0 0 0 0 20 0 20 0 181529806 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942169] ppid=942019 vsize=19108176 memory=6561692 CPUtime=0 cores=1,3
/proc/942022/task/942169/stat : 942169 (Timer-0) S 942019 942022 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181532749 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 1055.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6561692 KiB

[startup+1035.2 s]
/proc/loadavg: 4.21 4.16 3.70 5/322 943607
/proc/meminfo: memFree=103295664/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19108176 memory=6561692 CPUtime=1056.26 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 190360 0 0 0 105367 259 0 0 20 0 20 0 181529798 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4777044 1640423 5897 1 0 1680949 0
[pid=942022/tid=942024] ppid=942019 vsize=19108176 memory=6561692 CPUtime=1013.28 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 99808 0 0 0 101173 155 0 0 20 0 20 0 181529798 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19108176 memory=6561692 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181529804 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19108176 memory=3312 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 1162 0 0 0 0 0 0 0 20 0 20 0 181529806 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942169] ppid=942019 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/942022/task/942169/stat : 942169 (Timer-0) S 942019 942022 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181532749 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 1056.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6561692 KiB

[startup+1035.6 s]
/proc/loadavg: 4.21 4.16 3.70 5/322 943607
/proc/meminfo: memFree=103295664/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19108176 memory=6561692 CPUtime=1056.66 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 190361 0 0 0 105407 259 0 0 20 0 20 0 181529798 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4777044 1640423 5897 1 0 1680949 0
[pid=942022/tid=942024] ppid=942019 vsize=19108176 memory=6225480334455357536 CPUtime=1013.68 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) R 942019 942022 941949 0 -1 4194368 99809 0 0 0 101213 155 0 0 20 0 20 0 181529798 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19108176 memory=-8528808799615886012 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181529804 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19108176 memory=2220 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 1162 0 0 0 0 0 0 0 20 0 20 0 181529806 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942169] ppid=942019 vsize=19108176 memory=39916 CPUtime=0 cores=1,3
/proc/942022/task/942169/stat : 942169 (Timer-0) S 942019 942022 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181532749 19566772224 1640423 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 1056.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6561692 KiB

[startup+1035.71 s]
/proc/loadavg: 4.21 4.16 3.70 5/322 943607
/proc/meminfo: memFree=103295664/131655788 swapFree=131071996/131071996
[pid=942022] ppid=942019 vsize=19241304 memory=6562332 CPUtime=1056.78 cores=1,3
/proc/942022/stat : 942022 (java) S 942019 942022 941949 0 -1 1077936128 192670 0 0 0 105418 260 0 0 20 0 20 0 181529798 19703095296 1640583 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
/proc/942022/statm: 4810326 1640583 5896 1 0 1681632 0
[pid=942022/tid=942024] ppid=942019 vsize=19241304 memory=11596 CPUtime=1013.77 cores=1,3
/proc/942022/task/942024/stat : 942024 (java) S 942019 942022 941949 0 -1 1077936192 101346 0 0 0 101222 155 0 0 20 0 20 0 181529798 19703095296 1640583 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942045] ppid=942019 vsize=19241304 memory=6561636 CPUtime=0 cores=1,3
/proc/942022/task/942045/stat : 942045 (Finalizer) S 942019 942022 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181529804 19703095296 1640583 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
[pid=942022/tid=942054] ppid=942019 vsize=19241304 memory=5616 CPUtime=0 cores=1,3
/proc/942022/task/942054/stat : 942054 (Common-Cleaner) S 942019 942022 941949 0 -1 1077936192 1162 0 0 0 0 0 0 0 20 0 20 0 181529806 19703095296 1640583 134679101440 93915808428032 93915808431728 140724951469632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93915808439544 93915808440336 93915815878656 140724951471092 140724951471200 140724951471200 140724951478216 0
Current children cumulated CPU time: 1056.78 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 6562332 KiB

Child status: 20

Real time (s): 1035.78
CPU time (s): 1056.87
CPU user time (s): 1054.25
CPU system time (s): 2.6203
CPU usage (%): 102.036
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 6562332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1054.25
system time used= 2.6203
maximum resident set size= 6563404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193572
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39950
involuntary context switches= 2353


# summary of solver processes directly reported to runsolver:
#   pid: 942022
#   total CPU time (s): 1056.87
#   total CPU user time (s): 1054.25
#   total CPU system time (s): 2.6203

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.5393 second user time and 11.1704 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 11:09:09
IDJOB=4441481
IDBENCH=147714
IDSOLVER=3052
FILE ID=nodeC003/4441481-1721293737
RUNJOBID= nodeC003-1721293749-941961
SLURM_JOB_ID= 7542592
Free space on /tmp= 723756 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LdValue.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441481-1721293737/watcher-4441481-1721293737 -o /tmp/evaluation-result-4441481-1721293737/solver-4441481-1721293737 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941961 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4441481-1721293737.opb

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

MD5SUM BENCH= ab585d5a9f1265a4903b33e81faedd32
RANDOM SEED=2061732456

nodeC003.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.216
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.244
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.330
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.216
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.218
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.216
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.216
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.365
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124257284 kB
MemAvailable:   129802076 kB
Buffers:          494420 kB
Cached:          5827352 kB
SwapCached:            0 kB
Active:           903856 kB
Inactive:        5812844 kB
Active(anon):       1436 kB
Inactive(anon):   431236 kB
Active(file):     902420 kB
Inactive(file):  5381608 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             27492 kB
Writeback:             0 kB
AnonPages:        395136 kB
Mapped:           124824 kB
Shmem:             37704 kB
KReclaimable:     201592 kB
Slab:             316540 kB
SReclaimable:     201592 kB
SUnreclaim:       114948 kB
KernelStack:        4096 kB
PageTables:        10204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2962148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57248 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC003 at 2024-07-18 11:26:25