Trace number 4424587

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? 113.367 108.634

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl--soft-33-100-0.wbo
MD5SUM83ab53751f0d079b369ec7d5616a78bc
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark302.218
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables109757
Total number of constraints313451
Number of soft constraints210179
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 10622405
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 10622404
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.15	c version CUSTOM.v20240707
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2113181440
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2122317824
0.11/0.19	c Number of processors 	2
0.39/0.35	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.35	 - never skip resolution steps
0.39/0.35	 - Auto-division on coefficients is disabled
0.39/0.35	 - No postprocessing
0.39/0.35	 - Conflict is considered as is when resolving
0.39/0.35	 - Use constraints as they come during conflict analysis
0.39/0.35	 - Weaken first using unassigned literals
0.39/0.35	 - Bump strategy: ALWAYS_ONE
0.39/0.35	 - Bumper: EFFECTIVE
0.39/0.35	--- Begin Solver configuration ---
0.39/0.35	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.39/0.35	Learn all clauses as in MiniSAT
0.39/0.35	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.35	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.35	No reason simplification
0.39/0.35	Dynamic restart strategy considering the size of the coefficients
0.39/0.35	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.39/0.35	timeout=2147483s
0.39/0.35	DB Simplification allowed=false
0.39/0.35	Listener: none
0.39/0.35	--- End Solver configuration ---
0.39/0.35	c Pseudo Boolean Optimization by upper bound
0.39/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.35	c  - never skip resolution steps
0.39/0.35	c  - Auto-division on coefficients is disabled
0.39/0.35	c  - No postprocessing
0.39/0.35	c  - Conflict is considered as is when resolving
0.39/0.35	c  - Use constraints as they come during conflict analysis
0.39/0.35	c  - Weaken first using unassigned literals
0.39/0.35	c  - Bump strategy: ALWAYS_ONE
0.39/0.35	c  - Bumper: EFFECTIVE
0.39/0.35	c --- Begin Solver configuration ---
0.39/0.35	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.39/0.35	c Learn all clauses as in MiniSAT
0.39/0.35	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.35	c No reason simplification
0.39/0.35	c Dynamic restart strategy considering the size of the coefficients
0.39/0.35	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.39/0.35	c timeout=2147483s
0.39/0.35	c DB Simplification allowed=false
0.39/0.35	c Listener: none
0.39/0.35	c --- End Solver configuration ---
0.39/0.35	c solving HOME/instance-4424587-1720878140.wbo
0.39/0.36	c reading problem ... 
112.21/108.11	c ... done. Wall clock time 107.753s.
112.21/108.11	c declared #vars     109757
112.21/108.11	c internal #vars     319936
112.21/108.11	c #constraints  313452
112.21/108.11	c constraints type 
112.21/108.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 65318
112.21/108.11	c org.sat4j.specs.Constr$1 => 1
112.21/108.11	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 17522
112.21/108.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 230611
112.21/108.11	c 313452 constraints processed.
112.40/108.13	c objective function length is 210179 literals
113.14/108.58	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 211067 out of bounds for length 109758
113.14/108.58		at org.sat4j.pb.lcds.AbstractLBDComputerStrategy.computeLBD(AbstractLBDComputerStrategy.java:32)
113.14/108.58		at org.sat4j.pb.lcds.PBGlucoseLCDS.computeLBD(PBGlucoseLCDS.java:98)
113.14/108.58		at org.sat4j.minisat.core.GlucoseLCDS.onClauseLearning(GlucoseLCDS.java:116)
113.14/108.58		at org.sat4j.minisat.core.Glucose2LCDS.onClauseLearning(Glucose2LCDS.java:35)
113.14/108.58		at org.sat4j.pb.core.PBSolverCP.analyzeCP(PBSolverCP.java:231)
113.14/108.58		at org.sat4j.pb.core.PBSolverCP.analyze(PBSolverCP.java:163)
113.14/108.58		at org.sat4j.minisat.core.Solver.search(Solver.java:1338)
113.14/108.58		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1903)
113.14/108.58		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:106)
113.14/108.58		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:180)
113.14/108.58		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:173)
113.14/108.58		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:141)
113.14/108.58		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:323)
113.14/108.58		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:267)
113.14/108.58		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:118)
113.14/108.59	c starts		: 1
113.14/108.59	c conflicts		: 1
113.14/108.59	c decisions		: 211067
113.14/108.59	c propagations		: 290178
113.14/108.59	c inspects		: 436133
113.14/108.59	c shortcuts		: 0
113.14/108.59	c learnt literals	: 0
113.14/108.59	c learnt binary clauses	: 0
113.14/108.59	c learnt ternary clauses	: 0
113.14/108.59	c learnt constraints	: 0
113.14/108.59	c ignored constraints	: 0
113.14/108.59	c root simplifications	: 0
113.14/108.59	c removed literals (reason simplification)	: 0
113.14/108.59	c reason swapping (by a shorter reason)	: 0
113.14/108.59	c Calls to reduceDB	: 0
113.14/108.59	c Number of update (reduction) of LBD	: 0
113.14/108.59	c Imported unit clauses	: 0
113.14/108.59	c No decision after first conflict	: true
113.14/108.59	c number of reductions to clauses (during analyze)	: 0
113.14/108.59	c number of learned constraints concerned by reduction	: 0
113.14/108.59	c number of learning phase by resolution	: 0
113.14/108.59	c number of learning phase by cutting planes	: 0
113.14/108.59	c number of rounding to 1 operations	: 0
113.14/108.59	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
113.14/108.59	c number of reductions of the coefficients by power 2 	: 0
113.14/108.59	c number of right shift for reduction by power 2 	: 0
113.14/108.59	c number of reductions of the coefficients by GCD over coefficients 	: 0
113.14/108.59	c number of ending skipping 	: 0
113.14/108.59	c number of internal skipping 	: 0
113.14/108.59	c number of derivation steps 	: 9
113.14/108.59	c number of skipped derivation steps 	: 0
113.14/108.59	c number of remaining unassigned 	: 0
113.14/108.59	c number of remaining assigned 	: 0
113.14/108.59	c number of falsified literals weakened from reason	: 0
113.14/108.59	c number of falsified literals weakened from conflict	: 0
113.14/108.59	c time for arithmetic operations	: 0
113.14/108.59	c minimum degree of deleted constraints	: null
113.14/108.59	c maximum degree of deleted constraints	: null
113.14/108.59	c number of deleted constraints	: 0
113.14/108.60	c speed (assignments/second)	: 777957.1045576407
113.14/108.60	c non guided choices	: 888
113.14/108.60	s UNKNOWN
113.14/108.60	c Total wall clock time (in seconds): 108.241

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424587-1720878140/watcher-4424587-1720878140 -o /tmp/evaluation-result-4424587-1720878140/solver-4424587-1720878140 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720877760-700189 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424587-1720878140.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=704768, runsolver pid=704765

[startup+0.100488 s]*
/proc/loadavg: 4.17 4.47 4.33 6/317 704786
/proc/meminfo: memFree=120759228/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=18975048 memory=55968 CPUtime=0.11 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 6571 0 0 0 9 2 0 0 20 0 18 0 139972833 19430449152 13992 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4743762 13992 5552 1 0 550876 0
[pid=704768/tid=704770] ppid=704765 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 4194368 5478 0 0 0 7 1 0 0 20 0 18 0 139972833 19430449152 13992 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139972836 19430449152 14039 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=18975048 memory=14412639824552292 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139972837 19430449152 14039 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55968 KiB

[startup+0.221413 s]*
/proc/loadavg: 4.17 4.47 4.33 8/317 704786
/proc/meminfo: memFree=120750312/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=18975048 memory=64680 CPUtime=0.26 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 7257 0 0 0 23 3 0 0 20 0 18 0 139972833 19430449152 16170 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4743762 16170 5560 1 0 551429 0
[pid=704768/tid=704770] ppid=704765 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 4194368 5753 0 0 0 17 2 0 0 20 0 18 0 139972833 19430449152 16170 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=18975048 memory=19017 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139972836 19430449152 16170 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139972837 19430449152 16170 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64680 KiB

[startup+0.315085 s]*
/proc/loadavg: 4.17 4.47 4.33 7/317 704786
/proc/meminfo: memFree=120749064/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=18975048 memory=66628 CPUtime=0.39 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 7538 0 0 0 35 4 0 0 20 0 18 0 139972833 19430449152 16657 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4743762 16657 5747 1 0 551625 0
[pid=704768/tid=704770] ppid=704765 vsize=18975048 memory=-8815624095779955388 CPUtime=0.26 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 1077936192 5919 0 0 0 24 2 0 0 20 0 18 0 139972833 19430449152 16657 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139972836 19430449152 16657 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139972837 19430449152 16657 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66628 KiB

[startup+0.7003 s]
/proc/loadavg: 4.17 4.47 4.33 6/318 704787
/proc/meminfo: memFree=120650900/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=19041612 memory=376892 CPUtime=0.9 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 8989 0 0 0 78 12 0 0 20 0 19 0 139972833 19498610688 94223 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4760403 94223 5763 1 0 1404214 0
[pid=704768/tid=704770] ppid=704765 vsize=19041612 memory=5468 CPUtime=0.57 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) S 704765 704768 697934 0 -1 1077936192 6160 0 0 0 48 9 0 0 20 0 19 0 139972833 19498610688 94223 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=19041612 memory=12020 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139972836 19498610688 94223 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139972837 19498610688 94223 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 376892 KiB

[startup+1.50748 s]
/proc/loadavg: 4.17 4.47 4.33 5/318 704787
/proc/meminfo: memFree=119807340/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=19041612 memory=2082420 CPUtime=2.17 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 16651 0 0 0 170 47 0 0 20 0 19 0 139972833 19498610688 520605 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4760403 520605 5863 1 0 1407552 0
[pid=704768/tid=704770] ppid=704765 vsize=19041612 memory=12020 CPUtime=1.35 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 4194368 6978 0 0 0 92 43 0 0 20 0 19 0 139972833 19498610688 520605 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139972836 19498610688 520605 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139972837 19498610688 520605 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 2.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2082420 KiB

[startup+3.11331 s]
/proc/loadavg: 4.23 4.48 4.34 5/318 704787
/proc/meminfo: memFree=117162592/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=19041612 memory=3646156 CPUtime=4.44 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 23077 0 0 0 367 77 0 0 20 0 19 0 139972833 19498610688 911539 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4760403 911539 5863 1 0 1410873 0
[pid=704768/tid=704770] ppid=704765 vsize=19041612 memory=0 CPUtime=2.92 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 4194368 7724 0 0 0 221 71 0 0 20 0 19 0 139972833 19498610688 911539 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=19041612 memory=12020 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139972836 19498610688 911539 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=19041612 memory=2100380 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139972837 19498610688 911539 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 4.44 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3646156 KiB

[startup+6.30044 s]
/proc/loadavg: 4.23 4.48 4.34 5/318 704787
/proc/meminfo: memFree=117143588/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=19041612 memory=3663016 CPUtime=7.66 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 23449 0 0 0 688 78 0 0 20 0 19 0 139972833 19498610688 915754 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4760403 915754 5863 1 0 1410890 0
[pid=704768/tid=704770] ppid=704765 vsize=19041612 memory=0 CPUtime=5.99 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 4194368 8077 0 0 0 527 72 0 0 20 0 19 0 139972833 19498610688 915754 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=19041612 memory=2098004 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139972836 19498610688 915754 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=19041612 memory=224194199869 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139972837 19498610688 915754 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 7.66 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3663016 KiB

[startup+12.7004 s]
/proc/loadavg: 4.36 4.50 4.34 5/318 704788
/proc/meminfo: memFree=117130820/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=19041612 memory=3677636 CPUtime=14.23 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 24331 0 0 0 1343 80 0 0 20 0 19 0 139972833 19498610688 919409 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4760403 919409 5879 1 0 1410890 0
[pid=704768/tid=704770] ppid=704765 vsize=19041612 memory=3673540 CPUtime=12.14 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 4194368 8814 0 0 0 1142 72 0 0 20 0 19 0 139972833 19498610688 919409 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=19041612 memory=3673540 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139972836 19498610688 919409 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=19041612 memory=14691920022604937 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139972837 19498610688 919409 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 14.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3677636 KiB

[startup+25.5005 s]
/proc/loadavg: 4.30 4.48 4.34 5/318 704790
/proc/meminfo: memFree=117101848/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=19041612 memory=3702872 CPUtime=27.32 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 28081 0 0 0 2650 82 0 0 20 0 19 0 139972833 19498610688 925718 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4760403 925718 5879 1 0 1410897 0
[pid=704768/tid=704770] ppid=704765 vsize=19041612 memory=3694504 CPUtime=24.39 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 4194368 10766 0 0 0 2367 72 0 0 20 0 19 0 139972833 19498610688 925718 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139972836 19498610688 925718 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139972837 19498610688 925718 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 27.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3702872 KiB

[startup+51.1136 s]
/proc/loadavg: 4.20 4.44 4.33 7/318 704794
/proc/meminfo: memFree=117045796/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=19041612 memory=3746268 CPUtime=53.42 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 33027 0 0 0 5255 87 0 0 20 0 19 0 139972833 19498610688 936567 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4760403 936567 5879 1 0 1410897 0
[pid=704768/tid=704770] ppid=704765 vsize=19041612 memory=0 CPUtime=49.03 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 4194368 13391 0 0 0 4830 73 0 0 20 0 19 0 139972833 19498610688 936567 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=19041612 memory=3677636 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139972836 19498610688 936567 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=19041612 memory=3646156 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139972837 19498610688 936567 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 53.42 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3746268 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 4.40 4.32 7/318 704803
/proc/meminfo: memFree=116041660/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=19041612 memory=4726668 CPUtime=106.38 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 45239 0 0 0 10524 114 0 0 20 0 19 0 139972833 19498610688 1181667 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4760403 1181667 5879 1 0 1644887 0
[pid=704768/tid=704770] ppid=704765 vsize=19041612 memory=-8815624095779955388 CPUtime=98.53 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 4194368 18286 0 0 0 9761 92 0 0 20 0 19 0 139972833 19498610688 1181667 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=19041612 memory=4718140 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139972836 19498610688 1181667 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=19041612 memory=4709948 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 93 0 0 0 0 0 0 0 20 0 19 0 139972837 19498610688 1181667 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 106.38 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4726668 KiB

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

# cumulated CPU time of all completed processes:  user=112.184 s, system=1.18255 s

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

[startup+102.401 s]
/proc/loadavg: 4.23 4.40 4.32 7/318 704803
/proc/meminfo: memFree=116041660/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=19041612 memory=4726668 CPUtime=106.5 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 45240 0 0 0 10536 114 0 0 20 0 19 0 139972833 19498610688 1181667 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4760403 1181667 5879 1 0 1644887 0
[pid=704768/tid=704770] ppid=704765 vsize=19041612 memory=35540 CPUtime=98.61 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 4194368 18286 0 0 0 9769 92 0 0 20 0 19 0 139972833 19498610688 1181667 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=19041612 memory=-8815624095779955388 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139972836 19498610688 1181667 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=19041612 memory=5624 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 93 0 0 0 0 0 0 0 20 0 19 0 139972837 19498610688 1181667 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 106.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4726668 KiB

[startup+105.6 s]
/proc/loadavg: 4.23 4.40 4.32 5/318 704803
/proc/meminfo: memFree=116039592/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=19041612 memory=4728716 CPUtime=109.77 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 46034 0 0 0 10863 114 0 0 20 0 19 0 139972833 19498610688 1182179 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4760403 1182179 5879 1 0 1644887 0
[pid=704768/tid=704770] ppid=704765 vsize=19041612 memory=2268 CPUtime=101.7 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 4194368 18863 0 0 0 10078 92 0 0 20 0 19 0 139972833 19498610688 1182179 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=19041612 memory=-8815624095779955388 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139972836 19498610688 1182179 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=19041612 memory=4724564 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 93 0 0 0 0 0 0 0 20 0 19 0 139972837 19498610688 1182179 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 109.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4728716 KiB

[startup+107.2 s]
/proc/loadavg: 4.21 4.39 4.32 5/318 704804
/proc/meminfo: memFree=116035448/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=19041612 memory=4730780 CPUtime=111.38 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 47857 0 0 0 11023 115 0 0 20 0 19 0 139972833 19498610688 1182695 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4760403 1182695 5879 1 0 1644887 0
[pid=704768/tid=704770] ppid=704765 vsize=19041612 memory=11508 CPUtime=103.11 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 4194368 19038 0 0 0 10219 92 0 0 20 0 19 0 139972833 19498610688 1182695 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=19041612 memory=35540 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139972836 19498610688 1182695 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=19041612 memory=12020 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 93 0 0 0 0 0 0 0 20 0 19 0 139972837 19498610688 1182695 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 111.38 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4730780 KiB

[startup+108 s]*
/proc/loadavg: 4.21 4.39 4.32 5/318 704804
/proc/meminfo: memFree=116035364/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=19041612 memory=4730816 CPUtime=112.21 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 47892 0 0 0 11106 115 0 0 20 0 19 0 139972833 19498610688 1182704 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4760403 1182704 5879 1 0 1644887 0
[pid=704768/tid=704770] ppid=704765 vsize=19041612 memory=-8815624095779955388 CPUtime=103.89 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 4194368 19050 0 0 0 10297 92 0 0 20 0 19 0 139972833 19498610688 1182704 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=19041612 memory=3689349901432651859 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139972836 19498610688 1182704 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=19041612 memory=4724516 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 93 0 0 0 0 0 0 0 20 0 19 0 139972837 19498610688 1182704 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 112.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4730816 KiB

[startup+108.4 s]
/proc/loadavg: 4.21 4.39 4.32 5/318 704804
/proc/meminfo: memFree=116035364/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=19108176 memory=4732016 CPUtime=112.94 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 52818 0 0 0 11178 116 0 0 20 0 20 0 139972833 19566772224 1183004 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4777044 1183004 5917 1 0 1645365 0
[pid=704768/tid=704770] ppid=704765 vsize=19108176 memory=2268 CPUtime=104.27 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) R 704765 704768 697934 0 -1 4194368 22107 0 0 0 10335 92 0 0 20 0 20 0 139972833 19566772224 1183004 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=19108176 memory=1824 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139972836 19566772224 1183004 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=19108176 memory=32736 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 93 0 0 0 0 0 0 0 20 0 20 0 139972837 19566772224 1183004 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 112.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4732016 KiB

[startup+108.6 s]
/proc/loadavg: 4.21 4.39 4.32 5/318 704804
/proc/meminfo: memFree=116035364/131655788 swapFree=131071996/131071996
[pid=704768] ppid=704765 vsize=19241304 memory=4732544 CPUtime=113.33 cores=0,2
/proc/704768/stat : 704768 (java) S 704765 704768 697934 0 -1 1077936128 53198 0 0 0 11217 116 0 0 20 0 20 0 139972833 19703095296 1183136 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
/proc/704768/statm: 4810326 1183136 5917 1 0 1645981 0
[pid=704768/tid=704770] ppid=704765 vsize=19241304 memory=7600 CPUtime=104.46 cores=0,2
/proc/704768/task/704770/stat : 704770 (java) S 704765 704768 697934 0 -1 1077936192 22237 0 0 0 10354 92 0 0 20 0 20 0 139972833 19703095296 1183136 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704779] ppid=704765 vsize=19241304 memory=30384 CPUtime=0 cores=0,2
/proc/704768/task/704779/stat : 704779 (Finalizer) S 704765 704768 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139972836 19703095296 1183136 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
[pid=704768/tid=704786] ppid=704765 vsize=19241304 memory=3664 CPUtime=0 cores=0,2
/proc/704768/task/704786/stat : 704786 (Common-Cleaner) S 704765 704768 697934 0 -1 1077936192 93 0 0 0 0 0 0 0 20 0 20 0 139972837 19703095296 1183136 134679101440 94918949969920 94918949973616 140720876858576 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94918949981432 94918949982224 94918964146176 140720876860379 140720876860487 140720876860487 140720876867528 0
Current children cumulated CPU time: 113.33 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 4732544 KiB

Child status: 1

Real time (s): 108.634
CPU time (s): 113.367
CPU user time (s): 112.184
CPU system time (s): 1.18255
CPU usage (%): 104.356
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 4732544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.184
system time used= 1.18255
maximum resident set size= 4733508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53351
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10603
involuntary context switches= 1146


# summary of solver processes directly reported to runsolver:
#   pid: 704768
#   total CPU time (s): 113.367
#   total CPU user time (s): 112.184
#   total CPU system time (s): 1.18255

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.510369 second user time and 1.26259 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-13 15:42:33
IDJOB=4424587
IDBENCH=143431
IDSOLVER=3036
FILE ID=nodeC006/4424587-1720878140
RUNJOBID= nodeC006-1720877760-700189
SLURM_JOB_ID= 7483754
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424587-1720878140/watcher-4424587-1720878140 -o /tmp/evaluation-result-4424587-1720878140/solver-4424587-1720878140 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720877760-700189 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424587-1720878140.wbo

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

MD5SUM BENCH= 83ab53751f0d079b369ec7d5616a78bc
RANDOM SEED=1413342240

nodeC006.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		: 3491.972
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.94
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		: 3665.457
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.26
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		: 3492.055
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.94
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.360
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.26
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		: 3670.549
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.94
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		: 3593.083
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.26
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.379
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.94
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.251
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.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        120794652 kB
MemAvailable:   120698880 kB
Buffers:          321368 kB
Cached:           431932 kB
SwapCached:            0 kB
Active:           479176 kB
Inactive:        9866200 kB
Active(anon):       1468 kB
Inactive(anon):  9628288 kB
Active(file):     477708 kB
Inactive(file):   237912 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             13424 kB
Writeback:            52 kB
AnonPages:       9591784 kB
Mapped:           121020 kB
Shmem:             37704 kB
KReclaimable:      57276 kB
Slab:             146408 kB
SReclaimable:      57276 kB
SUnreclaim:        89132 kB
KernelStack:        4816 kB
PageTables:        29076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12199528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45888 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9267200 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:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC006 at 2024-07-13 15:44:22