Trace number 4511199

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06UNSAT cert. 398.259 390.889

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
MD5SUM6aa2e19502a8f75e99296617bfe7afcb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.41638
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables501
Total number of constraints251
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)251
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4511199-1751205888.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.037s.
0.13/0.19	c declared #vars     501
0.13/0.19	c #constraints  502
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 500
0.13/0.19	c 502 constraints processed.
1.67/0.99	c cleaning 2493 clauses out of 5000 with flag 0/5000
3.45/1.81	c cleaning 4248 clauses out of 8508 with flag 0/11001
5.24/2.73	c cleaning 5625 clauses out of 11260 with flag 0/18001
6.74/3.59	c cleaning 6810 clauses out of 13634 with flag 0/26000
8.10/4.60	c cleaning 7905 clauses out of 15824 with flag 0/35000
9.29/5.64	c cleaning 8953 clauses out of 17920 with flag 0/45001
10.69/6.91	c cleaning 9974 clauses out of 19967 with flag 0/56001
11.89/8.19	c cleaning 10983 clauses out of 21992 with flag 0/68000
13.31/9.58	c cleaning 11995 clauses out of 24009 with flag 0/81000
15.17/11.31	c cleaning 12995 clauses out of 26015 with flag 0/95001
17.58/13.75	c cleaning 13999 clauses out of 28019 with flag 0/110000
21.54/17.63	c cleaning 15004 clauses out of 30021 with flag 0/126001
25.65/21.66	c cleaning 16002 clauses out of 32017 with flag 0/143001
29.99/25.88	c cleaning 17005 clauses out of 34014 with flag 0/161000
34.32/30.16	c cleaning 17998 clauses out of 36009 with flag 0/180000
38.72/34.56	c cleaning 19002 clauses out of 38011 with flag 0/200000
44.62/40.42	c cleaning 20000 clauses out of 40009 with flag 0/221000
50.48/46.22	c cleaning 21000 clauses out of 42010 with flag 0/243001
55.36/51.09	c cleaning 21996 clauses out of 44010 with flag 0/266001
59.70/55.38	c cleaning 22998 clauses out of 46014 with flag 0/290001
67.50/63.04	c cleaning 24007 clauses out of 48015 with flag 0/315000
75.96/71.40	c cleaning 24997 clauses out of 50009 with flag 0/341001
85.88/81.21	c cleaning 26000 clauses out of 52012 with flag 0/368001
98.78/94.00	c cleaning 27000 clauses out of 54011 with flag 0/396000
108.26/103.44	c cleaning 28001 clauses out of 56011 with flag 0/425000
123.95/119.03	c cleaning 29004 clauses out of 58013 with flag 0/455003
142.28/137.23	c cleaning 29997 clauses out of 60006 with flag 0/486000
161.72/156.55	c cleaning 30995 clauses out of 62010 with flag 0/518001
178.88/173.59	c cleaning 32005 clauses out of 64015 with flag 0/551001
196.43/190.96	c cleaning 32997 clauses out of 66009 with flag 0/585000
206.08/200.56	c cleaning 33997 clauses out of 68014 with flag 0/620002
217.87/212.23	c cleaning 35004 clauses out of 70016 with flag 0/656001
235.34/229.48	c cleaning 36001 clauses out of 72012 with flag 0/693001
259.18/253.01	c cleaning 37000 clauses out of 74010 with flag 0/731000
282.01/275.79	c cleaning 38001 clauses out of 76011 with flag 0/770001
310.26/303.74	c cleaning 39002 clauses out of 78009 with flag 0/810000
340.17/333.43	c cleaning 39997 clauses out of 80008 with flag 0/851001
374.46/367.44	c cleaning 41002 clauses out of 82010 with flag 0/893000
398.04/390.79	c starts		: 2335
398.04/390.79	c conflicts		: 926907
398.14/390.80	c decisions		: 1277565
398.14/390.80	c propagations		: 6088607
398.14/390.80	c inspects		: 1123719858
398.14/390.80	c shortcuts		: 0
398.14/390.80	c learnt literals	: 0
398.14/390.80	c learnt binary clauses	: 1
398.14/390.80	c learnt ternary clauses	: 3
398.14/390.80	c learnt constraints	: 926906
398.14/390.80	c ignored constraints	: 0
398.14/390.80	c root simplifications	: 0
398.14/390.80	c removed literals (reason simplification)	: 0
398.14/390.80	c reason swapping (by a shorter reason)	: 0
398.14/390.80	c Calls to reduceDB	: 38
398.14/390.80	c Number of update (reduction) of LBD	: 537274
398.14/390.80	c Imported unit clauses	: 0
398.14/390.80	c No decision after first conflict	: false
398.14/390.80	c number of reductions to clauses (during analyze)	: 0
398.14/390.80	c number of learned constraints concerned by reduction	: 0
398.14/390.80	c number of learning phase by resolution	: 0
398.14/390.81	c number of learning phase by cutting planes	: 0
398.14/390.81	c number of rounding to 1 operations	: 0
398.14/390.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
398.14/390.81	c number of reductions of the coefficients by power 2 	: 0
398.14/390.81	c number of right shift for reduction by power 2 	: 0
398.14/390.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
398.14/390.81	c number of ending skipping 	: 0
398.14/390.81	c number of internal skipping 	: 0
398.14/390.81	c number of derivation steps 	: 3580812
398.14/390.81	c number of skipped derivation steps 	: 0
398.14/390.81	c number of remaining unassigned 	: 10360
398.14/390.81	c number of remaining assigned 	: 36376404
398.14/390.81	c number of falsified literals weakened from reason	: 0
398.14/390.81	c number of falsified literals weakened from conflict	: 0
398.14/390.81	c time for arithmetic operations	: 1770892236
398.14/390.81	c minimum degree of deleted constraints	: 1
398.14/390.81	c maximum degree of deleted constraints	: 10735
398.14/390.81	c number of deleted constraints	: 851992
398.14/390.81	c speed (assignments/second)	: 15587.2329531636
398.14/390.81	c non guided choices	: 4003
398.14/390.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9647
398.14/390.86	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 103
398.14/390.86	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 65164
398.14/390.86	s UNSATISFIABLE
398.14/390.86	c Total wall clock time (in seconds): 390.706

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 15:24:54 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: 63665 MiB (56011 MiB free)
  memory of node 1: 64507 MiB (62297 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511199-1751205888/watcher-4511199-1751205888 -o /tmp/evaluation-result-4511199-1751205888/solver-4511199-1751205888 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751202286-23249 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511199-1751205888 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4511199-1751205888.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
Starting watchdog thread
solver pid=24419, runsolver pid=24416
Current StackSize limit: 8192 KiB


[startup+0.100013 s]*
/proc/loadavg: 4.37 4.23 4.19 6/343 24437
/proc/meminfo: memFree=121109088/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=18930384 memory=57720 CPUtime=0.13 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 6552 0 0 0 11 2 0 0 20 0 18 0 36268645 19384713216 14430 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4732596 14430 5338 1 0 547604 0
[pid=24419/tid=24421] ppid=24416 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 5064 0 0 0 6 1 0 0 20 0 18 0 36268647 19384713216 14430 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36268649 19384713216 14430 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=18930384 memory=61784027586760 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36268649 19384713216 14430 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57720 KiB

[startup+0.206012 s]*
/proc/loadavg: 4.37 4.23 4.19 8/344 24438
/proc/meminfo: memFree=121098124/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=18996948 memory=68900 CPUtime=0.32 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 7176 0 0 0 29 3 0 0 20 0 19 0 36268645 19452874752 17225 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4749237 17225 5466 1 0 548316 0
[pid=24419/tid=24421] ppid=24416 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 5457 0 0 0 16 2 0 0 20 0 19 0 36268647 19452874752 17225 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=18996948 memory=18954 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36268649 19452874752 17225 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=18996948 memory=60684515935208 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36268649 19452874752 17225 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (java) R 24416 24419 23236 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 36268666 19452874752 17225 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68900 KiB

[startup+0.306068 s]*
/proc/loadavg: 4.37 4.23 4.19 7/344 24438
/proc/meminfo: memFree=121078464/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=18996948 memory=84000 CPUtime=0.51 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 8490 0 0 0 48 3 0 0 20 0 19 0 36268645 19452874752 21000 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4749237 21000 5466 1 0 548916 0
[pid=24419/tid=24421] ppid=24416 vsize=18996948 memory=-6000919481363621997 CPUtime=0.28 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 5506 0 0 0 26 2 0 0 20 0 19 0 36268647 19452874752 21000 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36268649 19452874752 21000 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36268649 19452874752 21000 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36268666 19452874752 21000 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84000 KiB

[startup+0.70025 s]
/proc/loadavg: 4.37 4.23 4.19 6/345 24439
/proc/meminfo: memFree=120993808/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19063512 memory=165008 CPUtime=1.27 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 11697 0 0 0 120 7 0 0 20 0 20 0 36268645 19521036288 41252 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4765878 41252 5498 1 0 551169 0
[pid=24419/tid=24421] ppid=24416 vsize=19063512 memory=17664 CPUtime=0.64 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 5565 0 0 0 60 4 0 0 20 0 20 0 36268647 19521036288 41252 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 41252 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 41252 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268666 19521036288 41252 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165008 KiB

[startup+1.50025 s]
/proc/loadavg: 4.37 4.23 4.19 6/345 24439
/proc/meminfo: memFree=120963520/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19063512 memory=352608 CPUtime=2.86 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 26288 0 0 0 273 13 0 0 20 0 20 0 36268645 19521036288 88152 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4765878 88152 5498 1 0 556453 0
[pid=24419/tid=24421] ppid=24416 vsize=19063512 memory=0 CPUtime=1.39 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 6082 0 0 0 131 8 0 0 20 0 20 0 36268647 19521036288 88152 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 88152 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 88152 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268666 19521036288 88152 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 352608 KiB

[startup+3.10591 s]
/proc/loadavg: 4.42 4.24 4.20 6/345 24439
/proc/meminfo: memFree=119832044/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19063512 memory=1323760 CPUtime=6.03 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 30066 0 0 0 572 31 0 0 20 0 20 0 36268645 19521036288 330940 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4765878 330940 5498 1 0 556894 0
[pid=24419/tid=24421] ppid=24416 vsize=19063512 memory=10880 CPUtime=2.95 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 7719 0 0 0 270 25 0 0 20 0 20 0 36268647 19521036288 330940 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=19063512 memory=-6000919481363621997 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 330940 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 330940 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268666 19521036288 330940 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1323760 KiB

[startup+6.30022 s]
/proc/loadavg: 4.42 4.24 4.20 5/345 24439
/proc/meminfo: memFree=119801248/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19063512 memory=1317768 CPUtime=10.06 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 30936 0 0 0 974 32 0 0 20 0 20 0 36268645 19521036288 329442 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4765878 329442 5498 1 0 557400 0
[pid=24419/tid=24421] ppid=24416 vsize=19063512 memory=0 CPUtime=6.07 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 7795 0 0 0 581 26 0 0 20 0 20 0 36268647 19521036288 329442 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 329442 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 329442 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=19063512 memory=420320 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268666 19521036288 329442 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 10.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317768 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.23 4.19 5/345 24439
/proc/meminfo: memFree=119267480/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19063512 memory=1324076 CPUtime=16.59 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 31920 0 0 0 1624 35 0 0 20 0 20 0 36268645 19521036288 331019 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4765878 331019 5498 1 0 557400 0
[pid=24419/tid=24421] ppid=24416 vsize=19063512 memory=420320 CPUtime=12.37 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 8481 0 0 0 1209 28 0 0 20 0 20 0 36268647 19521036288 331019 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=19063512 memory=1321928 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 331019 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 331019 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268666 19521036288 331019 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 16.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324076 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 4.23 4.19 5/345 24440
/proc/meminfo: memFree=119203280/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19063512 memory=1338536 CPUtime=29.69 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 38657 0 0 0 2930 39 0 0 20 0 20 0 36268645 19521036288 334634 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4765878 334634 5498 1 0 557400 0
[pid=24419/tid=24421] ppid=24416 vsize=19063512 memory=1321928 CPUtime=24.93 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 10206 0 0 0 2462 31 0 0 20 0 20 0 36268647 19521036288 334634 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 334634 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=19063512 memory=1334372 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 334634 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268666 19521036288 334634 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 29.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1338536 KiB

[startup+51.1061 s]
/proc/loadavg: 4.33 4.24 4.20 5/344 24440
/proc/meminfo: memFree=118106936/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19063512 memory=1782228 CPUtime=55.47 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 43711 0 0 0 5491 56 0 0 20 0 20 0 36268645 19521036288 445557 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4765878 445557 5498 1 0 663927 0

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

/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 288 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 763292 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=19063512 memory=-6000919481363621997 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268666 19521036288 763292 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 349.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3053168 KiB

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

# cumulated CPU time of all completed processes:  user=396.784 s, system=1.4749 s

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

[startup+358.4 s]
/proc/loadavg: 4.24 4.25 4.20 5/342 24458
/proc/meminfo: memFree=115166676/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19063512 memory=3061360 CPUtime=365.38 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 56380 0 0 0 36398 140 0 0 20 0 20 0 36268645 19521036288 765340 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4765878 765340 5530 1 0 925073 0
[pid=24419/tid=24421] ppid=24416 vsize=19063512 memory=3005948 CPUtime=350.85 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 20515 0 0 0 34976 109 0 0 20 0 20 0 36268647 19521036288 765340 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 765340 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 288 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 765340 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268666 19521036288 765340 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 365.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3061360 KiB

[startup+371.2 s]
/proc/loadavg: 4.20 4.24 4.20 5/342 24459
/proc/meminfo: memFree=115127012/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19063512 memory=3071636 CPUtime=378.29 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 56571 0 0 0 37687 142 0 0 20 0 20 0 36268645 19521036288 767909 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4765878 767909 5530 1 0 925073 0
[pid=24419/tid=24421] ppid=24416 vsize=19063512 memory=14720 CPUtime=363.44 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 20637 0 0 0 36234 110 0 0 20 0 20 0 36268647 19521036288 767909 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 767909 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=19063512 memory=3055216 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 344 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 767909 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268666 19521036288 767909 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 378.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3071636 KiB

[startup+384.006 s]*
/proc/loadavg: 4.16 4.23 4.20 6/342 24459
/proc/meminfo: memFree=115081892/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19063512 memory=3077780 CPUtime=391.21 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 56575 0 0 0 38977 144 0 0 20 0 20 0 36268645 19521036288 769445 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4765878 769445 5530 1 0 925073 0
[pid=24419/tid=24421] ppid=24416 vsize=19063512 memory=3247756 CPUtime=376.05 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) S 24416 24419 23236 0 -1 4194368 20638 0 0 0 37493 112 0 0 20 0 20 0 36268647 19521036288 769445 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=19063512 memory=6768 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 769445 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=19063512 memory=2562384 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 344 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 769445 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=19063512 memory=4426643276741373600 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268666 19521036288 769445 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 391.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3077780 KiB

[startup+387.2 s]
/proc/loadavg: 4.15 4.23 4.20 5/342 24459
/proc/meminfo: memFree=115074020/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19063512 memory=3079828 CPUtime=394.43 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 56577 0 0 0 39298 145 0 0 20 0 20 0 36268645 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4765878 769957 5530 1 0 925074 0
[pid=24419/tid=24421] ppid=24416 vsize=19063512 memory=3077780 CPUtime=379.19 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 20639 0 0 0 37807 112 0 0 20 0 20 0 36268647 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=19063512 memory=4426643276741373600 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 344 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268666 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 394.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3079828 KiB

[startup+388.8 s]
/proc/loadavg: 4.15 4.23 4.20 5/342 24459
/proc/meminfo: memFree=115055372/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19063512 memory=3079828 CPUtime=396.05 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 56578 0 0 0 39460 145 0 0 20 0 20 0 36268645 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4765878 769957 5530 1 0 925074 0
[pid=24419/tid=24421] ppid=24416 vsize=19063512 memory=7040 CPUtime=380.75 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 20639 0 0 0 37963 112 0 0 20 0 20 0 36268647 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=19063512 memory=3079828 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 344 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=19063512 memory=3077780 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268666 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 396.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3079828 KiB

[startup+389.6 s]
/proc/loadavg: 4.15 4.23 4.20 5/341 24460
/proc/meminfo: memFree=115055372/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19063512 memory=3079828 CPUtime=396.85 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 56578 0 0 0 39540 145 0 0 20 0 20 0 36268645 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4765878 769957 5530 1 0 925074 0
[pid=24419/tid=24421] ppid=24416 vsize=19063512 memory=17664 CPUtime=381.55 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 20639 0 0 0 38043 112 0 0 20 0 20 0 36268647 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 344 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=19063512 memory=-6000919481363621997 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268666 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 396.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3079828 KiB

[startup+390.4 s]
/proc/loadavg: 4.15 4.23 4.20 5/341 24460
/proc/meminfo: memFree=115055372/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19063512 memory=3079828 CPUtime=397.74 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 58836 0 0 0 39629 145 0 0 20 0 20 0 36268645 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4765878 769957 5530 1 0 925086 0
[pid=24419/tid=24421] ppid=24416 vsize=19063512 memory=3077780 CPUtime=382.32 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) R 24416 24419 23236 0 -1 4194368 20759 0 0 0 38120 112 0 0 20 0 20 0 36268647 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=19063512 memory=3077780 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 344 0 0 0 0 0 0 0 20 0 20 0 36268649 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24438] ppid=24416 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/24419/task/24438/stat : 24438 (Timer-0) S 24416 24419 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268666 19521036288 769957 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 397.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3079828 KiB

[startup+390.8 s]
/proc/loadavg: 4.15 4.23 4.20 5/341 24460
/proc/meminfo: memFree=115055372/131250000 swapFree=33010684/33010684
[pid=24419] ppid=24416 vsize=19196640 memory=3080340 CPUtime=398.14 cores=5,7
/proc/24419/stat : 24419 (java) S 24416 24419 23236 0 -1 4194304 61014 0 0 0 39668 146 0 0 20 0 20 0 36268645 19657359360 770085 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
/proc/24419/statm: 4799160 770085 5530 1 0 925750 0
[pid=24419/tid=24421] ppid=24416 vsize=19196640 memory=4252 CPUtime=382.7 cores=5,7
/proc/24419/task/24421/stat : 24421 (java) S 24416 24419 23236 0 -1 4194368 22366 0 0 0 38158 112 0 0 20 0 20 0 36268647 19657359360 770085 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24430] ppid=24416 vsize=19196640 memory=3079828 CPUtime=0 cores=5,7
/proc/24419/task/24430/stat : 24430 (Finalizer) S 24416 24419 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268649 19657359360 770085 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
[pid=24419/tid=24437] ppid=24416 vsize=19196640 memory=4760 CPUtime=0 cores=5,7
/proc/24419/task/24437/stat : 24437 (Common-Cleaner) S 24416 24419 23236 0 -1 4194368 344 0 0 0 0 0 0 0 20 0 20 0 36268649 19657359360 770085 18446744073709551615 93993231020032 93993231023728 140726735407520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93993231031544 93993231032336 93993233887232 140726735411501 140726735411686 140726735411686 140726735417288 0
Current children cumulated CPU time: 398.14 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 3080340 KiB

Child status: 20

Real time (s): 390.889
CPU time (s): 398.259
CPU user time (s): 396.784
CPU system time (s): 1.4749
CPU usage (%): 101.886
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 3080340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 396.784
system time used= 1.4749
maximum resident set size= 3080724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61419
page faults= 0
swaps= 0
block input operations= 0
block output operations= 284872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22127
involuntary context switches= 3487


# summary of solver processes directly reported to runsolver:
#   pid: 24419
#   total CPU time (s): 398.259
#   total CPU user time (s): 396.784
#   total CPU system time (s): 1.4749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.912509 second user time and 2.00557 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 16:04:48
IDJOB=4511199
IDBENCH=160432
IDSOLVER=3362
FILE ID=nodeC027/4511199-1751205888
RUNJOBID= nodeC027-1751202286-23249
SLURM_JOB_ID= 9587612
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511199-1751205888/watcher-4511199-1751205888 -o /tmp/evaluation-result-4511199-1751205888/solver-4511199-1751205888 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751202286-23249 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511199-1751205888 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4511199-1751205888.opb

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

MD5SUM BENCH= 6aa2e19502a8f75e99296617bfe7afcb
RANDOM SEED=146074837

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.632
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.639
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3553.206
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3579.350
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.639
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.769
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3598.488
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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.636
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121148028 kB
MemAvailable:   122224360 kB
Buffers:            3280 kB
Cached:          1880380 kB
SwapCached:            0 kB
Active:          7914332 kB
Inactive:        1626388 kB
Active(anon):    7675244 kB
Inactive(anon):        0 kB
Active(file):     239088 kB
Inactive(file):  1626388 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46288 kB
Writeback:            12 kB
AnonPages:       7660208 kB
Mapped:           122852 kB
Shmem:             18068 kB
KReclaimable:      99788 kB
Slab:             187216 kB
SReclaimable:      99788 kB
SUnreclaim:        87428 kB
KernelStack:        5248 kB
PageTables:        18448 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9988752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7411712 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC027 at 2025-06-29 16:11:19