Trace number 4424624

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-12? 102.227 98.9525

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar6-sub4_wcsp.wbo
MD5SUM951d8ca9c19f6c1f8975ac3bbc5eec26
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark4559
Best CPU time to get the best result obtained on this benchmark3600.38
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables928
Total number of constraints353054
Number of soft constraints353032
Number of constraints which are clauses353032
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 69697
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 47779432
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.06	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.15/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.14	 - never skip resolution steps
0.15/0.14	 - Auto-division on coefficients is disabled
0.15/0.14	 - No postprocessing
0.15/0.14	 - Conflict is considered as is when resolving
0.15/0.14	 - Use constraints as they come during conflict analysis
0.15/0.14	 - Weaken first using unassigned literals
0.15/0.14	 - Bump strategy: ALWAYS_ONE
0.15/0.14	 - Bumper: EFFECTIVE
0.15/0.14	--- Begin Solver configuration ---
0.15/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.14	Learn all clauses as in MiniSAT
0.15/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.14	No reason simplification
0.15/0.14	Dynamic restart strategy considering the size of the coefficients
0.15/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.14	timeout=2147483s
0.15/0.14	DB Simplification allowed=false
0.15/0.14	Listener: none
0.15/0.14	--- End Solver configuration ---
0.15/0.14	c Pseudo Boolean Optimization by upper bound
0.15/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.14	c  - never skip resolution steps
0.15/0.14	c  - Auto-division on coefficients is disabled
0.15/0.14	c  - No postprocessing
0.15/0.14	c  - Conflict is considered as is when resolving
0.15/0.14	c  - Use constraints as they come during conflict analysis
0.15/0.14	c  - Weaken first using unassigned literals
0.15/0.14	c  - Bump strategy: ALWAYS_ONE
0.15/0.14	c  - Bumper: EFFECTIVE
0.15/0.14	c --- Begin Solver configuration ---
0.15/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.14	c Learn all clauses as in MiniSAT
0.15/0.14	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.14	c No reason simplification
0.15/0.14	c Dynamic restart strategy considering the size of the coefficients
0.15/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.14	c timeout=2147483s
0.15/0.14	c DB Simplification allowed=false
0.15/0.14	c Listener: none
0.15/0.14	c --- End Solver configuration ---
0.15/0.14	c solving HOME/instance-4424624-1720885234.wbo
0.15/0.14	c reading problem ... 
101.57/98.62	c ... done. Wall clock time 98.48s.
101.57/98.62	c declared #vars     928
101.57/98.62	c internal #vars     353960
101.57/98.62	c #constraints  353077
101.57/98.63	c constraints type 
101.57/98.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
101.57/98.63	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
101.57/98.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 353054
101.57/98.63	c 353077 constraints processed.
101.57/98.64	c objective function length is 353032 literals
102.15/98.92	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 353853 out of bounds for length 929
102.15/98.92		at org.sat4j.pb.lcds.AbstractLBDComputerStrategy.computeLBD(AbstractLBDComputerStrategy.java:32)
102.15/98.92		at org.sat4j.pb.lcds.PBGlucoseLCDS.computeLBD(PBGlucoseLCDS.java:98)
102.15/98.92		at org.sat4j.minisat.core.GlucoseLCDS.onClauseLearning(GlucoseLCDS.java:116)
102.15/98.92		at org.sat4j.minisat.core.Glucose2LCDS.onClauseLearning(Glucose2LCDS.java:35)
102.15/98.92		at org.sat4j.pb.core.PBSolverCP.analyzeCP(PBSolverCP.java:231)
102.15/98.92		at org.sat4j.pb.core.PBSolverCP.analyze(PBSolverCP.java:163)
102.15/98.92		at org.sat4j.minisat.core.Solver.search(Solver.java:1338)
102.15/98.92		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1903)
102.15/98.92		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:106)
102.15/98.92		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:180)
102.15/98.92		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:173)
102.15/98.92		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:141)
102.15/98.92		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:323)
102.15/98.92		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:267)
102.15/98.92		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:118)
102.15/98.92	c starts		: 1
102.15/98.92	c conflicts		: 1
102.15/98.92	c decisions		: 353853
102.15/98.92	c propagations		: 353863
102.15/98.92	c inspects		: 354034
102.15/98.92	c shortcuts		: 0
102.15/98.93	c learnt literals	: 0
102.15/98.93	c learnt binary clauses	: 0
102.15/98.93	c learnt ternary clauses	: 0
102.15/98.93	c learnt constraints	: 0
102.15/98.93	c ignored constraints	: 0
102.15/98.93	c root simplifications	: 0
102.15/98.93	c removed literals (reason simplification)	: 0
102.15/98.93	c reason swapping (by a shorter reason)	: 0
102.15/98.93	c Calls to reduceDB	: 0
102.15/98.93	c Number of update (reduction) of LBD	: 0
102.15/98.93	c Imported unit clauses	: 0
102.15/98.93	c No decision after first conflict	: true
102.15/98.93	c number of reductions to clauses (during analyze)	: 0
102.15/98.93	c number of learned constraints concerned by reduction	: 0
102.15/98.93	c number of learning phase by resolution	: 0
102.15/98.93	c number of learning phase by cutting planes	: 0
102.15/98.93	c number of rounding to 1 operations	: 0
102.15/98.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
102.15/98.93	c number of reductions of the coefficients by power 2 	: 0
102.15/98.93	c number of right shift for reduction by power 2 	: 0
102.15/98.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
102.15/98.93	c number of ending skipping 	: 0
102.15/98.93	c number of internal skipping 	: 0
102.15/98.93	c number of derivation steps 	: 2
102.15/98.93	c number of skipped derivation steps 	: 0
102.15/98.93	c number of remaining unassigned 	: 0
102.15/98.93	c number of remaining assigned 	: 0
102.15/98.93	c number of falsified literals weakened from reason	: 0
102.15/98.93	c number of falsified literals weakened from conflict	: 0
102.15/98.93	c time for arithmetic operations	: 0
102.15/98.93	c minimum degree of deleted constraints	: null
102.15/98.93	c maximum degree of deleted constraints	: null
102.15/98.93	c number of deleted constraints	: 0
102.15/98.93	c speed (assignments/second)	: 1824036.0824742268
102.15/98.93	c non guided choices	: 821
102.15/98.93	s UNKNOWN
102.15/98.93	c Total wall clock time (in seconds): 98.789

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424624-1720885234/watcher-4424624-1720885234 -o /tmp/evaluation-result-4424624-1720885234/solver-4424624-1720885234 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1720885246-717997 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424624-1720885234.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=718093, runsolver pid=718090
Current StackSize limit: 8192 KiB


[startup+0.101944 s]*
/proc/loadavg: 0.25 2.05 3.26 14/326 718128
/proc/meminfo: memFree=129340060/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=18975048 memory=65700 CPUtime=0.15 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 7278 0 0 0 13 2 0 0 20 0 18 0 140688733 19430449152 16425 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4743762 16425 5736 1 0 549391 0
[pid=718093/tid=718096] ppid=718090 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 1077936192 5791 0 0 0 8 1 0 0 20 0 18 0 140688733 19430449152 16425 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140688736 19430449152 16425 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=18975048 memory=14418111545766250 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140688736 19430449152 16425 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65700 KiB

[startup+0.205799 s]*
/proc/loadavg: 0.25 2.05 3.26 13/326 718130
/proc/meminfo: memFree=129251780/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=18975048 memory=80488 CPUtime=0.33 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 7812 0 0 0 31 2 0 0 20 0 18 0 140688733 19430449152 20122 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4743762 20122 5840 1 0 549724 0
[pid=718093/tid=718096] ppid=718090 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 6046 0 0 0 17 1 0 0 20 0 18 0 140688733 19430449152 20122 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=18975048 memory=1667 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140688736 19430449152 20122 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=18975048 memory=15539613406070311 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140688736 19430449152 20122 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80488 KiB

[startup+0.309345 s]*
/proc/loadavg: 0.25 2.05 3.26 12/330 718134
/proc/meminfo: memFree=128942560/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19041612 memory=164644 CPUtime=0.54 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 8605 0 0 0 50 4 0 0 20 0 19 0 140688733 19498610688 41161 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760403 41161 5871 1 0 550467 0
[pid=718093/tid=718096] ppid=718090 vsize=19041612 memory=-9175075320424211132 CPUtime=0.28 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 6087 0 0 0 26 2 0 0 20 0 19 0 140688733 19498610688 41161 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 41161 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 41161 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164644 KiB

[startup+0.706193 s]
/proc/loadavg: 0.25 2.05 3.26 11/330 718134
/proc/meminfo: memFree=127696368/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19042532 memory=1101464 CPUtime=1.28 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 13792 0 0 0 105 23 0 0 20 0 19 0 140688733 19499552768 275366 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760633 275366 5887 1 0 1083487 0
[pid=718093/tid=718096] ppid=718090 vsize=19042532 memory=5448 CPUtime=0.64 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 6529 0 0 0 44 20 0 0 20 0 19 0 140688733 19499552768 275366 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19042532 memory=13040 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19499552768 275366 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19042532 memory=0 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140688736 19499552768 275366 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19042532 KiB
Current children cumulated memory: 1101464 KiB

[startup+1.50033 s]
/proc/loadavg: 0.25 2.05 3.26 13/330 718134
/proc/meminfo: memFree=122714756/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19041612 memory=2012772 CPUtime=2.82 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 21864 0 0 0 240 42 0 0 20 0 19 0 140688733 19498610688 503193 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760403 503193 5887 1 0 1086971 0
[pid=718093/tid=718096] ppid=718090 vsize=19041612 memory=13040 CPUtime=1.39 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 6960 0 0 0 102 37 0 0 20 0 19 0 140688733 19498610688 503193 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 503193 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 503193 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2012772 KiB

[startup+3.10612 s]
/proc/loadavg: 0.25 2.05 3.26 6/330 718134
/proc/meminfo: memFree=118283392/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19041612 memory=2657892 CPUtime=4.52 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 22306 0 0 0 397 55 0 0 20 0 19 0 140688733 19498610688 664473 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760403 664473 5887 1 0 1086976 0
[pid=718093/tid=718096] ppid=718090 vsize=19041612 memory=0 CPUtime=2.94 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 7353 0 0 0 245 49 0 0 20 0 19 0 140688733 19498610688 664473 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19041612 memory=13040 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 664473 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19041612 memory=2651748 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 664473 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 4.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2657892 KiB

[startup+6.30029 s]
/proc/loadavg: 0.64 2.10 3.27 7/330 718134
/proc/meminfo: memFree=116049416/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19041612 memory=3263472 CPUtime=7.82 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 23399 0 0 0 714 68 0 0 20 0 19 0 140688733 19498610688 815868 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760403 815868 5887 1 0 1243650 0
[pid=718093/tid=718096] ppid=718090 vsize=19041612 memory=0 CPUtime=5.98 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 8025 0 0 0 536 62 0 0 20 0 19 0 140688733 19498610688 815868 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19041612 memory=2369124 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 815868 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19041612 memory=224194199869 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 815868 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 7.82 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3263472 KiB

[startup+12.7003 s]
/proc/loadavg: 0.90 2.13 3.27 6/330 718135
/proc/meminfo: memFree=114057184/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19041612 memory=3740144 CPUtime=14.44 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 24763 0 0 0 1365 79 0 0 20 0 19 0 140688733 19498610688 935036 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760403 935036 5887 1 0 1358556 0
[pid=718093/tid=718096] ppid=718090 vsize=19041612 memory=3736048 CPUtime=12.02 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 9013 0 0 0 1131 71 0 0 20 0 19 0 140688733 19498610688 935036 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19041612 memory=3729852 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 935036 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19041612 memory=15815582234707218 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 935036 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 14.44 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3740144 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 2.30 3.31 7/332 718673
/proc/meminfo: memFree=121648584/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19041612 memory=3781368 CPUtime=27.51 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 28211 0 0 0 2669 82 0 0 20 0 19 0 140688733 19498610688 945342 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760403 945342 5887 1 0 1358556 0
[pid=718093/tid=718096] ppid=718090 vsize=19041612 memory=3764944 CPUtime=24.33 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 10275 0 0 0 2362 71 0 0 20 0 19 0 140688733 19498610688 945342 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19041612 memory=3777244 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 945342 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19041612 memory=22019 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 945342 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 27.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3781368 KiB

[startup+51.1059 s]
/proc/loadavg: 2.81 2.47 3.34 6/333 718746
/proc/meminfo: memFree=124869268/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19041612 memory=3823036 CPUtime=53.41 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 32651 0 0 0 5256 85 0 0 20 0 19 0 140688733 19498610688 955759 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760403 955759 5887 1 0 1358556 0
[pid=718093/tid=718096] ppid=718090 vsize=19041612 memory=3818940 CPUtime=49.28 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 13461 0 0 0 4856 72 0 0 20 0 19 0 140688733 19498610688 955759 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19041612 memory=3816892 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 955759 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19041612 memory=3810548 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 955759 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 53.41 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3823036 KiB

[startup+98.9524 s]
# the end of solver process 718093 was just reported to runsolver
# Child status: 1

# cumulated CPU time of all completed processes:  user=101.272 s, system=0.95508 s

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

[startup+51.2003 s]
/proc/loadavg: 2.81 2.47 3.34 6/333 718746
/proc/meminfo: memFree=124869268/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19041612 memory=3823036 CPUtime=53.51 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 32779 0 0 0 5266 85 0 0 20 0 19 0 140688733 19498610688 955759 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760403 955759 5887 1 0 1358556 0
[pid=718093/tid=718096] ppid=718090 vsize=19041612 memory=3740144 CPUtime=49.37 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 13589 0 0 0 4865 72 0 0 20 0 19 0 140688733 19498610688 955759 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19041612 memory=3816892 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 955759 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19041612 memory=5448 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 955759 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 53.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3823036 KiB

[startup+76.8003 s]
/proc/loadavg: 3.64 2.69 3.39 7/333 718749
/proc/meminfo: memFree=124483924/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19041612 memory=3864704 CPUtime=79.3 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 36972 0 0 0 7841 89 0 0 20 0 19 0 140688733 19498610688 966176 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760403 966176 5887 1 0 1358556 0
[pid=718093/tid=718096] ppid=718090 vsize=19041612 memory=164 CPUtime=74.36 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 15328 0 0 0 7364 72 0 0 20 0 19 0 140688733 19498610688 966176 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19041612 memory=3823036 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 966176 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19041612 memory=35160 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 95 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 966176 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 79.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3864704 KiB

[startup+89.6003 s]
/proc/loadavg: 4.07 2.82 3.43 6/333 718750
/proc/meminfo: memFree=124308940/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19041612 memory=3875144 CPUtime=92.2 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 37968 0 0 0 9129 91 0 0 20 0 19 0 140688733 19498610688 968786 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760403 968786 5887 1 0 1358556 0
[pid=718093/tid=718096] ppid=718090 vsize=19041612 memory=3858404 CPUtime=86.93 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 16228 0 0 0 8620 73 0 0 20 0 19 0 140688733 19498610688 968786 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19041612 memory=3875144 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 968786 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19041612 memory=13040 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 95 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 968786 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 92.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3875144 KiB

[startup+92.8003 s]
/proc/loadavg: 4.31 2.89 3.45 6/333 718752
/proc/meminfo: memFree=124306276/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19041612 memory=3877192 CPUtime=95.42 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 38232 0 0 0 9450 92 0 0 20 0 19 0 140688733 19498610688 969298 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760403 969298 5887 1 0 1358556 0
[pid=718093/tid=718096] ppid=718090 vsize=19041612 memory=3875144 CPUtime=90.09 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 16484 0 0 0 8936 73 0 0 20 0 19 0 140688733 19498610688 969298 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19041612 memory=3877192 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 969298 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19041612 memory=39340 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 95 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 969298 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 95.42 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3877192 KiB

[startup+96.0003 s]*
/proc/loadavg: 4.36 2.92 3.46 6/333 718752
/proc/meminfo: memFree=124298100/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19041612 memory=3881404 CPUtime=98.64 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 39751 0 0 0 9772 92 0 0 20 0 19 0 140688733 19498610688 970351 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760403 970351 5887 1 0 1358556 0
[pid=718093/tid=718096] ppid=718090 vsize=19041612 memory=-9104980354641863356 CPUtime=93.23 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 17472 0 0 0 9250 73 0 0 20 0 19 0 140688733 19498610688 970351 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19041612 memory=3879356 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 970351 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19041612 memory=2700 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 95 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 970351 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 98.64 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3881404 KiB

[startup+97.6002 s]
/proc/loadavg: 4.36 2.92 3.46 6/333 718752
/proc/meminfo: memFree=124279624/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19041612 memory=3881428 CPUtime=100.25 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 40648 0 0 0 9932 93 0 0 20 0 19 0 140688733 19498610688 970357 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760403 970357 5887 1 0 1358556 0
[pid=718093/tid=718096] ppid=718090 vsize=19041612 memory=3879356 CPUtime=94.79 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 17541 0 0 0 9406 73 0 0 20 0 19 0 140688733 19498610688 970357 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19041612 memory=-7679004722349093442 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 970357 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19041612 memory=-8387832595666184755 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 95 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 970357 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 100.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3881428 KiB

[startup+98.4002 s]
/proc/loadavg: 4.36 2.92 3.46 6/333 718752
/proc/meminfo: memFree=124232516/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19041612 memory=3883644 CPUtime=101.17 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 43445 0 0 0 10024 93 0 0 20 0 19 0 140688733 19498610688 970911 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4760403 970911 5887 1 0 1358588 0
[pid=718093/tid=718096] ppid=718090 vsize=19041612 memory=-9175075320424211132 CPUtime=95.56 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 18912 0 0 0 9483 73 0 0 20 0 19 0 140688733 19498610688 970911 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19041612 memory=2792 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 970911 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19041612 memory=3881428 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 95 0 0 0 0 0 0 0 20 0 19 0 140688736 19498610688 970911 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 101.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3883644 KiB

[startup+98.8103 s]
/proc/loadavg: 4.36 2.92 3.46 6/333 718752
/proc/meminfo: memFree=124232516/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19108176 memory=3890108 CPUtime=101.99 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 48623 0 0 0 10105 94 0 0 20 0 20 0 140688733 19566772224 972527 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4777044 972527 5924 1 0 1359225 0
[pid=718093/tid=718096] ppid=718090 vsize=19108176 memory=-2026666227646604569 CPUtime=95.96 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 20829 0 0 0 9523 73 0 0 20 0 20 0 140688733 19566772224 972527 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19108176 memory=-9175075320424211132 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140688736 19566772224 972527 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19108176 memory=1521 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 95 0 0 0 0 0 0 0 20 0 20 0 140688736 19566772224 972527 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3890108 KiB

[startup+98.9003 s]
/proc/loadavg: 4.36 2.92 3.46 6/333 718752
/proc/meminfo: memFree=124232516/131524600 swapFree=131071996/131071996
[pid=718093] ppid=718090 vsize=19108176 memory=3890108 CPUtime=102.15 cores=4,6
/proc/718093/stat : 718093 (java) S 718090 718093 717986 0 -1 1077936128 48647 0 0 0 10121 94 0 0 20 0 20 0 140688733 19566772224 972527 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
/proc/718093/statm: 4777044 972527 5924 1 0 1359227 0
[pid=718093/tid=718096] ppid=718090 vsize=19108176 memory=-9175075320424211132 CPUtime=96.05 cores=4,6
/proc/718093/task/718096/stat : 718096 (java) R 718090 718093 717986 0 -1 4194368 20830 0 0 0 9532 73 0 0 20 0 20 0 140688733 19566772224 972527 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718119] ppid=718090 vsize=19108176 memory=3760848 CPUtime=0 cores=4,6
/proc/718093/task/718119/stat : 718119 (Finalizer) S 718090 718093 717986 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140688736 19566772224 972527 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
[pid=718093/tid=718128] ppid=718090 vsize=19108176 memory=35160 CPUtime=0 cores=4,6
/proc/718093/task/718128/stat : 718128 (Common-Cleaner) S 718090 718093 717986 0 -1 1077936192 95 0 0 0 0 0 0 0 20 0 20 0 140688736 19566772224 972527 134679101440 94827473154048 94827473157744 140737323194368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827473165560 94827473166352 94827496165376 140737323201513 140737323201621 140737323201621 140737323208648 0
Current children cumulated CPU time: 102.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3890108 KiB

Child status: 1

Real time (s): 98.9525
CPU time (s): 102.227
CPU user time (s): 101.272
CPU system time (s): 0.95508
CPU usage (%): 103.309
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3890108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 101.272
system time used= 0.95508
maximum resident set size= 3891676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49081
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10090
involuntary context switches= 455


# summary of solver processes directly reported to runsolver:
#   pid: 718093
#   total CPU time (s): 102.227
#   total CPU user time (s): 101.272
#   total CPU system time (s): 0.95508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.268549 second user time and 0.488072 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-13 17:40:46
IDJOB=4424624
IDBENCH=143888
IDSOLVER=3036
FILE ID=nodeC025/4424624-1720885234
RUNJOBID= nodeC025-1720885246-717997
SLURM_JOB_ID= 7485793
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar6-sub4_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424624-1720885234/watcher-4424624-1720885234 -o /tmp/evaluation-result-4424624-1720885234/solver-4424624-1720885234 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1720885246-717997 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424624-1720885234.wbo

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

MD5SUM BENCH= 951d8ca9c19f6c1f8975ac3bbc5eec26
RANDOM SEED=582217038

nodeC025.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		: 3634.472
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.72
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		: 3663.539
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	: 7007.09
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		: 3619.307
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.72
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		: 3641.465
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	: 7007.09
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		: 3623.848
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.72
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		: 3655.842
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	: 7007.09
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		: 3608.368
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.72
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		: 3656.846
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	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129484324 kB
MemAvailable:   129720772 kB
Buffers:          325844 kB
Cached:           754652 kB
SwapCached:            0 kB
Active:           485336 kB
Inactive:         989076 kB
Active(anon):       1404 kB
Inactive(anon):   430228 kB
Active(file):     483932 kB
Inactive(file):   558848 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             26380 kB
Writeback:             0 kB
AnonPages:        394040 kB
Mapped:           113540 kB
Shmem:             37720 kB
KReclaimable:      67300 kB
Slab:             165668 kB
SReclaimable:      67300 kB
SUnreclaim:        98368 kB
KernelStack:        4092 kB
PageTables:        11024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5041452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55936 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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:      168660 kB
DirectMap2M:    11139072 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC025 at 2024-07-13 17:42:25