Trace number 4517406

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 44.4857 40.7372

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/diag_spec/normalized-9diag_spec_less.opb
MD5SUM909ed49fb1be82435d8fa613ef9637f7
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.007995
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables288
Total number of constraints344
Number of constraints which are clauses243
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint99
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 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524287
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.20	c version PB25.v20250606
0.11/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.22	c java.vm.version	22.0.1+8-16
0.11/0.22	c java.vm.vendor	Oracle Corporation
0.11/0.22	c sun.arch.data.model	64
0.11/0.22	c java.version		22.0.1
0.11/0.22	c os.name		Linux
0.11/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.22	c os.arch		amd64
0.29/0.23	c Free memory 		2104792832
0.29/0.23	c Max memory 		16282288128
0.29/0.23	c Total memory 		2113929216
0.29/0.24	c Number of processors 	2
0.45/0.35	c Pseudo Boolean Optimization by upper bound
0.45/0.35	c --- Begin Solver configuration ---
0.45/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.45/0.35	c Learn all clauses as in MiniSAT
0.45/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.45/0.35	c Expensive reason simplification
0.45/0.35	c Glucose 2.1 dynamic restart strategy
0.45/0.35	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.45/0.35	c timeout=2147483s
0.45/0.35	c DB Simplification allowed=false
0.45/0.35	c Listener: none
0.45/0.35	c --- End Solver configuration ---
0.45/0.35	c solving HOME/instance-4517406-1751243933.opb
0.45/0.35	c reading problem ... 
0.45/0.35	c  no objective function found
0.45/0.44	c ... done. Wall clock time 0.085s.
0.45/0.44	c declared #vars     288
0.45/0.44	c #constraints  444
0.45/0.44	c constraints type 
0.45/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 216
0.45/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 147
0.45/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81
0.45/0.44	c 444 constraints processed.
2.52/1.42	c cleaning 2497 clauses out of 5001 with flag 11191/5001
3.30/1.99	c cleaning 4250 clauses out of 8503 with flag 23749/11000
4.14/2.64	c cleaning 5627 clauses out of 11254 with flag 38608/18001
4.85/3.34	c cleaning 6812 clauses out of 13626 with flag 56242/26000
5.71/4.14	c cleaning 7903 clauses out of 15814 with flag 76351/35000
6.64/5.01	c cleaning 8953 clauses out of 17911 with flag 97841/45000
7.65/5.94	c cleaning 9975 clauses out of 19958 with flag 121955/56000
8.66/6.98	c cleaning 10986 clauses out of 21983 with flag 149596/68000
9.90/8.08	c cleaning 11993 clauses out of 23998 with flag 179863/81001
11.39/9.19	c cleaning 13002 clauses out of 26006 with flag 213980/95002
13.20/10.36	c cleaning 13997 clauses out of 28003 with flag 249872/110001
14.59/11.74	c cleaning 15001 clauses out of 30006 with flag 289518/126001
16.29/13.33	c cleaning 16001 clauses out of 32004 with flag 329332/143000
17.93/14.96	c cleaning 17001 clauses out of 34003 with flag 370056/161000
19.73/16.71	c cleaning 17992 clauses out of 36003 with flag 417094/180001
21.81/18.72	c cleaning 19004 clauses out of 38010 with flag 464250/200000
23.71/20.68	c cleaning 19995 clauses out of 40006 with flag 516027/221000
26.00/22.96	c cleaning 21003 clauses out of 42012 with flag 567423/243001
28.90/25.83	c cleaning 22004 clauses out of 44008 with flag 625960/266000
32.29/28.70	c cleaning 23002 clauses out of 46004 with flag 687243/290001
34.79/31.23	c cleaning 23997 clauses out of 48001 with flag 749015/315000
37.61/33.91	c cleaning 24999 clauses out of 50005 with flag 812603/341001
40.31/36.67	c cleaning 26004 clauses out of 52008 with flag 879307/368003
43.30/39.65	c cleaning 26995 clauses out of 53999 with flag 949213/396000
44.31/40.66	c starts		: 984
44.31/40.66	c conflicts		: 406339
44.31/40.66	c decisions		: 455756
44.31/40.66	c propagations		: 31897081
44.31/40.66	c inspects		: 389962826
44.31/40.66	c shortcuts		: 0
44.31/40.66	c learnt literals	: 5
44.31/40.66	c learnt binary clauses	: 13
44.31/40.66	c learnt ternary clauses	: 45
44.31/40.66	c learnt constraints	: 406333
44.31/40.66	c ignored constraints	: 0
44.31/40.67	c root simplifications	: 0
44.31/40.67	c removed literals (reason simplification)	: 18521287
44.31/40.67	c reason swapping (by a shorter reason)	: 0
44.31/40.67	c Calls to reduceDB	: 24
44.31/40.67	c Number of update (reduction) of LBD	: 27071
44.31/40.67	c Imported unit clauses	: 0
44.31/40.67	c No decision after first conflict	: false
44.31/40.67	c number of reductions to clauses (during analyze)	: 0
44.31/40.67	c number of learned constraints concerned by reduction	: 0
44.31/40.67	c number of learning phase by resolution	: 0
44.31/40.67	c number of learning phase by cutting planes	: 0
44.31/40.67	c number of rounding to 1 operations	: 0
44.31/40.67	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
44.31/40.67	c number of reductions of the coefficients by power 2 	: 0
44.31/40.67	c number of right shift for reduction by power 2 	: 0
44.31/40.67	c number of reductions of the coefficients by GCD over coefficients 	: 0
44.31/40.67	c number of ending skipping 	: 0
44.31/40.67	c number of internal skipping 	: 0
44.31/40.67	c number of derivation steps 	: 0
44.31/40.67	c number of skipped derivation steps 	: 0
44.31/40.67	c number of remaining unassigned 	: 0
44.31/40.68	c number of remaining assigned 	: 0
44.31/40.68	c number of falsified literals weakened from reason	: 0
44.31/40.68	c number of falsified literals weakened from conflict	: 0
44.31/40.68	c time for arithmetic operations	: 0
44.31/40.68	c minimum degree of deleted constraints	: null
44.31/40.68	c maximum degree of deleted constraints	: null
44.31/40.68	c number of deleted constraints	: 0
44.31/40.68	c speed (assignments/second)	: 792749.801173079
44.31/40.68	c non guided choices	: 18
44.44/40.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 37327
44.44/40.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 13
44.44/40.72	s UNSATISFIABLE
44.44/40.72	c Total wall clock time (in seconds): 40.372

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517406-1751243933/watcher-4517406-1751243933 -o /tmp/evaluation-result-4517406-1751243933/solver-4517406-1751243933 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751243933-41762 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4517406-1751243933.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=41776, runsolver pid=41773

[startup+0.100073 s]*
/proc/loadavg: 2.89 3.88 4.12 4/254 41794
/proc/meminfo: memFree=129928200/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=18930384 memory=47960 CPUtime=0.11 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 5726 0 0 0 7 4 0 0 20 0 18 0 40072414 19384713216 11990 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4732596 11990 5278 1 0 546948 0
[pid=41776/tid=41778] ppid=41773 vsize=18930384 memory=4026532029 CPUtime=0.07 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 4604 0 0 0 4 3 0 0 20 0 18 0 40072416 19384713216 11990 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=18930384 memory=232800911689 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40072421 19384713216 11990 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=18930384 memory=52983639601813 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 40072422 19384713216 11990 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47960 KiB

[startup+0.213825 s]*
/proc/loadavg: 2.89 3.88 4.12 3/254 41794
/proc/meminfo: memFree=129922088/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=18930384 memory=52272 CPUtime=0.29 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 6192 0 0 0 24 5 0 0 20 0 18 0 40072414 19384713216 13068 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4732596 13068 5374 1 0 547301 0
[pid=41776/tid=41778] ppid=41773 vsize=18930384 memory=32758254098972917 CPUtime=0.18 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 4976 0 0 0 15 3 0 0 20 0 18 0 40072416 19384713216 13068 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=18930384 memory=17100 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40072421 19384713216 13068 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=18930384 memory=61818370524118 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 40072422 19384713216 13068 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52272 KiB

[startup+0.315693 s]*
/proc/loadavg: 2.89 3.88 4.12 4/254 41794
/proc/meminfo: memFree=129917992/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=18930384 memory=58512 CPUtime=0.45 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 6736 0 0 0 40 5 0 0 20 0 18 0 40072414 19384713216 14628 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4732596 14628 5374 1 0 547762 0
[pid=41776/tid=41778] ppid=41773 vsize=18930384 memory=-6000919494147664747 CPUtime=0.28 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 5188 0 0 0 25 3 0 0 20 0 18 0 40072416 19384713216 14628 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40072421 19384713216 14628 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 40072422 19384713216 14628 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58512 KiB

[startup+0.700345 s]
/proc/loadavg: 2.89 3.88 4.12 4/255 41795
/proc/meminfo: memFree=129908352/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=18996948 memory=64916 CPUtime=1.14 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 8461 0 0 0 107 7 0 0 20 0 19 0 40072414 19452874752 16229 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4749237 16229 5438 1 0 548885 0
[pid=41776/tid=41778] ppid=41773 vsize=18996948 memory=17408 CPUtime=0.62 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 5320 0 0 0 58 4 0 0 20 0 19 0 40072416 19452874752 16229 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40072421 19452874752 16229 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=18996948 memory=21484 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 40072422 19452874752 16229 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41795] ppid=41773 vsize=18996948 memory=4224 CPUtime=0 cores=1,3
/proc/41776/task/41795/stat : 41795 (Timer-0) S 41773 41776 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 40072459 19452874752 16229 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64916 KiB

[startup+1.5003 s]
/proc/loadavg: 2.89 3.88 4.12 3/254 41795
/proc/meminfo: memFree=129903816/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=18996948 memory=81576 CPUtime=2.73 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 15345 0 0 0 264 9 0 0 20 0 19 0 40072414 19452874752 20394 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4749237 20394 5438 1 0 551386 0
[pid=41776/tid=41778] ppid=41773 vsize=18996948 memory=11264 CPUtime=1.37 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 6311 0 0 0 133 4 0 0 20 0 19 0 40072416 19452874752 20394 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40072421 19452874752 20394 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 40072422 19452874752 20394 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41795] ppid=41773 vsize=18996948 memory=139793669524499 CPUtime=0 cores=1,3
/proc/41776/task/41795/stat : 41795 (Timer-0) S 41773 41776 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 40072459 19452874752 20394 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 81576 KiB

[startup+3.11282 s]
/proc/loadavg: 2.82 3.85 4.11 2/254 41795
/proc/meminfo: memFree=129884120/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=18996948 memory=91956 CPUtime=4.66 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 15880 0 0 0 457 9 0 0 20 0 19 0 40072414 19452874752 22989 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4749237 22989 5438 1 0 551389 0
[pid=41776/tid=41778] ppid=41773 vsize=18996948 memory=11264 CPUtime=2.98 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 6591 0 0 0 293 5 0 0 20 0 19 0 40072416 19452874752 22989 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=18996948 memory=-6000919494147664747 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40072421 19452874752 22989 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=18996948 memory=67204 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 40072422 19452874752 22989 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41795] ppid=41773 vsize=18996948 memory=-6000919494147664747 CPUtime=0 cores=1,3
/proc/41776/task/41795/stat : 41795 (Timer-0) S 41773 41776 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 40072459 19452874752 22989 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 4.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 91956 KiB

[startup+6.30036 s]
/proc/loadavg: 2.82 3.85 4.11 2/254 41795
/proc/meminfo: memFree=129867736/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=18996948 memory=104704 CPUtime=8.05 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 19572 0 0 0 795 10 0 0 20 0 19 0 40072414 19452874752 26176 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4749237 26176 5438 1 0 551393 0
[pid=41776/tid=41778] ppid=41773 vsize=18996948 memory=67204 CPUtime=6.15 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 7234 0 0 0 610 5 0 0 20 0 19 0 40072416 19452874752 26176 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=18996948 memory=102652 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40072421 19452874752 26176 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=18996948 memory=89908 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 40072422 19452874752 26176 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41795] ppid=41773 vsize=18996948 memory=14340 CPUtime=0 cores=1,3
/proc/41776/task/41795/stat : 41795 (Timer-0) S 41773 41776 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 40072459 19452874752 26176 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 8.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 104704 KiB

[startup+12.7004 s]
/proc/loadavg: 2.54 3.76 4.08 2/254 41795
/proc/meminfo: memFree=129811436/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=18996948 memory=145344 CPUtime=15.66 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 31301 0 0 0 1551 15 0 0 20 0 19 0 40072414 19452874752 36336 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4749237 36336 5438 1 0 555362 0
[pid=41776/tid=41778] ppid=41773 vsize=18996948 memory=0 CPUtime=12.53 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 8629 0 0 0 1247 6 0 0 20 0 19 0 40072416 19452874752 36336 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=18996948 memory=141248 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40072421 19452874752 36336 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=18996948 memory=91956 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 40072422 19452874752 36336 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41795] ppid=41773 vsize=18996948 memory=67204 CPUtime=0 cores=1,3
/proc/41776/task/41795/stat : 41795 (Timer-0) S 41773 41776 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 40072459 19452874752 36336 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 15.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 145344 KiB

[startup+25.5004 s]
/proc/loadavg: 2.45 3.70 4.06 2/255 41797
/proc/meminfo: memFree=129774572/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=19063512 memory=178744 CPUtime=28.6 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 33481 0 0 0 2843 17 0 0 20 0 20 0 40072414 19521036288 44686 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4765878 44686 5502 1 0 555651 0
[pid=41776/tid=41778] ppid=41773 vsize=19063512 memory=141248 CPUtime=25.27 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 9166 0 0 0 2520 7 0 0 20 0 20 0 40072416 19521036288 44686 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=19063512 memory=91956 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40072421 19521036288 44686 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=19063512 memory=178744 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 40072422 19521036288 44686 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41795] ppid=41773 vsize=19063512 memory=178744 CPUtime=0 cores=1,3
/proc/41776/task/41795/stat : 41795 (Timer-0) S 41773 41776 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40072459 19521036288 44686 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 28.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178744 KiB

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

# cumulated CPU time of all completed processes:  user=44.2843 s, system=0.201386 s

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

[startup+25.6005 s]
/proc/loadavg: 2.45 3.70 4.06 2/255 41797
/proc/meminfo: memFree=129774572/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=19063512 memory=178744 CPUtime=28.7 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 33481 0 0 0 2853 17 0 0 20 0 20 0 40072414 19521036288 44686 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4765878 44686 5502 1 0 555651 0
[pid=41776/tid=41778] ppid=41773 vsize=19063512 memory=178744 CPUtime=25.37 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 9166 0 0 0 2530 7 0 0 20 0 20 0 40072416 19521036288 44686 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=19063512 memory=178744 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40072421 19521036288 44686 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 40072422 19521036288 44686 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41795] ppid=41773 vsize=19063512 memory=67204 CPUtime=0 cores=1,3
/proc/41776/task/41795/stat : 41795 (Timer-0) S 41773 41776 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40072459 19521036288 44686 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 28.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178744 KiB

[startup+32.0003 s]*
/proc/loadavg: 2.38 3.64 4.03 2/255 41797
/proc/meminfo: memFree=129773832/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=19063512 memory=182072 CPUtime=35.72 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 35121 0 0 0 3554 18 0 0 20 0 20 0 40072414 19521036288 45518 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4765878 45518 5502 1 0 555651 0
[pid=41776/tid=41778] ppid=41773 vsize=19063512 memory=1792 CPUtime=31.76 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 9609 0 0 0 3169 7 0 0 20 0 20 0 40072416 19521036288 45518 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=19063512 memory=-6000919494147664747 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40072421 19521036288 45518 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=19063512 memory=2724 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 40072422 19521036288 45518 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41795] ppid=41773 vsize=19063512 memory=17444 CPUtime=0 cores=1,3
/proc/41776/task/41795/stat : 41795 (Timer-0) S 41773 41776 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40072459 19521036288 45518 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 35.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182072 KiB

[startup+35.2003 s]
/proc/loadavg: 2.38 3.64 4.03 2/255 41797
/proc/meminfo: memFree=129773832/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=19063512 memory=182072 CPUtime=38.9 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 35125 0 0 0 3872 18 0 0 20 0 20 0 40072414 19521036288 45518 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4765878 45518 5502 1 0 555651 0
[pid=41776/tid=41778] ppid=41773 vsize=19063512 memory=0 CPUtime=34.94 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 9609 0 0 0 3487 7 0 0 20 0 20 0 40072416 19521036288 45518 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=19063512 memory=182072 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40072421 19521036288 45518 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 40072422 19521036288 45518 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41795] ppid=41773 vsize=19063512 memory=182072 CPUtime=0 cores=1,3
/proc/41776/task/41795/stat : 41795 (Timer-0) S 41773 41776 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40072459 19521036288 45518 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 38.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182072 KiB

[startup+38.4003 s]
/proc/loadavg: 2.27 3.60 4.02 2/255 41797
/proc/meminfo: memFree=129765640/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=19063512 memory=188252 CPUtime=42.1 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 35143 0 0 0 4192 18 0 0 20 0 20 0 40072414 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4765878 47063 5502 1 0 555651 0
[pid=41776/tid=41778] ppid=41773 vsize=19063512 memory=182072 CPUtime=38.11 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 9609 0 0 0 3804 7 0 0 20 0 20 0 40072416 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=19063512 memory=188252 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40072421 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=19063512 memory=182072 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 40072422 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41795] ppid=41773 vsize=19063512 memory=100288 CPUtime=0 cores=1,3
/proc/41776/task/41795/stat : 41795 (Timer-0) S 41773 41776 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40072459 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 42.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188252 KiB

[startup+40.0003 s]*
/proc/loadavg: 2.27 3.60 4.02 2/255 41797
/proc/meminfo: memFree=129765640/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=19063512 memory=188252 CPUtime=43.72 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 35150 0 0 0 4353 19 0 0 20 0 20 0 40072414 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4765878 47063 5502 1 0 555651 0
[pid=41776/tid=41778] ppid=41773 vsize=19063512 memory=6640 CPUtime=39.71 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 9609 0 0 0 3964 7 0 0 20 0 20 0 40072416 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40072421 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=19063512 memory=179413668939378 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 40072422 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41795] ppid=41773 vsize=19063512 memory=-6000919494147664747 CPUtime=0 cores=1,3
/proc/41776/task/41795/stat : 41795 (Timer-0) S 41773 41776 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40072459 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 43.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188252 KiB

[startup+40.4003 s]
/proc/loadavg: 2.27 3.60 4.02 2/255 41797
/proc/meminfo: memFree=129765640/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=19063512 memory=188252 CPUtime=44.11 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 35150 0 0 0 4392 19 0 0 20 0 20 0 40072414 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4765878 47063 5502 1 0 555651 0
[pid=41776/tid=41778] ppid=41773 vsize=19063512 memory=-6000919494147664747 CPUtime=40.1 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 9609 0 0 0 4003 7 0 0 20 0 20 0 40072416 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=19063512 memory=21484 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40072421 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=19063512 memory=4224 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 40072422 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41795] ppid=41773 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/41776/task/41795/stat : 41795 (Timer-0) S 41773 41776 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40072459 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 44.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188252 KiB

[startup+40.6004 s]
/proc/loadavg: 2.27 3.60 4.02 2/255 41797
/proc/meminfo: memFree=129765640/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=19063512 memory=188252 CPUtime=44.31 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 35151 0 0 0 4412 19 0 0 20 0 20 0 40072414 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4765878 47063 5502 1 0 555651 0
[pid=41776/tid=41778] ppid=41773 vsize=19063512 memory=4788 CPUtime=40.3 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) R 41773 41776 41750 0 -1 4194368 9609 0 0 0 4023 7 0 0 20 0 20 0 40072416 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=19063512 memory=6256 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40072421 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=19063512 memory=188252 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 40072422 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41795] ppid=41773 vsize=19063512 memory=188252 CPUtime=0 cores=1,3
/proc/41776/task/41795/stat : 41795 (Timer-0) S 41773 41776 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40072459 19521036288 47063 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 44.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188252 KiB

[startup+40.7003 s]
/proc/loadavg: 2.27 3.60 4.02 2/255 41797
/proc/meminfo: memFree=129765640/131382112 swapFree=33010684/33010684
[pid=41776] ppid=41773 vsize=19196640 memory=188764 CPUtime=44.44 cores=1,3
/proc/41776/stat : 41776 (java) S 41773 41776 41750 0 -1 4194304 36272 0 0 0 4425 19 0 0 20 0 20 0 40072414 19657359360 47191 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
/proc/41776/statm: 4799160 47191 5502 1 0 556285 0
[pid=41776/tid=41778] ppid=41773 vsize=19196640 memory=141248 CPUtime=40.35 cores=1,3
/proc/41776/task/41778/stat : 41778 (java) S 41773 41776 41750 0 -1 4194368 10344 0 0 0 4028 7 0 0 20 0 20 0 40072416 19657359360 47191 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41787] ppid=41773 vsize=19196640 memory=91956 CPUtime=0 cores=1,3
/proc/41776/task/41787/stat : 41787 (Finalizer) S 41773 41776 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40072421 19657359360 47191 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
[pid=41776/tid=41794] ppid=41773 vsize=19196640 memory=-6000919494147664747 CPUtime=0 cores=1,3
/proc/41776/task/41794/stat : 41794 (Common-Cleaner) S 41773 41776 41750 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 40072422 19657359360 47191 18446744073709551615 94215808876544 94215808880240 140730095411776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94215808888056 94215808888848 94215811346432 140730095413633 140730095413734 140730095413734 140730095419336 0
Current children cumulated CPU time: 44.44 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 188764 KiB

Child status: 20

Real time (s): 40.7372
CPU time (s): 44.4857
CPU user time (s): 44.2843
CPU system time (s): 0.201386
CPU usage (%): 109.202
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 188764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.2843
system time used= 0.201386
maximum resident set size= 189020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36474
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2363
involuntary context switches= 866


# summary of solver processes directly reported to runsolver:
#   pid: 41776
#   total CPU time (s): 44.4857
#   total CPU user time (s): 44.2843
#   total CPU system time (s): 0.201386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.223753 second user time and 0.467515 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 02:38:53
IDJOB=4517406
IDBENCH=176062
IDSOLVER=3363
FILE ID=nodeC007/4517406-1751243933
RUNJOBID= nodeC007-1751243933-41762
SLURM_JOB_ID= 9587743
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/diag_spec/normalized-9diag_spec_less.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517406-1751243933/watcher-4517406-1751243933 -o /tmp/evaluation-result-4517406-1751243933/solver-4517406-1751243933 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751243933-41762 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4517406-1751243933.opb

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

MD5SUM BENCH= 909ed49fb1be82435d8fa613ef9637f7
RANDOM SEED=1203054422

nodeC007 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		: 3700.000
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.68
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.186
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.68
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.432
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.68
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.206
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.68
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.440
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.68
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.449
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.68
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		: 3700.000
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.68
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		: 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 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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129958504 kB
MemAvailable:   129964864 kB
Buffers:            3280 kB
Cached:           814988 kB
SwapCached:            0 kB
Active:           314276 kB
Inactive:         569672 kB
Active(anon):      83640 kB
Inactive(anon):        0 kB
Active(file):     230636 kB
Inactive(file):   569672 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               676 kB
Writeback:             0 kB
AnonPages:         68752 kB
Mapped:           102192 kB
Shmem:             17960 kB
KReclaimable:      91360 kB
Slab:             174440 kB
SReclaimable:      91360 kB
SUnreclaim:        83080 kB
KernelStack:        3824 kB
PageTables:         2580 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     328016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC007 at 2025-06-30 02:39:34