Trace number 4450384

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 Default 2024-07-07UNSAT 37.1451 35.0586

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/SUMINEQ/
normalized-sumineqArity4houseP128.opb
MD5SUMe9f5941775c0ec216e13c0fdf86c7766
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 benchmark3.40217
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables66044
Total number of constraints16512
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)129
Number of constraints which are nor clauses,nor cardinality constraints16383
Minimum length of a constraint4
Maximum length of a constraint12
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
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.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.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4450384-1721410938.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  no objective function found
0.72/0.43	c ... done. Wall clock time 0.315s.
0.72/0.43	c declared #vars     66044
0.72/0.43	c #constraints  16512
0.72/0.43	c constraints type 
0.72/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16512
0.72/0.43	c 16512 constraints processed.
2.45/1.35	c cleaning 2493 clauses out of 5000 with flag 16090/5000
2.86/1.50	c cleaning 4245 clauses out of 8507 with flag 35720/11000
2.86/1.59	c cleaning 5559 clauses out of 11262 with flag 61873/18000
3.08/1.66	c cleaning 6846 clauses out of 13703 with flag 88560/26000
3.25/1.75	c cleaning 7924 clauses out of 15860 with flag 121564/35003
3.45/1.84	c cleaning 8946 clauses out of 17934 with flag 155985/45001
3.63/1.92	c cleaning 9912 clauses out of 19988 with flag 192560/56001
3.73/2.03	c cleaning 10942 clauses out of 22075 with flag 242102/68000
3.83/2.15	c cleaning 11978 clauses out of 24133 with flag 287059/81000
3.93/2.27	c cleaning 13072 clauses out of 26155 with flag 343750/95000
4.03/2.39	c cleaning 14016 clauses out of 28083 with flag 397684/110000
4.23/2.53	c cleaning 15025 clauses out of 30067 with flag 457508/126000
4.36/2.70	c cleaning 15877 clauses out of 32042 with flag 518130/143000
4.58/2.83	c cleaning 17073 clauses out of 34166 with flag 578408/161001
4.68/2.98	c cleaning 17972 clauses out of 36093 with flag 644362/180001
4.88/3.13	c cleaning 18978 clauses out of 38120 with flag 712852/200000
5.08/3.32	c cleaning 19992 clauses out of 40143 with flag 785373/221001
5.27/3.57	c cleaning 21054 clauses out of 42152 with flag 865192/243002
5.47/3.77	c cleaning 22033 clauses out of 44096 with flag 949184/266000
5.67/3.99	c cleaning 23021 clauses out of 46065 with flag 1037495/290002
5.97/4.29	c cleaning 23983 clauses out of 48042 with flag 1125003/315000
6.27/4.56	c cleaning 24942 clauses out of 50060 with flag 1212978/341001
6.57/4.81	c cleaning 25996 clauses out of 52118 with flag 1312800/368001
6.88/5.14	c cleaning 27026 clauses out of 54122 with flag 1413474/396001
7.27/5.51	c cleaning 27936 clauses out of 56095 with flag 1518145/425000
7.67/5.98	c cleaning 28991 clauses out of 58160 with flag 1622776/455001
8.27/6.57	c cleaning 30047 clauses out of 60169 with flag 1732340/486001
8.87/7.18	c cleaning 30997 clauses out of 62121 with flag 1846756/518000
9.46/7.73	c cleaning 32051 clauses out of 64125 with flag 1968133/551001
10.18/8.40	c cleaning 32895 clauses out of 66074 with flag 2088872/585001
10.68/8.91	c cleaning 34080 clauses out of 68178 with flag 2211396/620000
11.08/9.35	c cleaning 35039 clauses out of 70099 with flag 2341409/656001
11.97/10.21	c cleaning 35964 clauses out of 72059 with flag 2474996/693000
12.88/11.18	c cleaning 36974 clauses out of 74096 with flag 2615198/731001
13.38/11.66	c cleaning 37469 clauses out of 76124 with flag 2744531/770003
14.68/12.99	c cleaning 37916 clauses out of 78653 with flag 2890681/810001
15.28/13.59	c cleaning 38490 clauses out of 81736 with flag 3031809/851000
16.08/14.35	c cleaning 38909 clauses out of 85248 with flag 3171471/893002
16.57/14.82	c cleaning 40472 clauses out of 89338 with flag 3326657/936001
17.07/15.30	c cleaning 40725 clauses out of 92866 with flag 3478012/980001
17.71/15.93	c cleaning 42390 clauses out of 97141 with flag 3637162/1025001
18.91/17.14	c cleaning 44002 clauses out of 100750 with flag 3792983/1071000
19.50/17.75	c cleaning 44258 clauses out of 103749 with flag 3956252/1118001
20.80/19.07	c cleaning 44599 clauses out of 107490 with flag 4119509/1166000
21.70/19.90	c cleaning 46508 clauses out of 111891 with flag 4290298/1215000
22.49/20.73	c cleaning 46905 clauses out of 115385 with flag 4463402/1265002
23.49/21.78	c cleaning 47995 clauses out of 119478 with flag 4635217/1316000
24.48/22.77	c cleaning 48397 clauses out of 123483 with flag 4816192/1368000
25.89/24.11	c cleaning 50025 clauses out of 128088 with flag 4997037/1421002
27.02/25.20	c cleaning 50352 clauses out of 132061 with flag 5172556/1475000
27.72/25.97	c cleaning 50940 clauses out of 136709 with flag 5371979/1530000
29.61/27.86	c cleaning 52827 clauses out of 141769 with flag 5570695/1586000
30.71/28.96	c cleaning 53242 clauses out of 145942 with flag 5769091/1643000
32.81/31.00	c cleaning 54660 clauses out of 150702 with flag 5976671/1701002
34.40/32.69	c cleaning 55118 clauses out of 155041 with flag 6178013/1760001
36.10/34.32	c cleaning 56310 clauses out of 159923 with flag 6388350/1820001
37.00/34.91	c starts		: 1008
37.00/34.91	c conflicts		: 1832805
37.00/34.91	c decisions		: 42947040
37.00/34.91	c propagations		: 58931684
37.00/34.91	c inspects		: 170798886
37.00/34.91	c shortcuts		: 0
37.00/34.91	c learnt literals	: 4
37.00/34.91	c learnt binary clauses	: 24
37.00/34.91	c learnt ternary clauses	: 26327
37.00/34.91	c learnt constraints	: 1832800
37.00/34.91	c ignored constraints	: 0
37.00/34.91	c root simplifications	: 0
37.00/34.91	c removed literals (reason simplification)	: 0
37.00/34.91	c reason swapping (by a shorter reason)	: 0
37.00/34.91	c Calls to reduceDB	: 56
37.00/34.91	c Number of update (reduction) of LBD	: 483803
37.00/34.91	c Imported unit clauses	: 0
37.00/34.91	c No decision after first conflict	: false
37.00/34.91	c number of reductions to clauses (during analyze)	: 0
37.00/34.91	c number of learned constraints concerned by reduction	: 0
37.00/34.91	c number of learning phase by resolution	: 0
37.00/34.91	c number of learning phase by cutting planes	: 0
37.00/34.91	c number of rounding to 1 operations	: 0
37.00/34.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
37.00/34.91	c number of reductions of the coefficients by power 2 	: 0
37.00/34.91	c number of right shift for reduction by power 2 	: 0
37.00/34.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
37.00/34.91	c number of ending skipping 	: 0
37.00/34.91	c number of internal skipping 	: 0
37.00/34.91	c number of derivation steps 	: 0
37.00/34.91	c number of skipped derivation steps 	: 0
37.00/34.91	c number of remaining unassigned 	: 0
37.00/34.91	c number of remaining assigned 	: 0
37.00/34.91	c number of falsified literals weakened from reason	: 0
37.00/34.91	c number of falsified literals weakened from conflict	: 0
37.00/34.91	c time for arithmetic operations	: 0
37.00/34.92	c minimum degree of deleted constraints	: null
37.00/34.92	c maximum degree of deleted constraints	: null
37.00/34.92	c number of deleted constraints	: 0
37.00/34.92	c speed (assignments/second)	: 1709800.214698117
37.00/34.92	c non guided choices	: 38432139
37.00/34.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 116388
37.00/34.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 24
37.00/34.97	s UNSATISFIABLE
37.00/34.97	c Total wall clock time (in seconds): 34.856

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 (62533 MiB free)
  memory of node 1: 64473 MiB (63107 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450384-1721410938/watcher-4450384-1721410938 -o /tmp/evaluation-result-4450384-1721410938/solver-4450384-1721410938 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024582 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4450384-1721410938.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=1024904, runsolver pid=1024901
Current StackSize limit: 8192 KiB


[startup+0.101701 s]*
/proc/loadavg: 1.94 1.72 2.74 5/332 1024922
/proc/meminfo: memFree=128610548/131524600 swapFree=131071996/131071996
[pid=1024904] ppid=1024901 vsize=18975048 memory=66232 CPUtime=0.14 cores=0,2
/proc/1024904/stat : 1024904 (java) S 1024901 1024904 1024572 0 -1 1077936128 7636 0 0 0 12 2 0 0 20 0 18 0 193260036 19430449152 16558 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
/proc/1024904/statm: 4743762 16558 5550 1 0 549346 0
[pid=1024904/tid=1024906] ppid=1024901 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/1024904/task/1024906/stat : 1024906 (java) R 1024901 1024904 1024572 0 -1 4194368 6196 0 0 0 8 1 0 0 20 0 18 0 193260036 19430449152 16558 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024915] ppid=1024901 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/1024904/task/1024915/stat : 1024915 (Finalizer) S 1024901 1024904 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193260039 19430449152 16558 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024922] ppid=1024901 vsize=18975048 memory=13845278874243994 CPUtime=0 cores=0,2
/proc/1024904/task/1024922/stat : 1024922 (Common-Cleaner) S 1024901 1024904 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193260039 19430449152 16558 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66232 KiB

[startup+0.207261 s]*
/proc/loadavg: 1.94 1.72 2.74 6/332 1024922
/proc/meminfo: memFree=128588756/131524600 swapFree=131071996/131071996
[pid=1024904] ppid=1024901 vsize=18975280 memory=90724 CPUtime=0.32 cores=0,2
/proc/1024904/stat : 1024904 (java) S 1024901 1024904 1024572 0 -1 1077936128 8572 0 0 0 30 2 0 0 20 0 18 0 193260036 19430686720 22681 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
/proc/1024904/statm: 4743820 22681 5818 1 0 549995 0
[pid=1024904/tid=1024906] ppid=1024901 vsize=18975280 memory=6876556183782621315 CPUtime=0.18 cores=0,2
/proc/1024904/task/1024906/stat : 1024906 (java) R 1024901 1024904 1024572 0 -1 4194368 6328 0 0 0 16 2 0 0 20 0 18 0 193260036 19430686720 22681 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024915] ppid=1024901 vsize=18975280 memory=1676398 CPUtime=0 cores=0,2
/proc/1024904/task/1024915/stat : 1024915 (Finalizer) S 1024901 1024904 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193260039 19430686720 22681 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024922] ppid=1024901 vsize=18975280 memory=15544020042516215 CPUtime=0 cores=0,2
/proc/1024904/task/1024922/stat : 1024922 (Common-Cleaner) S 1024901 1024904 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193260039 19430686720 22681 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975280 KiB
Current children cumulated memory: 90724 KiB

[startup+0.305879 s]*
/proc/loadavg: 1.94 1.72 2.74 7/332 1024922
/proc/meminfo: memFree=128538964/131524600 swapFree=131071996/131071996
[pid=1024904] ppid=1024901 vsize=18975048 memory=138436 CPUtime=0.51 cores=0,2
/proc/1024904/stat : 1024904 (java) S 1024901 1024904 1024572 0 -1 1077936128 9520 0 0 0 48 3 0 0 20 0 18 0 193260036 19430449152 34609 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
/proc/1024904/statm: 4743762 34609 5828 1 0 550547 0
[pid=1024904/tid=1024906] ppid=1024901 vsize=18975048 memory=-7524491859965799262 CPUtime=0.28 cores=0,2
/proc/1024904/task/1024906/stat : 1024906 (java) R 1024901 1024904 1024572 0 -1 4194368 6350 0 0 0 25 3 0 0 20 0 18 0 193260036 19430449152 34609 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024915] ppid=1024901 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/1024904/task/1024915/stat : 1024915 (Finalizer) S 1024901 1024904 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193260039 19430449152 34609 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024922] ppid=1024901 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/1024904/task/1024922/stat : 1024922 (Common-Cleaner) S 1024901 1024904 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193260039 19430449152 34609 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 138436 KiB

[startup+0.700879 s]
/proc/loadavg: 1.94 1.72 2.74 6/334 1024924
/proc/meminfo: memFree=128494892/131524600 swapFree=131071996/131071996
[pid=1024904] ppid=1024901 vsize=19108176 memory=193856 CPUtime=1.27 cores=0,2
/proc/1024904/stat : 1024904 (java) S 1024901 1024904 1024572 0 -1 1077936128 16540 0 0 0 122 5 0 0 20 0 20 0 193260036 19566772224 48464 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
/proc/1024904/statm: 4777044 48464 5844 1 0 555804 0
[pid=1024904/tid=1024906] ppid=1024901 vsize=19108176 memory=5468 CPUtime=0.63 cores=0,2
/proc/1024904/task/1024906/stat : 1024906 (java) R 1024901 1024904 1024572 0 -1 4194368 6411 0 0 0 60 3 0 0 20 0 20 0 193260036 19566772224 48464 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024915] ppid=1024901 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/1024904/task/1024915/stat : 1024915 (Finalizer) S 1024901 1024904 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 48464 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024922] ppid=1024901 vsize=19108176 memory=280496395575976 CPUtime=0 cores=0,2
/proc/1024904/task/1024922/stat : 1024922 (Common-Cleaner) S 1024901 1024904 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 48464 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024924] ppid=1024901 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1024904/task/1024924/stat : 1024924 (Timer-0) S 1024901 1024904 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193260081 19566772224 48464 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 193856 KiB

[startup+1.50087 s]
/proc/loadavg: 1.94 1.72 2.74 6/334 1024924
/proc/meminfo: memFree=128476192/131524600 swapFree=131071996/131071996
[pid=1024904] ppid=1024901 vsize=19108176 memory=196848 CPUtime=2.86 cores=0,2
/proc/1024904/stat : 1024904 (java) S 1024901 1024904 1024572 0 -1 1077936128 23549 0 0 0 280 6 0 0 20 0 20 0 193260036 19566772224 49212 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
/proc/1024904/statm: 4777044 49212 5876 1 0 556119 0
[pid=1024904/tid=1024906] ppid=1024901 vsize=19108176 memory=12420 CPUtime=1.41 cores=0,2
/proc/1024904/task/1024906/stat : 1024906 (java) R 1024901 1024904 1024572 0 -1 4194368 7339 0 0 0 138 3 0 0 20 0 20 0 193260036 19566772224 49212 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024915] ppid=1024901 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1024904/task/1024915/stat : 1024915 (Finalizer) S 1024901 1024904 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 49212 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024922] ppid=1024901 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1024904/task/1024922/stat : 1024922 (Common-Cleaner) S 1024901 1024904 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 49212 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024924] ppid=1024901 vsize=19108176 memory=280496395429136 CPUtime=0 cores=0,2
/proc/1024904/task/1024924/stat : 1024924 (Timer-0) S 1024901 1024904 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193260081 19566772224 49212 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 196848 KiB

[startup+3.10566 s]
/proc/loadavg: 2.26 1.79 2.76 5/334 1024924
/proc/meminfo: memFree=128387376/131524600 swapFree=131071996/131071996
[pid=1024904] ppid=1024901 vsize=19108176 memory=211984 CPUtime=4.88 cores=0,2
/proc/1024904/stat : 1024904 (java) S 1024901 1024904 1024572 0 -1 1077936128 25483 0 0 0 482 6 0 0 20 0 20 0 193260036 19566772224 52996 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
/proc/1024904/statm: 4777044 52996 5908 1 0 556134 0
[pid=1024904/tid=1024906] ppid=1024901 vsize=19108176 memory=0 CPUtime=2.97 cores=0,2
/proc/1024904/task/1024906/stat : 1024906 (java) R 1024901 1024904 1024572 0 -1 4194368 7636 0 0 0 294 3 0 0 20 0 20 0 193260036 19566772224 52996 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024915] ppid=1024901 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/1024904/task/1024915/stat : 1024915 (Finalizer) S 1024901 1024904 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 52996 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024922] ppid=1024901 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1024904/task/1024922/stat : 1024922 (Common-Cleaner) S 1024901 1024904 1024572 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 52996 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024924] ppid=1024901 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1024904/task/1024924/stat : 1024924 (Timer-0) S 1024901 1024904 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193260081 19566772224 52996 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 211984 KiB

[startup+6.30028 s]
/proc/loadavg: 2.26 1.79 2.76 5/334 1024925
/proc/meminfo: memFree=128248264/131524600 swapFree=131071996/131071996
[pid=1024904] ppid=1024901 vsize=19108176 memory=206872 CPUtime=8.07 cores=0,2
/proc/1024904/stat : 1024904 (java) S 1024901 1024904 1024572 0 -1 1077936128 25638 0 0 0 801 6 0 0 20 0 20 0 193260036 19566772224 51718 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
/proc/1024904/statm: 4777044 51718 5908 1 0 556145 0
[pid=1024904/tid=1024906] ppid=1024901 vsize=19108176 memory=12420 CPUtime=6.15 cores=0,2
/proc/1024904/task/1024906/stat : 1024906 (java) R 1024901 1024904 1024572 0 -1 4194368 7721 0 0 0 612 3 0 0 20 0 20 0 193260036 19566772224 51718 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024915] ppid=1024901 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1024904/task/1024915/stat : 1024915 (Finalizer) S 1024901 1024904 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 51718 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024922] ppid=1024901 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=0,2
/proc/1024904/task/1024922/stat : 1024922 (Common-Cleaner) S 1024901 1024904 1024572 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 51718 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024924] ppid=1024901 vsize=19108176 memory=196900 CPUtime=0 cores=0,2
/proc/1024904/task/1024924/stat : 1024924 (Timer-0) S 1024901 1024904 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193260081 19566772224 51718 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
Current children cumulated CPU time: 8.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 206872 KiB

[startup+12.7003 s]
/proc/loadavg: 2.53 1.86 2.78 5/335 1024926
/proc/meminfo: memFree=128059076/131524600 swapFree=131071996/131071996
[pid=1024904] ppid=1024901 vsize=19108176 memory=223576 CPUtime=14.48 cores=0,2
/proc/1024904/stat : 1024904 (java) S 1024901 1024904 1024572 0 -1 1077936128 27760 0 0 0 1441 7 0 0 20 0 20 0 193260036 19566772224 55894 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
/proc/1024904/statm: 4777044 55894 5908 1 0 556145 0
[pid=1024904/tid=1024906] ppid=1024901 vsize=19108176 memory=0 CPUtime=12.5 cores=0,2
/proc/1024904/task/1024906/stat : 1024906 (java) R 1024901 1024904 1024572 0 -1 4194368 8239 0 0 0 1247 3 0 0 20 0 20 0 193260036 19566772224 55894 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024915] ppid=1024901 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1024904/task/1024915/stat : 1024915 (Finalizer) S 1024901 1024904 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 55894 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024922] ppid=1024901 vsize=19108176 memory=223504 CPUtime=0 cores=0,2
/proc/1024904/task/1024922/stat : 1024922 (Common-Cleaner) S 1024901 1024904 1024572 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 55894 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024924] ppid=1024901 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/1024904/task/1024924/stat : 1024924 (Timer-0) S 1024901 1024904 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193260081 19566772224 55894 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
Current children cumulated CPU time: 14.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 223576 KiB

[startup+25.5003 s]
/proc/loadavg: 2.83 1.95 2.79 5/335 1025127
/proc/meminfo: memFree=128008664/131524600 swapFree=131071996/131071996
[pid=1024904] ppid=1024901 vsize=19108176 memory=283272 CPUtime=27.32 cores=0,2
/proc/1024904/stat : 1024904 (java) S 1024901 1024904 1024572 0 -1 1077936128 33201 0 0 0 2723 9 0 0 20 0 20 0 193260036 19566772224 70818 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
/proc/1024904/statm: 4777044 70818 5908 1 0 556177 0
[pid=1024904/tid=1024906] ppid=1024901 vsize=19108176 memory=223504 CPUtime=25.14 cores=0,2
/proc/1024904/task/1024906/stat : 1024906 (java) R 1024901 1024904 1024572 0 -1 4194368 9866 0 0 0 2510 4 0 0 20 0 20 0 193260036 19566772224 70818 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024915] ppid=1024901 vsize=19108176 memory=-7524491859965799262 CPUtime=0 cores=0,2
/proc/1024904/task/1024915/stat : 1024915 (Finalizer) S 1024901 1024904 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 70818 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024922] ppid=1024901 vsize=19108176 memory=47456 CPUtime=0 cores=0,2
/proc/1024904/task/1024922/stat : 1024922 (Common-Cleaner) S 1024901 1024904 1024572 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 70818 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024924] ppid=1024901 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1024904/task/1024924/stat : 1024924 (Timer-0) S 1024901 1024904 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193260081 19566772224 70818 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
Current children cumulated CPU time: 27.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 283272 KiB

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

# cumulated CPU time of all completed processes:  user=37.0377 s, system=0.107426 s

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

[startup+25.6003 s]
/proc/loadavg: 2.83 1.95 2.79 5/335 1025127
/proc/meminfo: memFree=128008664/131524600 swapFree=131071996/131071996
[pid=1024904] ppid=1024901 vsize=19108176 memory=283272 CPUtime=27.42 cores=0,2
/proc/1024904/stat : 1024904 (java) S 1024901 1024904 1024572 0 -1 1077936128 33201 0 0 0 2733 9 0 0 20 0 20 0 193260036 19566772224 70818 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
/proc/1024904/statm: 4777044 70818 5908 1 0 556177 0
[pid=1024904/tid=1024906] ppid=1024901 vsize=19108176 memory=-7524491859965799262 CPUtime=25.24 cores=0,2
/proc/1024904/task/1024906/stat : 1024906 (java) R 1024901 1024904 1024572 0 -1 4194368 9866 0 0 0 2520 4 0 0 20 0 20 0 193260036 19566772224 70818 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024915] ppid=1024901 vsize=19108176 memory=5536 CPUtime=0 cores=0,2
/proc/1024904/task/1024915/stat : 1024915 (Finalizer) S 1024901 1024904 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 70818 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024922] ppid=1024901 vsize=19108176 memory=283272 CPUtime=0 cores=0,2
/proc/1024904/task/1024922/stat : 1024922 (Common-Cleaner) S 1024901 1024904 1024572 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 70818 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024924] ppid=1024901 vsize=19108176 memory=26000 CPUtime=0 cores=0,2
/proc/1024904/task/1024924/stat : 1024924 (Timer-0) S 1024901 1024904 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193260081 19566772224 70818 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
Current children cumulated CPU time: 27.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 283272 KiB

[startup+32.0003 s]*
/proc/loadavg: 3.01 2.02 2.81 5/335 1025128
/proc/meminfo: memFree=127926440/131524600 swapFree=131071996/131071996
[pid=1024904] ppid=1024901 vsize=19108176 memory=283324 CPUtime=33.81 cores=0,2
/proc/1024904/stat : 1024904 (java) S 1024901 1024904 1024572 0 -1 1077936128 33946 0 0 0 3372 9 0 0 20 0 20 0 193260036 19566772224 70831 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
/proc/1024904/statm: 4777044 70831 5908 1 0 556193 0
[pid=1024904/tid=1024906] ppid=1024901 vsize=19108176 memory=11480 CPUtime=31.62 cores=0,2
/proc/1024904/task/1024906/stat : 1024906 (java) R 1024901 1024904 1024572 0 -1 4194368 10418 0 0 0 3158 4 0 0 20 0 20 0 193260036 19566772224 70831 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024915] ppid=1024901 vsize=19108176 memory=-7452434265927674726 CPUtime=0 cores=0,2
/proc/1024904/task/1024915/stat : 1024915 (Finalizer) S 1024901 1024904 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 70831 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024922] ppid=1024901 vsize=19108176 memory=4628 CPUtime=0 cores=0,2
/proc/1024904/task/1024922/stat : 1024922 (Common-Cleaner) S 1024901 1024904 1024572 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 70831 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024924] ppid=1024901 vsize=19108176 memory=728948 CPUtime=0 cores=0,2
/proc/1024904/task/1024924/stat : 1024924 (Timer-0) S 1024901 1024904 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193260081 19566772224 70831 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
Current children cumulated CPU time: 33.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 283324 KiB

[startup+33.6003 s]
/proc/loadavg: 3.01 2.02 2.81 5/335 1025128
/proc/meminfo: memFree=127926440/131524600 swapFree=131071996/131071996
[pid=1024904] ppid=1024901 vsize=19108176 memory=283344 CPUtime=35.4 cores=0,2
/proc/1024904/stat : 1024904 (java) S 1024901 1024904 1024572 0 -1 1077936128 33966 0 0 0 3531 9 0 0 20 0 20 0 193260036 19566772224 70836 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
/proc/1024904/statm: 4777044 70836 5908 1 0 556196 0
[pid=1024904/tid=1024906] ppid=1024901 vsize=19108176 memory=2248 CPUtime=33.21 cores=0,2
/proc/1024904/task/1024906/stat : 1024906 (java) R 1024901 1024904 1024572 0 -1 4194368 10438 0 0 0 3317 4 0 0 20 0 20 0 193260036 19566772224 70836 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024915] ppid=1024901 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1024904/task/1024915/stat : 1024915 (Finalizer) S 1024901 1024904 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 70836 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024922] ppid=1024901 vsize=19108176 memory=47456 CPUtime=0 cores=0,2
/proc/1024904/task/1024922/stat : 1024922 (Common-Cleaner) S 1024901 1024904 1024572 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 70836 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024924] ppid=1024901 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/1024904/task/1024924/stat : 1024924 (Timer-0) S 1024901 1024904 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193260081 19566772224 70836 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
Current children cumulated CPU time: 35.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 283344 KiB

[startup+34.4003 s]
/proc/loadavg: 3.01 2.02 2.81 5/335 1025128
/proc/meminfo: memFree=127907868/131524600 swapFree=131071996/131071996
[pid=1024904] ppid=1024901 vsize=19108176 memory=283356 CPUtime=36.2 cores=0,2
/proc/1024904/stat : 1024904 (java) S 1024901 1024904 1024572 0 -1 1077936128 34207 0 0 0 3610 10 0 0 20 0 20 0 193260036 19566772224 70839 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
/proc/1024904/statm: 4777044 70839 5908 1 0 556199 0
[pid=1024904/tid=1024906] ppid=1024901 vsize=19108176 memory=-3967418655009478193 CPUtime=34.01 cores=0,2
/proc/1024904/task/1024906/stat : 1024906 (java) R 1024901 1024904 1024572 0 -1 4194368 10676 0 0 0 3397 4 0 0 20 0 20 0 193260036 19566772224 70839 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024915] ppid=1024901 vsize=19108176 memory=-7524491859965799262 CPUtime=0 cores=0,2
/proc/1024904/task/1024915/stat : 1024915 (Finalizer) S 1024901 1024904 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 70839 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024922] ppid=1024901 vsize=19108176 memory=280496395798928 CPUtime=0 cores=0,2
/proc/1024904/task/1024922/stat : 1024922 (Common-Cleaner) S 1024901 1024904 1024572 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 70839 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024924] ppid=1024901 vsize=19108176 memory=143932944024575 CPUtime=0 cores=0,2
/proc/1024904/task/1024924/stat : 1024924 (Timer-0) S 1024901 1024904 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193260081 19566772224 70839 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
Current children cumulated CPU time: 36.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 283356 KiB

[startup+34.8079 s]
/proc/loadavg: 3.01 2.02 2.81 5/335 1025128
/proc/meminfo: memFree=127907868/131524600 swapFree=131071996/131071996
[pid=1024904] ppid=1024901 vsize=19108176 memory=287380 CPUtime=36.8 cores=0,2
/proc/1024904/stat : 1024904 (java) S 1024901 1024904 1024572 0 -1 1077936128 40613 0 0 0 3670 10 0 0 20 0 20 0 193260036 19566772224 71845 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
/proc/1024904/statm: 4777044 71845 5908 1 0 556302 0
[pid=1024904/tid=1024906] ppid=1024901 vsize=19108176 memory=31024 CPUtime=34.41 cores=0,2
/proc/1024904/task/1024906/stat : 1024906 (java) R 1024901 1024904 1024572 0 -1 4194368 11563 0 0 0 3437 4 0 0 20 0 20 0 193260036 19566772224 71845 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024915] ppid=1024901 vsize=19108176 memory=283344 CPUtime=0 cores=0,2
/proc/1024904/task/1024915/stat : 1024915 (Finalizer) S 1024901 1024904 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 71845 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024922] ppid=1024901 vsize=19108176 memory=28564 CPUtime=0 cores=0,2
/proc/1024904/task/1024922/stat : 1024922 (Common-Cleaner) S 1024901 1024904 1024572 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 193260039 19566772224 71845 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
[pid=1024904/tid=1024924] ppid=1024901 vsize=19108176 memory=283356 CPUtime=0 cores=0,2
/proc/1024904/task/1024924/stat : 1024924 (Timer-0) S 1024901 1024904 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193260081 19566772224 71845 134679101440 94319178301440 94319178305136 140722049849600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319178312952 94319178313744 94319192420352 140722049856517 140722049856607 140722049856607 140722049863624 0
Current children cumulated CPU time: 36.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 287380 KiB

[startup+35.0002 s]*
/proc/loadavg: 3.01 2.02 2.81 5/316 1025130
/proc/meminfo: memFree=128164084/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 20

Real time (s): 35.0586
CPU time (s): 37.1451
CPU user time (s): 37.0377
CPU system time (s): 0.107426
CPU usage (%): 105.951
Max. virtual memory (cumulated for all children) (KiB): 19175768
Max. memory (cumulated for all children) (KiB): 287720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.0377
system time used= 0.107426
maximum resident set size= 289112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42428
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2066
involuntary context switches= 466


# summary of solver processes directly reported to runsolver:
#   pid: 1024904
#   total CPU time (s): 37.1451
#   total CPU user time (s): 37.0377
#   total CPU system time (s): 0.107426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.088117 second user time and 0.199023 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 19:42:31
IDJOB=4450384
IDBENCH=160448
IDSOLVER=3058
FILE ID=nodeC026/4450384-1721410938
RUNJOBID= nodeC026-1721410942-1024582
SLURM_JOB_ID= 7545477
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/SUMINEQ/normalized-sumineqArity4houseP128.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450384-1721410938/watcher-4450384-1721410938 -o /tmp/evaluation-result-4450384-1721410938/solver-4450384-1721410938 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024582 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4450384-1721410938.opb

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

MD5SUM BENCH= e9f5941775c0ec216e13c0fdf86c7766
RANDOM SEED=1628142748

nodeC026.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		: 3653.924
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.74
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		: 3685.432
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.45
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		: 3663.307
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.74
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.097
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.45
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		: 3677.443
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.74
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		: 3685.494
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.45
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		: 3635.018
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.74
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.112
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128656188 kB
MemAvailable:   129148152 kB
Buffers:          561116 kB
Cached:           777392 kB
SwapCached:            0 kB
Active:          1076344 kB
Inactive:        1181772 kB
Active(anon):       1556 kB
Inactive(anon):   963652 kB
Active(file):    1074788 kB
Inactive(file):   218120 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7216 kB
Writeback:             0 kB
AnonPages:        916396 kB
Mapped:           127520 kB
Shmem:             45912 kB
KReclaimable:      77760 kB
Slab:             188092 kB
SReclaimable:      77760 kB
SUnreclaim:       110332 kB
KernelStack:        5060 kB
PageTables:        11864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7333768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    802816 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC026 at 2024-07-19 19:43:07