Trace number 4440332

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? 33.4616 30.0776

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_2.opb
MD5SUMa43d5b92138f857c927653ddd012ddd6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark13.3391
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2424
Number of bits of the biggest sum of numbers12
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.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.08	c Number of processors 	2
0.14/0.13	--- Begin Solver configuration ---
0.14/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	Learn all clauses as in MiniSAT
0.14/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	Expensive reason simplification
0.14/0.13	Glucose 2.1 dynamic restart strategy
0.14/0.13	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.14/0.13	timeout=2147483s
0.14/0.13	DB Simplification allowed=false
0.14/0.13	Listener: none
0.14/0.13	--- End Solver configuration ---
0.14/0.13	c Pseudo Boolean Optimization by upper bound
0.14/0.13	c --- Begin Solver configuration ---
0.14/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	c Learn all clauses as in MiniSAT
0.14/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	c Expensive reason simplification
0.14/0.13	c Glucose 2.1 dynamic restart strategy
0.14/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.14/0.13	c timeout=2147483s
0.14/0.13	c DB Simplification allowed=false
0.14/0.13	c Listener: none
0.14/0.13	c --- End Solver configuration ---
0.14/0.13	c solving HOME/instance-4440332-1721772763.opb
0.14/0.13	c reading problem ... 
0.14/0.13	c using VERIPB proof format
0.14/0.13	c  objective function found
0.14/0.14	c ... done. Wall clock time 0.013s.
0.14/0.14	c declared #vars     31
0.14/0.14	c #constraints  9
0.14/0.14	c constraints type 
0.14/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.14/0.14	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.14/0.14	c 9 constraints processed.
0.14/0.15	c objective function length is 1 literals
0.73/0.50	c cleaning 2501 clauses out of 5001 with flag 10065/5001
1.49/0.81	c cleaning 4250 clauses out of 8500 with flag 22117/11001
2.09/1.18	c cleaning 5626 clauses out of 11251 with flag 36186/18002
2.68/1.49	c cleaning 6812 clauses out of 13623 with flag 52230/26000
3.24/1.83	c cleaning 7906 clauses out of 15812 with flag 70334/35001
3.66/2.11	c cleaning 8953 clauses out of 17905 with flag 90413/45000
4.25/2.52	c cleaning 9974 clauses out of 19952 with flag 112632/56000
4.66/2.93	c cleaning 10985 clauses out of 21978 with flag 136830/68000
5.16/3.45	c cleaning 11996 clauses out of 23994 with flag 162982/81001
5.78/4.07	c cleaning 12999 clauses out of 25999 with flag 191494/95002
6.48/4.75	c cleaning 13997 clauses out of 27998 with flag 221961/110000
7.27/5.58	c cleaning 14998 clauses out of 30002 with flag 254396/126001
8.37/6.52	c cleaning 16000 clauses out of 32004 with flag 289097/143001
9.41/7.55	c cleaning 17001 clauses out of 34003 with flag 325801/161000
10.87/8.83	c cleaning 18001 clauses out of 36002 with flag 365760/180000
12.07/10.03	c cleaning 19000 clauses out of 38001 with flag 407835/200000
14.23/11.63	c cleaning 19998 clauses out of 40002 with flag 452120/221001
15.72/13.09	c cleaning 20995 clauses out of 42003 with flag 498384/243000
17.42/14.61	c cleaning 22004 clauses out of 44009 with flag 545964/266001
19.02/16.21	c cleaning 23002 clauses out of 46004 with flag 595439/290000
21.47/18.24	c cleaning 23998 clauses out of 48002 with flag 648402/315001
23.17/19.94	c cleaning 24999 clauses out of 50003 with flag 701506/341000
24.96/21.79	c cleaning 25999 clauses out of 52004 with flag 757095/368000
27.26/24.03	c cleaning 27000 clauses out of 54007 with flag 814967/396002
29.45/26.21	c cleaning 28003 clauses out of 56006 with flag 874456/425002
32.18/28.83	c cleaning 29001 clauses out of 58001 with flag 936604/455001
33.31/29.97	Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.math.BigInteger.subtract(java.math.BigInteger)" because "this.upperBound" is null
33.31/29.97		at org.sat4j.pb.tools.VERIPBSearchListener.end(VERIPBSearchListener.java:228)
33.31/29.97		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1920)
33.31/29.97		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:106)
33.31/29.97		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:180)
33.31/29.97		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:173)
33.31/29.97		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:141)
33.31/29.97		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:323)
33.31/29.97		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:267)
33.31/29.97		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:118)
33.31/29.98	c starts		: 74
33.31/29.98	c conflicts		: 470173
33.31/29.98	c decisions		: 473001
33.31/29.98	c propagations		: 2732830
33.31/29.98	c inspects		: 494163876
33.31/29.98	c shortcuts		: 0
33.31/29.98	c learnt literals	: 17
33.31/29.98	c learnt binary clauses	: 122
33.31/29.98	c learnt ternary clauses	: 543
33.31/29.98	c learnt constraints	: 470155
33.31/29.98	c ignored constraints	: 0
33.31/29.98	c root simplifications	: 0
33.31/29.98	c removed literals (reason simplification)	: 3328886
33.31/29.98	c reason swapping (by a shorter reason)	: 0
33.31/29.98	c Calls to reduceDB	: 26
33.31/29.98	c Number of update (reduction) of LBD	: 6755
33.31/29.98	c Imported unit clauses	: 0
33.31/29.98	c No decision after first conflict	: false
33.31/29.98	c number of reductions to clauses (during analyze)	: 0
33.31/29.98	c number of learned constraints concerned by reduction	: 0
33.31/29.98	c number of learning phase by resolution	: 0
33.31/29.98	c number of learning phase by cutting planes	: 0
33.31/29.98	c number of rounding to 1 operations	: 0
33.31/29.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
33.31/29.98	c number of reductions of the coefficients by power 2 	: 0
33.31/29.98	c number of right shift for reduction by power 2 	: 0
33.31/29.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
33.31/29.98	c number of ending skipping 	: 0
33.31/29.98	c number of internal skipping 	: 0
33.31/29.98	c number of derivation steps 	: 0
33.31/29.98	c number of skipped derivation steps 	: 0
33.31/29.98	c number of remaining unassigned 	: 0
33.31/29.98	c number of remaining assigned 	: 0
33.31/29.98	c number of falsified literals weakened from reason	: 0
33.31/29.98	c number of falsified literals weakened from conflict	: 0
33.31/29.98	c time for arithmetic operations	: 0
33.31/29.98	c minimum degree of deleted constraints	: null
33.31/29.98	c maximum degree of deleted constraints	: null
33.31/29.98	c number of deleted constraints	: 0
33.31/29.99	c speed (assignments/second)	: 91616.54765496663
33.31/29.99	c non guided choices	: 13
33.43/30.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 44035
33.43/30.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 122
33.43/30.02	s UNKNOWN
33.43/30.02	c Total wall clock time (in seconds): 29.892

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (27387 MiB free)
  memory of node 1: 64473 MiB (29284 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440332-1721772763/watcher-4440332-1721772763 -o /tmp/evaluation-result-4440332-1721772763/solver-4440332-1721772763 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721765643-132620 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440332-1721772763 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440332-1721772763.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=137734, runsolver pid=137731

[startup+0.100082 s]*
/proc/loadavg: 4.25 4.37 4.38 7/339 137752
/proc/meminfo: memFree=57983980/131524600 swapFree=131071996/131071996
[pid=137734] ppid=137731 vsize=18975048 memory=66788 CPUtime=0.14 cores=4,6
/proc/137734/stat : 137734 (java) S 137731 137734 132609 0 -1 1077936128 7104 0 0 0 12 2 0 0 20 0 18 0 13805362 19430449152 16697 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
/proc/137734/statm: 4743762 16697 5661 1 0 549357 0
[pid=137734/tid=137736] ppid=137731 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/137734/task/137736/stat : 137736 (java) S 137731 137734 132609 0 -1 1077936192 5689 0 0 0 7 1 0 0 20 0 18 0 13805362 19430449152 16697 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137745] ppid=137731 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/137734/task/137745/stat : 137745 (Finalizer) S 137731 137734 132609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13805365 19430449152 16697 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137752] ppid=137731 vsize=18975048 memory=14973373507726935 CPUtime=0 cores=4,6
/proc/137734/task/137752/stat : 137752 (Common-Cleaner) S 137731 137734 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 13805366 19430449152 16697 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66788 KiB

[startup+0.207225 s]*
/proc/loadavg: 4.25 4.37 4.38 7/340 137753
/proc/meminfo: memFree=57975488/131524600 swapFree=131071996/131071996
[pid=137734] ppid=137731 vsize=19041612 memory=75416 CPUtime=0.33 cores=4,6
/proc/137734/stat : 137734 (java) S 137731 137734 132609 0 -1 1077936128 8699 0 0 0 31 2 0 0 20 0 19 0 13805362 19498610688 18854 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
/proc/137734/statm: 4760403 18854 5836 1 0 550552 0
[pid=137734/tid=137736] ppid=137731 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/137734/task/137736/stat : 137736 (java) D 137731 137734 132609 0 -1 4194368 5978 0 0 0 17 2 0 0 20 0 19 0 13805362 19498610688 18854 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137745] ppid=137731 vsize=19041612 memory=5742 CPUtime=0 cores=4,6
/proc/137734/task/137745/stat : 137745 (Finalizer) S 137731 137734 132609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13805365 19498610688 18854 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137752] ppid=137731 vsize=19041612 memory=14690799019361963 CPUtime=0 cores=4,6
/proc/137734/task/137752/stat : 137752 (Common-Cleaner) S 137731 137734 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 13805366 19498610688 18854 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137753] ppid=137731 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/137734/task/137753/stat : 137753 (Timer-0) S 137731 137734 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13805378 19498610688 18854 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 75416 KiB

[startup+0.30651 s]*
/proc/loadavg: 4.25 4.37 4.38 6/340 137753
/proc/meminfo: memFree=57961312/131524600 swapFree=131071996/131071996
[pid=137734] ppid=137731 vsize=19041612 memory=86052 CPUtime=0.52 cores=4,6
/proc/137734/stat : 137734 (java) S 137731 137734 132609 0 -1 1077936128 9409 0 0 0 49 3 0 0 20 0 19 0 13805362 19498610688 21513 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
/proc/137734/statm: 4760403 21513 5842 1 0 550961 0
[pid=137734/tid=137736] ppid=137731 vsize=19041612 memory=-9104698883926958780 CPUtime=0.27 cores=4,6
/proc/137734/task/137736/stat : 137736 (java) R 137731 137734 132609 0 -1 4194368 5999 0 0 0 25 2 0 0 20 0 19 0 13805362 19498610688 21513 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137745] ppid=137731 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/137734/task/137745/stat : 137745 (Finalizer) S 137731 137734 132609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13805365 19498610688 21513 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137752] ppid=137731 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/137734/task/137752/stat : 137752 (Common-Cleaner) S 137731 137734 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 13805366 19498610688 21513 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137753] ppid=137731 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/137734/task/137753/stat : 137753 (Timer-0) S 137731 137734 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13805378 19498610688 21513 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86052 KiB

[startup+0.700218 s]
/proc/loadavg: 4.25 4.37 4.38 6/340 137753
/proc/meminfo: memFree=57910544/131524600 swapFree=131071996/131071996
[pid=137734] ppid=137731 vsize=19041612 memory=142268 CPUtime=1.29 cores=4,6
/proc/137734/stat : 137734 (java) S 137731 137734 132609 0 -1 1077936128 13264 0 0 0 124 5 0 0 20 0 19 0 13805362 19498610688 35567 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
/proc/137734/statm: 4760403 35567 5842 1 0 553229 0
[pid=137734/tid=137736] ppid=137731 vsize=19041612 memory=52044 CPUtime=0.65 cores=4,6
/proc/137734/task/137736/stat : 137736 (java) R 137731 137734 132609 0 -1 4194368 6077 0 0 0 62 3 0 0 20 0 19 0 13805362 19498610688 35567 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137745] ppid=137731 vsize=19041612 memory=12404 CPUtime=0 cores=4,6
/proc/137734/task/137745/stat : 137745 (Finalizer) S 137731 137734 132609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13805365 19498610688 35567 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137752] ppid=137731 vsize=19041612 memory=2308 CPUtime=0 cores=4,6
/proc/137734/task/137752/stat : 137752 (Common-Cleaner) S 137731 137734 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 13805366 19498610688 35567 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137753] ppid=137731 vsize=19041612 memory=1932 CPUtime=0 cores=4,6
/proc/137734/task/137753/stat : 137753 (Timer-0) S 137731 137734 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13805378 19498610688 35567 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 142268 KiB

[startup+1.50122 s]
/proc/loadavg: 4.25 4.37 4.38 5/337 137756
/proc/meminfo: memFree=57846784/131524600 swapFree=131071996/131071996
[pid=137734] ppid=137731 vsize=19108176 memory=182092 CPUtime=2.86 cores=4,6
/proc/137734/stat : 137734 (java) S 137731 137734 132609 0 -1 1077936128 21414 0 0 0 279 7 0 0 20 0 20 0 13805362 19566772224 45523 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
/proc/137734/statm: 4777044 45523 5873 1 0 554955 0
[pid=137734/tid=137736] ppid=137731 vsize=19108176 memory=12404 CPUtime=1.44 cores=4,6
/proc/137734/task/137736/stat : 137736 (java) R 137731 137734 132609 0 -1 4194368 6511 0 0 0 139 5 0 0 20 0 20 0 13805362 19566772224 45523 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137745] ppid=137731 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/137734/task/137745/stat : 137745 (Finalizer) S 137731 137734 132609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13805365 19566772224 45523 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137752] ppid=137731 vsize=19108176 memory=2308 CPUtime=0 cores=4,6
/proc/137734/task/137752/stat : 137752 (Common-Cleaner) S 137731 137734 132609 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 13805366 19566772224 45523 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137753] ppid=137731 vsize=19108176 memory=1932 CPUtime=0 cores=4,6
/proc/137734/task/137753/stat : 137753 (Timer-0) S 137731 137734 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13805378 19566772224 45523 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182092 KiB

[startup+3.10571 s]
/proc/loadavg: 4.25 4.37 4.38 4/316 137785
/proc/meminfo: memFree=74089868/131524600 swapFree=131071996/131071996
[pid=137734] ppid=137731 vsize=19108176 memory=184804 CPUtime=4.86 cores=4,6
/proc/137734/stat : 137734 (java) S 137731 137734 132609 0 -1 1077936128 23079 0 0 0 477 9 0 0 20 0 20 0 13805362 19566772224 46201 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
/proc/137734/statm: 4777044 46201 5889 1 0 554957 0
[pid=137734/tid=137736] ppid=137731 vsize=19108176 memory=0 CPUtime=3.02 cores=4,6
/proc/137734/task/137736/stat : 137736 (java) R 137731 137734 132609 0 -1 4194368 6888 0 0 0 295 7 0 0 20 0 20 0 13805362 19566772224 46201 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137745] ppid=137731 vsize=19108176 memory=-9104698883926958780 CPUtime=0 cores=4,6
/proc/137734/task/137745/stat : 137745 (Finalizer) S 137731 137734 132609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13805365 19566772224 46201 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137752] ppid=137731 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/137734/task/137752/stat : 137752 (Common-Cleaner) S 137731 137734 132609 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 13805366 19566772224 46201 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137753] ppid=137731 vsize=19108176 memory=2308 CPUtime=0 cores=4,6
/proc/137734/task/137753/stat : 137753 (Timer-0) S 137731 137734 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13805378 19566772224 46201 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
Current children cumulated CPU time: 4.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184804 KiB

[startup+6.30026 s]
/proc/loadavg: 4.23 4.36 4.37 6/339 137824
/proc/meminfo: memFree=99988724/131524600 swapFree=131071996/131071996
[pid=137734] ppid=137731 vsize=19108176 memory=241868 CPUtime=8.14 cores=4,6
/proc/137734/stat : 137734 (java) S 137731 137734 132609 0 -1 1077936128 26675 0 0 0 801 13 0 0 20 0 20 0 13805362 19566772224 60467 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
/proc/137734/statm: 4777044 60467 5889 1 0 554958 0
[pid=137734/tid=137736] ppid=137731 vsize=19108176 memory=2308 CPUtime=6.2 cores=4,6
/proc/137734/task/137736/stat : 137736 (java) R 137731 137734 132609 0 -1 4194368 7365 0 0 0 610 10 0 0 20 0 20 0 13805362 19566772224 60467 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137745] ppid=137731 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/137734/task/137745/stat : 137745 (Finalizer) S 137731 137734 132609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13805365 19566772224 60467 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137752] ppid=137731 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/137734/task/137752/stat : 137752 (Common-Cleaner) S 137731 137734 132609 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 13805366 19566772224 60467 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137753] ppid=137731 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/137734/task/137753/stat : 137753 (Timer-0) S 137731 137734 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13805378 19566772224 60467 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
Current children cumulated CPU time: 8.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 241868 KiB

[startup+12.7003 s]
/proc/loadavg: 4.37 4.39 4.38 4/339 137825
/proc/meminfo: memFree=98508120/131524600 swapFree=131071996/131071996
[pid=137734] ppid=137731 vsize=19108176 memory=621472 CPUtime=15.38 cores=4,6
/proc/137734/stat : 137734 (java) S 137731 137734 132609 0 -1 1077936128 36704 0 0 0 1511 27 0 0 20 0 20 0 13805362 19566772224 155368 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
/proc/137734/statm: 4777044 155368 5889 1 0 555975 0
[pid=137734/tid=137736] ppid=137731 vsize=19108176 memory=0 CPUtime=12.58 cores=4,6
/proc/137734/task/137736/stat : 137736 (java) R 137731 137734 132609 0 -1 4194368 9623 0 0 0 1236 22 0 0 20 0 20 0 13805362 19566772224 155368 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137745] ppid=137731 vsize=19108176 memory=553772 CPUtime=0 cores=4,6
/proc/137734/task/137745/stat : 137745 (Finalizer) S 137731 137734 132609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13805365 19566772224 155368 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137752] ppid=137731 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/137734/task/137752/stat : 137752 (Common-Cleaner) S 137731 137734 132609 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 13805366 19566772224 155368 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137753] ppid=137731 vsize=19108176 memory=-9105542209345462972 CPUtime=0 cores=4,6
/proc/137734/task/137753/stat : 137753 (Timer-0) S 137731 137734 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13805378 19566772224 155368 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
Current children cumulated CPU time: 15.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 621472 KiB

[startup+25.5003 s]
/proc/loadavg: 4.43 4.40 4.39 5/339 137827
/proc/meminfo: memFree=97990108/131524600 swapFree=131071996/131071996
[pid=137734] ppid=137731 vsize=19108176 memory=795392 CPUtime=28.76 cores=4,6
/proc/137734/stat : 137734 (java) S 137731 137734 132609 0 -1 1077936128 44420 0 0 0 2838 38 0 0 20 0 20 0 13805362 19566772224 198848 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
/proc/137734/statm: 4777044 198848 5889 1 0 555975 0
[pid=137734/tid=137736] ppid=137731 vsize=19108176 memory=0 CPUtime=25.33 cores=4,6
/proc/137734/task/137736/stat : 137736 (java) R 137731 137734 132609 0 -1 4194368 11473 0 0 0 2501 32 0 0 20 0 20 0 13805362 19566772224 198848 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137745] ppid=137731 vsize=19108176 memory=795392 CPUtime=0 cores=4,6
/proc/137734/task/137745/stat : 137745 (Finalizer) S 137731 137734 132609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13805365 19566772224 198848 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137752] ppid=137731 vsize=19108176 memory=795392 CPUtime=0 cores=4,6
/proc/137734/task/137752/stat : 137752 (Common-Cleaner) S 137731 137734 132609 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 13805366 19566772224 198848 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137753] ppid=137731 vsize=19108176 memory=33 CPUtime=0 cores=4,6
/proc/137734/task/137753/stat : 137753 (Timer-0) S 137731 137734 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13805378 19566772224 198848 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
Current children cumulated CPU time: 28.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 795392 KiB

[startup+30.0775 s]
# the end of solver process 137734 was just reported to runsolver
# Child status: 1

# cumulated CPU time of all completed processes:  user=33.0465 s, system=0.415081 s

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

[startup+25.6003 s]
/proc/loadavg: 4.43 4.40 4.39 5/339 137827
/proc/meminfo: memFree=97990108/131524600 swapFree=131071996/131071996
[pid=137734] ppid=137731 vsize=19108176 memory=795392 CPUtime=28.86 cores=4,6
/proc/137734/stat : 137734 (java) S 137731 137734 132609 0 -1 1077936128 44428 0 0 0 2848 38 0 0 20 0 20 0 13805362 19566772224 198848 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
/proc/137734/statm: 4777044 198848 5889 1 0 555975 0
[pid=137734/tid=137736] ppid=137731 vsize=19108176 memory=182144 CPUtime=25.43 cores=4,6
/proc/137734/task/137736/stat : 137736 (java) R 137731 137734 132609 0 -1 4194368 11481 0 0 0 2511 32 0 0 20 0 20 0 13805362 19566772224 198848 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137745] ppid=137731 vsize=19108176 memory=228489167166 CPUtime=0 cores=4,6
/proc/137734/task/137745/stat : 137745 (Finalizer) S 137731 137734 132609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13805365 19566772224 198848 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137752] ppid=137731 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/137734/task/137752/stat : 137752 (Common-Cleaner) S 137731 137734 132609 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 13805366 19566772224 198848 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137753] ppid=137731 vsize=19108176 memory=52044 CPUtime=0 cores=4,6
/proc/137734/task/137753/stat : 137753 (Timer-0) S 137731 137734 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13805378 19566772224 198848 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
Current children cumulated CPU time: 28.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 795392 KiB

[startup+27.2003 s]
/proc/loadavg: 4.43 4.40 4.39 5/339 137827
/proc/meminfo: memFree=97962968/131524600 swapFree=131071996/131071996
[pid=137734] ppid=137731 vsize=19108176 memory=795548 CPUtime=30.58 cores=4,6
/proc/137734/stat : 137734 (java) S 137731 137734 132609 0 -1 1077936128 47988 0 0 0 3019 39 0 0 20 0 20 0 13805362 19566772224 198887 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
/proc/137734/statm: 4777044 198887 5889 1 0 555975 0
[pid=137734/tid=137736] ppid=137731 vsize=19108176 memory=795392 CPUtime=27.02 cores=4,6
/proc/137734/task/137736/stat : 137736 (java) R 137731 137734 132609 0 -1 4194368 11686 0 0 0 2670 32 0 0 20 0 20 0 13805362 19566772224 198887 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137745] ppid=137731 vsize=19108176 memory=795392 CPUtime=0 cores=4,6
/proc/137734/task/137745/stat : 137745 (Finalizer) S 137731 137734 132609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13805365 19566772224 198887 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137752] ppid=137731 vsize=19108176 memory=-9104698883926958780 CPUtime=0 cores=4,6
/proc/137734/task/137752/stat : 137752 (Common-Cleaner) S 137731 137734 132609 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 13805366 19566772224 198887 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137753] ppid=137731 vsize=19108176 memory=5616 CPUtime=0 cores=4,6
/proc/137734/task/137753/stat : 137753 (Timer-0) S 137731 137734 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13805378 19566772224 198887 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
Current children cumulated CPU time: 30.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 795548 KiB

[startup+28.8003 s]
/proc/loadavg: 4.43 4.40 4.39 5/339 137827
/proc/meminfo: memFree=97950392/131524600 swapFree=131071996/131071996
[pid=137734] ppid=137731 vsize=19108176 memory=795568 CPUtime=32.18 cores=4,6
/proc/137734/stat : 137734 (java) S 137731 137734 132609 0 -1 1077936128 48428 0 0 0 3179 39 0 0 20 0 20 0 13805362 19566772224 198892 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
/proc/137734/statm: 4777044 198892 5889 1 0 555975 0
[pid=137734/tid=137736] ppid=137731 vsize=19108176 memory=11360 CPUtime=28.62 cores=4,6
/proc/137734/task/137736/stat : 137736 (java) R 137731 137734 132609 0 -1 4194368 12035 0 0 0 2829 33 0 0 20 0 20 0 13805362 19566772224 198892 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137745] ppid=137731 vsize=19108176 memory=-9104698883926958780 CPUtime=0 cores=4,6
/proc/137734/task/137745/stat : 137745 (Finalizer) S 137731 137734 132609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13805365 19566772224 198892 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137752] ppid=137731 vsize=19108176 memory=5597 CPUtime=0 cores=4,6
/proc/137734/task/137752/stat : 137752 (Common-Cleaner) S 137731 137734 132609 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 13805366 19566772224 198892 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137753] ppid=137731 vsize=19108176 memory=2580 CPUtime=0 cores=4,6
/proc/137734/task/137753/stat : 137753 (Timer-0) S 137731 137734 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13805378 19566772224 198892 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
Current children cumulated CPU time: 32.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 795568 KiB

[startup+29.6002 s]
/proc/loadavg: 4.40 4.40 4.38 5/339 137827
/proc/meminfo: memFree=97938184/131524600 swapFree=131071996/131071996
[pid=137734] ppid=137731 vsize=19108176 memory=795608 CPUtime=33 cores=4,6
/proc/137734/stat : 137734 (java) S 137731 137734 132609 0 -1 1077936128 49023 0 0 0 3261 39 0 0 20 0 20 0 13805362 19566772224 198902 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
/proc/137734/statm: 4777044 198902 5889 1 0 555975 0
[pid=137734/tid=137736] ppid=137731 vsize=19108176 memory=52044 CPUtime=29.42 cores=4,6
/proc/137734/task/137736/stat : 137736 (java) R 137731 137734 132609 0 -1 4194368 12120 0 0 0 2909 33 0 0 20 0 20 0 13805362 19566772224 198902 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137745] ppid=137731 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/137734/task/137745/stat : 137745 (Finalizer) S 137731 137734 132609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13805365 19566772224 198902 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137752] ppid=137731 vsize=19108176 memory=5616 CPUtime=0 cores=4,6
/proc/137734/task/137752/stat : 137752 (Common-Cleaner) S 137731 137734 132609 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 13805366 19566772224 198902 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137753] ppid=137731 vsize=19108176 memory=16076 CPUtime=0 cores=4,6
/proc/137734/task/137753/stat : 137753 (Timer-0) S 137731 137734 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13805378 19566772224 198902 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
Current children cumulated CPU time: 33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 795608 KiB

[startup+30.0032 s]*
/proc/loadavg: 4.40 4.40 4.38 5/339 137829
/proc/meminfo: memFree=97925388/131524600 swapFree=131071996/131071996
[pid=137734] ppid=137731 vsize=19241304 memory=796000 CPUtime=33.43 cores=4,6
/proc/137734/stat : 137734 (java) S 137731 137734 132609 0 -1 1077936128 50528 0 0 0 3303 40 0 0 20 0 20 0 13805362 19703095296 199000 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
/proc/137734/statm: 4810326 199000 5889 1 0 556577 0
[pid=137734/tid=137736] ppid=137731 vsize=19241304 memory=20884 CPUtime=29.79 cores=4,6
/proc/137734/task/137736/stat : 137736 (java) S 137731 137734 132609 0 -1 1077936192 12592 0 0 0 2946 33 0 0 20 0 20 0 13805362 19703095296 199000 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137745] ppid=137731 vsize=19241304 memory=5408 CPUtime=0 cores=4,6
/proc/137734/task/137745/stat : 137745 (Finalizer) S 137731 137734 132609 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13805365 19703095296 199000 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137752] ppid=137731 vsize=19241304 memory=2772 CPUtime=0 cores=4,6
/proc/137734/task/137752/stat : 137752 (Common-Cleaner) S 137731 137734 132609 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 13805366 19703095296 199000 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
[pid=137734/tid=137828] ppid=137731 vsize=19241304 memory=-9105542209345462972 CPUtime=0.02 cores=4,6
/proc/137734/task/137828/stat : 137828 (Thread-0) R 137731 137734 132609 0 -1 4194368 745 0 0 0 2 0 0 0 20 0 20 0 13808360 19703095296 199000 134679101440 94524392218624 94524392222320 140724410623840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94524392230136 94524392230928 94524421885952 140724410631083 140724410631265 140724410631265 140724410638280 0
Current children cumulated CPU time: 33.43 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 796000 KiB

Child status: 1

Real time (s): 30.0776
CPU time (s): 33.4616
CPU user time (s): 33.0465
CPU system time (s): 0.415081
CPU usage (%): 111.251
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 796000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.0465
system time used= 0.415081
maximum resident set size= 796920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50692
page faults= 0
swaps= 0
block input operations= 8
block output operations= 89160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3056
involuntary context switches= 283


# summary of solver processes directly reported to runsolver:
#   pid: 137734
#   total CPU time (s): 33.4616
#   total CPU user time (s): 33.0465
#   total CPU system time (s): 0.415081

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.075924 second user time and 0.186679 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-24 00:12:43
IDJOB=4440332
IDBENCH=147595
IDSOLVER=3079
FILE ID=nodeC025/4440332-1721772763
RUNJOBID= nodeC025-1721765643-132620
SLURM_JOB_ID= 7770670
Free space on /tmp= 889996 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440332-1721772763/watcher-4440332-1721772763 -o /tmp/evaluation-result-4440332-1721772763/solver-4440332-1721772763 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721765643-132620 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440332-1721772763 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440332-1721772763.opb

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

MD5SUM BENCH= a43d5b92138f857c927653ddd012ddd6
RANDOM SEED=618100369

nodeC025.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3690.730
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
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		: 3688.455
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
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		: 3674.253
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.973
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
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		: 3645.617
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
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		: 3688.476
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
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		: 3641.942
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
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.035
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        58031764 kB
MemAvailable:   107248584 kB
Buffers:          195404 kB
Cached:         49721092 kB
SwapCached:            0 kB
Active:          1334404 kB
Inactive:       71251484 kB
Active(anon):       1528 kB
Inactive(anon): 22713848 kB
Active(file):    1332876 kB
Inactive(file): 48537636 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            326040 kB
Writeback:             0 kB
AnonPages:      22669508 kB
Mapped:           128648 kB
Shmem:             45912 kB
KReclaimable:     372260 kB
Slab:             500288 kB
SReclaimable:     372260 kB
SUnreclaim:       128028 kB
KernelStack:        5184 kB
PageTables:        54560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   26917904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21056 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21958656 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      312020 kB
DirectMap2M:    26724352 kB
DirectMap1G:    109051904 kB

Free space on /tmp at the end= 889996 MiB
End job on nodeC025 at 2024-07-24 00:13:13