Trace number 4492696

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 Resolution 2025-06-06UNSAT 66.7126 65.2536

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr.opb
MD5SUM80a66dbc167fba72a21e483701ada3f7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.003544
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables220
Total number of constraints42
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
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 12
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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4492696-1751146554.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.14	c ... done. Wall clock time 0.014s.
0.13/0.14	c declared #vars     220
0.13/0.14	c #constraints  42
0.13/0.14	c constraints type 
0.13/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.13/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
0.13/0.14	c 42 constraints processed.
0.89/0.54	c cleaning 2500 clauses out of 5000 with flag 36377/5000
1.75/1.00	c cleaning 4251 clauses out of 8501 with flag 85798/11001
2.48/1.71	c cleaning 5625 clauses out of 11249 with flag 141633/18000
3.45/2.69	c cleaning 6810 clauses out of 13624 with flag 204124/26000
4.54/3.68	c cleaning 7901 clauses out of 15814 with flag 266143/35000
5.94/5.03	c cleaning 8952 clauses out of 17914 with flag 340420/45001
7.91/6.86	c cleaning 9979 clauses out of 19962 with flag 425608/56001
11.22/10.18	c cleaning 10988 clauses out of 21985 with flag 522760/68003
13.61/12.58	c cleaning 11989 clauses out of 23994 with flag 622907/81000
16.71/15.63	c cleaning 13000 clauses out of 26006 with flag 725601/95001
21.69/20.65	c cleaning 13999 clauses out of 28006 with flag 846229/110001
25.28/24.29	c cleaning 15000 clauses out of 30008 with flag 973813/126002
29.41/28.32	c cleaning 16002 clauses out of 32007 with flag 1099944/143001
33.91/32.85	c cleaning 17004 clauses out of 34007 with flag 1238638/161003
38.99/37.96	c cleaning 18000 clauses out of 36000 with flag 1383423/180000
43.58/42.57	c cleaning 18998 clauses out of 38001 with flag 1538934/200001
48.98/47.91	c cleaning 19997 clauses out of 40002 with flag 1709671/221000
54.46/53.46	c cleaning 20998 clauses out of 42007 with flag 1886593/243002
60.47/59.47	c cleaning 22002 clauses out of 44009 with flag 2084489/266002
66.56/65.18	c starts		: 459
66.56/65.18	c conflicts		: 285863
66.56/65.18	c decisions		: 331397
66.56/65.18	c propagations		: 3484420
66.56/65.18	c inspects		: 1032402450
66.56/65.18	c shortcuts		: 0
66.56/65.18	c learnt literals	: 8
66.56/65.18	c learnt binary clauses	: 28
66.56/65.18	c learnt ternary clauses	: 59
66.56/65.18	c learnt constraints	: 285854
66.56/65.18	c ignored constraints	: 0
66.56/65.18	c root simplifications	: 0
66.56/65.18	c removed literals (reason simplification)	: 1733903
66.56/65.18	c reason swapping (by a shorter reason)	: 0
66.56/65.18	c Calls to reduceDB	: 19
66.56/65.18	c Number of update (reduction) of LBD	: 181116
66.56/65.18	c Imported unit clauses	: 0
66.56/65.18	c No decision after first conflict	: false
66.56/65.18	c number of reductions to clauses (during analyze)	: 0
66.56/65.18	c number of learned constraints concerned by reduction	: 0
66.56/65.18	c number of learning phase by resolution	: 0
66.56/65.18	c number of learning phase by cutting planes	: 0
66.56/65.18	c number of rounding to 1 operations	: 0
66.56/65.18	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
66.56/65.18	c number of reductions of the coefficients by power 2 	: 0
66.56/65.18	c number of right shift for reduction by power 2 	: 0
66.56/65.18	c number of reductions of the coefficients by GCD over coefficients 	: 0
66.56/65.18	c number of ending skipping 	: 0
66.56/65.18	c number of internal skipping 	: 0
66.56/65.18	c number of derivation steps 	: 0
66.56/65.18	c number of skipped derivation steps 	: 0
66.56/65.18	c number of remaining unassigned 	: 0
66.56/65.18	c number of remaining assigned 	: 0
66.56/65.18	c number of falsified literals weakened from reason	: 0
66.56/65.18	c number of falsified literals weakened from conflict	: 0
66.56/65.18	c time for arithmetic operations	: 0
66.56/65.19	c minimum degree of deleted constraints	: null
66.56/65.19	c maximum degree of deleted constraints	: null
66.56/65.19	c number of deleted constraints	: 0
66.56/65.19	c speed (assignments/second)	: 53571.8458841979
66.56/65.19	c non guided choices	: 99
66.67/65.22	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 41831
66.67/65.22	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 28
66.67/65.22	s UNSATISFIABLE
66.67/65.22	c Total wall clock time (in seconds): 65.092

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62767 MiB free)
  memory of node 1: 64507 MiB (63780 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492696-1751146554/watcher-4492696-1751146554 -o /tmp/evaluation-result-4492696-1751146554/solver-4492696-1751146554 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14290 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4492696-1751146554.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=14670, runsolver pid=14667

[startup+0.100061 s]*
/proc/loadavg: 1.36 2.15 2.75 6/341 14689
/proc/meminfo: memFree=129538852/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=18930384 memory=57740 CPUtime=0.13 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 6599 0 0 0 11 2 0 0 20 0 18 0 30333162 19384713216 14435 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4732596 14435 5333 1 0 547624 0
[pid=14670/tid=14672] ppid=14667 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 5091 0 0 0 6 1 0 0 20 0 18 0 30333163 19384713216 14435 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30333165 19384713216 14435 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=18930384 memory=60684515966010 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30333166 19384713216 14435 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57740 KiB

[startup+0.205769 s]*
/proc/loadavg: 1.36 2.15 2.75 7/342 14690
/proc/meminfo: memFree=129516368/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=18996948 memory=62804 CPUtime=0.33 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 7847 0 0 0 30 3 0 0 20 0 19 0 30333162 19452874752 15701 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4749237 15701 5429 1 0 548551 0
[pid=14670/tid=14672] ppid=14667 vsize=18996948 memory=4026532124 CPUtime=0.18 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 5307 0 0 0 16 2 0 0 20 0 19 0 30333163 19452874752 15701 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=18996948 memory=16880 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30333165 19452874752 15701 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=18996948 memory=59585004307431 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30333166 19452874752 15701 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30333177 19452874752 15701 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62804 KiB

[startup+0.305684 s]*
/proc/loadavg: 1.36 2.15 2.75 7/342 14690
/proc/meminfo: memFree=129506540/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=18996948 memory=68420 CPUtime=0.52 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 10660 0 0 0 49 3 0 0 20 0 19 0 30333162 19452874752 17105 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4749237 17105 5429 1 0 549901 0
[pid=14670/tid=14672] ppid=14667 vsize=18996948 memory=-6000919476984637550 CPUtime=0.28 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 5396 0 0 0 26 2 0 0 20 0 19 0 30333163 19452874752 17105 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30333165 19452874752 17105 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30333166 19452874752 17105 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30333177 19452874752 17105 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68420 KiB

[startup+0.700193 s]
/proc/loadavg: 1.36 2.15 2.75 7/342 14690
/proc/meminfo: memFree=129475348/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=18996948 memory=78408 CPUtime=1.27 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 12836 0 0 0 123 4 0 0 20 0 19 0 30333162 19452874752 19602 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4749237 19602 5429 1 0 551125 0
[pid=14670/tid=14672] ppid=14667 vsize=18996948 memory=17408 CPUtime=0.65 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 5434 0 0 0 63 2 0 0 20 0 19 0 30333163 19452874752 19602 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30333165 19452874752 19602 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30333166 19452874752 19602 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30333177 19452874752 19602 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78408 KiB

[startup+1.50023 s]
/proc/loadavg: 1.36 2.15 2.75 6/342 14690
/proc/meminfo: memFree=129413608/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=18996948 memory=82648 CPUtime=2.28 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 13227 0 0 0 224 4 0 0 20 0 19 0 30333162 19452874752 20662 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4749237 20662 5429 1 0 551129 0
[pid=14670/tid=14672] ppid=14667 vsize=18996948 memory=0 CPUtime=1.44 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 5505 0 0 0 142 2 0 0 20 0 19 0 30333163 19452874752 20662 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30333165 19452874752 20662 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30333166 19452874752 20662 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30333177 19452874752 20662 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82648 KiB

[startup+3.1056 s]
/proc/loadavg: 1.36 2.15 2.75 5/342 14690
/proc/meminfo: memFree=129379596/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=18996948 memory=89544 CPUtime=4.05 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 17110 0 0 0 400 5 0 0 20 0 19 0 30333162 19452874752 22386 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4749237 22386 5429 1 0 551288 0
[pid=14670/tid=14672] ppid=14667 vsize=18996948 memory=10752 CPUtime=3.02 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 6065 0 0 0 300 2 0 0 20 0 19 0 30333163 19452874752 22386 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=18996948 memory=-6000919476984637550 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30333165 19452874752 22386 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30333166 19452874752 22386 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30333177 19452874752 22386 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 4.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 89544 KiB

[startup+6.30022 s]
/proc/loadavg: 1.57 2.18 2.76 5/342 14690
/proc/meminfo: memFree=129210212/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=18996948 memory=106156 CPUtime=7.41 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 22761 0 0 0 735 6 0 0 20 0 19 0 30333162 19452874752 26539 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4749237 26539 5429 1 0 552343 0
[pid=14670/tid=14672] ppid=14667 vsize=18996948 memory=0 CPUtime=6.21 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 6717 0 0 0 618 3 0 0 20 0 19 0 30333163 19452874752 26539 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30333165 19452874752 26539 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30333166 19452874752 26539 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=18996948 memory=84696 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30333177 19452874752 26539 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 7.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 106156 KiB

[startup+12.7002 s]
/proc/loadavg: 1.85 2.23 2.77 6/342 14690
/proc/meminfo: memFree=128785868/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=18996948 memory=112276 CPUtime=13.81 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 24907 0 0 0 1375 6 0 0 20 0 19 0 30333162 19452874752 28069 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4749237 28069 5429 1 0 552343 0
[pid=14670/tid=14672] ppid=14667 vsize=18996948 memory=84696 CPUtime=12.59 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 7375 0 0 0 1256 3 0 0 20 0 19 0 30333163 19452874752 28069 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=18996948 memory=108180 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30333165 19452874752 28069 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30333166 19452874752 28069 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30333177 19452874752 28069 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 13.81 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 112276 KiB

[startup+25.5002 s]
/proc/loadavg: 2.33 2.32 2.79 5/342 14691
/proc/meminfo: memFree=128002036/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=18996948 memory=132756 CPUtime=26.62 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 27619 0 0 0 2655 7 0 0 20 0 19 0 30333162 19452874752 33189 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4749237 33189 5429 1 0 552343 0
[pid=14670/tid=14672] ppid=14667 vsize=18996948 memory=108180 CPUtime=25.36 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 8542 0 0 0 2532 4 0 0 20 0 19 0 30333163 19452874752 33189 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30333165 19452874752 33189 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=18996948 memory=122516 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30333166 19452874752 33189 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=18996948 memory=17408 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30333177 19452874752 33189 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 26.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 132756 KiB

[startup+51.1057 s]
/proc/loadavg: 2.90 2.45 2.82 5/343 14692
/proc/meminfo: memFree=126581564/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=19063512 memory=176364 CPUtime=52.18 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 28778 0 0 0 5209 9 0 0 20 0 20 0 30333162 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4765878 44091 5461 1 0 552632 0
[pid=14670/tid=14672] ppid=14667 vsize=19063512 memory=4380 CPUtime=50.87 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 8573 0 0 0 5083 4 0 0 20 0 20 0 30333163 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=19063512 memory=142996 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30333165 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30333166 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30333177 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 52.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176364 KiB

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

# cumulated CPU time of all completed processes:  user=66.601 s, system=0.111608 s

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

[startup+51.2002 s]
/proc/loadavg: 2.90 2.45 2.82 5/343 14692
/proc/meminfo: memFree=126581564/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=19063512 memory=176364 CPUtime=52.27 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 28778 0 0 0 5218 9 0 0 20 0 20 0 30333162 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4765878 44091 5461 1 0 552632 0
[pid=14670/tid=14672] ppid=14667 vsize=19063512 memory=17408 CPUtime=50.97 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 8573 0 0 0 5093 4 0 0 20 0 20 0 30333163 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=19063512 memory=155284 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30333165 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30333166 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=19063512 memory=129 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30333177 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 52.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176364 KiB

[startup+57.6002 s]
/proc/loadavg: 3.07 2.50 2.84 5/343 14692
/proc/meminfo: memFree=126409540/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=19063512 memory=176364 CPUtime=58.66 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 28810 0 0 0 5857 9 0 0 20 0 20 0 30333162 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4765878 44091 5461 1 0 552632 0
[pid=14670/tid=14672] ppid=14667 vsize=19063512 memory=176364 CPUtime=57.35 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 8589 0 0 0 5731 4 0 0 20 0 20 0 30333163 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30333165 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30333166 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30333177 19521036288 44091 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 58.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176364 KiB

[startup+60.8002 s]
/proc/loadavg: 3.14 2.52 2.84 7/345 14696
/proc/meminfo: memFree=126175332/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=19063512 memory=179564 CPUtime=61.98 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 30853 0 0 0 6188 10 0 0 20 0 20 0 30333162 19521036288 44891 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4765878 44891 5461 1 0 552632 0
[pid=14670/tid=14672] ppid=14667 vsize=19063512 memory=2760 CPUtime=60.54 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 9022 0 0 0 6050 4 0 0 20 0 20 0 30333163 19521036288 44891 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=19063512 memory=19712 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30333165 19521036288 44891 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30333166 19521036288 44891 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30333177 19521036288 44891 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 61.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179564 KiB

[startup+62.4002 s]
/proc/loadavg: 3.14 2.52 2.84 5/344 14696
/proc/meminfo: memFree=126134612/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=19063512 memory=179564 CPUtime=63.58 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 30853 0 0 0 6348 10 0 0 20 0 20 0 30333162 19521036288 44891 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4765878 44891 5461 1 0 552632 0
[pid=14670/tid=14672] ppid=14667 vsize=19063512 memory=179564 CPUtime=62.14 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 9022 0 0 0 6210 4 0 0 20 0 20 0 30333163 19521036288 44891 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30333165 19521036288 44891 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30333166 19521036288 44891 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=19063512 memory=179564 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30333177 19521036288 44891 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 63.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179564 KiB

[startup+64.0002 s]*
/proc/loadavg: 3.14 2.52 2.84 5/344 14696
/proc/meminfo: memFree=126134668/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=19063512 memory=181484 CPUtime=65.46 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 31440 0 0 0 6536 10 0 0 20 0 20 0 30333162 19521036288 45371 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4765878 45371 5461 1 0 552664 0
[pid=14670/tid=14672] ppid=14667 vsize=19063512 memory=-6000919476984637550 CPUtime=63.74 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 9046 0 0 0 6370 4 0 0 20 0 20 0 30333163 19521036288 45371 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30333165 19521036288 45371 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=19063512 memory=2432 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30333166 19521036288 45371 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=19063512 memory=3456 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30333177 19521036288 45371 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 65.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181484 KiB

[startup+64.8002 s]
/proc/loadavg: 3.14 2.52 2.84 5/344 14696
/proc/meminfo: memFree=126134668/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=19063512 memory=181484 CPUtime=66.25 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 31445 0 0 0 6615 10 0 0 20 0 20 0 30333162 19521036288 45371 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4765878 45371 5461 1 0 552664 0
[pid=14670/tid=14672] ppid=14667 vsize=19063512 memory=5632 CPUtime=64.53 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) R 14667 14670 14279 0 -1 4194368 9048 0 0 0 6449 4 0 0 20 0 20 0 30333163 19521036288 45371 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=19063512 memory=3072 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30333165 19521036288 45371 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=19063512 memory=6784 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30333166 19521036288 45371 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14690] ppid=14667 vsize=19063512 memory=4788 CPUtime=0 cores=4,6
/proc/14670/task/14690/stat : 14690 (Timer-0) S 14667 14670 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30333177 19521036288 45371 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 66.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181484 KiB

[startup+65.2001 s]
/proc/loadavg: 3.21 2.55 2.85 5/344 14696
/proc/meminfo: memFree=126060940/131249996 swapFree=33010684/33010684
[pid=14670] ppid=14667 vsize=19196640 memory=177876 CPUtime=66.67 cores=4,6
/proc/14670/stat : 14670 (java) S 14667 14670 14279 0 -1 4194304 32498 0 0 0 6657 10 0 0 20 0 20 0 30333162 19657359360 44469 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
/proc/14670/statm: 4799160 44469 5461 1 0 553284 0
[pid=14670/tid=14672] ppid=14667 vsize=19196640 memory=4788 CPUtime=64.92 cores=4,6
/proc/14670/task/14672/stat : 14672 (java) S 14667 14670 14279 0 -1 4194368 9744 0 0 0 6487 5 0 0 20 0 20 0 30333163 19657359360 44469 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14681] ppid=14667 vsize=19196640 memory=181484 CPUtime=0 cores=4,6
/proc/14670/task/14681/stat : 14681 (Finalizer) S 14667 14670 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30333165 19657359360 44469 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
[pid=14670/tid=14688] ppid=14667 vsize=19196640 memory=19712 CPUtime=0 cores=4,6
/proc/14670/task/14688/stat : 14688 (Common-Cleaner) S 14667 14670 14279 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30333166 19657359360 44469 18446744073709551615 93898455437312 93898455441008 140734461044176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898455448824 93898455449616 93898465042432 140734461049217 140734461049318 140734461049318 140734461054920 0
Current children cumulated CPU time: 66.67 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 177876 KiB

Child status: 20

Real time (s): 65.2536
CPU time (s): 66.7126
CPU user time (s): 66.601
CPU system time (s): 0.111608
CPU usage (%): 102.236
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 181484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.601
system time used= 0.111608
maximum resident set size= 181484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32698
page faults= 1
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2884
involuntary context switches= 737


# summary of solver processes directly reported to runsolver:
#   pid: 14670
#   total CPU time (s): 66.7126
#   total CPU user time (s): 66.601
#   total CPU system time (s): 0.111608

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.145961 second user time and 0.357005 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-28 23:35:54
IDJOB=4492696
IDBENCH=147817
IDSOLVER=3363
FILE ID=nodeC022/4492696-1751146554
RUNJOBID= nodeC022-1751146546-14290
SLURM_JOB_ID= 9587461
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492696-1751146554/watcher-4492696-1751146554 -o /tmp/evaluation-result-4492696-1751146554/solver-4492696-1751146554 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14290 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4492696-1751146554.opb

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

MD5SUM BENCH= 80a66dbc167fba72a21e483701ada3f7
RANDOM SEED=493626063

nodeC022 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	: 0xb00002a
cpu MHz		: 3599.701
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.44
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	: 0xb00002a
cpu MHz		: 3599.711
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.44
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	: 0xb00002a
cpu MHz		: 3597.406
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.44
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	: 0xb00002a
cpu MHz		: 3599.741
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.44
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	: 0xb00002a
cpu MHz		: 3599.288
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.44
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	: 0xb00002a
cpu MHz		: 3599.715
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.44
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	: 0xb00002a
cpu MHz		: 3599.716
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.44
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	: 0xb00002a
cpu MHz		: 3700.000
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129585104 kB
MemAvailable:   129208424 kB
Buffers:            3280 kB
Cached:           411612 kB
SwapCached:            0 kB
Active:           908444 kB
Inactive:         163952 kB
Active(anon):     675572 kB
Inactive(anon):        0 kB
Active(file):     232872 kB
Inactive(file):   163952 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4228 kB
Writeback:             8 kB
AnonPages:        660620 kB
Mapped:           121908 kB
Shmem:             18060 kB
KReclaimable:      84772 kB
Slab:             167860 kB
SReclaimable:      84772 kB
SUnreclaim:        83088 kB
KernelStack:        5248 kB
PageTables:         4848 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7022864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    497664 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC022 at 2025-06-28 23:36:59