Trace number 4515391

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 VeriPB 2025-06-06UNSAT cert. 32.3557 29.5412

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP145.shuf-1.opb
MD5SUMba28cd3367cfe12555432753b09255a3
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 benchmark5.14641
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42924
Total number of constraints10732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints10714
Minimum length of a constraint4
Maximum length of a constraint12
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4515391-1751234104.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  no objective function found
0.51/0.41	c ... done. Wall clock time 0.274s.
0.51/0.41	c declared #vars     42924
0.51/0.41	c #constraints  10732
0.51/0.41	c constraints type 
0.51/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10732
0.51/0.41	c 10732 constraints processed.
1.87/1.08	c cleaning 2491 clauses out of 5000 with flag 15822/5000
2.26/1.27	c cleaning 4245 clauses out of 8509 with flag 34085/11000
2.66/1.41	c cleaning 5593 clauses out of 11265 with flag 56747/18001
3.25/1.73	c cleaning 6833 clauses out of 13671 with flag 80187/26000
3.46/1.86	c cleaning 7881 clauses out of 15839 with flag 111237/35001
4.02/2.12	c cleaning 8880 clauses out of 17959 with flag 141979/45002
4.38/2.30	c cleaning 9914 clauses out of 20077 with flag 176801/56000
4.56/2.44	c cleaning 11054 clauses out of 22164 with flag 216587/68001
4.87/2.78	c cleaning 12034 clauses out of 24109 with flag 259310/81000
5.06/2.97	c cleaning 13008 clauses out of 26076 with flag 310533/95001
5.27/3.17	c cleaning 14025 clauses out of 28067 with flag 361740/110000
5.47/3.40	c cleaning 14980 clauses out of 30043 with flag 416852/126001
5.91/3.75	c cleaning 16010 clauses out of 32063 with flag 476490/143001
6.34/4.12	c cleaning 16930 clauses out of 34053 with flag 537648/161001
6.63/4.48	c cleaning 18019 clauses out of 36122 with flag 603201/180000
7.04/4.83	c cleaning 19011 clauses out of 38103 with flag 673752/200000
7.34/5.14	c cleaning 20016 clauses out of 40093 with flag 746369/221001
7.65/5.76	c cleaning 21031 clauses out of 42076 with flag 822167/243000
8.02/6.13	c cleaning 21950 clauses out of 44046 with flag 898933/266001
8.52/6.66	c cleaning 23040 clauses out of 46095 with flag 984713/290000
8.92/7.08	c cleaning 23976 clauses out of 48055 with flag 1073820/315000
9.53/7.61	c cleaning 24995 clauses out of 50079 with flag 1165608/341000
9.82/7.99	c cleaning 26000 clauses out of 52084 with flag 1259465/368000
10.22/8.38	c cleaning 26986 clauses out of 54084 with flag 1360612/396000
10.82/8.91	c cleaning 27923 clauses out of 56098 with flag 1458590/425000
11.42/9.53	c cleaning 29048 clauses out of 58176 with flag 1566736/455001
11.92/10.04	c cleaning 29926 clauses out of 60127 with flag 1673624/486000
12.42/10.56	c cleaning 31053 clauses out of 62201 with flag 1784994/518000
12.93/11.06	c cleaning 30844 clauses out of 64149 with flag 1891786/551001
13.56/11.66	c cleaning 31885 clauses out of 67304 with flag 2006689/585000
14.29/12.31	c cleaning 33207 clauses out of 70421 with flag 2127420/620002
14.81/12.84	c cleaning 34165 clauses out of 73212 with flag 2252593/656000
15.42/13.45	c cleaning 34590 clauses out of 76048 with flag 2381534/693001
16.03/14.05	c cleaning 36236 clauses out of 79457 with flag 2513639/731000
16.65/14.62	c cleaning 37297 clauses out of 82223 with flag 2649597/770002
17.36/15.32	c cleaning 37450 clauses out of 84924 with flag 2792801/810000
18.06/16.06	c cleaning 38310 clauses out of 88474 with flag 2930801/851000
18.75/16.78	c cleaning 39496 clauses out of 92165 with flag 3084879/893001
19.55/17.51	c cleaning 40327 clauses out of 95669 with flag 3238773/936001
20.48/18.45	c cleaning 41490 clauses out of 99341 with flag 3385945/980000
21.58/19.52	c cleaning 42067 clauses out of 102852 with flag 3545932/1025001
22.58/20.53	c cleaning 42372 clauses out of 106784 with flag 3703839/1071000
23.58/21.55	c cleaning 43864 clauses out of 111412 with flag 3864063/1118000
24.47/22.40	c cleaning 45162 clauses out of 115549 with flag 4030642/1166001
26.31/23.82	c cleaning 45666 clauses out of 119386 with flag 4195561/1215000
29.22/26.58	c cleaning 46343 clauses out of 123720 with flag 4361208/1265000
31.72/29.04	c cleaning 47755 clauses out of 128378 with flag 4541345/1316001
32.18/29.47	c starts		: 706
32.18/29.48	c conflicts		: 1319923
32.18/29.48	c decisions		: 23243600
32.18/29.48	c propagations		: 34334145
32.18/29.48	c inspects		: 113013144
32.18/29.48	c shortcuts		: 0
32.18/29.48	c learnt literals	: 6
32.18/29.48	c learnt binary clauses	: 31
32.18/29.48	c learnt ternary clauses	: 22907
32.18/29.48	c learnt constraints	: 1319916
32.18/29.48	c ignored constraints	: 0
32.18/29.48	c root simplifications	: 0
32.18/29.48	c removed literals (reason simplification)	: 465729
32.18/29.48	c reason swapping (by a shorter reason)	: 0
32.18/29.48	c Calls to reduceDB	: 47
32.18/29.48	c Number of update (reduction) of LBD	: 341301
32.18/29.48	c Imported unit clauses	: 0
32.18/29.48	c No decision after first conflict	: false
32.18/29.48	c number of reductions to clauses (during analyze)	: 0
32.18/29.48	c number of learned constraints concerned by reduction	: 0
32.18/29.48	c number of learning phase by resolution	: 0
32.18/29.48	c number of learning phase by cutting planes	: 0
32.18/29.48	c number of rounding to 1 operations	: 0
32.18/29.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
32.18/29.48	c number of reductions of the coefficients by power 2 	: 0
32.18/29.48	c number of right shift for reduction by power 2 	: 0
32.18/29.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
32.18/29.48	c number of ending skipping 	: 0
32.18/29.48	c number of internal skipping 	: 0
32.18/29.48	c number of derivation steps 	: 0
32.18/29.48	c number of skipped derivation steps 	: 0
32.18/29.48	c number of remaining unassigned 	: 0
32.18/29.48	c number of remaining assigned 	: 0
32.18/29.48	c number of falsified literals weakened from reason	: 0
32.18/29.48	c number of falsified literals weakened from conflict	: 0
32.18/29.48	c time for arithmetic operations	: 0
32.18/29.48	c minimum degree of deleted constraints	: null
32.18/29.48	c maximum degree of deleted constraints	: null
32.18/29.48	c number of deleted constraints	: 0
32.18/29.48	c speed (assignments/second)	: 1181491.5691672403
32.18/29.48	c non guided choices	: 20035972
32.30/29.53	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 84507
32.30/29.53	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 31
32.30/29.53	s UNSATISFIABLE
32.30/29.53	c Total wall clock time (in seconds): 29.401

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

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

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62198 MiB free)
  memory of node 1: 64465 MiB (62413 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10006 s]*
/proc/loadavg: 4.15 4.10 4.04 7/333 35092
/proc/meminfo: memFree=127523008/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=18930384 memory=57760 CPUtime=0.12 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 6580 0 0 0 10 2 0 0 20 0 18 0 39089796 19384713216 14440 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4732596 14440 5334 1 0 547622 0
[pid=35035/tid=35044] ppid=35016 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) R 35016 35035 34474 0 -1 4194368 5084 0 0 0 6 1 0 0 20 0 18 0 39089798 19384713216 14440 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=18930384 memory=16898 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39089800 19384713216 14440 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39089800 19384713216 14440 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57760 KiB

[startup+0.205645 s]*
/proc/loadavg: 4.15 4.10 4.04 13/333 35092
/proc/meminfo: memFree=127422076/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=18930384 memory=73464 CPUtime=0.32 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 7439 0 0 0 30 2 0 0 20 0 18 0 39089796 19384713216 18366 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4732596 18366 5430 1 0 548214 0
[pid=35035/tid=35044] ppid=35016 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) R 35016 35035 34474 0 -1 4194368 5281 0 0 0 15 1 0 0 20 0 18 0 39089798 19384713216 18366 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=18930384 memory=16898 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39089800 19384713216 18366 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39089800 19384713216 18366 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 73464 KiB

[startup+0.305701 s]*
/proc/loadavg: 4.62 4.20 4.07 9/335 35094
/proc/meminfo: memFree=127267124/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=18930384 memory=113744 CPUtime=0.51 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 8804 0 0 0 48 3 0 0 20 0 18 0 39089796 19384713216 28436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4732596 28436 5430 1 0 549041 0
[pid=35035/tid=35044] ppid=35016 vsize=18930384 memory=-6000919494198454124 CPUtime=0.25 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) R 35016 35035 34474 0 -1 4194368 5300 0 0 0 23 2 0 0 20 0 18 0 39089798 19384713216 28436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39089800 19384713216 28436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39089800 19384713216 28436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113744 KiB

[startup+0.70023 s]
/proc/loadavg: 4.62 4.20 4.07 10/339 35098
/proc/meminfo: memFree=126836068/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=19063512 memory=181744 CPUtime=1.27 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 14963 0 0 0 121 6 0 0 20 0 20 0 39089796 19521036288 45436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4765878 45436 5462 1 0 553122 0
[pid=35035/tid=35044] ppid=35016 vsize=19063512 memory=18048 CPUtime=0.57 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) R 35016 35035 34474 0 -1 4194368 5384 0 0 0 54 3 0 0 20 0 20 0 39089798 19521036288 45436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 45436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 45436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35097] ppid=35016 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/35035/task/35097/stat : 35097 (Timer-0) S 35016 35035 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089839 19521036288 45436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181744 KiB

[startup+1.50024 s]
/proc/loadavg: 4.62 4.20 4.07 9/340 35100
/proc/meminfo: memFree=125926268/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=19063512 memory=183408 CPUtime=2.85 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 20469 0 0 0 277 8 0 0 20 0 20 0 39089796 19521036288 45852 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4765878 45852 5462 1 0 553168 0
[pid=35035/tid=35044] ppid=35016 vsize=19063512 memory=10752 CPUtime=1.32 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) R 35016 35035 34474 0 -1 4194368 6073 0 0 0 127 5 0 0 20 0 20 0 39089798 19521036288 45852 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 45852 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 45852 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35097] ppid=35016 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/35035/task/35097/stat : 35097 (Timer-0) S 35016 35035 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089839 19521036288 45852 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183408 KiB

[startup+3.1055 s]
/proc/loadavg: 4.62 4.20 4.07 5/341 35101
/proc/meminfo: memFree=124586312/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=19063512 memory=206536 CPUtime=5.27 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 25434 0 0 0 516 11 0 0 20 0 20 0 39089796 19521036288 51634 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4765878 51634 5494 1 0 554675 0
[pid=35035/tid=35044] ppid=35016 vsize=19063512 memory=-6000919481363883884 CPUtime=2.86 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) R 35016 35035 34474 0 -1 4194368 6420 0 0 0 279 7 0 0 20 0 20 0 39089798 19521036288 51634 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 51634 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 51634 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35097] ppid=35016 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35035/task/35097/stat : 35097 (Timer-0) S 35016 35035 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089839 19521036288 51634 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 5.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 206536 KiB

[startup+6.30021 s]
/proc/loadavg: 4.57 4.20 4.07 5/343 35103
/proc/meminfo: memFree=121935352/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=19063512 memory=418352 CPUtime=8.22 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 25875 0 0 0 803 19 0 0 20 0 20 0 39089796 19521036288 104588 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4765878 104588 5494 1 0 661195 0
[pid=35035/tid=35044] ppid=35016 vsize=19063512 memory=0 CPUtime=5.66 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) R 35016 35035 34474 0 -1 4194368 6533 0 0 0 553 13 0 0 20 0 20 0 39089798 19521036288 104588 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 104588 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=19063512 memory=7304909399529909351 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 104588 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35097] ppid=35016 vsize=19063512 memory=183408 CPUtime=0 cores=5,7
/proc/35035/task/35097/stat : 35097 (Timer-0) S 35016 35035 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089839 19521036288 104588 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 8.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 418352 KiB

[startup+12.7002 s]
/proc/loadavg: 4.60 4.21 4.08 5/343 35103
/proc/meminfo: memFree=118899744/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=19063512 memory=932512 CPUtime=14.71 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 30285 0 0 0 1435 36 0 0 20 0 20 0 39089796 19521036288 233128 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4765878 233128 5494 1 0 661197 0
[pid=35035/tid=35044] ppid=35016 vsize=19063512 memory=183408 CPUtime=12 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) R 35016 35035 34474 0 -1 4194368 7952 0 0 0 1171 29 0 0 20 0 20 0 39089798 19521036288 233128 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=19063512 memory=414256 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 233128 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=19063512 memory=932512 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 233128 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35097] ppid=35016 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35035/task/35097/stat : 35097 (Timer-0) S 35016 35035 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089839 19521036288 233128 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 14.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 932512 KiB

[startup+25.5002 s]
/proc/loadavg: 4.59 4.22 4.08 5/343 35103
/proc/meminfo: memFree=115565836/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=19063512 memory=1041744 CPUtime=28.19 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 40790 0 0 0 2770 49 0 0 20 0 20 0 39089796 19521036288 260436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4765878 260436 5494 1 0 662184 0
[pid=35035/tid=35044] ppid=35016 vsize=19063512 memory=-6000919481363883884 CPUtime=24.7 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) R 35016 35035 34474 0 -1 4194368 10456 0 0 0 2430 40 0 0 20 0 20 0 39089798 19521036288 260436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=19063512 memory=16420 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 260436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 260436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35097] ppid=35016 vsize=19063512 memory=939168 CPUtime=0 cores=5,7
/proc/35035/task/35097/stat : 35097 (Timer-0) S 35016 35035 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089839 19521036288 260436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 28.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1041744 KiB

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

# cumulated CPU time of all completed processes:  user=31.8089 s, system=0.546817 s

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

[startup+25.6003 s]
/proc/loadavg: 4.59 4.22 4.08 5/343 35103
/proc/meminfo: memFree=115565836/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=19063512 memory=1041744 CPUtime=28.29 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 40790 0 0 0 2780 49 0 0 20 0 20 0 39089796 19521036288 260436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4765878 260436 5494 1 0 662184 0
[pid=35035/tid=35044] ppid=35016 vsize=19063512 memory=-6000919481363883884 CPUtime=24.8 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) R 35016 35035 34474 0 -1 4194368 10456 0 0 0 2440 40 0 0 20 0 20 0 39089798 19521036288 260436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=19063512 memory=395812 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 260436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=19063512 memory=938656 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 260436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35097] ppid=35016 vsize=19063512 memory=938656 CPUtime=0 cores=5,7
/proc/35035/task/35097/stat : 35097 (Timer-0) S 35016 35035 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089839 19521036288 260436 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 28.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1041744 KiB

[startup+27.2002 s]
/proc/loadavg: 4.62 4.24 4.09 5/343 35103
/proc/meminfo: memFree=115096452/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=19063512 memory=1119580 CPUtime=29.92 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 41403 0 0 0 2941 51 0 0 20 0 20 0 39089796 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4765878 279895 5494 1 0 662185 0
[pid=35035/tid=35044] ppid=35016 vsize=19063512 memory=3328 CPUtime=26.34 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) R 35016 35035 34474 0 -1 4194368 10504 0 0 0 2593 41 0 0 20 0 20 0 39089798 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=19063512 memory=16420 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35097] ppid=35016 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35035/task/35097/stat : 35097 (Timer-0) S 35016 35035 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089839 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 29.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1119580 KiB

[startup+28.8002 s]
/proc/loadavg: 4.62 4.24 4.09 6/343 35103
/proc/meminfo: memFree=115035524/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=19063512 memory=1119580 CPUtime=31.52 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 41403 0 0 0 3101 51 0 0 20 0 20 0 39089796 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4765878 279895 5494 1 0 662185 0
[pid=35035/tid=35044] ppid=35016 vsize=19063512 memory=164 CPUtime=27.94 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) R 35016 35035 34474 0 -1 4194368 10504 0 0 0 2753 41 0 0 20 0 20 0 39089798 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=19063512 memory=16420 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=19063512 memory=16420 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35097] ppid=35016 vsize=19063512 memory=1043792 CPUtime=0 cores=5,7
/proc/35035/task/35097/stat : 35097 (Timer-0) S 35016 35035 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089839 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 31.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1119580 KiB

[startup+29.2002 s]
/proc/loadavg: 4.62 4.24 4.09 5/343 35103
/proc/meminfo: memFree=114728836/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=19063512 memory=1119580 CPUtime=31.92 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 41403 0 0 0 3141 51 0 0 20 0 20 0 39089796 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4765878 279895 5494 1 0 662185 0
[pid=35035/tid=35044] ppid=35016 vsize=19063512 memory=6944656592387989600 CPUtime=28.33 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) R 35016 35035 34474 0 -1 4194368 10504 0 0 0 2792 41 0 0 20 0 20 0 39089798 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=19063512 memory=6944656575208382560 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=19063512 memory=1119580 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35097] ppid=35016 vsize=19063512 memory=6944652177228980320 CPUtime=0 cores=5,7
/proc/35035/task/35097/stat : 35097 (Timer-0) S 35016 35035 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089839 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 31.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1119580 KiB

[startup+29.4002 s]
/proc/loadavg: 4.62 4.24 4.09 5/343 35103
/proc/meminfo: memFree=114728836/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=19063512 memory=1119580 CPUtime=32.18 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 41827 0 0 0 3166 52 0 0 20 0 20 0 39089796 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4765878 279895 5494 1 0 662185 0
[pid=35035/tid=35044] ppid=35016 vsize=19063512 memory=4788 CPUtime=28.49 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) D 35016 35035 34474 0 -1 4194368 10788 0 0 0 2806 43 0 0 20 0 20 0 39089798 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=19063512 memory=4916 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=19063512 memory=6516 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39089800 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35097] ppid=35016 vsize=19063512 memory=2532608 CPUtime=0 cores=5,7
/proc/35035/task/35097/stat : 35097 (Timer-0) S 35016 35035 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089839 19521036288 279895 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 32.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1119580 KiB

[startup+29.5002 s]
/proc/loadavg: 4.62 4.24 4.09 5/343 35103
/proc/meminfo: memFree=114728836/131250000 swapFree=33010684/33010684
[pid=35035] ppid=35016 vsize=19196640 memory=1120476 CPUtime=32.3 cores=5,7
/proc/35035/stat : 35035 (java) S 35016 35035 34474 0 -1 4194304 42863 0 0 0 3177 53 0 0 20 0 20 0 39089796 19657359360 280119 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
/proc/35035/statm: 4799160 280119 5526 1 0 662819 0
[pid=35035/tid=35044] ppid=35016 vsize=19196640 memory=0 CPUtime=28.5 cores=5,7
/proc/35035/task/35044/stat : 35044 (java) S 35016 35035 34474 0 -1 4194368 11412 0 0 0 2806 44 0 0 20 0 20 0 39089798 19657359360 280119 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35068] ppid=35016 vsize=19196640 memory=939168 CPUtime=0 cores=5,7
/proc/35035/task/35068/stat : 35068 (Finalizer) S 35016 35035 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089800 19657359360 280119 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
[pid=35035/tid=35079] ppid=35016 vsize=19196640 memory=5504 CPUtime=0 cores=5,7
/proc/35035/task/35079/stat : 35079 (Common-Cleaner) S 35016 35035 34474 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39089800 19657359360 280119 18446744073709551615 94500698583040 94500698586736 140731110826160 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500698594552 94500698595344 94500710379520 140731110828336 140731110828518 140731110828518 140731110834120 0
Current children cumulated CPU time: 32.3 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1120476 KiB

Child status: 20

Real time (s): 29.5412
CPU time (s): 32.3557
CPU user time (s): 31.8089
CPU system time (s): 0.546817
CPU usage (%): 109.527
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1120476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.8089
system time used= 0.546817
maximum resident set size= 1120604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 255424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6526
involuntary context switches= 1885


# summary of solver processes directly reported to runsolver:
#   pid: 35035
#   total CPU time (s): 32.3557
#   total CPU user time (s): 31.8089
#   total CPU system time (s): 0.546817

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.076818 second user time and 0.169966 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 23:55:04
IDJOB=4515391
IDBENCH=165244
IDSOLVER=3364
FILE ID=nodeC033/4515391-1751234104
RUNJOBID= nodeC033-1751234104-34968
SLURM_JOB_ID= 9587701
Free space on /tmp= 432768 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP145.shuf-1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515391-1751234104/watcher-4515391-1751234104 -o /tmp/evaluation-result-4515391-1751234104/solver-4515391-1751234104 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751234104-34968 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515391-1751234104 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515391-1751234104.opb

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

MD5SUM BENCH= ba28cd3367cfe12555432753b09255a3
RANDOM SEED=106364322

nodeC033 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		: 3600.109
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	: 7000.13
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		: 3600.307
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	: 7000.13
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		: 3600.050
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	: 7000.13
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		: 1953.423
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	: 7000.13
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		: 3600.366
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	: 7000.13
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		: 3600.053
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	: 7000.13
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		: 3600.221
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	: 7000.13
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		: 3599.077
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127629280 kB
MemAvailable:   129753236 kB
Buffers:            3280 kB
Cached:          2925592 kB
SwapCached:            0 kB
Active:           325632 kB
Inactive:        2666208 kB
Active(anon):      81092 kB
Inactive(anon):        0 kB
Active(file):     244540 kB
Inactive(file):  2666208 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13960 kB
Writeback:             0 kB
AnonPages:         66152 kB
Mapped:           103844 kB
Shmem:             18120 kB
KReclaimable:     104896 kB
Slab:             193148 kB
SReclaimable:     104896 kB
SUnreclaim:        88252 kB
KernelStack:        4224 kB
PageTables:         3088 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     331240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432764 MiB
End job on nodeC033 at 2025-06-29 23:55:34