Trace number 4517819

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06OPT cert.4 38.1324 30.371

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=7-t=3.opb
MD5SUMad161e8f5b72ad1155ab92e93b5e74ca
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.150671
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables98
Total number of constraints966
Number of constraints which are clauses959
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint8
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.11/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.20	c See www.sat4j.org for details.
0.11/0.21	c version PB25.v20250606
0.27/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.24	c java.vm.version	22.0.1+8-16
0.27/0.24	c java.vm.vendor	Oracle Corporation
0.27/0.24	c sun.arch.data.model	64
0.27/0.24	c java.version		22.0.1
0.27/0.24	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.25	c Free memory 		2104792832
0.27/0.25	c Max memory 		16282288128
0.27/0.25	c Total memory 		2113929216
0.27/0.26	c Number of processors 	2
0.58/0.46	c Pseudo Boolean Optimization by upper bound
0.58/0.46	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.58/0.46	c  - never skip resolution steps
0.58/0.46	c  - Auto-division on coefficients is disabled
0.58/0.46	c  - No postprocessing
0.58/0.46	c  - Conflict is considered as is when resolving
0.58/0.46	c  - Use constraints as they come during conflict analysis
0.58/0.46	c  - Weaken first using unassigned literals
0.58/0.46	c  - Bump strategy: ALWAYS_ONE
0.58/0.46	c  - Bumper: EFFECTIVE
0.58/0.46	c --- Begin Solver configuration ---
0.58/0.46	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.58/0.46	c Learn all clauses as in MiniSAT
0.58/0.46	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.58/0.46	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.58/0.46	c No reason simplification
0.58/0.46	c Dynamic restart strategy considering the size of the coefficients
0.58/0.46	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.58/0.46	c timeout=2147483s
0.58/0.46	c DB Simplification allowed=false
0.58/0.46	c Listener: none
0.58/0.46	c --- End Solver configuration ---
0.58/0.46	c solving HOME/instance-4517819-1751542805.opb
0.58/0.46	c reading problem ... 
0.58/0.47	c using VERIPB proof format
0.58/0.47	c  objective function found
0.94/0.64	c ... done. Wall clock time 0.171s.
0.94/0.64	c declared #vars     98
0.94/0.64	c #constraints  966
0.94/0.64	c constraints type 
0.94/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
0.94/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 959
0.94/0.64	c 966 constraints processed.
0.94/0.66	c objective function length is 7 literals
1.28/0.80	c SATISFIABLE
1.28/0.80	c OPTIMIZING...
1.28/0.80	c Got one! Elapsed wall clock time (in seconds):0.337
1.28/0.80	o 7
1.28/0.87	c Got one! Elapsed wall clock time (in seconds):0.412
1.28/0.87	o 6
1.69/1.03	c Got one! Elapsed wall clock time (in seconds):0.568
1.69/1.03	o 5
1.69/1.09	c Got one! Elapsed wall clock time (in seconds):0.627
1.69/1.09	o 4
3.86/2.17	c cleaning 2859 clauses out of 5738 with flag 0/5738
6.42/3.44	c cleaning 4432 clauses out of 8878 with flag 0/11737
8.56/4.67	c cleaning 5717 clauses out of 11447 with flag 0/18738
10.17/6.07	c cleaning 6861 clauses out of 13730 with flag 0/26738
11.85/7.54	c cleaning 7931 clauses out of 15869 with flag 0/35738
14.24/9.54	c cleaning 8964 clauses out of 17937 with flag 0/45737
16.95/12.26	c cleaning 9980 clauses out of 19974 with flag 0/56738
20.25/15.47	c cleaning 10993 clauses out of 21995 with flag 0/68739
24.23/19.28	c cleaning 11994 clauses out of 24001 with flag 0/81738
28.88/23.88	c cleaning 12995 clauses out of 26006 with flag 0/95737
37.83/30.20	c cleaning 14002 clauses out of 28012 with flag 0/110738
38.02/30.33	c starts		: 459
38.02/30.33	c conflicts		: 111470
38.02/30.33	c decisions		: 188938
38.02/30.33	c propagations		: 1293113
38.02/30.33	c inspects		: 91630164
38.02/30.33	c shortcuts		: 0
38.02/30.33	c learnt literals	: 0
38.02/30.33	c learnt binary clauses	: 0
38.02/30.33	c learnt ternary clauses	: 0
38.02/30.33	c learnt constraints	: 111469
38.02/30.33	c ignored constraints	: 0
38.02/30.33	c root simplifications	: 0
38.02/30.33	c removed literals (reason simplification)	: 0
38.02/30.33	c reason swapping (by a shorter reason)	: 0
38.02/30.33	c Calls to reduceDB	: 11
38.02/30.33	c Number of update (reduction) of LBD	: 136797
38.02/30.34	c Imported unit clauses	: 0
38.02/30.34	c No decision after first conflict	: false
38.02/30.34	c number of reductions to clauses (during analyze)	: 0
38.02/30.34	c number of learned constraints concerned by reduction	: 0
38.02/30.34	c number of learning phase by resolution	: 0
38.02/30.34	c number of learning phase by cutting planes	: 0
38.02/30.34	c number of rounding to 1 operations	: 0
38.02/30.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
38.02/30.34	c number of reductions of the coefficients by power 2 	: 0
38.02/30.34	c number of right shift for reduction by power 2 	: 0
38.02/30.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
38.02/30.34	c number of ending skipping 	: 0
38.02/30.34	c number of internal skipping 	: 0
38.02/30.34	c number of derivation steps 	: 697403
38.02/30.34	c number of skipped derivation steps 	: 0
38.02/30.34	c number of remaining unassigned 	: 354
38.02/30.34	c number of remaining assigned 	: 3232490
38.02/30.34	c number of falsified literals weakened from reason	: 0
38.02/30.34	c number of falsified literals weakened from conflict	: 0
38.02/30.34	c time for arithmetic operations	: 225462450
38.02/30.34	c minimum degree of deleted constraints	: 1
38.02/30.34	c maximum degree of deleted constraints	: 64701697368
38.02/30.34	c number of deleted constraints	: 96728
38.02/30.34	c speed (assignments/second)	: 43584.65064545485
38.02/30.34	c non guided choices	: 181
38.02/30.34	s OPTIMUM FOUND
38.02/30.34	c Found 4 solution(s)
38.02/30.34	v x1 -x2 -x3 -x4 x5 -x6 x7 x8 -x9 x10 x11 -x12 -x13 x14 -x15 -x16 x17 -x18 x19 -x20 x21 -x22 -x23 x24 x25 x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 x81 -x82 -x83 -x84 x85 -x86 -x87 x88 -x89 x90 -x91 -x92 -x93 -x94 x95 -x96 x97 -x98 
38.02/30.34	c objective function=4
38.02/30.34	c Total wall clock time (in seconds): 29.882

Verifier Data

OK	4

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Thu Jul  3 13:42:45 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 4 <= obj <= 4
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 4 <= obj <= 4
--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 (63205 MiB free)
  memory of node 1: 64465 MiB (62885 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Starting watchdog thread
solver pid=78725, runsolver pid=78719
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 0.05 0.82 2.26 12/319 78806
/proc/meminfo: memFree=129058492/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=18930384 memory=46956 CPUtime=0.11 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 5664 0 81 0 6 5 0 0 20 0 18 0 69959722 19384713216 11739 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4732596 11739 5064 1 0 546890 0
[pid=78725/tid=78739] ppid=78719 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) R 78719 78725 78032 0 -1 4194368 4589 0 46 0 3 3 0 0 20 0 18 0 69959725 19384713216 11739 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=18930384 memory=14857 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69959730 19384713216 11771 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=18930384 memory=59593594242043 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 69959732 19384713216 11803 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 46956 KiB

[startup+0.224645 s]*
/proc/loadavg: 0.05 0.82 2.26 10/319 78806
/proc/meminfo: memFree=129045324/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=18930384 memory=51744 CPUtime=0.27 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 6134 0 81 0 21 6 0 0 20 0 18 0 69959722 19384713216 12936 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4732596 12936 5320 1 0 547242 0
[pid=78725/tid=78739] ppid=78719 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) R 78719 78725 78032 0 -1 4194368 4965 0 46 0 13 4 0 0 20 0 18 0 69959725 19384713216 12936 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=18930384 memory=14857 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69959730 19384713216 12936 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=18930384 memory=59593594242043 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 69959732 19384713216 12936 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51744 KiB

[startup+0.31336 s]*
/proc/loadavg: 0.05 0.82 2.26 10/319 78806
/proc/meminfo: memFree=129031840/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=18930384 memory=57856 CPUtime=0.41 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 6633 0 81 0 35 6 0 0 20 0 18 0 69959722 19384713216 14464 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4732596 14464 5320 1 0 547670 0
[pid=78725/tid=78739] ppid=78719 vsize=18930384 memory=-6000919498526516328 CPUtime=0.24 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) D 78719 78725 78032 0 -1 4194368 5116 0 46 0 20 4 0 0 20 0 18 0 69959725 19384713216 14464 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69959730 19384713216 14464 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 69959732 19384713216 14464 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57856 KiB

[startup+0.7003 s]
/proc/loadavg: 0.05 0.82 2.26 13/319 78806
/proc/meminfo: memFree=129012272/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=18996948 memory=67844 CPUtime=1.08 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 7474 0 81 0 100 8 0 0 20 0 19 0 69959722 19452874752 16961 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4749237 16961 5448 1 0 548481 0
[pid=78725/tid=78739] ppid=78719 vsize=18996948 memory=18432 CPUtime=0.53 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) R 78719 78725 78032 0 -1 4194368 5540 0 46 0 48 5 0 0 20 0 19 0 69959725 19452874752 16961 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 69959730 19452874752 16961 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 69959732 19452874752 16961 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67844 KiB

[startup+1.50027 s]
/proc/loadavg: 0.05 0.82 2.26 11/323 78810
/proc/meminfo: memFree=128843584/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=19063512 memory=166632 CPUtime=2.66 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 15627 0 81 0 252 14 0 0 20 0 20 0 69959722 19521036288 41658 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4765878 41658 5480 1 0 551542 0
[pid=78725/tid=78739] ppid=78719 vsize=19063512 memory=3200 CPUtime=1.2 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) R 78719 78725 78032 0 -1 4194368 6071 0 46 0 112 8 0 0 20 0 20 0 69959725 19521036288 41658 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 41658 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 41658 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78807] ppid=78719 vsize=19063512 memory=14080 CPUtime=0 cores=0,2
/proc/78725/task/78807/stat : 78807 (Timer-0) S 78719 78725 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959789 19521036288 41658 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166632 KiB

[startup+3.10551 s]
/proc/loadavg: 0.68 0.94 2.29 9/327 78814
/proc/meminfo: memFree=127437596/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=19063512 memory=562440 CPUtime=5.84 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 25227 0 81 0 557 27 0 0 20 0 20 0 69959722 19521036288 140610 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4765878 140610 5480 1 0 555520 0
[pid=78725/tid=78739] ppid=78719 vsize=19063512 memory=14080 CPUtime=2.73 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) R 78719 78725 78032 0 -1 4194368 7405 0 46 0 255 18 0 0 20 0 20 0 69959725 19521036288 140610 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 140610 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 140610 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78807] ppid=78719 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/78725/task/78807/stat : 78807 (Timer-0) S 78719 78725 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959789 19521036288 140610 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 562440 KiB

[startup+6.30045 s]
/proc/loadavg: 0.68 0.94 2.29 6/327 78814
/proc/meminfo: memFree=124609148/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=19063512 memory=1317368 CPUtime=10.6 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 27038 0 81 0 1017 43 0 0 20 0 20 0 69959722 19521036288 329342 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4765878 329342 5480 1 0 555899 0
[pid=78725/tid=78739] ppid=78719 vsize=19063512 memory=0 CPUtime=5.86 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) R 78719 78725 78032 0 -1 4194368 8123 0 46 0 552 34 0 0 20 0 20 0 69959725 19521036288 329342 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 329342 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 329342 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78807] ppid=78719 vsize=19063512 memory=167528 CPUtime=0 cores=0,2
/proc/78725/task/78807/stat : 78807 (Timer-0) S 78719 78725 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959789 19521036288 329342 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 10.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317368 KiB

[startup+12.7004 s]
/proc/loadavg: 1.19 1.04 2.32 5/327 78814
/proc/meminfo: memFree=122868212/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=19063512 memory=1736508 CPUtime=17.55 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 28172 0 81 0 1701 54 0 0 20 0 20 0 69959722 19521036288 434127 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4765878 434127 5480 1 0 662425 0
[pid=78725/tid=78739] ppid=78719 vsize=19063512 memory=167528 CPUtime=12.12 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) R 78719 78725 78032 0 -1 4194368 8945 0 46 0 1168 44 0 0 20 0 20 0 69959725 19521036288 434127 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=19063512 memory=1736508 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 434127 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=19063512 memory=14080 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 434127 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78807] ppid=78719 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/78725/task/78807/stat : 78807 (Timer-0) S 78719 78725 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959789 19521036288 434127 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 17.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1736508 KiB

[startup+25.5005 s]
/proc/loadavg: 1.81 1.19 2.34 6/327 78814
/proc/meminfo: memFree=121416200/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=19063512 memory=2124924 CPUtime=30.57 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 34568 0 81 0 2991 66 0 0 20 0 20 0 69959722 19521036288 531231 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4765878 531231 5480 1 0 789855 0
[pid=78725/tid=78739] ppid=78719 vsize=19063512 memory=1736508 CPUtime=24.56 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) R 78719 78725 78032 0 -1 4194368 11557 0 46 0 2401 55 0 0 20 0 20 0 69959725 19521036288 531231 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 531231 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=19063512 memory=14080 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 531231 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78807] ppid=78719 vsize=19063512 memory=1738732 CPUtime=0 cores=0,2
/proc/78725/task/78807/stat : 78807 (Timer-0) S 78719 78725 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959789 19521036288 531743 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 30.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2124924 KiB

[startup+30.3709 s]
# the end of solver process 78725 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=37.4061 s, system=0.726256 s

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

[startup+25.6005 s]
/proc/loadavg: 1.81 1.19 2.34 6/327 78814
/proc/meminfo: memFree=121416200/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=19063512 memory=2200700 CPUtime=30.68 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 34647 0 81 0 3001 67 0 0 20 0 20 0 69959722 19521036288 550175 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4765878 550175 5480 1 0 789855 0
[pid=78725/tid=78739] ppid=78719 vsize=19063512 memory=1738732 CPUtime=24.65 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) R 78719 78725 78032 0 -1 4194368 11595 0 46 0 2409 56 0 0 20 0 20 0 69959725 19521036288 550175 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=19063512 memory=1736508 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 550175 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=19063512 memory=-6000919468478522472 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 550175 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78807] ppid=78719 vsize=19063512 memory=7092 CPUtime=0 cores=0,2
/proc/78725/task/78807/stat : 78807 (Timer-0) S 78719 78725 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959789 19521036288 550175 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 30.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2200700 KiB

[startup+28.8003 s]
/proc/loadavg: 2.07 1.25 2.36 6/327 78814
/proc/meminfo: memFree=119854056/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=19063512 memory=2240124 CPUtime=35.05 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 38509 0 81 0 3436 69 0 0 20 0 20 0 69959722 19521036288 560031 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4765878 560031 5480 1 0 789946 0
[pid=78725/tid=78739] ppid=78719 vsize=19063512 memory=18432 CPUtime=27.79 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) R 78719 78725 78032 0 -1 4194368 12074 0 46 0 2722 57 0 0 20 0 20 0 69959725 19521036288 560031 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 560031 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 560031 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78807] ppid=78719 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/78725/task/78807/stat : 78807 (Timer-0) S 78719 78725 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959789 19521036288 560031 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 35.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2240124 KiB

[startup+29.6003 s]
/proc/loadavg: 2.07 1.25 2.36 7/327 78814
/proc/meminfo: memFree=119465064/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=19063512 memory=2240764 CPUtime=36.64 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 40188 0 81 0 3594 70 0 0 20 0 20 0 69959722 19521036288 560191 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4765878 560191 5480 1 0 789946 0
[pid=78725/tid=78739] ppid=78719 vsize=19063512 memory=2239996 CPUtime=28.55 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) R 78719 78725 78032 0 -1 4194368 12075 0 46 0 2798 57 0 0 20 0 20 0 69959725 19521036288 560191 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=19063512 memory=6656426216303648864 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 560191 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 560191 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78807] ppid=78719 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/78725/task/78807/stat : 78807 (Timer-0) S 78719 78725 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959789 19521036288 560191 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 36.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2240764 KiB

[startup+30.0002 s]*
/proc/loadavg: 2.07 1.25 2.36 6/327 78814
/proc/meminfo: memFree=119432296/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=19063512 memory=2240892 CPUtime=37.44 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 40247 0 81 0 3674 70 0 0 20 0 20 0 69959722 19521036288 560223 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4765878 560223 5480 1 0 789962 0
[pid=78725/tid=78739] ppid=78719 vsize=19063512 memory=-6000919498526516328 CPUtime=28.97 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) R 78719 78725 78032 0 -1 4194368 12079 0 46 0 2839 58 0 0 20 0 20 0 69959725 19521036288 560223 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=19063512 memory=6516 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 560223 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=19063512 memory=6644 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 560223 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78807] ppid=78719 vsize=19063512 memory=6644 CPUtime=0 cores=0,2
/proc/78725/task/78807/stat : 78807 (Timer-0) S 78719 78725 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959789 19521036288 560223 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 37.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2240892 KiB

[startup+30.2002 s]
/proc/loadavg: 2.07 1.25 2.36 6/327 78814
/proc/meminfo: memFree=119432296/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=19063512 memory=2243740 CPUtime=37.83 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 42725 0 81 0 3713 70 0 0 20 0 20 0 69959722 19521036288 560935 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4765878 560935 5480 1 0 789962 0
[pid=78725/tid=78739] ppid=78719 vsize=19063512 memory=1738732 CPUtime=29.16 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) R 78719 78725 78032 0 -1 4194368 12997 0 46 0 2858 58 0 0 20 0 20 0 69959725 19521036288 560935 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=19063512 memory=1895588 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 560935 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=19063512 memory=2256596 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 560935 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78807] ppid=78719 vsize=19063512 memory=1866268 CPUtime=0 cores=0,2
/proc/78725/task/78807/stat : 78807 (Timer-0) S 78719 78725 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959789 19521036288 560935 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 37.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2243740 KiB

[startup+30.3003 s]
/proc/loadavg: 2.07 1.25 2.36 6/327 78814
/proc/meminfo: memFree=119432296/131382116 swapFree=33009904/33010684
[pid=78725] ppid=78719 vsize=19063512 memory=2245276 CPUtime=38.02 cores=0,2
/proc/78725/stat : 78725 (java) S 78719 78725 78032 0 -1 4194304 44660 0 81 0 3732 70 0 0 20 0 20 0 69959722 19521036288 561319 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
/proc/78725/statm: 4765878 561319 5480 1 0 789978 0
[pid=78725/tid=78739] ppid=78719 vsize=19063512 memory=1736508 CPUtime=29.26 cores=0,2
/proc/78725/task/78739/stat : 78739 (java) R 78719 78725 78032 0 -1 4194368 14306 0 46 0 2868 58 0 0 20 0 20 0 69959725 19521036288 561319 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78773] ppid=78719 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/78725/task/78773/stat : 78773 (Finalizer) S 78719 78725 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 561319 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78804] ppid=78719 vsize=19063512 memory=14080 CPUtime=0 cores=0,2
/proc/78725/task/78804/stat : 78804 (Common-Cleaner) S 78719 78725 78032 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 561319 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
[pid=78725/tid=78807] ppid=78719 vsize=19063512 memory=2240124 CPUtime=0 cores=0,2
/proc/78725/task/78807/stat : 78807 (Timer-0) S 78719 78725 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959789 19521036288 561319 18446744073709551615 94145288867840 94145288871536 140733837660416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94145288879352 94145288880144 94145308405760 140733837666605 140733837666790 140733837666790 140733837672392 0
Current children cumulated CPU time: 38.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2245276 KiB

Child status: 30

Real time (s): 30.371
CPU time (s): 38.1324
CPU user time (s): 37.4061
CPU system time (s): 0.726256
CPU usage (%): 125.555
Max. virtual memory (cumulated for all children) (KiB): 19065240
Max. memory (cumulated for all children) (KiB): 2245276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.4061
system time used= 0.726256
maximum resident set size= 2246044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45953
page faults= 81
swaps= 0
block input operations= 0
block output operations= 26696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4883
involuntary context switches= 2799


# summary of solver processes directly reported to runsolver:
#   pid: 78725
#   total CPU time (s): 38.1324
#   total CPU user time (s): 37.4061
#   total CPU system time (s): 0.726256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.177827 second user time and 0.347725 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-03 13:40:05
IDJOB=4517819
IDBENCH=176187
IDSOLVER=3362
FILE ID=nodeC004/4517819-1751542805
RUNJOBID= nodeC004-1751542805-78678
SLURM_JOB_ID= 9598694
Free space on /tmp= 431680 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=7-t=3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517819-1751542805/watcher-4517819-1751542805 -o /tmp/evaluation-result-4517819-1751542805/solver-4517819-1751542805 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751542805-78678 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517819-1751542805 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4517819-1751542805.opb

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

MD5SUM BENCH= ad161e8f5b72ad1155ab92e93b5e74ca
RANDOM SEED=489439157

nodeC004 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.204
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.74
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.020
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.74
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.490
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.74
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.265
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.74
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.221
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.74
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		: 1197.209
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.74
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.416
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.74
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		: 1196.542
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129118352 kB
MemAvailable:   129877584 kB
Buffers:            2128 kB
Cached:          1509352 kB
SwapCached:           32 kB
Active:           663956 kB
Inactive:         915360 kB
Active(anon):      75020 kB
Inactive(anon):    10748 kB
Active(file):     588936 kB
Inactive(file):   904612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3564 kB
Writeback:             0 kB
AnonPages:         70828 kB
Mapped:           103260 kB
Shmem:             17932 kB
KReclaimable:     210624 kB
Slab:             297236 kB
SReclaimable:     210624 kB
SUnreclaim:        86612 kB
KernelStack:        3812 kB
PageTables:         2568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     339708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431676 MiB
End job on nodeC004 at 2025-07-03 13:40:36