Trace number 4450201

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12UNSAT 56.0654 45.3932

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l050-r049-n1.cnf-extracted.pb.metafix.opb
MD5SUM0ab1d1ac5ce007d31736a39209d4d68d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.483629
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3738
Total number of constraints8839
Number of constraints which are clauses4174
Number of constraints which are cardinality constraints (but not clauses)4665
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.15/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.15/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.12	c See www.sat4j.org for details.
0.15/0.13	c version CUSTOM.v20240707
0.15/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.15	c java.vm.version	22.0.1+8-16
0.15/0.15	c java.vm.vendor	Oracle Corporation
0.15/0.15	c sun.arch.data.model	64
0.15/0.15	c java.version		22.0.1
0.15/0.15	c os.name		Linux
0.15/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.15/0.15	c os.arch		amd64
0.15/0.16	c Free memory 		2115194816
0.15/0.17	c Max memory 		16282288128
0.15/0.17	c Total memory 		2122317824
0.15/0.17	c Number of processors 	2
0.32/0.33	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.33	 - never skip resolution steps
0.32/0.33	 - Auto-division on coefficients is disabled
0.32/0.33	 - No postprocessing
0.32/0.33	 - Conflict is considered as is when resolving
0.32/0.33	 - Use constraints as they come during conflict analysis
0.32/0.33	 - Weaken first using unassigned literals
0.32/0.33	 - Bump strategy: ALWAYS_ONE
0.32/0.33	 - Bumper: EFFECTIVE
0.32/0.33	--- Begin Solver configuration ---
0.32/0.33	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.33	Learn all clauses as in MiniSAT
0.32/0.33	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.33	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.33	No reason simplification
0.32/0.33	Dynamic restart strategy considering the size of the coefficients
0.32/0.33	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.33	timeout=2147483s
0.32/0.33	DB Simplification allowed=false
0.32/0.33	Listener: none
0.32/0.33	--- End Solver configuration ---
0.51/0.34	c Pseudo Boolean Optimization by upper bound
0.51/0.34	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.51/0.34	c  - never skip resolution steps
0.51/0.34	c  - Auto-division on coefficients is disabled
0.51/0.34	c  - No postprocessing
0.51/0.34	c  - Conflict is considered as is when resolving
0.51/0.34	c  - Use constraints as they come during conflict analysis
0.51/0.34	c  - Weaken first using unassigned literals
0.51/0.34	c  - Bump strategy: ALWAYS_ONE
0.51/0.34	c  - Bumper: EFFECTIVE
0.51/0.34	c --- Begin Solver configuration ---
0.51/0.34	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.51/0.34	c Learn all clauses as in MiniSAT
0.51/0.34	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.51/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.51/0.34	c No reason simplification
0.51/0.34	c Dynamic restart strategy considering the size of the coefficients
0.51/0.34	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.51/0.34	c timeout=2147483s
0.51/0.34	c DB Simplification allowed=false
0.51/0.34	c Listener: none
0.51/0.34	c --- End Solver configuration ---
0.51/0.34	c solving HOME/instance-4450201-1721406595.opb
0.51/0.34	c reading problem ... 
0.51/0.34	c  no objective function found
1.15/0.75	c ... done. Wall clock time 0.405s.
1.15/0.76	c declared #vars     3738
1.15/0.76	c #constraints  8839
1.15/0.76	c constraints type 
1.15/0.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2928
1.15/0.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4665
1.15/0.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1246
1.15/0.76	c 8839 constraints processed.
7.02/4.08	c cleaning 2494 clauses out of 5000 with flag 0/5000
17.08/10.05	c cleaning 4251 clauses out of 8507 with flag 0/11001
28.98/20.58	c cleaning 5627 clauses out of 11255 with flag 0/18000
44.51/34.99	c cleaning 6811 clauses out of 13629 with flag 0/26001
55.95/45.33	c starts		: 91
55.95/45.33	c conflicts		: 32627
55.95/45.33	c decisions		: 183478
55.95/45.33	c propagations		: 12058353
55.95/45.33	c inspects		: 71671135
55.95/45.33	c shortcuts		: 0
55.95/45.33	c learnt literals	: 0
55.95/45.33	c learnt binary clauses	: 0
55.95/45.33	c learnt ternary clauses	: 761
55.95/45.33	c learnt constraints	: 32626
55.95/45.33	c ignored constraints	: 0
55.95/45.33	c root simplifications	: 0
55.95/45.33	c removed literals (reason simplification)	: 0
55.95/45.33	c reason swapping (by a shorter reason)	: 0
55.95/45.33	c Calls to reduceDB	: 4
55.95/45.33	c Number of update (reduction) of LBD	: 133862
55.95/45.33	c Imported unit clauses	: 0
55.95/45.34	c No decision after first conflict	: false
55.95/45.34	c number of reductions to clauses (during analyze)	: 0
55.95/45.34	c number of learned constraints concerned by reduction	: 0
55.95/45.34	c number of learning phase by resolution	: 0
55.95/45.34	c number of learning phase by cutting planes	: 0
55.95/45.34	c number of rounding to 1 operations	: 0
55.95/45.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
55.95/45.34	c number of reductions of the coefficients by power 2 	: 0
55.95/45.34	c number of right shift for reduction by power 2 	: 0
55.95/45.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
55.95/45.34	c number of ending skipping 	: 0
55.95/45.34	c number of internal skipping 	: 0
55.95/45.34	c number of derivation steps 	: 1595301
55.95/45.34	c number of skipped derivation steps 	: 0
55.95/45.34	c number of remaining unassigned 	: 1123
55.95/45.34	c number of remaining assigned 	: 8985071
55.95/45.34	c number of falsified literals weakened from reason	: 0
55.95/45.34	c number of falsified literals weakened from conflict	: 0
55.95/45.34	c time for arithmetic operations	: 239670100
55.95/45.35	c minimum degree of deleted constraints	: 1
55.95/45.35	c maximum degree of deleted constraints	: 20241518834615545185
55.95/45.35	c number of deleted constraints	: 19183
55.95/45.35	c speed (assignments/second)	: 270457.62027587753
55.95/45.35	c non guided choices	: 12437
55.95/45.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 843
55.95/45.36	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1133
55.95/45.36	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 11467
55.95/45.36	s UNSATISFIABLE
55.95/45.36	c Total wall clock time (in seconds): 45.019

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450201-1721406595/watcher-4450201-1721406595 -o /tmp/evaluation-result-4450201-1721406595/solver-4450201-1721406595 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008281 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450201-1721406595.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=1013015, runsolver pid=1013012

[startup+0.100139 s]*
/proc/loadavg: 4.39 4.27 4.27 6/317 1013033
/proc/meminfo: memFree=116355712/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=18975048 memory=58376 CPUtime=0.15 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 6523 0 0 0 13 2 0 0 20 0 18 0 192815905 19430449152 14594 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4743762 14594 5645 1 0 550925 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 4194368 5473 0 0 0 8 1 0 0 20 0 18 0 192815906 19430449152 14594 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192815909 19430449152 14594 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192815909 19430449152 14594 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58376 KiB

[startup+0.218212 s]*
/proc/loadavg: 4.39 4.27 4.27 5/317 1013033
/proc/meminfo: memFree=116348916/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=18975048 memory=64820 CPUtime=0.32 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 7125 0 0 0 30 2 0 0 20 0 18 0 192815905 19430449152 16205 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4743762 16205 5633 1 0 551468 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 1077936192 5701 0 0 0 18 1 0 0 20 0 18 0 192815906 19430449152 16205 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=18975048 memory=5697 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192815909 19430449152 16205 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192815909 19430449152 16205 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64820 KiB

[startup+0.322141 s]*
/proc/loadavg: 4.39 4.27 4.27 7/317 1013033
/proc/meminfo: memFree=116345608/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=18975048 memory=68044 CPUtime=0.51 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 7430 0 0 0 48 3 0 0 20 0 18 0 192815905 19430449152 17011 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4743762 17011 5650 1 0 551682 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=18975048 memory=-7596830928980372071 CPUtime=0.3 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 4194368 5907 0 0 0 28 2 0 0 20 0 18 0 192815906 19430449152 17011 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192815909 19430449152 17011 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192815909 19430449152 17011 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68044 KiB

[startup+0.70032 s]
/proc/loadavg: 4.39 4.27 4.27 5/317 1013033
/proc/meminfo: memFree=116299208/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=19041612 memory=188588 CPUtime=1.15 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 9334 0 0 0 109 6 0 0 20 0 19 0 192815905 19498610688 47147 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4760403 47147 5847 1 0 553074 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=19041612 memory=5512 CPUtime=0.56 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) S 1013012 1013015 1008215 0 -1 1077936192 6037 0 0 0 52 4 0 0 20 0 19 0 192815906 19498610688 47147 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=19041612 memory=11992 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192815909 19498610688 47147 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 192815909 19498610688 47147 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 188588 KiB

[startup+1.50114 s]
/proc/loadavg: 4.39 4.27 4.27 6/319 1013035
/proc/meminfo: memFree=116196776/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=19108176 memory=304396 CPUtime=2.73 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 12874 0 0 0 264 9 0 0 20 0 20 0 192815905 19566772224 76099 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4777044 76099 5847 1 0 553841 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=19108176 memory=11992 CPUtime=1.32 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 4194368 6521 0 0 0 126 6 0 0 20 0 20 0 192815906 19566772224 76099 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 76099 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 76099 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013035] ppid=1013012 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013015/task/1013035/stat : 1013035 (Timer-0) S 1013012 1013015 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192815982 19566772224 76099 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 304396 KiB

[startup+3.10568 s]
/proc/loadavg: 4.52 4.30 4.28 7/319 1013035
/proc/meminfo: memFree=115456004/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=19108176 memory=997100 CPUtime=5.83 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 18141 0 0 0 558 25 0 0 20 0 20 0 192815905 19566772224 249275 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4777044 249275 5847 1 0 556269 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=19108176 memory=0 CPUtime=2.89 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 4194368 7343 0 0 0 268 21 0 0 20 0 20 0 192815906 19566772224 249275 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 249275 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 249275 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013035] ppid=1013012 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/1013015/task/1013035/stat : 1013035 (Timer-0) S 1013012 1013015 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192815982 19566772224 249275 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 997100 KiB

[startup+6.30114 s]
/proc/loadavg: 4.52 4.30 4.28 5/319 1013035
/proc/meminfo: memFree=114864020/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=19108176 memory=1330656 CPUtime=10.35 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 23786 0 0 0 1001 34 0 0 20 0 20 0 192815905 19566772224 332664 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4777044 332664 5847 1 0 558039 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=19108176 memory=0 CPUtime=6.02 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 4194368 8316 0 0 0 575 27 0 0 20 0 20 0 192815906 19566772224 332664 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 332664 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 332664 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013035] ppid=1013012 vsize=19108176 memory=45716 CPUtime=0 cores=5,7
/proc/1013015/task/1013035/stat : 1013035 (Timer-0) S 1013012 1013015 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192815982 19566772224 332664 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 10.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1330656 KiB

[startup+12.7005 s]
/proc/loadavg: 4.51 4.30 4.28 5/319 1013037
/proc/meminfo: memFree=112361488/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=19108176 memory=2410668 CPUtime=20 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 30703 0 0 0 1944 56 0 0 20 0 20 0 192815905 19566772224 602667 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4777044 602667 5847 1 0 1093067 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=19108176 memory=195124 CPUtime=12.03 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 4194368 8774 0 0 0 1158 45 0 0 20 0 20 0 192815906 19566772224 602667 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=19108176 memory=2248876 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 602667 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=19108176 memory=1052396 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 602667 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013035] ppid=1013012 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013015/task/1013035/stat : 1013035 (Timer-0) S 1013012 1013015 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192815982 19566772224 602667 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 20 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2410668 KiB

[startup+25.5005 s]
/proc/loadavg: 4.43 4.29 4.28 5/319 1013038
/proc/meminfo: memFree=110452828/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=19108176 memory=4239580 CPUtime=34.62 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 33202 0 0 0 3367 95 0 0 20 0 20 0 192815905 19566772224 1059895 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4777044 1059895 5847 1 0 1554750 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=19108176 memory=2248876 CPUtime=24.22 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 4194368 9926 0 0 0 2343 79 0 0 20 0 20 0 192815906 19566772224 1059895 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=19108176 memory=3814328 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1059895 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1059895 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013035] ppid=1013012 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=5,7
/proc/1013015/task/1013035/stat : 1013035 (Timer-0) S 1013012 1013015 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192815982 19566772224 1059895 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 34.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4239580 KiB

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

# cumulated CPU time of all completed processes:  user=55.0315 s, system=1.03388 s

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

[startup+25.6006 s]
/proc/loadavg: 4.43 4.29 4.28 5/319 1013038
/proc/meminfo: memFree=110452828/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=19108176 memory=4239580 CPUtime=34.72 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 33227 0 0 0 3377 95 0 0 20 0 20 0 192815905 19566772224 1059895 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4777044 1059895 5847 1 0 1554750 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=19108176 memory=1052396 CPUtime=24.32 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 4194368 9951 0 0 0 2353 79 0 0 20 0 20 0 192815906 19566772224 1059895 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1059895 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1059895 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013035] ppid=1013012 vsize=19108176 memory=4357 CPUtime=0 cores=5,7
/proc/1013015/task/1013035/stat : 1013035 (Timer-0) S 1013012 1013015 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192815982 19566772224 1059895 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 34.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4239580 KiB

[startup+38.4004 s]
/proc/loadavg: 4.50 4.31 4.28 5/321 1013099
/proc/meminfo: memFree=110375492/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=19108176 memory=4240132 CPUtime=48.45 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 40178 0 0 0 4747 98 0 0 20 0 20 0 192815905 19566772224 1060033 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4777044 1060033 5847 1 0 1554785 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=19108176 memory=4239640 CPUtime=36.67 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 4194368 12210 0 0 0 3587 80 0 0 20 0 20 0 192815906 19566772224 1060033 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=19108176 memory=3814328 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1060033 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=19108176 memory=1013306 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1060033 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013035] ppid=1013012 vsize=19108176 memory=129 CPUtime=0 cores=5,7
/proc/1013015/task/1013035/stat : 1013035 (Timer-0) S 1013012 1013015 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192815982 19566772224 1060033 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 48.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4240132 KiB

[startup+41.6004 s]
/proc/loadavg: 4.50 4.31 4.28 5/321 1013099
/proc/meminfo: memFree=110346680/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=19108176 memory=4346812 CPUtime=51.87 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 40451 0 0 0 5086 101 0 0 20 0 20 0 192815905 19566772224 1086703 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4777044 1086703 5847 1 0 1554785 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=19108176 memory=4240132 CPUtime=39.51 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 4194368 12275 0 0 0 3871 80 0 0 20 0 20 0 192815906 19566772224 1086703 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=19108176 memory=4240132 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1086703 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=19108176 memory=4240132 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1086703 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013035] ppid=1013012 vsize=19108176 memory=2244 CPUtime=0 cores=5,7
/proc/1013015/task/1013035/stat : 1013035 (Timer-0) S 1013012 1013015 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192815982 19566772224 1086703 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 51.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4346812 KiB

[startup+43.2011 s]
/proc/loadavg: 4.54 4.32 4.29 5/321 1013099
/proc/meminfo: memFree=110266440/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=19108176 memory=4346856 CPUtime=53.7 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 40727 0 0 0 5269 101 0 0 20 0 20 0 192815905 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4777044 1086714 5847 1 0 1554785 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=19108176 memory=11600 CPUtime=41.11 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 4194368 12290 0 0 0 4031 80 0 0 20 0 20 0 192815906 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=19108176 memory=4266756 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=19108176 memory=45716 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013035] ppid=1013012 vsize=19108176 memory=-7596830928980372071 CPUtime=0 cores=5,7
/proc/1013015/task/1013035/stat : 1013035 (Timer-0) S 1013012 1013015 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192815982 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 53.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4346856 KiB

[startup+44.0004 s]*
/proc/loadavg: 4.54 4.32 4.29 5/321 1013099
/proc/meminfo: memFree=110266328/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=19108176 memory=4346856 CPUtime=54.52 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 40879 0 0 0 5351 101 0 0 20 0 20 0 192815905 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4777044 1086714 5847 1 0 1554785 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=19108176 memory=-7596830928980372071 CPUtime=41.92 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 4194368 12437 0 0 0 4112 80 0 0 20 0 20 0 192815906 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=19108176 memory=1471061253867339905 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=19108176 memory=4121410692048975346 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013035] ppid=1013012 vsize=19108176 memory=4652 CPUtime=0 cores=5,7
/proc/1013015/task/1013035/stat : 1013035 (Timer-0) S 1013012 1013015 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192815982 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 54.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4346856 KiB

[startup+44.8004 s]
/proc/loadavg: 4.54 4.32 4.29 5/321 1013099
/proc/meminfo: memFree=110266328/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=19108176 memory=4346856 CPUtime=55.33 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 41068 0 0 0 5432 101 0 0 20 0 20 0 192815905 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4777044 1086714 5847 1 0 1554785 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=19108176 memory=11600 CPUtime=42.71 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 4194368 12622 0 0 0 4191 80 0 0 20 0 20 0 192815906 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=19108176 memory=4346812 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=19108176 memory=280336945189456 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013035] ppid=1013012 vsize=19108176 memory=4481 CPUtime=0 cores=5,7
/proc/1013015/task/1013035/stat : 1013035 (Timer-0) S 1013012 1013015 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192815982 19566772224 1086714 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 55.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4346856 KiB

[startup+45.2032 s]
/proc/loadavg: 4.54 4.32 4.29 7/321 1013099
/proc/meminfo: memFree=110266300/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=19108176 memory=4346892 CPUtime=55.76 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 41238 0 0 0 5475 101 0 0 20 0 20 0 192815905 19566772224 1086723 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4777044 1086723 5847 1 0 1554801 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=19108176 memory=45716 CPUtime=43.11 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) R 1013012 1013015 1008215 0 -1 4194368 12722 0 0 0 4231 80 0 0 20 0 20 0 192815906 19566772224 1086723 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1086723 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=19108176 memory=5512 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 192815909 19566772224 1086723 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013035] ppid=1013012 vsize=19108176 memory=16252 CPUtime=0 cores=5,7
/proc/1013015/task/1013035/stat : 1013035 (Timer-0) S 1013012 1013015 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192815982 19566772224 1086723 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 55.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4346892 KiB

[startup+45.3092 s]
/proc/loadavg: 4.54 4.32 4.29 7/321 1013099
/proc/meminfo: memFree=110266300/131655788 swapFree=131071996/131071996
[pid=1013015] ppid=1013012 vsize=19241304 memory=4347040 CPUtime=55.95 cores=5,7
/proc/1013015/stat : 1013015 (java) S 1013012 1013015 1008215 0 -1 1077936128 42511 0 0 0 5494 101 0 0 20 0 21 0 192815905 19703095296 1086760 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
/proc/1013015/statm: 4810326 1086760 5846 1 0 1555407 0
[pid=1013015/tid=1013017] ppid=1013012 vsize=19241304 memory=2248876 CPUtime=43.19 cores=5,7
/proc/1013015/task/1013017/stat : 1013017 (java) S 1013012 1013015 1008215 0 -1 1077936192 13913 0 0 0 4239 80 0 0 20 0 21 0 192815906 19703095296 1086760 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013026] ppid=1013012 vsize=19241304 memory=4239640 CPUtime=0 cores=5,7
/proc/1013015/task/1013026/stat : 1013026 (Finalizer) S 1013012 1013015 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 192815909 19703095296 1086760 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013033] ppid=1013012 vsize=19241304 memory=4239876 CPUtime=0 cores=5,7
/proc/1013015/task/1013033/stat : 1013033 (Common-Cleaner) S 1013012 1013015 1008215 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 21 0 192815909 19703095296 1086760 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
[pid=1013015/tid=1013035] ppid=1013012 vsize=19241304 memory=4346812 CPUtime=0 cores=5,7
/proc/1013015/task/1013035/stat : 1013035 (Timer-0) S 1013012 1013015 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 192815982 19703095296 1086760 134679101440 94083957202944 94083957206640 140721503636128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94083957214456 94083957215248 94083963461632 140721503638515 140721503638623 140721503638623 140721503645640 0
Current children cumulated CPU time: 55.95 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 4347040 KiB

Child status: 20

Real time (s): 45.3932
CPU time (s): 56.0654
CPU user time (s): 55.0315
CPU system time (s): 1.03388
CPU usage (%): 123.511
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 4347040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.0315
system time used= 1.03388
maximum resident set size= 4348764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43203
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3110
involuntary context switches= 811


# summary of solver processes directly reported to runsolver:
#   pid: 1013015
#   total CPU time (s): 56.0654
#   total CPU user time (s): 55.0315
#   total CPU system time (s): 1.03388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.30017 second user time and 0.491063 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 18:30:07
IDJOB=4450201
IDBENCH=160413
IDSOLVER=3052
FILE ID=nodeC008/4450201-1721406595
RUNJOBID= nodeC008-1721399517-1008281
SLURM_JOB_ID= 7545437
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l050-r049-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450201-1721406595/watcher-4450201-1721406595 -o /tmp/evaluation-result-4450201-1721406595/solver-4450201-1721406595 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008281 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450201-1721406595.opb

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

MD5SUM BENCH= 0ab1d1ac5ce007d31736a39209d4d68d
RANDOM SEED=692823408

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.370
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.91
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		: 3657.060
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.31
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		: 3677.632
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.91
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.352
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.31
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		: 3577.227
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.91
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		: 3491.986
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.31
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.398
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.91
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.249
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        116392888 kB
MemAvailable:   118754724 kB
Buffers:          562924 kB
Cached:          2625120 kB
SwapCached:            0 kB
Active:          1079936 kB
Inactive:       13565420 kB
Active(anon):       1476 kB
Inactive(anon): 11501712 kB
Active(file):    1078460 kB
Inactive(file):  2063708 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2756 kB
Writeback:             0 kB
AnonPages:      11457328 kB
Mapped:           126700 kB
Shmem:             45896 kB
KReclaimable:     119400 kB
Slab:             224968 kB
SReclaimable:     119400 kB
SUnreclaim:       105568 kB
KernelStack:        4832 kB
PageTables:        32592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   13739768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60064 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11112448 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-19 18:30:53