Trace number 4424623

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? 90.7646 87.4366

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar6-sub3_wcsp.wbo
MD5SUM25adf5b940a77273e2a5bcad45fe6bb3
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark4377
Best CPU time to get the best result obtained on this benchmark3600.46
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables776
Total number of constraints319436
Number of soft constraints319418
Number of constraints which are clauses319418
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 58724
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 41665382
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.11	c java.vm.version	22.0.1+8-16
0.15/0.11	c java.vm.vendor	Oracle Corporation
0.15/0.11	c sun.arch.data.model	64
0.15/0.11	c java.version		22.0.1
0.15/0.11	c os.name		Linux
0.15/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.15/0.11	c os.arch		amd64
0.15/0.11	c Free memory 		2115194816
0.15/0.11	c Max memory 		16282288128
0.15/0.11	c Total memory 		2122317824
0.15/0.11	c Number of processors 	2
0.15/0.19	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.19	 - never skip resolution steps
0.15/0.19	 - Auto-division on coefficients is disabled
0.15/0.19	 - No postprocessing
0.15/0.19	 - Conflict is considered as is when resolving
0.15/0.19	 - Use constraints as they come during conflict analysis
0.15/0.19	 - Weaken first using unassigned literals
0.15/0.19	 - Bump strategy: ALWAYS_ONE
0.15/0.19	 - Bumper: EFFECTIVE
0.15/0.19	--- Begin Solver configuration ---
0.15/0.19	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.19	Learn all clauses as in MiniSAT
0.15/0.19	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.19	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.19	No reason simplification
0.15/0.19	Dynamic restart strategy considering the size of the coefficients
0.15/0.19	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.19	timeout=2147483s
0.15/0.19	DB Simplification allowed=false
0.15/0.19	Listener: none
0.15/0.19	--- End Solver configuration ---
0.15/0.20	c Pseudo Boolean Optimization by upper bound
0.15/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.20	c  - never skip resolution steps
0.15/0.20	c  - Auto-division on coefficients is disabled
0.15/0.20	c  - No postprocessing
0.15/0.20	c  - Conflict is considered as is when resolving
0.15/0.20	c  - Use constraints as they come during conflict analysis
0.15/0.20	c  - Weaken first using unassigned literals
0.15/0.20	c  - Bump strategy: ALWAYS_ONE
0.15/0.20	c  - Bumper: EFFECTIVE
0.15/0.20	c --- Begin Solver configuration ---
0.15/0.20	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.20	c Learn all clauses as in MiniSAT
0.15/0.20	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.20	c No reason simplification
0.15/0.20	c Dynamic restart strategy considering the size of the coefficients
0.15/0.20	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.20	c timeout=2147483s
0.15/0.20	c DB Simplification allowed=false
0.15/0.20	c Listener: none
0.15/0.20	c --- End Solver configuration ---
0.15/0.20	c solving HOME/instance-4424623-1720885103.wbo
0.15/0.20	c reading problem ... 
89.75/86.95	c ... done. Wall clock time 86.746s.
89.75/86.95	c declared #vars     776
89.75/86.95	c internal #vars     320194
89.75/86.95	c #constraints  319455
89.75/86.95	c constraints type 
89.75/86.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 18
89.75/86.95	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
89.75/86.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 319436
89.75/86.95	c 319455 constraints processed.
89.75/86.98	c objective function length is 319418 literals
90.53/87.38	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 320124 out of bounds for length 777
90.53/87.38		at org.sat4j.pb.lcds.AbstractLBDComputerStrategy.computeLBD(AbstractLBDComputerStrategy.java:32)
90.53/87.38		at org.sat4j.pb.lcds.PBGlucoseLCDS.computeLBD(PBGlucoseLCDS.java:98)
90.53/87.38		at org.sat4j.minisat.core.GlucoseLCDS.onClauseLearning(GlucoseLCDS.java:116)
90.53/87.38		at org.sat4j.minisat.core.Glucose2LCDS.onClauseLearning(Glucose2LCDS.java:35)
90.53/87.38		at org.sat4j.pb.core.PBSolverCP.analyzeCP(PBSolverCP.java:231)
90.53/87.38		at org.sat4j.pb.core.PBSolverCP.analyze(PBSolverCP.java:163)
90.53/87.38		at org.sat4j.minisat.core.Solver.search(Solver.java:1338)
90.53/87.38		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1903)
90.53/87.38		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:106)
90.53/87.38		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:180)
90.53/87.38		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:173)
90.53/87.38		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:141)
90.53/87.38		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:323)
90.53/87.38		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:267)
90.53/87.38		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:118)
90.53/87.39	c starts		: 1
90.73/87.40	c conflicts		: 1
90.73/87.40	c decisions		: 320124
90.73/87.40	c propagations		: 320132
90.73/87.40	c inspects		: 320479
90.73/87.40	c shortcuts		: 0
90.73/87.40	c learnt literals	: 0
90.73/87.40	c learnt binary clauses	: 0
90.73/87.40	c learnt ternary clauses	: 0
90.73/87.40	c learnt constraints	: 0
90.73/87.40	c ignored constraints	: 0
90.73/87.40	c root simplifications	: 0
90.73/87.40	c removed literals (reason simplification)	: 0
90.73/87.40	c reason swapping (by a shorter reason)	: 0
90.73/87.40	c Calls to reduceDB	: 0
90.73/87.40	c Number of update (reduction) of LBD	: 0
90.73/87.40	c Imported unit clauses	: 0
90.73/87.40	c No decision after first conflict	: true
90.73/87.40	c number of reductions to clauses (during analyze)	: 0
90.73/87.40	c number of learned constraints concerned by reduction	: 0
90.73/87.40	c number of learning phase by resolution	: 0
90.73/87.40	c number of learning phase by cutting planes	: 0
90.73/87.40	c number of rounding to 1 operations	: 0
90.73/87.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
90.73/87.40	c number of reductions of the coefficients by power 2 	: 0
90.73/87.40	c number of right shift for reduction by power 2 	: 0
90.73/87.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
90.73/87.40	c number of ending skipping 	: 0
90.73/87.40	c number of internal skipping 	: 0
90.73/87.40	c number of derivation steps 	: 5
90.73/87.40	c number of skipped derivation steps 	: 0
90.73/87.40	c number of remaining unassigned 	: 0
90.73/87.40	c number of remaining assigned 	: 0
90.73/87.40	c number of falsified literals weakened from reason	: 0
90.73/87.40	c number of falsified literals weakened from conflict	: 0
90.73/87.40	c time for arithmetic operations	: 0
90.73/87.40	c minimum degree of deleted constraints	: null
90.73/87.40	c maximum degree of deleted constraints	: null
90.73/87.40	c number of deleted constraints	: 0
90.73/87.40	c speed (assignments/second)	: 1088884.3537414966
90.73/87.40	c non guided choices	: 706
90.73/87.40	s UNKNOWN
90.73/87.40	c Total wall clock time (in seconds): 87.204

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424623-1720885103/watcher-4424623-1720885103 -o /tmp/evaluation-result-4424623-1720885103/solver-4424623-1720885103 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1720884932-703697 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424623-1720885103.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=704578, runsolver pid=704575

[startup+0.102904 s]*
/proc/loadavg: 4.20 4.01 4.10 6/313 704596
/proc/meminfo: memFree=114440704/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=18975048 memory=58800 CPUtime=0.15 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 6651 0 0 0 12 3 0 0 20 0 18 0 140666420 19430449152 14700 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4743762 14700 5636 1 0 551045 0
[pid=704578/tid=704580] ppid=704575 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 5591 0 0 0 7 2 0 0 20 0 18 0 140666420 19430449152 14700 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140666423 19430449152 14700 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140666424 19430449152 14700 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58800 KiB

[startup+0.214172 s]*
/proc/loadavg: 4.20 4.01 4.10 7/313 704596
/proc/meminfo: memFree=114428984/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=18975048 memory=70768 CPUtime=0.35 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 7541 0 0 0 32 3 0 0 20 0 18 0 140666420 19430449152 17692 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4743762 17692 5714 1 0 551833 0
[pid=704578/tid=704580] ppid=704575 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 5985 0 0 0 17 2 0 0 20 0 18 0 140666420 19430449152 17692 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=18975048 memory=3711 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140666423 19430449152 17692 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140666424 19430449152 17692 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70768 KiB

[startup+0.31817 s]*
/proc/loadavg: 4.20 4.01 4.10 7/313 704596
/proc/meminfo: memFree=114413752/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=18975048 memory=87416 CPUtime=0.54 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 7632 0 0 0 51 3 0 0 20 0 18 0 140666420 19430449152 21854 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4743762 21854 5714 1 0 551847 0
[pid=704578/tid=704580] ppid=704575 vsize=18975048 memory=-8815344819826500284 CPUtime=0.29 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 6003 0 0 0 27 2 0 0 20 0 18 0 140666420 19430449152 21854 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140666423 19430449152 21854 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140666424 19430449152 21854 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 87416 KiB

[startup+0.706175 s]
/proc/loadavg: 4.20 4.01 4.10 10/314 704597
/proc/meminfo: memFree=114336772/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19041612 memory=190384 CPUtime=1.27 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 9176 0 0 0 121 6 0 0 20 0 19 0 140666420 19498610688 47596 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4760403 47596 5830 1 0 553031 0
[pid=704578/tid=704580] ppid=704575 vsize=19041612 memory=5616 CPUtime=0.64 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 6047 0 0 0 60 4 0 0 20 0 19 0 140666420 19498610688 47596 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140666423 19498610688 47596 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140666424 19498610688 47596 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 190384 KiB

[startup+1.50387 s]
/proc/loadavg: 4.20 4.01 4.10 7/314 704598
/proc/meminfo: memFree=113957560/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19045712 memory=1562368 CPUtime=2.79 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 21768 0 0 0 241 38 0 0 20 0 19 0 140666420 19502809088 390592 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4761428 390592 5846 1 0 987779 0
[pid=704578/tid=704580] ppid=704575 vsize=19045712 memory=11884 CPUtime=1.4 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 6729 0 0 0 108 32 0 0 20 0 19 0 140666420 19502809088 391104 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19045712 memory=0 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140666423 19502809088 391104 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19045712 memory=0 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140666424 19502809088 391104 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19045712 KiB
Current children cumulated memory: 1562368 KiB

[startup+3.11351 s]
/proc/loadavg: 4.35 4.04 4.11 5/314 704598
/proc/meminfo: memFree=111468804/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19041612 memory=3020572 CPUtime=4.74 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 23604 0 0 0 407 67 0 0 20 0 19 0 140666420 19498610688 755143 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4760403 755143 5846 1 0 987493 0
[pid=704578/tid=704580] ppid=704575 vsize=19041612 memory=0 CPUtime=2.89 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 7547 0 0 0 229 60 0 0 20 0 19 0 140666420 19498610688 755143 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140666423 19498610688 755143 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19041612 memory=2430568 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140666424 19498610688 755143 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3020572 KiB

[startup+6.30045 s]
/proc/loadavg: 4.35 4.04 4.11 7/314 704598
/proc/meminfo: memFree=109409492/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19041612 memory=5071520 CPUtime=8.06 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 25759 0 0 0 698 108 0 0 20 0 19 0 140666420 19498610688 1267880 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4760403 1267880 5846 1 0 1511817 0
[pid=704578/tid=704580] ppid=704575 vsize=19041612 memory=0 CPUtime=5.81 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 8937 0 0 0 481 100 0 0 20 0 19 0 140666420 19498610688 1267880 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19041612 memory=1819208 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140666423 19498610688 1267880 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19041612 memory=224194199869 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140666424 19498610688 1267880 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 8.06 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5071520 KiB

[startup+12.7005 s]
/proc/loadavg: 4.32 4.04 4.11 5/314 704600
/proc/meminfo: memFree=107358308/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19041612 memory=7114268 CPUtime=14.59 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 28195 0 0 0 1311 148 0 0 20 0 19 0 140666420 19498610688 1778567 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4760403 1778567 5846 1 0 2027783 0
[pid=704578/tid=704580] ppid=704575 vsize=19041612 memory=7112220 CPUtime=11.49 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 10558 0 0 0 1010 139 0 0 20 0 19 0 140666420 19498610688 1778567 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19041612 memory=5079980 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140666423 19498610688 1778567 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19041612 memory=13568197664181039 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140666424 19498610688 1778567 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 14.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 7114268 KiB

[startup+25.5005 s]
/proc/loadavg: 4.31 4.05 4.12 5/314 704601
/proc/meminfo: memFree=106973428/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19041612 memory=7481576 CPUtime=27.62 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 30182 0 0 0 2605 157 0 0 20 0 19 0 140666420 19498610688 1870394 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4760403 1870394 5846 1 0 2111340 0
[pid=704578/tid=704580] ppid=704575 vsize=19041612 memory=7136796 CPUtime=23.31 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 12292 0 0 0 2185 146 0 0 20 0 19 0 140666420 19498610688 1870394 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140666423 19498610688 1870394 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140666424 19498610688 1870394 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 27.62 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 7481576 KiB

[startup+51.1136 s]
/proc/loadavg: 4.29 4.07 4.12 5/314 704606
/proc/meminfo: memFree=104822440/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19041612 memory=8670924 CPUtime=53.49 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 35420 0 0 0 5166 183 0 0 20 0 19 0 140666420 19498610688 2167731 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4760403 2167731 5846 1 0 2399612 0
[pid=704578/tid=704580] ppid=704575 vsize=19041612 memory=0 CPUtime=47.28 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 14125 0 0 0 4559 169 0 0 20 0 19 0 140666420 19498610688 2167731 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19041612 memory=7114268 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140666423 19498610688 2167731 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19041612 memory=3020572 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140666424 19498610688 2167731 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 53.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 8670924 KiB

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

# cumulated CPU time of all completed processes:  user=88.8264 s, system=1.93828 s

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

[startup+51.2006 s]
/proc/loadavg: 4.29 4.07 4.12 5/314 704606
/proc/meminfo: memFree=104822440/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19041612 memory=8670924 CPUtime=53.58 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 35420 0 0 0 5175 183 0 0 20 0 19 0 140666420 19498610688 2167731 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4760403 2167731 5846 1 0 2399612 0
[pid=704578/tid=704580] ppid=704575 vsize=19041612 memory=8371056 CPUtime=47.36 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 14125 0 0 0 4567 169 0 0 20 0 19 0 140666420 19498610688 2167731 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19041612 memory=11580 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140666423 19498610688 2167731 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19041612 memory=5636 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140666424 19498610688 2167731 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 53.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 8670924 KiB

[startup+64.0004 s]*
/proc/loadavg: 4.22 4.06 4.11 5/314 704608
/proc/meminfo: memFree=104426448/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19041612 memory=8685628 CPUtime=66.4 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 36639 0 0 0 6455 185 0 0 20 0 19 0 140666420 19498610688 2171407 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4760403 2171407 5846 1 0 2399612 0
[pid=704578/tid=704580] ppid=704575 vsize=19041612 memory=6972 CPUtime=59.43 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 15085 0 0 0 5774 169 0 0 20 0 19 0 140666420 19498610688 2171407 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19041612 memory=-8815344819826500284 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140666423 19498610688 2171407 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19041612 memory=11520 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 89 0 0 0 0 0 0 0 20 0 19 0 140666424 19498610688 2171407 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 66.4 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 8685628 KiB

[startup+76.8004 s]
/proc/loadavg: 4.19 4.06 4.11 5/315 704611
/proc/meminfo: memFree=104148724/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19041612 memory=8700904 CPUtime=79.3 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 38037 0 0 0 7743 187 0 0 20 0 19 0 140666420 19498610688 2175226 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4760403 2175226 5846 1 0 2399612 0
[pid=704578/tid=704580] ppid=704575 vsize=19041612 memory=8685628 CPUtime=71.72 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 16247 0 0 0 7002 170 0 0 20 0 19 0 140666420 19498610688 2175226 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19041612 memory=8672972 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140666423 19498610688 2175226 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19041612 memory=8683580 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 89 0 0 0 0 0 0 0 20 0 19 0 140666424 19498610688 2175226 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 79.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 8700904 KiB

[startup+83.2004 s]
/proc/loadavg: 4.24 4.07 4.12 6/315 704612
/proc/meminfo: memFree=103369284/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19041612 memory=8707508 CPUtime=85.7 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 41989 0 0 0 8381 189 0 0 20 0 19 0 140666420 19498610688 2176877 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4760403 2176877 5846 1 0 2399612 0
[pid=704578/tid=704580] ppid=704575 vsize=19041612 memory=8696564 CPUtime=77.78 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 17870 0 0 0 7608 170 0 0 20 0 19 0 140666420 19498610688 2176877 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19041612 memory=-8815344819826500284 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140666423 19498610688 2176877 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19041612 memory=8705332 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 89 0 0 0 0 0 0 0 20 0 19 0 140666424 19498610688 2176877 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 85.7 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 8707508 KiB

[startup+84.8003 s]
/proc/loadavg: 4.24 4.07 4.12 6/316 704613
/proc/meminfo: memFree=103366844/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19041612 memory=8709556 CPUtime=87.31 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 42005 0 0 0 8542 189 0 0 20 0 19 0 140666420 19498610688 2177389 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4760403 2177389 5846 1 0 2399612 0
[pid=704578/tid=704580] ppid=704575 vsize=19041612 memory=11884 CPUtime=79.3 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 17871 0 0 0 7760 170 0 0 20 0 19 0 140666420 19498610688 2177389 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19041612 memory=-8815344819826500284 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140666423 19498610688 2177389 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19041612 memory=8707508 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 89 0 0 0 0 0 0 0 20 0 19 0 140666424 19498610688 2177389 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 87.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 8709556 KiB

[startup+86.4004 s]
/proc/loadavg: 4.24 4.07 4.12 6/315 704679
/proc/meminfo: memFree=108645212/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19041612 memory=8709556 CPUtime=88.9 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 42021 0 0 0 8701 189 0 0 20 0 19 0 140666420 19498610688 2177389 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4760403 2177389 5846 1 0 2399612 0
[pid=704578/tid=704580] ppid=704575 vsize=19041612 memory=8705332 CPUtime=80.84 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 17876 0 0 0 7914 170 0 0 20 0 19 0 140666420 19498610688 2177389 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19041612 memory=11580 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140666423 19498610688 2177389 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19041612 memory=8705460 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 89 0 0 0 0 0 0 0 20 0 19 0 140666424 19498610688 2177389 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 88.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 8709556 KiB

[startup+87.2012 s]
/proc/loadavg: 4.24 4.07 4.12 8/316 704680
/proc/meminfo: memFree=107495908/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19174740 memory=8711100 CPUtime=90.34 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 49041 0 0 0 8843 191 0 0 20 0 21 0 140666420 19634933760 2177775 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4793685 2177775 5884 1 0 2400386 0
[pid=704578/tid=704580] ppid=704575 vsize=19174740 memory=-8815344819826500284 CPUtime=81.45 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) R 704575 704578 703685 0 -1 4194368 20874 0 0 0 7975 170 0 0 20 0 21 0 140666420 19634933760 2177775 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19174740 memory=11884 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 140666423 19634933760 2177775 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19174740 memory=5616 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 89 0 0 0 0 0 0 0 20 0 21 0 140666424 19634933760 2177775 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 90.34 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 8711100 KiB

[startup+87.4012 s]
/proc/loadavg: 4.24 4.07 4.12 8/316 704680
/proc/meminfo: memFree=107495908/131655788 swapFree=131071996/131071996
[pid=704578] ppid=704575 vsize=19307868 memory=8711624 CPUtime=90.73 cores=1,3
/proc/704578/stat : 704578 (java) S 704575 704578 703685 0 -1 1077936128 49375 0 0 0 8882 191 0 0 20 0 21 0 140666420 19771256832 2177906 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
/proc/704578/statm: 4826967 2177906 5884 1 0 2401009 0
[pid=704578/tid=704580] ppid=704575 vsize=19307868 memory=35176 CPUtime=81.64 cores=1,3
/proc/704578/task/704580/stat : 704580 (java) S 704575 704578 703685 0 -1 1077936192 20981 0 0 0 7994 170 0 0 20 0 21 0 140666420 19771256832 2177906 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704589] ppid=704575 vsize=19307868 memory=11884 CPUtime=0 cores=1,3
/proc/704578/task/704589/stat : 704589 (Finalizer) S 704575 704578 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 140666423 19771256832 2177906 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
[pid=704578/tid=704596] ppid=704575 vsize=19307868 memory=5616 CPUtime=0 cores=1,3
/proc/704578/task/704596/stat : 704596 (Common-Cleaner) S 704575 704578 703685 0 -1 1077936192 89 0 0 0 0 0 0 0 20 0 21 0 140666424 19771256832 2177906 134679101440 94739222949888 94739222953584 140729624063136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94739222961400 94739222962192 94739234312192 140729624069097 140729624069205 140729624069205 140729624076232 0
Current children cumulated CPU time: 90.73 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 8711624 KiB

Child status: 1

Real time (s): 87.4366
CPU time (s): 90.7646
CPU user time (s): 88.8264
CPU system time (s): 1.93828
CPU usage (%): 103.806
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 8711624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.8264
system time used= 1.93828
maximum resident set size= 8712668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49440
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6649
involuntary context switches= 779


# summary of solver processes directly reported to runsolver:
#   pid: 704578
#   total CPU time (s): 90.7646
#   total CPU user time (s): 88.8264
#   total CPU system time (s): 1.93828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.497057 second user time and 0.966577 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-13 17:38:35
IDJOB=4424623
IDBENCH=143882
IDSOLVER=3036
FILE ID=nodeC003/4424623-1720885103
RUNJOBID= nodeC003-1720884932-703697
SLURM_JOB_ID= 7485786
Free space on /tmp= 723728 MiB

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

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

MD5SUM BENCH= 25adf5b940a77273e2a5bcad45fe6bb3
RANDOM SEED=1173779698

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		: 3550.961
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		: 3491.883
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.348
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.232
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		: 3669.531
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		: 3528.059
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.385
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.352
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:        114478816 kB
MemAvailable:   114457440 kB
Buffers:          328892 kB
Cached:           498520 kB
SwapCached:            0 kB
Active:           510316 kB
Inactive:       16138788 kB
Active(anon):       1460 kB
Inactive(anon): 15857912 kB
Active(file):     508856 kB
Inactive(file):   280876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              9928 kB
Writeback:            12 kB
AnonPages:      15821744 kB
Mapped:           121612 kB
Shmem:             37704 kB
KReclaimable:      57848 kB
Slab:             147516 kB
SReclaimable:      57848 kB
SUnreclaim:        89668 kB
KernelStack:        4752 kB
PageTables:        41164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   19568676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45632 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15513600 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:      205640 kB
DirectMap2M:     8087552 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 723740 MiB
End job on nodeC003 at 2024-07-13 17:40:03