Trace number 4452052

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 2024 2024-07-07UNSAT cert. 28.2827 25.0511

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_20.opb
MD5SUMe9c3493a278c61b5f4e5e80a3fb48e99
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.80582
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables756
Total number of constraints3542
Number of constraints which are clauses3537
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint27
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 47
Number of bits of the biggest sum of numbers6
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.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	Expensive reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4452052-1721840839.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.32/0.21	c ... done. Wall clock time 0.086s.
0.32/0.21	c declared #vars     756
0.32/0.21	c #constraints  3546
0.32/0.21	c constraints type 
0.32/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1430
0.32/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.32/0.21	c org.sat4j.specs.Constr$1 => 4
0.32/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2106
0.32/0.21	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.32/0.21	c 3546 constraints processed.
1.45/0.87	c cleaning 2500 clauses out of 5000 with flag 20136/5000
2.44/1.40	c cleaning 4247 clauses out of 8500 with flag 49804/11000
3.33/1.94	c cleaning 5626 clauses out of 11254 with flag 89297/18001
3.94/2.58	c cleaning 6814 clauses out of 13627 with flag 134548/26000
5.00/3.35	c cleaning 7902 clauses out of 15814 with flag 187977/35001
5.80/4.19	c cleaning 8955 clauses out of 17913 with flag 236516/45002
6.92/5.01	c cleaning 9979 clauses out of 19957 with flag 287208/56001
7.84/5.96	c cleaning 10986 clauses out of 21977 with flag 346120/68000
8.98/7.01	c cleaning 11995 clauses out of 23991 with flag 409767/81000
10.45/8.42	c cleaning 12997 clauses out of 25997 with flag 489381/95001
12.06/10.06	c cleaning 13996 clauses out of 27999 with flag 569505/110000
13.75/11.73	c cleaning 15002 clauses out of 30005 with flag 657092/126002
15.71/13.61	c cleaning 15996 clauses out of 32002 with flag 746024/143001
17.99/15.62	c cleaning 16995 clauses out of 34005 with flag 844479/161000
20.51/17.97	c cleaning 18004 clauses out of 36010 with flag 955611/180000
23.64/20.75	c cleaning 18997 clauses out of 38007 with flag 1079507/200001
26.92/23.72	c cleaning 19996 clauses out of 40007 with flag 1218538/221000
28.21/25.00	c starts		: 107
28.21/25.01	c conflicts		: 230260
28.21/25.01	c decisions		: 267922
28.21/25.01	c propagations		: 20009115
28.21/25.01	c inspects		: 398365257
28.21/25.01	c shortcuts		: 0
28.21/25.01	c learnt literals	: 15
28.21/25.01	c learnt binary clauses	: 98
28.21/25.01	c learnt ternary clauses	: 413
28.21/25.01	c learnt constraints	: 230244
28.21/25.01	c ignored constraints	: 0
28.21/25.01	c root simplifications	: 0
28.21/25.01	c removed literals (reason simplification)	: 2380428
28.21/25.01	c reason swapping (by a shorter reason)	: 0
28.21/25.01	c Calls to reduceDB	: 17
28.21/25.01	c Number of update (reduction) of LBD	: 78887
28.21/25.01	c Imported unit clauses	: 0
28.21/25.01	c No decision after first conflict	: false
28.21/25.01	c number of reductions to clauses (during analyze)	: 0
28.21/25.01	c number of learned constraints concerned by reduction	: 0
28.21/25.01	c number of learning phase by resolution	: 0
28.21/25.01	c number of learning phase by cutting planes	: 0
28.21/25.01	c number of rounding to 1 operations	: 0
28.21/25.01	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
28.21/25.01	c number of reductions of the coefficients by power 2 	: 0
28.21/25.01	c number of right shift for reduction by power 2 	: 0
28.21/25.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
28.21/25.01	c number of ending skipping 	: 0
28.21/25.01	c number of internal skipping 	: 0
28.21/25.01	c number of derivation steps 	: 0
28.21/25.01	c number of skipped derivation steps 	: 0
28.21/25.01	c number of remaining unassigned 	: 0
28.21/25.01	c number of remaining assigned 	: 0
28.21/25.01	c number of falsified literals weakened from reason	: 0
28.21/25.01	c number of falsified literals weakened from conflict	: 0
28.21/25.01	c time for arithmetic operations	: 0
28.21/25.01	c minimum degree of deleted constraints	: null
28.21/25.01	c maximum degree of deleted constraints	: null
28.21/25.02	c number of deleted constraints	: 0
28.21/25.02	c speed (assignments/second)	: 806916.7641246925
28.21/25.02	c non guided choices	: 105
28.21/25.04	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 29159
28.21/25.04	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 98
28.21/25.04	s UNSATISFIABLE
28.21/25.04	c Total wall clock time (in seconds): 24.913

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (60688 MiB free)
  memory of node 1: 64510 MiB (60378 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452052-1721840839/watcher-4452052-1721840839 -o /tmp/evaluation-result-4452052-1721840839/solver-4452052-1721840839 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721840837-196139 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4452052-1721840839 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452052-1721840839.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=196590, runsolver pid=196587
Current StackSize limit: 8192 KiB


[startup+0.100619 s]*
/proc/loadavg: 1.82 2.12 2.93 10/326 196612
/proc/meminfo: memFree=123900304/131524600 swapFree=131061428/131071996
[pid=196590] ppid=196587 vsize=18975048 memory=65280 CPUtime=0.13 cores=0,2
/proc/196590/stat : 196590 (java) S 196587 196590 196129 0 -1 1077936128 7738 0 0 0 11 2 0 0 20 0 18 0 20606770 19430449152 16320 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
/proc/196590/statm: 4743762 16320 5703 1 0 549322 0
[pid=196590/tid=196592] ppid=196587 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=0,2
/proc/196590/task/196592/stat : 196592 (java) R 196587 196590 196129 0 -1 1077936192 6263 0 0 0 7 1 0 0 20 0 18 0 20606771 19430449152 16320 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196601] ppid=196587 vsize=18975048 memory=1121866 CPUtime=0 cores=0,2
/proc/196590/task/196601/stat : 196601 (Finalizer) S 196587 196590 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20606773 19430449152 16320 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196608] ppid=196587 vsize=18975048 memory=14415916817450633 CPUtime=0 cores=0,2
/proc/196590/task/196608/stat : 196608 (Common-Cleaner) S 196587 196590 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20606774 19430449152 16320 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65280 KiB

[startup+0.205232 s]*
/proc/loadavg: 1.82 2.12 2.93 9/312 196612
/proc/meminfo: memFree=123935436/131524600 swapFree=131061428/131071996
[pid=196590] ppid=196587 vsize=18975048 memory=73772 CPUtime=0.32 cores=0,2
/proc/196590/stat : 196590 (java) S 196587 196590 196129 0 -1 1077936128 8201 0 0 0 29 3 0 0 20 0 18 0 20606770 19430449152 18443 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
/proc/196590/statm: 4743762 18443 5836 1 0 549609 0
[pid=196590/tid=196592] ppid=196587 vsize=18975048 memory=664970851429515383 CPUtime=0.16 cores=0,2
/proc/196590/task/196592/stat : 196592 (java) R 196587 196590 196129 0 -1 4194368 6456 0 0 0 15 1 0 0 20 0 18 0 20606771 19430449152 18443 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196601] ppid=196587 vsize=18975048 memory=224262429970 CPUtime=0 cores=0,2
/proc/196590/task/196601/stat : 196601 (Finalizer) S 196587 196590 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20606773 19430449152 18443 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196608] ppid=196587 vsize=18975048 memory=1121724 CPUtime=0 cores=0,2
/proc/196590/task/196608/stat : 196608 (Common-Cleaner) S 196587 196590 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20606774 19430449152 18443 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73772 KiB

[startup+0.307329 s]*
/proc/loadavg: 1.82 2.12 2.93 8/312 196627
/proc/meminfo: memFree=123914848/131524600 swapFree=131061428/131071996
[pid=196590] ppid=196587 vsize=19041612 memory=84984 CPUtime=0.49 cores=0,2
/proc/196590/stat : 196590 (java) S 196587 196590 196129 0 -1 1077936128 10089 0 0 0 46 3 0 0 20 0 19 0 20606770 19498610688 21246 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
/proc/196590/statm: 4760403 21246 5836 1 0 551062 0
[pid=196590/tid=196592] ppid=196587 vsize=19041612 memory=-6675103654753171901 CPUtime=0.23 cores=0,2
/proc/196590/task/196592/stat : 196592 (java) R 196587 196590 196129 0 -1 4194368 6551 0 0 0 21 2 0 0 20 0 19 0 20606771 19498610688 21246 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196601] ppid=196587 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/196590/task/196601/stat : 196601 (Finalizer) S 196587 196590 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20606773 19498610688 21246 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196608] ppid=196587 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/196590/task/196608/stat : 196608 (Common-Cleaner) S 196587 196590 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20606774 19498610688 21246 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196617] ppid=196587 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/196590/task/196617/stat : 196617 (Timer-0) S 196587 196590 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20606792 19498610688 21246 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 84984 KiB

[startup+0.703671 s]
/proc/loadavg: 1.82 2.12 2.93 7/312 196657
/proc/meminfo: memFree=123879240/131524600 swapFree=131061428/131071996
[pid=196590] ppid=196587 vsize=19041612 memory=128676 CPUtime=1.26 cores=0,2
/proc/196590/stat : 196590 (java) S 196587 196590 196129 0 -1 1077936128 12580 0 0 0 121 5 0 0 20 0 19 0 20606770 19498610688 32169 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
/proc/196590/statm: 4760403 32169 5852 1 0 552669 0
[pid=196590/tid=196592] ppid=196587 vsize=19041612 memory=13524 CPUtime=0.56 cores=0,2
/proc/196590/task/196592/stat : 196592 (java) R 196587 196590 196129 0 -1 4194368 6584 0 0 0 54 2 0 0 20 0 19 0 20606771 19498610688 32169 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196601] ppid=196587 vsize=19041612 memory=13524 CPUtime=0 cores=0,2
/proc/196590/task/196601/stat : 196601 (Finalizer) S 196587 196590 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20606773 19498610688 32169 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196608] ppid=196587 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/196590/task/196608/stat : 196608 (Common-Cleaner) S 196587 196590 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20606774 19498610688 32169 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196617] ppid=196587 vsize=19041612 memory=1896 CPUtime=0 cores=0,2
/proc/196590/task/196617/stat : 196617 (Timer-0) S 196587 196590 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20606792 19498610688 32169 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 128676 KiB

[startup+1.50024 s]
/proc/loadavg: 1.82 2.12 2.93 8/334 196679
/proc/meminfo: memFree=123735048/131524600 swapFree=131061428/131071996
[pid=196590] ppid=196587 vsize=19108176 memory=186132 CPUtime=2.82 cores=0,2
/proc/196590/stat : 196590 (java) S 196587 196590 196129 0 -1 1077936128 23261 0 0 0 275 7 0 0 20 0 20 0 20606770 19566772224 46533 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
/proc/196590/statm: 4777044 46533 5884 1 0 555800 0
[pid=196590/tid=196592] ppid=196587 vsize=19108176 memory=13524 CPUtime=1.34 cores=0,2
/proc/196590/task/196592/stat : 196592 (java) R 196587 196590 196129 0 -1 4194368 7076 0 0 0 130 4 0 0 20 0 20 0 20606771 19566772224 46533 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196601] ppid=196587 vsize=19108176 memory=1896 CPUtime=0 cores=0,2
/proc/196590/task/196601/stat : 196601 (Finalizer) S 196587 196590 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20606773 19566772224 46533 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196608] ppid=196587 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/196590/task/196608/stat : 196608 (Common-Cleaner) S 196587 196590 196129 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20606774 19566772224 46533 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196617] ppid=196587 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/196590/task/196617/stat : 196617 (Timer-0) S 196587 196590 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20606792 19566772224 46533 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186132 KiB

[startup+3.10563 s]
/proc/loadavg: 1.82 2.12 2.93 7/336 196683
/proc/meminfo: memFree=123608384/131524600 swapFree=131061428/131071996
[pid=196590] ppid=196587 vsize=19108176 memory=186408 CPUtime=4.75 cores=0,2
/proc/196590/stat : 196590 (java) S 196587 196590 196129 0 -1 1077936128 24692 0 0 0 467 8 0 0 20 0 20 0 20606770 19566772224 46602 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
/proc/196590/statm: 4777044 46602 5884 1 0 555803 0
[pid=196590/tid=196592] ppid=196587 vsize=19108176 memory=0 CPUtime=2.93 cores=0,2
/proc/196590/task/196592/stat : 196592 (java) R 196587 196590 196129 0 -1 4194368 7381 0 0 0 289 4 0 0 20 0 20 0 20606771 19566772224 46602 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196601] ppid=196587 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/196590/task/196601/stat : 196601 (Finalizer) S 196587 196590 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20606773 19566772224 46602 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196608] ppid=196587 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/196590/task/196608/stat : 196608 (Common-Cleaner) S 196587 196590 196129 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20606774 19566772224 46602 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196617] ppid=196587 vsize=19108176 memory=12156 CPUtime=0 cores=0,2
/proc/196590/task/196617/stat : 196617 (Timer-0) S 196587 196590 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20606792 19566772224 46602 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
Current children cumulated CPU time: 4.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186408 KiB

[startup+6.30025 s]
/proc/loadavg: 2.07 2.17 2.94 5/336 196683
/proc/meminfo: memFree=123513368/131524600 swapFree=131061428/131071996
[pid=196590] ppid=196587 vsize=19108176 memory=198612 CPUtime=8.24 cores=0,2
/proc/196590/stat : 196590 (java) S 196587 196590 196129 0 -1 1077936128 27391 0 0 0 815 9 0 0 20 0 20 0 20606770 19566772224 49653 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
/proc/196590/statm: 4777044 49653 5884 1 0 555803 0
[pid=196590/tid=196592] ppid=196587 vsize=19108176 memory=0 CPUtime=6.09 cores=0,2
/proc/196590/task/196592/stat : 196592 (java) R 196587 196590 196129 0 -1 4194368 7870 0 0 0 604 5 0 0 20 0 20 0 20606771 19566772224 49653 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196601] ppid=196587 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/196590/task/196601/stat : 196601 (Finalizer) S 196587 196590 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20606773 19566772224 49653 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196608] ppid=196587 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/196590/task/196608/stat : 196608 (Common-Cleaner) S 196587 196590 196129 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20606774 19566772224 49653 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196617] ppid=196587 vsize=19108176 memory=12156 CPUtime=0 cores=0,2
/proc/196590/task/196617/stat : 196617 (Timer-0) S 196587 196590 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20606792 19566772224 49653 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
Current children cumulated CPU time: 8.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 198612 KiB

[startup+12.7003 s]
/proc/loadavg: 2.39 2.23 2.96 5/336 196886
/proc/meminfo: memFree=122835524/131524600 swapFree=131061428/131071996
[pid=196590] ppid=196587 vsize=19108176 memory=397368 CPUtime=14.81 cores=0,2
/proc/196590/stat : 196590 (java) S 196587 196590 196129 0 -1 1077936128 32150 0 0 0 1466 15 0 0 20 0 20 0 20606770 19566772224 99342 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
/proc/196590/statm: 4777044 99342 5884 1 0 555819 0
[pid=196590/tid=196592] ppid=196587 vsize=19108176 memory=0 CPUtime=12.47 cores=0,2
/proc/196590/task/196592/stat : 196592 (java) R 196587 196590 196129 0 -1 4194368 8895 0 0 0 1236 11 0 0 20 0 20 0 20606771 19566772224 99342 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196601] ppid=196587 vsize=19108176 memory=348216 CPUtime=0 cores=0,2
/proc/196590/task/196601/stat : 196601 (Finalizer) S 196587 196590 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20606773 19566772224 99342 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196608] ppid=196587 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/196590/task/196608/stat : 196608 (Common-Cleaner) S 196587 196590 196129 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20606774 19566772224 99342 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196617] ppid=196587 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/196590/task/196617/stat : 196617 (Timer-0) S 196587 196590 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20606792 19566772224 99342 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
Current children cumulated CPU time: 14.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 397368 KiB

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

# cumulated CPU time of all completed processes:  user=28.0527 s, system=0.229948 s

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

[startup+12.8003 s]
/proc/loadavg: 2.39 2.23 2.96 5/336 196886
/proc/meminfo: memFree=122835524/131524600 swapFree=131061428/131071996
[pid=196590] ppid=196587 vsize=19108176 memory=405572 CPUtime=14.92 cores=0,2
/proc/196590/stat : 196590 (java) S 196587 196590 196129 0 -1 1077936128 33064 0 0 0 1476 16 0 0 20 0 20 0 20606770 19566772224 101393 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
/proc/196590/statm: 4777044 101393 5884 1 0 555819 0
[pid=196590/tid=196592] ppid=196587 vsize=19108176 memory=67600 CPUtime=12.55 cores=0,2
/proc/196590/task/196592/stat : 196592 (java) R 196587 196590 196129 0 -1 4194368 8897 0 0 0 1244 11 0 0 20 0 20 0 20606771 19566772224 101393 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196601] ppid=196587 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/196590/task/196601/stat : 196601 (Finalizer) S 196587 196590 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20606773 19566772224 101393 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196608] ppid=196587 vsize=19108176 memory=16100 CPUtime=0 cores=0,2
/proc/196590/task/196608/stat : 196608 (Common-Cleaner) S 196587 196590 196129 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20606774 19566772224 101393 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196617] ppid=196587 vsize=19108176 memory=2212 CPUtime=0 cores=0,2
/proc/196590/task/196617/stat : 196617 (Timer-0) S 196587 196590 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20606792 19566772224 101393 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
Current children cumulated CPU time: 14.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 405572 KiB

[startup+19.2003 s]
/proc/loadavg: 2.64 2.29 2.97 5/336 196887
/proc/meminfo: memFree=122402524/131524600 swapFree=131061428/131071996
[pid=196590] ppid=196587 vsize=19108176 memory=419100 CPUtime=21.8 cores=0,2
/proc/196590/stat : 196590 (java) S 196587 196590 196129 0 -1 1077936128 44069 0 0 0 2162 18 0 0 20 0 20 0 20606770 19566772224 104775 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
/proc/196590/statm: 4777044 104775 5884 1 0 557701 0
[pid=196590/tid=196592] ppid=196587 vsize=19108176 memory=0 CPUtime=18.93 cores=0,2
/proc/196590/task/196592/stat : 196592 (java) R 196587 196590 196129 0 -1 4194368 10357 0 0 0 1881 12 0 0 20 0 20 0 20606771 19566772224 104775 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196601] ppid=196587 vsize=19108176 memory=407028 CPUtime=0 cores=0,2
/proc/196590/task/196601/stat : 196601 (Finalizer) S 196587 196590 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20606773 19566772224 104775 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196608] ppid=196587 vsize=19108176 memory=186408 CPUtime=0 cores=0,2
/proc/196590/task/196608/stat : 196608 (Common-Cleaner) S 196587 196590 196129 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20606774 19566772224 104775 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196617] ppid=196587 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/196590/task/196617/stat : 196617 (Timer-0) S 196587 196590 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20606792 19566772224 104775 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
Current children cumulated CPU time: 21.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 419100 KiB

[startup+22.4037 s]
/proc/loadavg: 2.64 2.29 2.97 5/336 196889
/proc/meminfo: memFree=121930196/131524600 swapFree=131061428/131071996
[pid=196590] ppid=196587 vsize=19108176 memory=441288 CPUtime=25.57 cores=0,2
/proc/196590/stat : 196590 (java) S 196587 196590 196129 0 -1 1077936128 51947 0 0 0 2537 20 0 0 20 0 20 0 20606770 19566772224 110322 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
/proc/196590/statm: 4777044 110322 5884 1 0 557701 0
[pid=196590/tid=196592] ppid=196587 vsize=19108176 memory=1896 CPUtime=22.12 cores=0,2
/proc/196590/task/196592/stat : 196592 (java) R 196587 196590 196129 0 -1 4194368 11648 0 0 0 2199 13 0 0 20 0 20 0 20606771 19566772224 110322 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196601] ppid=196587 vsize=19108176 memory=67600 CPUtime=0 cores=0,2
/proc/196590/task/196601/stat : 196601 (Finalizer) S 196587 196590 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20606773 19566772224 110322 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196608] ppid=196587 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/196590/task/196608/stat : 196608 (Common-Cleaner) S 196587 196590 196129 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20606774 19566772224 110322 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196617] ppid=196587 vsize=19108176 memory=12156 CPUtime=0 cores=0,2
/proc/196590/task/196617/stat : 196617 (Timer-0) S 196587 196590 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20606792 19566772224 110322 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
Current children cumulated CPU time: 25.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 441288 KiB

[startup+24.0002 s]*
/proc/loadavg: 2.82 2.33 2.98 5/336 196889
/proc/meminfo: memFree=121605132/131524600 swapFree=131061428/131071996
[pid=196590] ppid=196587 vsize=19108176 memory=488408 CPUtime=27.23 cores=0,2
/proc/196590/stat : 196590 (java) S 196587 196590 196129 0 -1 1077936128 52095 0 0 0 2702 21 0 0 20 0 20 0 20606770 19566772224 122102 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
/proc/196590/statm: 4777044 122102 5884 1 0 557701 0
[pid=196590/tid=196592] ppid=196587 vsize=19108176 memory=-9031795769641575100 CPUtime=23.72 cores=0,2
/proc/196590/task/196592/stat : 196592 (java) R 196587 196590 196129 0 -1 4194368 11748 0 0 0 2358 14 0 0 20 0 20 0 20606771 19566772224 122102 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196601] ppid=196587 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=0,2
/proc/196590/task/196601/stat : 196601 (Finalizer) S 196587 196590 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20606773 19566772224 122102 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196608] ppid=196587 vsize=19108176 memory=1936 CPUtime=0 cores=0,2
/proc/196590/task/196608/stat : 196608 (Common-Cleaner) S 196587 196590 196129 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20606774 19566772224 122102 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196617] ppid=196587 vsize=19108176 memory=198340509722 CPUtime=0 cores=0,2
/proc/196590/task/196617/stat : 196617 (Timer-0) S 196587 196590 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20606792 19566772224 122102 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
Current children cumulated CPU time: 27.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 488408 KiB

[startup+24.8002 s]
/proc/loadavg: 2.82 2.33 2.98 5/336 196889
/proc/meminfo: memFree=121605132/131524600 swapFree=131061428/131071996
[pid=196590] ppid=196587 vsize=19108176 memory=510936 CPUtime=28.03 cores=0,2
/proc/196590/stat : 196590 (java) S 196587 196590 196129 0 -1 1077936128 52275 0 0 0 2782 21 0 0 20 0 20 0 20606770 19566772224 127734 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
/proc/196590/statm: 4777044 127734 5884 1 0 557701 0
[pid=196590/tid=196592] ppid=196587 vsize=19108176 memory=16100 CPUtime=24.51 cores=0,2
/proc/196590/task/196592/stat : 196592 (java) R 196587 196590 196129 0 -1 4194368 11868 0 0 0 2437 14 0 0 20 0 20 0 20606771 19566772224 127734 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196601] ppid=196587 vsize=19108176 memory=474072 CPUtime=0 cores=0,2
/proc/196590/task/196601/stat : 196601 (Finalizer) S 196587 196590 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20606773 19566772224 127734 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196608] ppid=196587 vsize=19108176 memory=67600 CPUtime=0 cores=0,2
/proc/196590/task/196608/stat : 196608 (Common-Cleaner) S 196587 196590 196129 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20606774 19566772224 127734 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196617] ppid=196587 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/196590/task/196617/stat : 196617 (Timer-0) S 196587 196590 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20606792 19566772224 127734 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
Current children cumulated CPU time: 28.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 510936 KiB

[startup+25.0007 s]*
/proc/loadavg: 2.82 2.33 2.98 7/336 196891
/proc/meminfo: memFree=121475612/131524600 swapFree=131061428/131071996
[pid=196590] ppid=196587 vsize=19241304 memory=517428 CPUtime=28.21 cores=0,2
/proc/196590/stat : 196590 (java) S 196587 196590 196129 0 -1 1077936128 53664 0 0 0 2799 22 0 0 20 0 20 0 20606770 19703095296 129357 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
/proc/196590/statm: 4810326 129357 5883 1 0 558287 0
[pid=196590/tid=196592] ppid=196587 vsize=19241304 memory=-9031795769641575100 CPUtime=24.68 cores=0,2
/proc/196590/task/196592/stat : 196592 (java) S 196587 196590 196129 0 -1 1077936192 12984 0 0 0 2453 15 0 0 20 0 20 0 20606771 19703095296 129357 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196601] ppid=196587 vsize=19241304 memory=-9044459746194447340 CPUtime=0 cores=0,2
/proc/196590/task/196601/stat : 196601 (Finalizer) S 196587 196590 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20606773 19703095296 129357 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196608] ppid=196587 vsize=19241304 memory=0 CPUtime=0 cores=0,2
/proc/196590/task/196608/stat : 196608 (Common-Cleaner) S 196587 196590 196129 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20606774 19703095296 129357 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
[pid=196590/tid=196890] ppid=196587 vsize=19241304 memory=0 CPUtime=0 cores=0,2
/proc/196590/task/196890/stat : 196890 (Thread-0) R 196587 196590 196129 0 -1 1077936192 135 0 0 0 0 0 0 0 20 0 20 0 20609270 19703095296 129357 134679101440 94440960696320 94440960700016 140736310555600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94440960707832 94440960708624 94440984469504 140736310563755 140736310563937 140736310563937 140736310570952 0
Current children cumulated CPU time: 28.21 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 517428 KiB

Child status: 20

Real time (s): 25.0511
CPU time (s): 28.2827
CPU user time (s): 28.0527
CPU system time (s): 0.229948
CPU usage (%): 112.9
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 517428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.0527
system time used= 0.229948
maximum resident set size= 518664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54053
page faults= 0
swaps= 0
block input operations= 0
block output operations= 60960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1614
involuntary context switches= 429


# summary of solver processes directly reported to runsolver:
#   pid: 196590
#   total CPU time (s): 28.2827
#   total CPU user time (s): 28.0527
#   total CPU system time (s): 0.229948

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.05486 second user time and 0.159155 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-24 19:07:19
IDJOB=4452052
IDBENCH=162873
IDSOLVER=3079
FILE ID=nodeC022/4452052-1721840839
RUNJOBID= nodeC022-1721840837-196139
SLURM_JOB_ID= 7891554
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-7_6_20.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-4452052-1721840839/watcher-4452052-1721840839 -o /tmp/evaluation-result-4452052-1721840839/solver-4452052-1721840839 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721840837-196139 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4452052-1721840839 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452052-1721840839.opb

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

MD5SUM BENCH= e9c3493a278c61b5f4e5e80a3fb48e99
RANDOM SEED=1276413107

nodeC022.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		: 3620.679
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.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.937
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	: 7006.75
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		: 3604.783
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.87
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.937
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	: 7006.75
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		: 3659.681
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.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.937
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	: 7006.75
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		: 3662.180
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.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.937
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	: 7006.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123977352 kB
MemAvailable:   129318740 kB
Buffers:          269204 kB
Cached:          5821108 kB
SwapCached:         1408 kB
Active:          2524588 kB
Inactive:        4248540 kB
Active(anon):       1944 kB
Inactive(anon):   734592 kB
Active(file):    2522644 kB
Inactive(file):  3513948 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061428 kB
Dirty:              6728 kB
Writeback:             0 kB
AnonPages:        681392 kB
Mapped:           134140 kB
Shmem:             53732 kB
KReclaimable:     292984 kB
Slab:             417108 kB
SReclaimable:     292984 kB
SUnreclaim:       124124 kB
KernelStack:        5028 kB
PageTables:        11088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7348052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17248 kB
HardwareCorrupted:     0 kB
AnonHugePages:    317440 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:      334548 kB
DirectMap2M:    36139008 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC022 at 2024-07-24 19:07:44