Trace number 4492733

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. 74.2025 70.9367

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-15-10.opb
MD5SUMb1beef5e60042f450a41b488443772ed
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.003312
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints25
Number of constraints which are clauses15
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4492733-1751146563.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.13/0.14	c ... done. Wall clock time 0.014s.
0.13/0.14	c declared #vars     150
0.13/0.14	c #constraints  25
0.13/0.14	c constraints type 
0.13/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
0.13/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15
0.13/0.14	c 25 constraints processed.
1.28/0.75	c cleaning 2499 clauses out of 5002 with flag 36926/5002
2.66/1.44	c cleaning 4250 clauses out of 8501 with flag 84211/11000
3.90/2.11	c cleaning 5627 clauses out of 11253 with flag 134972/18002
5.18/3.03	c cleaning 6808 clauses out of 13626 with flag 191925/26002
6.98/4.79	c cleaning 7901 clauses out of 15816 with flag 258507/35000
9.21/6.85	c cleaning 8957 clauses out of 17917 with flag 341116/45002
11.21/8.79	c cleaning 9979 clauses out of 19961 with flag 424723/56003
13.34/10.89	c cleaning 10983 clauses out of 21979 with flag 510830/68000
15.66/13.16	c cleaning 11994 clauses out of 23997 with flag 605093/81001
18.34/15.86	c cleaning 12999 clauses out of 26004 with flag 715642/95002
21.14/18.65	c cleaning 13998 clauses out of 28003 with flag 833779/110000
23.98/21.41	c cleaning 15004 clauses out of 30007 with flag 939884/126002
28.51/25.93	c cleaning 15992 clauses out of 32001 with flag 1060897/143000
34.27/31.74	c cleaning 17000 clauses out of 34011 with flag 1200449/161002
39.76/37.24	c cleaning 18000 clauses out of 36010 with flag 1342438/180001
45.65/43.13	c cleaning 19000 clauses out of 38010 with flag 1492715/200001
51.74/49.26	c cleaning 19999 clauses out of 40009 with flag 1660411/221000
57.62/55.19	c cleaning 21000 clauses out of 42010 with flag 1843494/243000
64.39/61.96	c cleaning 22005 clauses out of 44014 with flag 2023850/266004
72.41/69.35	c cleaning 22998 clauses out of 46004 with flag 2210349/290000
74.07/70.87	c starts		: 303
74.07/70.88	c conflicts		: 296637
74.07/70.88	c decisions		: 335528
74.07/70.88	c propagations		: 4855814
74.07/70.88	c inspects		: 1065100548
74.07/70.88	c shortcuts		: 0
74.07/70.88	c learnt literals	: 8
74.07/70.88	c learnt binary clauses	: 25
74.07/70.88	c learnt ternary clauses	: 47
74.07/70.88	c learnt constraints	: 296628
74.07/70.88	c ignored constraints	: 0
74.07/70.88	c root simplifications	: 0
74.07/70.88	c removed literals (reason simplification)	: 2009128
74.07/70.88	c reason swapping (by a shorter reason)	: 0
74.07/70.88	c Calls to reduceDB	: 20
74.07/70.88	c Number of update (reduction) of LBD	: 182010
74.07/70.88	c Imported unit clauses	: 0
74.07/70.88	c No decision after first conflict	: false
74.07/70.88	c number of reductions to clauses (during analyze)	: 0
74.07/70.88	c number of learned constraints concerned by reduction	: 0
74.07/70.88	c number of learning phase by resolution	: 0
74.07/70.88	c number of learning phase by cutting planes	: 0
74.07/70.88	c number of rounding to 1 operations	: 0
74.07/70.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
74.07/70.88	c number of reductions of the coefficients by power 2 	: 0
74.07/70.88	c number of right shift for reduction by power 2 	: 0
74.07/70.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
74.07/70.88	c number of ending skipping 	: 0
74.07/70.88	c number of internal skipping 	: 0
74.07/70.88	c number of derivation steps 	: 0
74.07/70.88	c number of skipped derivation steps 	: 0
74.07/70.88	c number of remaining unassigned 	: 0
74.07/70.88	c number of remaining assigned 	: 0
74.07/70.88	c number of falsified literals weakened from reason	: 0
74.07/70.88	c number of falsified literals weakened from conflict	: 0
74.07/70.88	c time for arithmetic operations	: 0
74.07/70.88	c minimum degree of deleted constraints	: null
74.07/70.88	c maximum degree of deleted constraints	: null
74.07/70.88	c number of deleted constraints	: 0
74.07/70.88	c speed (assignments/second)	: 68649.90881201136
74.07/70.88	c non guided choices	: 49
74.18/70.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 29610
74.18/70.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 25
74.18/70.90	s UNSATISFIABLE
74.18/70.90	c Total wall clock time (in seconds): 70.776

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 19:44:56 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 (55689 MiB free)
  memory of node 1: 64507 MiB (61577 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492733-1751146563/watcher-4492733-1751146563 -o /tmp/evaluation-result-4492733-1751146563/solver-4492733-1751146563 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13878 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492733-1751146563 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492733-1751146563.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
Current StackSize limit: 8192 KiB

solver pid=14333, runsolver pid=14330

[startup+0.100061 s]*
/proc/loadavg: 3.55 2.72 3.01 5/345 14351
/proc/meminfo: memFree=120058472/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=18930384 memory=57812 CPUtime=0.13 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 6584 0 0 0 11 2 0 0 20 0 18 0 30335911 19384713216 14453 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4732596 14453 5343 1 0 547623 0
[pid=14333/tid=14335] ppid=14330 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 5090 0 0 0 7 1 0 0 20 0 18 0 30335912 19384713216 14453 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30335914 19384713216 14453 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=18930384 memory=59585004335790 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30335914 19384713216 14453 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57812 KiB

[startup+0.205859 s]*
/proc/loadavg: 3.55 2.72 3.01 7/346 14352
/proc/meminfo: memFree=120049336/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=18996948 memory=64320 CPUtime=0.33 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 8180 0 0 0 31 2 0 0 20 0 19 0 30335911 19452874752 16080 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4749237 16080 5407 1 0 548841 0
[pid=14333/tid=14335] ppid=14330 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 5336 0 0 0 16 1 0 0 20 0 19 0 30335912 19452874752 16080 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=18996948 memory=16912 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30335914 19452874752 16080 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=18996948 memory=58485492679654 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30335914 19452874752 16080 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=18996948 memory=3473176036886446112 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30335926 19452874752 16080 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64320 KiB

[startup+0.306306 s]*
/proc/loadavg: 3.55 2.72 3.01 6/346 14352
/proc/meminfo: memFree=120039380/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=18996948 memory=81040 CPUtime=0.52 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 9002 0 0 0 50 2 0 0 20 0 19 0 30335911 19452874752 20260 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4749237 20260 5439 1 0 549250 0
[pid=14333/tid=14335] ppid=14330 vsize=18996948 memory=-6000919507099936878 CPUtime=0.25 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 5355 0 0 0 24 1 0 0 20 0 19 0 30335912 19452874752 20260 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30335914 19452874752 20260 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30335914 19452874752 20260 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30335926 19452874752 20260 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 81040 KiB

[startup+0.700254 s]
/proc/loadavg: 3.55 2.72 3.01 6/346 14352
/proc/meminfo: memFree=120004156/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=18996948 memory=135180 CPUtime=1.28 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 13218 0 0 0 124 4 0 0 20 0 19 0 30335911 19452874752 33795 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4749237 33795 5439 1 0 551945 0
[pid=14333/tid=14335] ppid=14330 vsize=18996948 memory=17280 CPUtime=0.64 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 5387 0 0 0 62 2 0 0 20 0 19 0 30335912 19452874752 33795 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30335914 19452874752 33795 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30335914 19452874752 33795 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30335926 19452874752 33795 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 135180 KiB

[startup+1.50024 s]
/proc/loadavg: 3.55 2.72 3.01 6/346 14352
/proc/meminfo: memFree=119950964/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=19063512 memory=172768 CPUtime=2.87 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 20443 0 0 0 280 7 0 0 20 0 20 0 30335911 19521036288 43192 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4765878 43192 5471 1 0 553183 0
[pid=14333/tid=14335] ppid=14330 vsize=19063512 memory=0 CPUtime=1.41 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 5830 0 0 0 137 4 0 0 20 0 20 0 30335912 19521036288 43192 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 43192 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 43192 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30335926 19521036288 43192 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172768 KiB

[startup+3.10602 s]
/proc/loadavg: 3.67 2.76 3.02 6/347 14353
/proc/meminfo: memFree=119873012/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=19063512 memory=173408 CPUtime=5.37 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 21804 0 0 0 530 7 0 0 20 0 20 0 30335911 19521036288 43352 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4765878 43352 5471 1 0 553190 0
[pid=14333/tid=14335] ppid=14330 vsize=19063512 memory=11008 CPUtime=2.98 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 6348 0 0 0 294 4 0 0 20 0 20 0 30335912 19521036288 43352 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=19063512 memory=-6000919507099936878 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 43352 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 43352 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30335926 19521036288 43352 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173408 KiB

[startup+6.30024 s]
/proc/loadavg: 3.67 2.76 3.02 5/347 14353
/proc/meminfo: memFree=119723140/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=19063512 memory=208484 CPUtime=8.64 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 24277 0 0 0 855 9 0 0 20 0 20 0 30335911 19521036288 52121 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4765878 52121 5471 1 0 553191 0
[pid=14333/tid=14335] ppid=14330 vsize=19063512 memory=0 CPUtime=6.16 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 6457 0 0 0 610 6 0 0 20 0 20 0 30335912 19521036288 52121 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 52121 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 52121 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=19063512 memory=173024 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30335926 19521036288 52121 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 8.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 208484 KiB

[startup+12.7002 s]
/proc/loadavg: 3.72 2.80 3.04 5/347 14353
/proc/meminfo: memFree=119147512/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=19063512 memory=468596 CPUtime=15.24 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 30339 0 0 0 1507 17 0 0 20 0 20 0 30335911 19521036288 117149 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4765878 117149 5471 1 0 553191 0
[pid=14333/tid=14335] ppid=14330 vsize=19063512 memory=173024 CPUtime=12.54 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 7910 0 0 0 1241 13 0 0 20 0 20 0 30335912 19521036288 117149 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=19063512 memory=411252 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 117149 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 117149 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30335926 19521036288 117149 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 15.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 468596 KiB

[startup+25.5002 s]
/proc/loadavg: 3.76 2.84 3.05 5/347 14353
/proc/meminfo: memFree=118250236/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=19063512 memory=634596 CPUtime=28.11 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 35915 0 0 0 2787 24 0 0 20 0 20 0 30335911 19521036288 158649 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4765878 158649 5471 1 0 553191 0
[pid=14333/tid=14335] ppid=14330 vsize=19063512 memory=411252 CPUtime=25.29 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 8906 0 0 0 2510 19 0 0 20 0 20 0 30335912 19521036288 158649 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 158649 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=19063512 memory=487140 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 158649 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30335926 19521036288 158649 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 28.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 634596 KiB

[startup+51.1057 s]
/proc/loadavg: 3.93 2.95 3.08 5/346 14353
/proc/meminfo: memFree=116878700/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=19063512 memory=1316712 CPUtime=53.64 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 37522 0 0 0 5322 42 0 0 20 0 20 0 30335911 19521036288 329178 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0

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

/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 329178 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30335926 19521036288 329178 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 53.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1316712 KiB

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

# cumulated CPU time of all completed processes:  user=73.7269 s, system=0.475622 s

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

[startup+51.2003 s]
/proc/loadavg: 3.93 2.95 3.08 5/346 14353
/proc/meminfo: memFree=116878700/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=19063512 memory=1316712 CPUtime=53.74 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 37522 0 0 0 5332 42 0 0 20 0 20 0 30335911 19521036288 329178 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4765878 329178 5471 1 0 553191 0
[pid=14333/tid=14335] ppid=14330 vsize=19063512 memory=17280 CPUtime=50.87 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 9450 0 0 0 5051 36 0 0 20 0 20 0 30335912 19521036288 329178 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=19063512 memory=1140452 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 329178 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 329178 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=19063512 memory=129 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30335926 19521036288 329178 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 53.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1316712 KiB

[startup+64.0002 s]*
/proc/loadavg: 3.94 3.00 3.09 5/347 14356
/proc/meminfo: memFree=116406976/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=19063512 memory=1318760 CPUtime=66.5 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 37631 0 0 0 6606 44 0 0 20 0 20 0 30335911 19521036288 329690 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4765878 329690 5471 1 0 553191 0
[pid=14333/tid=14335] ppid=14330 vsize=19063512 memory=-6000919507099936878 CPUtime=63.62 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 9475 0 0 0 6324 38 0 0 20 0 20 0 30335912 19521036288 329690 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=19063512 memory=4498419391507623582 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 329690 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=19063512 memory=2526308 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 329690 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=19063512 memory=6644 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30335926 19521036288 329690 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 66.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1318760 KiB

[startup+67.2002 s]
/proc/loadavg: 3.95 3.02 3.10 5/347 14356
/proc/meminfo: memFree=116374552/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=19063512 memory=1318888 CPUtime=69.81 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 39862 0 0 0 6936 45 0 0 20 0 20 0 30335911 19521036288 329722 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4765878 329722 5471 1 0 553216 0
[pid=14333/tid=14335] ppid=14330 vsize=19063512 memory=17280 CPUtime=66.8 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 9976 0 0 0 6641 39 0 0 20 0 20 0 30335912 19521036288 329722 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 329722 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=19063512 memory=1318760 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 329722 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=19063512 memory=1318760 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30335926 19521036288 329722 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 69.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1318888 KiB

[startup+68.8002 s]
/proc/loadavg: 3.95 3.02 3.10 5/347 14356
/proc/meminfo: memFree=116366488/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=19063512 memory=1319016 CPUtime=71.7 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 40657 0 0 0 7125 45 0 0 20 0 20 0 30335911 19521036288 329754 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4765878 329754 5471 1 0 553216 0
[pid=14333/tid=14335] ppid=14330 vsize=19063512 memory=1318888 CPUtime=68.4 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 10019 0 0 0 6801 39 0 0 20 0 20 0 30335912 19521036288 329754 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=19063512 memory=1318888 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 329754 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=19063512 memory=-6000919507099936878 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 329754 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=19063512 memory=245635481903 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30335926 19521036288 329754 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 71.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319016 KiB

[startup+69.6002 s]
/proc/loadavg: 3.95 3.02 3.10 5/347 14356
/proc/meminfo: memFree=116334232/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=19063512 memory=1321080 CPUtime=72.83 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 42072 0 0 0 7237 46 0 0 20 0 20 0 30335911 19521036288 330270 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4765878 330270 5471 1 0 553704 0
[pid=14333/tid=14335] ppid=14330 vsize=19063512 memory=14464 CPUtime=69.2 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 10032 0 0 0 6881 39 0 0 20 0 20 0 30335912 19521036288 330270 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 330270 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 330270 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30335926 19521036288 330270 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 72.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321080 KiB

[startup+70.4002 s]
/proc/loadavg: 3.95 3.02 3.10 5/347 14356
/proc/meminfo: memFree=116322388/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=19063512 memory=1321080 CPUtime=73.63 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 42072 0 0 0 7317 46 0 0 20 0 20 0 30335911 19521036288 330270 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4765878 330270 5471 1 0 553704 0
[pid=14333/tid=14335] ppid=14330 vsize=19063512 memory=2760 CPUtime=69.99 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 10032 0 0 0 6960 39 0 0 20 0 20 0 30335912 19521036288 330270 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=19063512 memory=20096 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 330270 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 330270 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30335926 19521036288 330270 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 73.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321080 KiB

[startup+70.8002 s]
/proc/loadavg: 3.95 3.02 3.10 5/347 14356
/proc/meminfo: memFree=116322388/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=19063512 memory=1321208 CPUtime=74.07 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 42081 0 0 0 7361 46 0 0 20 0 20 0 30335911 19521036288 330302 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4765878 330302 5471 1 0 553704 0
[pid=14333/tid=14335] ppid=14330 vsize=19063512 memory=4764 CPUtime=70.39 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) R 14330 14333 13865 0 -1 4194368 10032 0 0 0 7000 39 0 0 20 0 20 0 30335912 19521036288 330302 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=19063512 memory=-6000919507099936878 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 330302 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=19063512 memory=-6000919507099936878 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30335914 19521036288 330302 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14352] ppid=14330 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/14333/task/14352/stat : 14352 (Timer-0) S 14330 14333 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30335926 19521036288 330302 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 74.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321208 KiB

[startup+70.9002 s]
/proc/loadavg: 3.95 3.02 3.10 5/347 14356
/proc/meminfo: memFree=116322388/131249996 swapFree=33010684/33010684
[pid=14333] ppid=14330 vsize=19196640 memory=1321720 CPUtime=74.18 cores=5,7
/proc/14333/stat : 14333 (java) S 14330 14333 13865 0 -1 4194304 43116 0 0 0 7371 47 0 0 20 0 20 0 30335911 19657359360 330430 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
/proc/14333/statm: 4799160 330430 5471 1 0 554338 0
[pid=14333/tid=14335] ppid=14330 vsize=19196640 memory=14464 CPUtime=70.45 cores=5,7
/proc/14333/task/14335/stat : 14335 (java) S 14330 14333 13865 0 -1 4194368 10774 0 0 0 7006 39 0 0 20 0 20 0 30335912 19657359360 330430 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14344] ppid=14330 vsize=19196640 memory=1318760 CPUtime=0 cores=5,7
/proc/14333/task/14344/stat : 14344 (Finalizer) S 14330 14333 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30335914 19657359360 330430 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
[pid=14333/tid=14351] ppid=14330 vsize=19196640 memory=11008 CPUtime=0 cores=5,7
/proc/14333/task/14351/stat : 14351 (Common-Cleaner) S 14330 14333 13865 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30335914 19657359360 330430 18446744073709551615 94663007649792 94663007653488 140733209912416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94663007661304 94663007662096 94663026921472 140733209917744 140733209917926 140733209917926 140733209923528 0
Current children cumulated CPU time: 74.18 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1321720 KiB

Child status: 20

Real time (s): 70.9367
CPU time (s): 74.2025
CPU user time (s): 73.7269
CPU system time (s): 0.475622
CPU usage (%): 104.604
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1322088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.7269
system time used= 0.475622
maximum resident set size= 1322088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43290
page faults= 0
swaps= 0
block input operations= 0
block output operations= 127712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3694
involuntary context switches= 1131


# summary of solver processes directly reported to runsolver:
#   pid: 14333
#   total CPU time (s): 74.2025
#   total CPU user time (s): 73.7269
#   total CPU system time (s): 0.475622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.148024 second user time and 0.401644 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-28 23:36:03
IDJOB=4492733
IDBENCH=147818
IDSOLVER=3364
FILE ID=nodeC030/4492733-1751146563
RUNJOBID= nodeC030-1751146486-13878
SLURM_JOB_ID= 9587459
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-15-10.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492733-1751146563/watcher-4492733-1751146563 -o /tmp/evaluation-result-4492733-1751146563/solver-4492733-1751146563 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13878 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492733-1751146563 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492733-1751146563.opb

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

MD5SUM BENCH= b1beef5e60042f450a41b488443772ed
RANDOM SEED=1314550651

nodeC030 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.327
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.62
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.308
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.62
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		: 3591.290
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.62
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		: 3600.494
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.62
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.322
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.62
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.307
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.62
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.648
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.62
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		: 3600.331
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.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        120082076 kB
MemAvailable:   121039592 kB
Buffers:            3280 kB
Cached:          1767472 kB
SwapCached:            0 kB
Active:          9049472 kB
Inactive:        1510676 kB
Active(anon):    8807532 kB
Inactive(anon):        0 kB
Active(file):     241940 kB
Inactive(file):  1510676 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            399324 kB
Writeback:           120 kB
AnonPages:       8792576 kB
Mapped:           122660 kB
Shmem:             18064 kB
KReclaimable:      87880 kB
Slab:             185016 kB
SReclaimable:      87880 kB
SUnreclaim:        97136 kB
KernelStack:        5344 kB
PageTables:        20920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11187304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8603648 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC030 at 2025-06-28 23:37:14