Trace number 4424627

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? 94.5331 91.3622

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar7-sub3_wcsp.wbo
MD5SUMab58973f8a134afc7bedbaa01ab0bdb8
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark313861
Best CPU time to get the best result obtained on this benchmark3600.37
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 constraints326836
Number of soft constraints326818
Number of constraints which are clauses326818
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 45857915
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 23120752168
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.14/0.11	c version CUSTOM.v20240707
0.14/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.13	c java.vm.version	22.0.1+8-16
0.14/0.13	c java.vm.vendor	Oracle Corporation
0.14/0.13	c sun.arch.data.model	64
0.14/0.13	c java.version		22.0.1
0.14/0.13	c os.name		Linux
0.14/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.13	c os.arch		amd64
0.14/0.14	c Free memory 		2113181440
0.14/0.14	c Max memory 		16282288128
0.14/0.14	c Total memory 		2122317824
0.14/0.14	c Number of processors 	2
0.32/0.30	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.30	 - never skip resolution steps
0.32/0.30	 - Auto-division on coefficients is disabled
0.32/0.30	 - No postprocessing
0.32/0.30	 - Conflict is considered as is when resolving
0.32/0.30	 - Use constraints as they come during conflict analysis
0.32/0.30	 - Weaken first using unassigned literals
0.32/0.30	 - Bump strategy: ALWAYS_ONE
0.32/0.30	 - Bumper: EFFECTIVE
0.32/0.30	--- Begin Solver configuration ---
0.32/0.30	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.30	Learn all clauses as in MiniSAT
0.32/0.30	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.30	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.30	No reason simplification
0.32/0.30	Dynamic restart strategy considering the size of the coefficients
0.32/0.30	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.30	timeout=2147483s
0.32/0.30	DB Simplification allowed=false
0.32/0.30	Listener: none
0.32/0.30	--- End Solver configuration ---
0.32/0.30	c Pseudo Boolean Optimization by upper bound
0.32/0.30	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.30	c  - never skip resolution steps
0.32/0.30	c  - Auto-division on coefficients is disabled
0.32/0.30	c  - No postprocessing
0.32/0.30	c  - Conflict is considered as is when resolving
0.32/0.30	c  - Use constraints as they come during conflict analysis
0.32/0.30	c  - Weaken first using unassigned literals
0.32/0.30	c  - Bump strategy: ALWAYS_ONE
0.32/0.30	c  - Bumper: EFFECTIVE
0.32/0.30	c --- Begin Solver configuration ---
0.32/0.30	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.30	c Learn all clauses as in MiniSAT
0.32/0.30	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.30	c No reason simplification
0.32/0.30	c Dynamic restart strategy considering the size of the coefficients
0.32/0.30	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.30	c timeout=2147483s
0.32/0.30	c DB Simplification allowed=false
0.32/0.30	c Listener: none
0.32/0.30	c --- End Solver configuration ---
0.32/0.30	c solving HOME/instance-4424627-1720885003.wbo
0.32/0.30	c reading problem ... 
93.69/90.92	c ... done. Wall clock time 90.612s.
93.69/90.92	c declared #vars     776
93.69/90.92	c internal #vars     327594
93.69/90.92	c #constraints  326855
93.69/90.92	c constraints type 
93.69/90.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 18
93.69/90.92	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
93.69/90.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 326836
93.69/90.92	c 326855 constraints processed.
93.69/90.93	c objective function length is 326818 literals
94.26/91.30	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 326822 out of bounds for length 777
94.26/91.30		at org.sat4j.pb.lcds.AbstractLBDComputerStrategy.computeLBD(AbstractLBDComputerStrategy.java:32)
94.26/91.30		at org.sat4j.pb.lcds.PBGlucoseLCDS.computeLBD(PBGlucoseLCDS.java:98)
94.26/91.30		at org.sat4j.minisat.core.GlucoseLCDS.onClauseLearning(GlucoseLCDS.java:116)
94.26/91.30		at org.sat4j.minisat.core.Glucose2LCDS.onClauseLearning(Glucose2LCDS.java:35)
94.26/91.30		at org.sat4j.pb.core.PBSolverCP.analyzeCP(PBSolverCP.java:231)
94.26/91.30		at org.sat4j.pb.core.PBSolverCP.analyze(PBSolverCP.java:163)
94.26/91.30		at org.sat4j.minisat.core.Solver.search(Solver.java:1338)
94.26/91.30		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1903)
94.26/91.30		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:106)
94.26/91.30		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:180)
94.26/91.30		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:173)
94.26/91.30		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:141)
94.26/91.30		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:323)
94.26/91.30		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:267)
94.26/91.30		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:118)
94.46/91.31	c starts		: 1
94.46/91.31	c conflicts		: 1
94.46/91.31	c decisions		: 327503
94.46/91.31	c propagations		: 327509
94.46/91.31	c inspects		: 328033
94.46/91.31	c shortcuts		: 0
94.46/91.31	c learnt literals	: 0
94.46/91.31	c learnt binary clauses	: 0
94.46/91.31	c learnt ternary clauses	: 0
94.46/91.31	c learnt constraints	: 0
94.46/91.31	c ignored constraints	: 0
94.46/91.31	c root simplifications	: 0
94.46/91.31	c removed literals (reason simplification)	: 0
94.46/91.31	c reason swapping (by a shorter reason)	: 0
94.46/91.31	c Calls to reduceDB	: 0
94.46/91.31	c Number of update (reduction) of LBD	: 0
94.46/91.31	c Imported unit clauses	: 0
94.46/91.31	c No decision after first conflict	: true
94.46/91.31	c number of reductions to clauses (during analyze)	: 0
94.46/91.31	c number of learned constraints concerned by reduction	: 0
94.46/91.31	c number of learning phase by resolution	: 0
94.46/91.31	c number of learning phase by cutting planes	: 0
94.46/91.31	c number of rounding to 1 operations	: 0
94.46/91.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
94.46/91.31	c number of reductions of the coefficients by power 2 	: 0
94.46/91.31	c number of right shift for reduction by power 2 	: 0
94.46/91.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
94.46/91.31	c number of ending skipping 	: 0
94.46/91.31	c number of internal skipping 	: 0
94.46/91.31	c number of derivation steps 	: 6
94.46/91.31	c number of skipped derivation steps 	: 0
94.46/91.31	c number of remaining unassigned 	: 0
94.46/91.31	c number of remaining assigned 	: 0
94.46/91.31	c number of falsified literals weakened from reason	: 0
94.46/91.31	c number of falsified literals weakened from conflict	: 0
94.46/91.31	c time for arithmetic operations	: 0
94.46/91.31	c minimum degree of deleted constraints	: null
94.46/91.31	c maximum degree of deleted constraints	: null
94.46/91.31	c number of deleted constraints	: 0
94.46/91.31	c speed (assignments/second)	: 1240564.3939393938
94.46/91.31	c non guided choices	: 685
94.46/91.31	s UNKNOWN
94.46/91.31	c Total wall clock time (in seconds): 91.012

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424627-1720885003/watcher-4424627-1720885003 -o /tmp/evaluation-result-4424627-1720885003/solver-4424627-1720885003 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1720884932-703697 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424627-1720885003.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
solver pid=704428, runsolver pid=704425
Current StackSize limit: 8192 KiB


[startup+0.100224 s]*
/proc/loadavg: 3.85 3.89 4.09 8/313 704446
/proc/meminfo: memFree=114655108/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=18975048 memory=58464 CPUtime=0.14 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 6705 0 0 0 12 2 0 0 20 0 18 0 140656493 19430449152 14616 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4743762 14616 5515 1 0 550999 0
[pid=704428/tid=704430] ppid=704425 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) R 704425 704428 703685 0 -1 4194368 5613 0 0 0 7 2 0 0 20 0 18 0 140656493 19430449152 14616 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140656498 19430449152 14616 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140656498 19430449152 14616 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58464 KiB

[startup+0.210966 s]*
/proc/loadavg: 3.85 3.89 4.09 5/313 704446
/proc/meminfo: memFree=114647204/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=18975048 memory=65876 CPUtime=0.32 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 7325 0 0 0 29 3 0 0 20 0 18 0 140656493 19430449152 16469 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4743762 16469 5699 1 0 551508 0
[pid=704428/tid=704430] ppid=704425 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) R 704425 704428 703685 0 -1 4194368 5825 0 0 0 18 2 0 0 20 0 18 0 140656493 19430449152 16469 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=18975048 memory=3711 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140656498 19430449152 16469 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140656498 19430449152 16469 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65876 KiB

[startup+0.318198 s]*
/proc/loadavg: 3.85 3.89 4.09 6/313 704446
/proc/meminfo: memFree=114643840/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=18975048 memory=69052 CPUtime=0.5 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 7647 0 0 0 47 3 0 0 20 0 18 0 140656493 19430449152 17263 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4743762 17263 5704 1 0 551712 0
[pid=704428/tid=704430] ppid=704425 vsize=18975048 memory=-8816753294221681340 CPUtime=0.29 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) S 704425 704428 703685 0 -1 1077936192 6013 0 0 0 27 2 0 0 20 0 18 0 140656493 19430449152 17263 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140656498 19430449152 17263 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140656498 19430449152 17263 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69052 KiB

[startup+0.701031 s]
/proc/loadavg: 3.85 3.89 4.09 7/313 704446
/proc/meminfo: memFree=114622156/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19041612 memory=168552 CPUtime=1.21 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 9369 0 0 0 114 7 0 0 20 0 19 0 140656493 19498610688 42138 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4760403 42138 5820 1 0 553088 0
[pid=704428/tid=704430] ppid=704425 vsize=19041612 memory=5616 CPUtime=0.62 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) R 704425 704428 703685 0 -1 4194368 6092 0 0 0 57 5 0 0 20 0 19 0 140656493 19498610688 42138 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 42138 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 42138 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 168552 KiB

[startup+1.50104 s]
/proc/loadavg: 3.85 3.89 4.09 6/314 704447
/proc/meminfo: memFree=114130640/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19041612 memory=1916008 CPUtime=2.73 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 22217 0 0 0 228 45 0 0 20 0 19 0 140656493 19498610688 479002 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4760403 479002 5852 1 0 1129609 0
[pid=704428/tid=704430] ppid=704425 vsize=19041612 memory=11884 CPUtime=1.36 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) R 704425 704428 703685 0 -1 4194368 6924 0 0 0 96 40 0 0 20 0 19 0 140656493 19498610688 479002 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 479002 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 479002 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1916008 KiB

[startup+3.1134 s]
/proc/loadavg: 3.95 3.91 4.09 5/314 704447
/proc/meminfo: memFree=111146232/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19041612 memory=3551420 CPUtime=4.85 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 23395 0 0 0 408 77 0 0 20 0 19 0 140656493 19498610688 887855 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4760403 887855 5852 1 0 1129625 0
[pid=704428/tid=704430] ppid=704425 vsize=19041612 memory=0 CPUtime=2.91 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) R 704425 704428 703685 0 -1 4194368 7761 0 0 0 220 71 0 0 20 0 19 0 140656493 19498610688 887855 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 887855 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19041612 memory=2377864 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 887855 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 4.85 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3551420 KiB

[startup+6.30044 s]
/proc/loadavg: 3.95 3.91 4.09 5/314 704447
/proc/meminfo: memFree=110671924/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19041612 memory=4010528 CPUtime=8.2 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 24325 0 0 0 733 87 0 0 20 0 19 0 140656493 19498610688 1002632 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4760403 1002632 5852 1 0 1248716 0
[pid=704428/tid=704430] ppid=704425 vsize=19041612 memory=0 CPUtime=5.84 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) R 704425 704428 703685 0 -1 4194368 8368 0 0 0 503 81 0 0 20 0 19 0 140656493 19498610688 1002632 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19041612 memory=2256240 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 1002632 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19041612 memory=224194199869 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 1002632 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 8.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4010528 KiB

[startup+12.7012 s]
/proc/loadavg: 3.95 3.91 4.09 5/314 704448
/proc/meminfo: memFree=107561260/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19041612 memory=7106348 CPUtime=14.72 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 28034 0 0 0 1322 150 0 0 20 0 19 0 140656493 19498610688 1776587 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4760403 1776587 5852 1 0 2032063 0
[pid=704428/tid=704430] ppid=704425 vsize=19041612 memory=7102252 CPUtime=11.44 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) S 704425 704428 703685 0 -1 1077936192 10636 0 0 0 1003 141 0 0 20 0 19 0 140656493 19498610688 1776587 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19041612 memory=5078056 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 1776587 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19041612 memory=13568197664181039 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 1776587 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 14.72 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 7106348 KiB

[startup+25.5005 s]
/proc/loadavg: 4.11 3.95 4.10 5/314 704451
/proc/meminfo: memFree=106538588/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19041612 memory=8527368 CPUtime=27.73 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 31004 0 0 0 2593 180 0 0 20 0 19 0 140656493 19498610688 2131842 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4760403 2131842 5852 1 0 2606505 0
[pid=704428/tid=704430] ppid=704425 vsize=19041612 memory=7124952 CPUtime=23.25 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) R 704425 704428 703685 0 -1 4194368 12691 0 0 0 2156 169 0 0 20 0 19 0 140656493 19498610688 2131842 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2131842 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2131842 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 27.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 8527368 KiB

[startup+51.1134 s]
/proc/loadavg: 4.07 3.95 4.10 5/314 704456
/proc/meminfo: memFree=104432880/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19041612 memory=10128640 CPUtime=53.5 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 37882 0 0 0 5135 215 0 0 20 0 19 0 140656493 19498610688 2532160 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4760403 2532160 5852 1 0 2781988 0
[pid=704428/tid=704430] ppid=704425 vsize=19041612 memory=0 CPUtime=47.14 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) R 704425 704428 703685 0 -1 4194368 16106 0 0 0 4514 200 0 0 20 0 19 0 140656493 19498610688 2532160 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19041612 memory=7106348 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2532160 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19041612 memory=3551420 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2532160 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 53.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 10128640 KiB

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

# cumulated CPU time of all completed processes:  user=92.2498 s, system=2.28337 s

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

[startup+51.201 s]
/proc/loadavg: 4.07 3.95 4.10 5/314 704456
/proc/meminfo: memFree=104432880/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19041612 memory=10130688 CPUtime=53.59 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 37888 0 0 0 5144 215 0 0 20 0 19 0 140656493 19498610688 2532672 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4760403 2532672 5852 1 0 2781988 0
[pid=704428/tid=704430] ppid=704425 vsize=19041612 memory=9901020 CPUtime=47.18 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) S 704425 704428 703685 0 -1 1077936192 16110 0 0 0 4518 200 0 0 20 0 19 0 140656493 19498610688 2532672 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19041612 memory=11580 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2532672 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19041612 memory=5636 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2532672 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 53.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 10130688 KiB

[startup+76.8004 s]
/proc/loadavg: 4.11 3.97 4.10 5/314 704460
/proc/meminfo: memFree=104340884/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19041612 memory=10176980 CPUtime=79.19 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 39641 0 0 0 7699 220 0 0 20 0 19 0 140656493 19498610688 2544245 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4760403 2544245 5852 1 0 2781988 0
[pid=704428/tid=704430] ppid=704425 vsize=19041612 memory=10159844 CPUtime=71.07 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) R 704425 704428 703685 0 -1 4194368 17340 0 0 0 6906 201 0 0 20 0 19 0 140656493 19498610688 2544245 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19041612 memory=10134784 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2544245 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19041612 memory=10157796 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2544245 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 79.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 10176980 KiB

[startup+83.2004 s]
/proc/loadavg: 4.17 3.99 4.10 5/314 704461
/proc/meminfo: memFree=104325820/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19041612 memory=10183360 CPUtime=85.63 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 40334 0 0 0 8342 221 0 0 20 0 19 0 140656493 19498610688 2545840 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4760403 2545840 5852 1 0 2781988 0
[pid=704428/tid=704430] ppid=704425 vsize=19041612 memory=10172632 CPUtime=77.29 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) R 704425 704428 703685 0 -1 4194368 17979 0 0 0 7528 201 0 0 20 0 19 0 140656493 19498610688 2545840 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19041612 memory=-8816753294221681340 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2545840 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19041612 memory=10181312 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2545840 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 85.63 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 10183360 KiB

[startup+86.4004 s]
/proc/loadavg: 4.17 3.99 4.10 5/314 704461
/proc/meminfo: memFree=104319312/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19041612 memory=10185856 CPUtime=88.83 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 40663 0 0 0 8661 222 0 0 20 0 19 0 140656493 19498610688 2546464 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4760403 2546464 5852 1 0 2781988 0
[pid=704428/tid=704430] ppid=704425 vsize=19041612 memory=10181312 CPUtime=80.29 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) R 704425 704428 703685 0 -1 4194368 18238 0 0 0 7828 201 0 0 20 0 19 0 140656493 19498610688 2546464 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19041612 memory=11580 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2546464 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19041612 memory=10181312 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2546464 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 88.83 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 10185856 KiB

[startup+89.607 s]
/proc/loadavg: 4.15 3.99 4.10 6/314 704461
/proc/meminfo: memFree=104313084/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19041612 memory=10189952 CPUtime=92.05 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 40947 0 0 0 8982 223 0 0 20 0 19 0 140656493 19498610688 2547488 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4760403 2547488 5852 1 0 2781988 0
[pid=704428/tid=704430] ppid=704425 vsize=19041612 memory=10168536 CPUtime=83.38 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) S 704425 704428 703685 0 -1 1077936192 18494 0 0 0 8137 201 0 0 20 0 19 0 140656493 19498610688 2547488 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19041612 memory=35176 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2547488 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2547488 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 92.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 10189952 KiB

[startup+90.4004 s]
/proc/loadavg: 4.15 3.99 4.10 5/314 704463
/proc/meminfo: memFree=104310952/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19041612 memory=10189952 CPUtime=92.84 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 41075 0 0 0 9061 223 0 0 20 0 19 0 140656493 19498610688 2547488 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4760403 2547488 5852 1 0 2781988 0
[pid=704428/tid=704430] ppid=704425 vsize=19041612 memory=10183360 CPUtime=84.13 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) R 704425 704428 703685 0 -1 4194368 18622 0 0 0 8212 201 0 0 20 0 19 0 140656493 19498610688 2547488 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19041612 memory=10189952 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2547488 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19041612 memory=10162076 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2547488 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 92.84 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 10189952 KiB

[startup+90.801 s]
/proc/loadavg: 4.15 3.99 4.10 5/314 704463
/proc/meminfo: memFree=104310952/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19041612 memory=10190088 CPUtime=93.48 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 44131 0 0 0 9124 224 0 0 20 0 19 0 140656493 19498610688 2547522 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4760403 2547522 5852 1 0 2782020 0
[pid=704428/tid=704430] ppid=704425 vsize=19041612 memory=18632 CPUtime=84.54 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) R 704425 704428 703685 0 -1 4194368 19829 0 0 0 8252 202 0 0 20 0 19 0 140656493 19498610688 2547522 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19041612 memory=20312 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2547522 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19041612 memory=5524 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 19 0 140656498 19498610688 2547522 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 93.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 10190088 KiB

[startup+91.201 s]
/proc/loadavg: 4.15 3.99 4.10 8/314 704463
/proc/meminfo: memFree=104305456/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19108176 memory=10191156 CPUtime=94.26 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 47470 0 0 0 9202 224 0 0 20 0 20 0 140656493 19566772224 2547789 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4777044 2547789 5890 1 0 2782437 0
[pid=704428/tid=704430] ppid=704425 vsize=19108176 memory=11884 CPUtime=84.91 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) R 704425 704428 703685 0 -1 4194368 21525 0 0 0 8289 202 0 0 20 0 20 0 140656493 19566772224 2547789 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19108176 memory=5616 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140656498 19566772224 2547789 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19108176 memory=2548 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 20 0 140656498 19566772224 2547789 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 94.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10191156 KiB

[startup+91.303 s]
/proc/loadavg: 4.15 3.99 4.10 8/314 704463
/proc/meminfo: memFree=104305456/131655788 swapFree=131071996/131071996
[pid=704428] ppid=704425 vsize=19175768 memory=10191244 CPUtime=94.46 cores=1,3
/proc/704428/stat : 704428 (java) S 704425 704428 703685 0 -1 1077936128 47625 0 0 0 9222 224 0 0 20 0 22 0 140656493 19635986432 2547811 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
/proc/704428/statm: 4793942 2547811 5890 1 0 2783000 0
[pid=704428/tid=704430] ppid=704425 vsize=19175768 memory=11580 CPUtime=85.02 cores=1,3
/proc/704428/task/704430/stat : 704430 (java) S 704425 704428 703685 0 -1 1077936192 21639 0 0 0 8300 202 0 0 20 0 22 0 140656493 19635986432 2547811 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704439] ppid=704425 vsize=19175768 memory=10164252 CPUtime=0 cores=1,3
/proc/704428/task/704439/stat : 704439 (Finalizer) S 704425 704428 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 140656498 19635986432 2547811 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
[pid=704428/tid=704446] ppid=704425 vsize=19175768 memory=11580 CPUtime=0 cores=1,3
/proc/704428/task/704446/stat : 704446 (Common-Cleaner) S 704425 704428 703685 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 22 0 140656498 19635986432 2547811 134679101440 94502322696192 94502322699888 140734944961968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94502322707704 94502322708496 94502353362944 140734944969705 140734944969813 140734944969813 140734944976840 0
Current children cumulated CPU time: 94.46 s
Current children cumulated vsize: 19175768 KiB
Current children cumulated memory: 10191244 KiB

Child status: 1

Real time (s): 91.3622
CPU time (s): 94.5331
CPU user time (s): 92.2498
CPU system time (s): 2.28337
CPU usage (%): 103.471
Max. virtual memory (cumulated for all children) (KiB): 19175768
Max. memory (cumulated for all children) (KiB): 10191244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.2498
system time used= 2.28337
maximum resident set size= 10192412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47861
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= 6708
involuntary context switches= 766


# summary of solver processes directly reported to runsolver:
#   pid: 704428
#   total CPU time (s): 94.5331
#   total CPU user time (s): 92.2498
#   total CPU system time (s): 2.28337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.455635 second user time and 1.056 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-13 17:36:56
IDJOB=4424627
IDBENCH=143880
IDSOLVER=3036
FILE ID=nodeC003/4424627-1720885003
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-celar7-sub3_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424627-1720885003/watcher-4424627-1720885003 -o /tmp/evaluation-result-4424627-1720885003/solver-4424627-1720885003 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1720884932-703697 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424627-1720885003.wbo

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

MD5SUM BENCH= ab58973f8a134afc7bedbaa01ab0bdb8
RANDOM SEED=1114567266

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		: 3565.691
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.932
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.229
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		: 1696.057
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		: 3589.785
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		: 3552.301
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.340
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:        114693144 kB
MemAvailable:   114671092 kB
Buffers:          328724 kB
Cached:           498108 kB
SwapCached:            0 kB
Active:           499200 kB
Inactive:       15935292 kB
Active(anon):       1452 kB
Inactive(anon): 15643944 kB
Active(file):     497748 kB
Inactive(file):   291348 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             10300 kB
Writeback:             8 kB
AnonPages:      15607784 kB
Mapped:           121612 kB
Shmem:             37704 kB
KReclaimable:      57768 kB
Slab:             147316 kB
SReclaimable:      57768 kB
SUnreclaim:        89548 kB
KernelStack:        4736 kB
PageTables:        40716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   19575212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45632 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15304704 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= 723724 MiB
End job on nodeC003 at 2024-07-13 17:38:27