Trace number 4510911

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 CP VeriPB 2025-06-06UNSAT cert. 204.498 189.039

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l070-r069-n1.cnf-extracted.pb.metafix.opb
MD5SUMc362d715d0badaf71b85c8289996ec3a
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 benchmark1.49469
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5370
Total number of constraints12701
Number of constraints which are clauses6008
Number of constraints which are cardinality constraints (but not clauses)6693
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.10/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.20	c See www.sat4j.org for details.
0.10/0.21	c version PB25.v20250606
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2104792832
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2113929216
0.26/0.26	c Number of processors 	2
0.58/0.45	c Pseudo Boolean Optimization by upper bound
0.58/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.58/0.45	c  - never skip resolution steps
0.58/0.45	c  - Auto-division on coefficients is disabled
0.58/0.45	c  - No postprocessing
0.58/0.45	c  - Conflict is considered as is when resolving
0.58/0.45	c  - Use constraints as they come during conflict analysis
0.58/0.45	c  - Weaken first using unassigned literals
0.58/0.45	c  - Bump strategy: ALWAYS_ONE
0.58/0.45	c  - Bumper: EFFECTIVE
0.58/0.45	c --- Begin Solver configuration ---
0.58/0.45	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.58/0.45	c Learn all clauses as in MiniSAT
0.58/0.45	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.58/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.58/0.45	c No reason simplification
0.58/0.45	c Dynamic restart strategy considering the size of the coefficients
0.58/0.45	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.58/0.45	c timeout=2147483s
0.58/0.45	c DB Simplification allowed=false
0.58/0.45	c Listener: none
0.58/0.45	c --- End Solver configuration ---
0.58/0.46	c solving HOME/instance-4510911-1751205646.opb
0.58/0.46	c reading problem ... 
0.58/0.46	c using VERIPB proof format
0.58/0.47	c  no objective function found
1.70/1.11	c ... done. Wall clock time 0.638s.
1.90/1.11	c declared #vars     5370
1.90/1.11	c #constraints  12701
1.90/1.11	c constraints type 
1.90/1.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4218
1.90/1.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6693
1.90/1.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1790
1.90/1.11	c 12701 constraints processed.
9.39/5.07	c cleaning 2252 clauses out of 5001 with flag 0/5001
18.58/13.49	c cleaning 4373 clauses out of 8751 with flag 0/11003
29.94/23.32	c cleaning 5684 clauses out of 11377 with flag 0/18002
47.57/38.19	c cleaning 6840 clauses out of 13691 with flag 0/26000
69.98/59.86	c cleaning 7920 clauses out of 15851 with flag 0/35000
94.62/83.52	c cleaning 8963 clauses out of 17932 with flag 0/45001
128.67/117.05	c cleaning 9983 clauses out of 19969 with flag 0/56001
164.72/150.46	c cleaning 10986 clauses out of 21986 with flag 0/68001
204.35/188.97	c starts		: 121
204.35/188.97	c conflicts		: 80946
204.35/188.98	c decisions		: 376351
204.35/188.98	c propagations		: 37962650
204.35/188.98	c inspects		: 234182949
204.35/188.98	c shortcuts		: 0
204.35/188.98	c learnt literals	: 0
204.35/188.98	c learnt binary clauses	: 0
204.35/188.98	c learnt ternary clauses	: 1173
204.35/188.98	c learnt constraints	: 80945
204.35/188.98	c ignored constraints	: 0
204.35/188.98	c root simplifications	: 0
204.35/188.98	c removed literals (reason simplification)	: 0
204.35/188.98	c reason swapping (by a shorter reason)	: 0
204.35/188.98	c Calls to reduceDB	: 8
204.35/188.98	c Number of update (reduction) of LBD	: 354148
204.35/188.98	c Imported unit clauses	: 0
204.35/188.98	c No decision after first conflict	: false
204.35/188.98	c number of reductions to clauses (during analyze)	: 0
204.35/188.98	c number of learned constraints concerned by reduction	: 0
204.35/188.98	c number of learning phase by resolution	: 0
204.35/188.98	c number of learning phase by cutting planes	: 0
204.35/188.98	c number of rounding to 1 operations	: 0
204.35/188.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
204.35/188.98	c number of reductions of the coefficients by power 2 	: 0
204.35/188.98	c number of right shift for reduction by power 2 	: 0
204.35/188.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
204.35/188.98	c number of ending skipping 	: 0
204.35/188.98	c number of internal skipping 	: 0
204.35/188.98	c number of derivation steps 	: 4312261
204.35/188.98	c number of skipped derivation steps 	: 0
204.35/188.98	c number of remaining unassigned 	: 2490
204.35/188.98	c number of remaining assigned 	: 28360509
204.35/188.98	c number of falsified literals weakened from reason	: 0
204.35/188.98	c number of falsified literals weakened from conflict	: 0
204.35/188.98	c time for arithmetic operations	: 795067110
204.35/188.98	c minimum degree of deleted constraints	: 1
204.35/188.98	c maximum degree of deleted constraints	: 328390120395632158624968417
204.35/188.98	c number of deleted constraints	: 57001
204.35/188.98	c speed (assignments/second)	: 202079.4740764399
204.35/188.98	c non guided choices	: 20245
204.35/189.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1223
204.35/189.00	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1662
204.35/189.00	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 21059
204.35/189.00	s UNSATISFIABLE
204.35/189.00	c Total wall clock time (in seconds): 188.544

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 14:57:10 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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: 63837 MiB (63263 MiB free)
  memory of node 1: 64465 MiB (63430 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510911-1751205646/watcher-4510911-1751205646 -o /tmp/evaluation-result-4510911-1751205646/solver-4510911-1751205646 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751205646-26475 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510911-1751205646 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510911-1751205646.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=26527, runsolver pid=26515
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 0.77 1.22 2.31 10/317 26599
/proc/meminfo: memFree=129657664/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=18930344 memory=45896 CPUtime=0.1 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 5496 0 58 0 6 4 0 0 20 0 18 0 36244054 19384672256 11474 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4732586 11474 4926 1 0 546791 0
[pid=26527/tid=26535] ppid=26515 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) D 26515 26527 26462 0 -1 4194368 4529 0 58 0 4 2 0 0 20 0 18 0 36244057 19384672256 11474 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=18930344 memory=2622 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36244063 19384672256 11474 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=18930344 memory=55195547730935 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36244064 19384672256 11474 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45896 KiB

[startup+0.219775 s]*
/proc/loadavg: 0.77 1.22 2.31 7/318 26600
/proc/meminfo: memFree=129645052/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=18930384 memory=51692 CPUtime=0.26 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 6080 0 58 0 22 4 0 0 20 0 18 0 36244054 19384713216 12923 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4732596 12923 5310 1 0 547234 0
[pid=26527/tid=26535] ppid=26515 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 4921 0 58 0 14 3 0 0 20 0 18 0 36244057 19384713216 12923 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=18930384 memory=2622 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36244063 19384713216 12923 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=18930384 memory=55195547730935 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36244064 19384713216 12923 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51692 KiB

[startup+0.314029 s]*
/proc/loadavg: 0.77 1.22 2.31 13/318 26600
/proc/meminfo: memFree=129634772/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=18930384 memory=57940 CPUtime=0.41 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 6595 0 58 0 36 5 0 0 20 0 18 0 36244054 19384713216 14485 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4732596 14485 5310 1 0 547686 0
[pid=26527/tid=26535] ppid=26515 vsize=18930384 memory=-6000919481363555949 CPUtime=0.25 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 5076 0 58 0 21 4 0 0 20 0 18 0 36244057 19384713216 14485 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36244063 19384713216 14485 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36244064 19384713216 14485 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57940 KiB

[startup+0.702598 s]
/proc/loadavg: 0.77 1.22 2.31 15/318 26600
/proc/meminfo: memFree=129624312/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=18996948 memory=153488 CPUtime=1.1 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 7351 0 58 0 100 10 0 0 20 0 19 0 36244054 19452874752 38372 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4749237 38372 5470 1 0 548339 0
[pid=26527/tid=26535] ppid=26515 vsize=18996948 memory=17792 CPUtime=0.56 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 5403 0 58 0 49 7 0 0 20 0 19 0 36244057 19452874752 38372 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36244063 19452874752 38372 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36244064 19452874752 38372 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 153488 KiB

[startup+1.50029 s]
/proc/loadavg: 0.77 1.22 2.31 11/325 26607
/proc/meminfo: memFree=128928536/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=19063512 memory=678992 CPUtime=2.67 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 17692 0 58 0 237 30 0 0 20 0 20 0 36244054 19521036288 169748 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4765878 169748 5470 1 0 553853 0
[pid=26527/tid=26535] ppid=26515 vsize=19063512 memory=3328 CPUtime=1.28 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 5774 0 58 0 104 24 0 0 20 0 20 0 36244057 19521036288 169748 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244063 19521036288 169748 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 169748 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 678992 KiB

[startup+3.10581 s]
/proc/loadavg: 1.59 1.39 2.35 7/283 26621
/proc/meminfo: memFree=128078356/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=19063512 memory=984440 CPUtime=5.83 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 23490 0 58 0 542 41 0 0 20 0 20 0 36244054 19521036288 246110 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4765878 246110 5470 1 0 556626 0
[pid=26527/tid=26535] ppid=26515 vsize=19063512 memory=11008 CPUtime=2.8 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 6068 0 58 0 247 33 0 0 20 0 20 0 36244057 19521036288 246110 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244063 19521036288 246110 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 246110 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26608] ppid=26515 vsize=19063512 memory=3104 CPUtime=0 cores=5,7
/proc/26527/task/26608/stat : 26608 (Timer-0) S 26515 26527 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244166 19521036288 246110 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 984440 KiB

[startup+6.30025 s]
/proc/loadavg: 1.59 1.39 2.35 10/327 26743
/proc/meminfo: memFree=126777180/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=19063512 memory=1323804 CPUtime=10.83 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 34549 0 58 0 1029 54 0 0 20 0 20 0 36244054 19521036288 330951 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4765878 330951 5470 1 0 556745 0
[pid=26527/tid=26535] ppid=26515 vsize=19063512 memory=0 CPUtime=5.9 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 8379 0 58 0 547 43 0 0 20 0 20 0 36244057 19521036288 330951 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244063 19521036288 330951 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=19063512 memory=-6000919485658523245 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 330951 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26608] ppid=26515 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26527/task/26608/stat : 26608 (Timer-0) S 26515 26527 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244166 19521036288 330951 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 10.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1323804 KiB

[startup+12.7004 s]
/proc/loadavg: 1.95 1.46 2.37 7/327 26743
/proc/meminfo: memFree=124546740/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=19063512 memory=1365212 CPUtime=17.84 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 35412 0 58 0 1726 58 0 0 20 0 20 0 36244054 19521036288 341303 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4765878 341303 5470 1 0 556761 0
[pid=26527/tid=26535] ppid=26515 vsize=19063512 memory=11008 CPUtime=12.09 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 8915 0 58 0 1165 44 0 0 20 0 20 0 36244057 19521036288 341303 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=19063512 memory=1344696 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244063 19521036288 341303 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 341303 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26608] ppid=26515 vsize=19063512 memory=-6000919485658523245 CPUtime=0 cores=5,7
/proc/26527/task/26608/stat : 26608 (Timer-0) S 26515 26527 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244166 19521036288 341303 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 17.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1365212 KiB

[startup+25.5005 s]
/proc/loadavg: 2.85 1.69 2.43 8/328 26756
/proc/meminfo: memFree=118878440/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=19063512 memory=2761672 CPUtime=32.16 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 39605 0 58 0 3126 90 0 0 20 0 20 0 36244054 19521036288 690418 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4765878 690418 5470 1 0 911905 0
[pid=26527/tid=26535] ppid=26515 vsize=19063512 memory=2761672 CPUtime=24.6 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 11230 0 58 0 2387 73 0 0 20 0 20 0 36244057 19521036288 690418 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=19063512 memory=-6000919485658523245 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244063 19521036288 690418 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=19063512 memory=1344696 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 690418 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26608] ppid=26515 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/26527/task/26608/stat : 26608 (Timer-0) S 26515 26527 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244166 19521036288 690418 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 32.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2761672 KiB

[startup+51.1136 s]
/proc/loadavg: 3.58 1.95 2.50 6/332 26760
/proc/meminfo: memFree=116722996/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=19063512 memory=3468320 CPUtime=60.92 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 54366 0 58 0 5981 111 0 0 20 0 20 0 36244054 19521036288 867080 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4765878 867080 5470 1 0 1048480 0
[pid=26527/tid=26535] ppid=26515 vsize=19063512 memory=4764 CPUtime=49 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 14159 0 58 0 4813 87 0 0 20 0 20 0 36244057 19521036288 867080 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=19063512 memory=1365212 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244063 19521036288 867080 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 867080 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26608] ppid=26515 vsize=19063512 memory=17792 CPUtime=0 cores=5,7

################
# More data... #
################

/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 109 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 895845 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26608] ppid=26515 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/26527/task/26608/stat : 26608 (Timer-0) S 26515 26527 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244166 19521036288 895845 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 113.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3583380 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 2.66 2.70 6/333 26769
/proc/meminfo: memFree=115176392/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=19063512 memory=3751796 CPUtime=177.08 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 67253 0 58 0 17568 140 0 0 20 0 20 0 36244054 19521036288 937949 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4765878 937949 5470 1 0 1048654 0
[pid=26527/tid=26535] ppid=26515 vsize=19063512 memory=11008 CPUtime=156.37 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 18738 0 58 0 15535 102 0 0 20 0 20 0 36244057 19521036288 937949 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244063 19521036288 937949 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=19063512 memory=3583380 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 147 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 937949 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26608] ppid=26515 vsize=19063512 memory=3468576 CPUtime=0 cores=5,7
/proc/26527/task/26608/stat : 26608 (Timer-0) S 26515 26527 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244166 19521036288 937949 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 177.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3751796 KiB

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

# cumulated CPU time of all completed processes:  user=202.986 s, system=1.51254 s

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

[startup+166.4 s]
/proc/loadavg: 4.14 2.68 2.71 6/333 26769
/proc/meminfo: memFree=115146708/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=19063512 memory=3751796 CPUtime=181.15 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 68140 0 58 0 17975 140 0 0 20 0 20 0 36244054 19521036288 937949 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4765878 937949 5470 1 0 1048654 0
[pid=26527/tid=26535] ppid=26515 vsize=19063512 memory=3735384 CPUtime=160.45 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 19575 0 58 0 15943 102 0 0 20 0 20 0 36244057 19521036288 937949 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=19063512 memory=3735384 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244063 19521036288 937949 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=19063512 memory=3686164 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 147 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 937949 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26608] ppid=26515 vsize=19063512 memory=3104 CPUtime=0 cores=5,7
/proc/26527/task/26608/stat : 26608 (Timer-0) S 26515 26527 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244166 19521036288 937949 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 181.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3751796 KiB

[startup+179.2 s]
/proc/loadavg: 4.11 2.75 2.73 6/333 26769
/proc/meminfo: memFree=114973472/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=19063512 memory=3805044 CPUtime=194.28 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 69410 0 58 0 19285 143 0 0 20 0 20 0 36244054 19521036288 951261 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4765878 951261 5470 1 0 1048654 0
[pid=26527/tid=26535] ppid=26515 vsize=19063512 memory=17792 CPUtime=172.7 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 20192 0 58 0 17167 103 0 0 20 0 20 0 36244057 19521036288 951261 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244063 19521036288 951261 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=19063512 memory=4916 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 147 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 951261 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26608] ppid=26515 vsize=19063512 memory=3671812 CPUtime=0 cores=5,7
/proc/26527/task/26608/stat : 26608 (Timer-0) S 26515 26527 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244166 19521036288 951261 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 194.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3805044 KiB

[startup+185.6 s]
/proc/loadavg: 4.18 2.79 2.74 6/333 26770
/proc/meminfo: memFree=114839336/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=19063512 memory=3823476 CPUtime=200.83 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 69920 0 58 0 19939 144 0 0 20 0 20 0 36244054 19521036288 955869 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4765878 955869 5470 1 0 1048654 0
[pid=26527/tid=26535] ppid=26515 vsize=19063512 memory=3104 CPUtime=178.88 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 20424 0 58 0 17785 103 0 0 20 0 20 0 36244057 19521036288 955869 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244063 19521036288 955869 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=19063512 memory=3104 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 209 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 955869 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26608] ppid=26515 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/26527/task/26608/stat : 26608 (Timer-0) S 26515 26527 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244166 19521036288 955869 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 200.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3823476 KiB

[startup+187.2 s]
/proc/loadavg: 4.18 2.79 2.74 6/333 26770
/proc/meminfo: memFree=114656408/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=19063512 memory=4005772 CPUtime=202.66 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 70100 0 58 0 20117 149 0 0 20 0 20 0 36244054 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4765878 1001443 5470 1 0 1048654 0
[pid=26527/tid=26535] ppid=26515 vsize=19063512 memory=5632 CPUtime=180.01 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 20461 0 58 0 17897 104 0 0 20 0 20 0 36244057 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=19063512 memory=3104 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244063 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=19063512 memory=28708 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 209 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26608] ppid=26515 vsize=19063512 memory=30916 CPUtime=0 cores=5,7
/proc/26527/task/26608/stat : 26608 (Timer-0) S 26515 26527 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244166 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 202.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4005772 KiB

[startup+188 s]*
/proc/loadavg: 4.16 2.81 2.75 6/333 26770
/proc/meminfo: memFree=114647592/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=19063512 memory=4005772 CPUtime=203.47 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 70100 0 58 0 20198 149 0 0 20 0 20 0 36244054 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4765878 1001443 5470 1 0 1048654 0
[pid=26527/tid=26535] ppid=26515 vsize=19063512 memory=-6000919502855038573 CPUtime=180.81 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 20461 0 58 0 17977 104 0 0 20 0 20 0 36244057 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=19063512 memory=4571605088770616989 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244063 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=19063512 memory=6600 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 209 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26608] ppid=26515 vsize=19063512 memory=3010692 CPUtime=0 cores=5,7
/proc/26527/task/26608/stat : 26608 (Timer-0) S 26515 26527 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244166 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 203.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4005772 KiB

[startup+188.8 s]
/proc/loadavg: 4.16 2.81 2.75 6/333 26770
/proc/meminfo: memFree=114647592/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=19063512 memory=4005772 CPUtime=204.25 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 70102 0 58 0 20276 149 0 0 20 0 20 0 36244054 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4765878 1001443 5470 1 0 1048654 0
[pid=26527/tid=26535] ppid=26515 vsize=19063512 memory=3823476 CPUtime=181.6 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) R 26515 26527 26462 0 -1 4194368 20462 0 58 0 18056 104 0 0 20 0 20 0 36244057 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=19063512 memory=3862412 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244063 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=19063512 memory=4005772 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 209 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26608] ppid=26515 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/26527/task/26608/stat : 26608 (Timer-0) S 26515 26527 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244166 19521036288 1001443 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 204.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4005772 KiB

[startup+189 s]*
/proc/loadavg: 4.16 2.81 2.75 8/334 26772
/proc/meminfo: memFree=114632064/131382116 swapFree=33010684/33010684
[pid=26527] ppid=26515 vsize=19196640 memory=4006540 CPUtime=204.47 cores=5,7
/proc/26527/stat : 26527 (java) S 26515 26527 26462 0 -1 4194304 72592 0 58 0 20298 149 0 0 20 0 20 0 36244054 19657359360 1001603 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
/proc/26527/statm: 4799160 1001635 5502 1 0 1049373 0
[pid=26527/tid=26535] ppid=26515 vsize=19196640 memory=-6000919502855038573 CPUtime=181.75 cores=5,7
/proc/26527/task/26535/stat : 26535 (java) S 26515 26527 26462 0 -1 4194368 22232 0 58 0 18071 104 0 0 20 0 15 0 36244057 19657359360 1001635 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26571] ppid=26515 vsize=19196640 memory=4571605088770616989 CPUtime=0 cores=5,7
/proc/26527/task/26571/stat : 26571 (Finalizer) S 26515 26527 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 36244063 19657359360 1001635 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
[pid=26527/tid=26598] ppid=26515 vsize=19196640 memory=6768 CPUtime=0 cores=5,7
/proc/26527/task/26598/stat : 26598 (Common-Cleaner) S 26515 26527 26462 0 -1 4194368 209 0 0 0 0 0 0 0 20 0 15 0 36244064 19657359360 1001635 18446744073709551615 94715334234112 94715334237808 140726572945152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94715334245624 94715334246416 94715365015552 140726572947757 140726572947942 140726572947942 140726572953544 0
Current children cumulated CPU time: 204.47 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 4006540 KiB

Child status: 20

Real time (s): 189.039
CPU time (s): 204.498
CPU user time (s): 202.986
CPU system time (s): 1.51254
CPU usage (%): 108.178
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 4006540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.986
system time used= 1.51255
maximum resident set size= 4006668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72691
page faults= 58
swaps= 0
block input operations= 32
block output operations= 150832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11128
involuntary context switches= 4166


# summary of solver processes directly reported to runsolver:
#   pid: 26527
#   total CPU time (s): 204.498
#   total CPU user time (s): 202.986
#   total CPU system time (s): 1.51254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.956837 second user time and 1.84231 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 16:00:46
IDJOB=4510911
IDBENCH=160398
IDSOLVER=3362
FILE ID=nodeC010/4510911-1751205646
RUNJOBID= nodeC010-1751205646-26475
SLURM_JOB_ID= 9587628
Free space on /tmp= 432692 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l070-r069-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510911-1751205646/watcher-4510911-1751205646 -o /tmp/evaluation-result-4510911-1751205646/solver-4510911-1751205646 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751205646-26475 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510911-1751205646 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510911-1751205646.opb

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

MD5SUM BENCH= c362d715d0badaf71b85c8289996ec3a
RANDOM SEED=605999158

nodeC010 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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.116
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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		: 1197.149
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.741
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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.118
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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		: 1197.106
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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		: 1201.745
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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.238
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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.138
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129734464 kB
MemAvailable:   129897228 kB
Buffers:            3280 kB
Cached:           972968 kB
SwapCached:            0 kB
Active:           356388 kB
Inactive:         681112 kB
Active(anon):      79212 kB
Inactive(anon):        0 kB
Active(file):     277176 kB
Inactive(file):   681112 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3248 kB
Writeback:             0 kB
AnonPages:         64648 kB
Mapped:           103080 kB
Shmem:             17960 kB
KReclaimable:      88208 kB
Slab:             167980 kB
SReclaimable:      88208 kB
SUnreclaim:        79772 kB
KernelStack:        3700 kB
PageTables:         2688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432688 MiB
End job on nodeC010 at 2025-06-29 16:03:56