Trace number 4450402

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. 46.3633 42.7106

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2113181440
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2122317824
0.14/0.11	c Number of processors 	2
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.14	Expensive reason simplification
0.14/0.14	Glucose 2.1 dynamic restart strategy
0.14/0.14	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.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.14	c Expensive reason simplification
0.14/0.14	c Glucose 2.1 dynamic restart strategy
0.14/0.14	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.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.14	c solving HOME/instance-4450402-1721827670.opb
0.14/0.14	c reading problem ... 
0.14/0.15	c using VERIPB proof format
0.14/0.15	c  no objective function found
0.89/0.57	c ... done. Wall clock time 0.421s.
0.89/0.58	c declared #vars     66044
0.89/0.58	c #constraints  16512
0.89/0.58	c constraints type 
0.89/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16512
0.89/0.58	c 16512 constraints processed.
2.83/1.58	c cleaning 2495 clauses out of 5000 with flag 14046/5000
3.81/2.01	c cleaning 4226 clauses out of 8505 with flag 31815/11000
4.02/2.18	c cleaning 5621 clauses out of 11279 with flag 54534/18000
4.40/2.31	c cleaning 6825 clauses out of 13660 with flag 82295/26002
4.60/2.45	c cleaning 7903 clauses out of 15833 with flag 109796/35000
4.78/2.56	c cleaning 8952 clauses out of 17933 with flag 143196/45003
4.99/2.67	c cleaning 9983 clauses out of 19979 with flag 181668/56001
5.37/2.84	c cleaning 10967 clauses out of 21996 with flag 220109/68001
5.57/2.99	c cleaning 11955 clauses out of 24029 with flag 265646/81001
5.78/3.14	c cleaning 12977 clauses out of 26073 with flag 316106/95000
5.97/3.31	c cleaning 14000 clauses out of 28096 with flag 368264/110000
6.08/3.50	c cleaning 15030 clauses out of 30096 with flag 425062/126000
6.39/3.67	c cleaning 15929 clauses out of 32066 with flag 481531/143000
6.66/3.87	c cleaning 17056 clauses out of 34138 with flag 546125/161001
6.98/4.14	c cleaning 17940 clauses out of 36081 with flag 615696/180000
7.17/4.35	c cleaning 19048 clauses out of 38143 with flag 682385/200002
7.57/4.71	c cleaning 20040 clauses out of 40094 with flag 757519/221001
7.77/4.97	c cleaning 21013 clauses out of 42053 with flag 833662/243000
8.07/5.26	c cleaning 21981 clauses out of 44041 with flag 909609/266001
8.37/5.58	c cleaning 22994 clauses out of 46059 with flag 989728/290000
8.88/6.09	c cleaning 23923 clauses out of 48065 with flag 1074367/315000
9.57/6.72	c cleaning 25025 clauses out of 50142 with flag 1160162/341000
10.06/7.23	c cleaning 26049 clauses out of 52118 with flag 1258562/368001
10.67/7.86	c cleaning 26950 clauses out of 54068 with flag 1359004/396000
11.27/8.41	c cleaning 28000 clauses out of 56119 with flag 1462167/425001
12.18/9.35	c cleaning 28939 clauses out of 58121 with flag 1567474/455003
13.07/10.28	c cleaning 30021 clauses out of 60179 with flag 1679649/486000
13.99/11.12	c cleaning 31070 clauses out of 62158 with flag 1788582/518000
14.78/12.00	c cleaning 32001 clauses out of 64088 with flag 1899590/551000
15.89/13.09	c cleaning 32535 clauses out of 66087 with flag 2023094/585000
16.38/13.58	c cleaning 33092 clauses out of 68554 with flag 2139412/620002
17.28/14.40	c cleaning 33726 clauses out of 71460 with flag 2258354/656000
18.78/15.91	c cleaning 34838 clauses out of 74734 with flag 2387043/693000
19.41/16.57	c cleaning 35304 clauses out of 77896 with flag 2515110/731000
20.41/17.60	c cleaning 36549 clauses out of 81592 with flag 2650882/770000
21.84/18.81	c cleaning 37642 clauses out of 85044 with flag 2785589/810001
22.64/19.61	c cleaning 38760 clauses out of 88402 with flag 2918255/851001
23.54/20.55	c cleaning 39117 clauses out of 91642 with flag 3056686/893001
24.63/21.61	c cleaning 40601 clauses out of 95524 with flag 3207902/936000
26.24/23.25	c cleaning 41208 clauses out of 98924 with flag 3357720/980001
27.15/24.19	c cleaning 42330 clauses out of 102717 with flag 3509993/1025002
28.38/25.36	c cleaning 43807 clauses out of 106386 with flag 3671964/1071001
29.72/26.68	c cleaning 44074 clauses out of 109578 with flag 3833557/1118000
30.62/27.50	c cleaning 45051 clauses out of 113504 with flag 4000800/1166000
31.82/28.72	c cleaning 45526 clauses out of 117453 with flag 4168637/1215000
33.42/30.30	c cleaning 46756 clauses out of 121929 with flag 4342265/1265002
34.24/31.14	c cleaning 48311 clauses out of 126172 with flag 4520201/1316001
34.92/31.89	c cleaning 49317 clauses out of 129862 with flag 4699720/1368002
37.23/34.14	c cleaning 49803 clauses out of 133545 with flag 4884827/1421002
38.23/35.17	c cleaning 50578 clauses out of 137742 with flag 5060251/1475002
39.44/36.54	c cleaning 51390 clauses out of 142162 with flag 5253986/1530000
40.67/37.72	c cleaning 52388 clauses out of 146772 with flag 5446449/1586000
41.98/39.03	c cleaning 53164 clauses out of 151384 with flag 5633651/1643000
43.67/40.76	c cleaning 55073 clauses out of 156222 with flag 5840066/1701002
46.18/42.62	c starts		: 934
46.18/42.62	c conflicts		: 1751105
46.18/42.62	c decisions		: 41002731
46.18/42.62	c propagations		: 56174476
46.18/42.62	c inspects		: 161461748
46.18/42.62	c shortcuts		: 0
46.18/42.62	c learnt literals	: 8
46.18/42.62	c learnt binary clauses	: 57
46.18/42.62	c learnt ternary clauses	: 29123
46.18/42.62	c learnt constraints	: 1751096
46.18/42.62	c ignored constraints	: 0
46.18/42.62	c root simplifications	: 0
46.18/42.62	c removed literals (reason simplification)	: 625460
46.18/42.62	c reason swapping (by a shorter reason)	: 0
46.18/42.62	c Calls to reduceDB	: 54
46.18/42.62	c Number of update (reduction) of LBD	: 454725
46.18/42.62	c Imported unit clauses	: 0
46.18/42.62	c No decision after first conflict	: false
46.18/42.62	c number of reductions to clauses (during analyze)	: 0
46.18/42.62	c number of learned constraints concerned by reduction	: 0
46.18/42.62	c number of learning phase by resolution	: 0
46.18/42.62	c number of learning phase by cutting planes	: 0
46.18/42.62	c number of rounding to 1 operations	: 0
46.18/42.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
46.18/42.62	c number of reductions of the coefficients by power 2 	: 0
46.18/42.62	c number of right shift for reduction by power 2 	: 0
46.18/42.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
46.18/42.62	c number of ending skipping 	: 0
46.18/42.62	c number of internal skipping 	: 0
46.18/42.62	c number of derivation steps 	: 0
46.18/42.62	c number of skipped derivation steps 	: 0
46.18/42.62	c number of remaining unassigned 	: 0
46.18/42.62	c number of remaining assigned 	: 0
46.18/42.62	c number of falsified literals weakened from reason	: 0
46.18/42.62	c number of falsified literals weakened from conflict	: 0
46.18/42.62	c time for arithmetic operations	: 0
46.18/42.62	c minimum degree of deleted constraints	: null
46.18/42.62	c maximum degree of deleted constraints	: null
46.18/42.62	c number of deleted constraints	: 0
46.18/42.62	c speed (assignments/second)	: 1336691.8738845924
46.18/42.62	c non guided choices	: 36765957
46.18/42.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 151186
46.18/42.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 57
46.18/42.68	s UNSATISFIABLE
46.18/42.68	c Total wall clock time (in seconds): 42.534

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=177104, runsolver pid=177101

[startup+0.100474 s]*
/proc/loadavg: 4.24 4.17 4.17 7/323 177122
/proc/meminfo: memFree=120102016/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=18975048 memory=62052 CPUtime=0.14 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 6951 0 0 0 12 2 0 0 20 0 18 0 18756221 19430449152 15513 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4743762 15513 5673 1 0 551340 0
[pid=177104/tid=177106] ppid=177101 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 1077936192 5559 0 0 0 7 1 0 0 20 0 18 0 18756222 19430449152 15513 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18756225 19430449152 15513 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=18975048 memory=3833179250744360992 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18756225 19430449152 15513 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62052 KiB

[startup+0.207843 s]*
/proc/loadavg: 4.24 4.17 4.17 7/323 177122
/proc/meminfo: memFree=120088500/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=18975048 memory=74352 CPUtime=0.32 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 7444 0 0 0 30 2 0 0 20 0 18 0 18756221 19430449152 18588 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4743762 18588 5770 1 0 551675 0
[pid=177104/tid=177106] ppid=177101 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 4194368 5825 0 0 0 16 2 0 0 20 0 18 0 18756222 19430449152 18588 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=18975048 memory=1276314 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18756225 19430449152 18588 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=18975048 memory=15825495069575043 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18756225 19430449152 18588 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74352 KiB

[startup+0.326833 s]*
/proc/loadavg: 4.38 4.20 4.18 7/323 177122
/proc/meminfo: memFree=120048760/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=18975048 memory=112064 CPUtime=0.54 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 9039 0 0 0 51 3 0 0 20 0 18 0 18756221 19430449152 28016 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4743762 28016 5818 1 0 552699 0
[pid=177104/tid=177106] ppid=177101 vsize=18975048 memory=-9105549905859748540 CPUtime=0.28 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 4194368 5841 0 0 0 25 3 0 0 20 0 18 0 18756222 19430449152 28016 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18756225 19430449152 28016 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18756225 19430449152 28016 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 112064 KiB

[startup+0.700841 s]
/proc/loadavg: 4.38 4.20 4.18 8/324 177123
/proc/meminfo: memFree=119981940/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=19108176 memory=184552 CPUtime=1.25 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 12782 0 0 0 119 6 0 0 20 0 20 0 18756221 19566772224 46138 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4777044 46138 5818 1 0 555724 0
[pid=177104/tid=177106] ppid=177101 vsize=19108176 memory=5456 CPUtime=0.59 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 4194368 5979 0 0 0 56 3 0 0 20 0 20 0 18756222 19566772224 46138 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=19108176 memory=12620 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 46138 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 46138 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184552 KiB

[startup+1.50084 s]
/proc/loadavg: 4.38 4.20 4.18 6/325 177124
/proc/meminfo: memFree=119956460/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=19108176 memory=197536 CPUtime=2.83 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 22197 0 0 0 276 7 0 0 20 0 20 0 18756221 19566772224 49384 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4777044 49384 5857 1 0 558381 0
[pid=177104/tid=177106] ppid=177101 vsize=19108176 memory=12620 CPUtime=1.38 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 4194368 6050 0 0 0 134 4 0 0 20 0 20 0 18756222 19566772224 49384 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 49384 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 49384 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177124] ppid=177101 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/177104/task/177124/stat : 177124 (Timer-0) S 177101 177104 172041 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18756281 19566772224 49384 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 197536 KiB

[startup+3.10595 s]
/proc/loadavg: 4.38 4.20 4.18 5/325 177124
/proc/meminfo: memFree=119894808/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=19108176 memory=223952 CPUtime=5.78 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 25532 0 0 0 569 9 0 0 20 0 20 0 18756221 19566772224 55988 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4777044 55988 5872 1 0 558520 0
[pid=177104/tid=177106] ppid=177101 vsize=19108176 memory=0 CPUtime=2.87 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 4194368 6961 0 0 0 282 5 0 0 20 0 20 0 18756222 19566772224 55988 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=19108176 memory=11536 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 55988 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 55988 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177124] ppid=177101 vsize=19108176 memory=12620 CPUtime=0 cores=5,7
/proc/177104/task/177124/stat : 177124 (Timer-0) S 177101 177104 172041 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18756281 19566772224 55988 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 5.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 223952 KiB

[startup+6.30043 s]
/proc/loadavg: 4.43 4.21 4.18 5/326 177127
/proc/meminfo: memFree=119478008/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=19108176 memory=588892 CPUtime=9.17 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 26328 0 0 0 895 22 0 0 20 0 20 0 18756221 19566772224 147223 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4777044 147223 5872 1 0 744423 0
[pid=177104/tid=177106] ppid=177101 vsize=19108176 memory=0 CPUtime=5.84 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 4194368 7168 0 0 0 568 16 0 0 20 0 20 0 18756222 19566772224 147223 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=19108176 memory=12620 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 147223 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=19108176 memory=11536 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 147223 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177124] ppid=177101 vsize=19108176 memory=59920 CPUtime=0 cores=5,7
/proc/177104/task/177124/stat : 177124 (Timer-0) S 177101 177104 172041 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18756281 19566772224 147223 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 9.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 588892 KiB

[startup+12.7004 s]
/proc/loadavg: 4.40 4.21 4.18 5/326 177127
/proc/meminfo: memFree=118818020/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=19108176 memory=795936 CPUtime=15.57 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 28047 0 0 0 1527 30 0 0 20 0 20 0 18756221 19566772224 198984 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4777044 198984 5872 1 0 744425 0
[pid=177104/tid=177106] ppid=177101 vsize=19108176 memory=192688 CPUtime=12.04 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 4194368 7884 0 0 0 1181 23 0 0 20 0 20 0 18756222 19566772224 198984 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=19108176 memory=795936 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 198984 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=19108176 memory=223952 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 198984 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177124] ppid=177101 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/177104/task/177124/stat : 177124 (Timer-0) S 177101 177104 172041 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18756281 19566772224 198984 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 15.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 795936 KiB

[startup+25.5005 s]
/proc/loadavg: 4.56 4.25 4.20 5/329 177301
/proc/meminfo: memFree=116916312/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=19108176 memory=1855588 CPUtime=28.58 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 34927 0 0 0 2797 61 0 0 20 0 20 0 18756221 19566772224 463897 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4777044 463897 5872 1 0 1022251 0
[pid=177104/tid=177106] ppid=177101 vsize=19108176 memory=795936 CPUtime=24.58 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 4194368 9618 0 0 0 2408 50 0 0 20 0 20 0 18756222 19566772224 463897 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=19108176 memory=1277648 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 463897 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 463897 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177124] ppid=177101 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=5,7
/proc/177104/task/177124/stat : 177124 (Timer-0) S 177101 177104 172041 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18756281 19566772224 463897 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 28.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1855588 KiB

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

# cumulated CPU time of all completed processes:  user=45.5817 s, system=0.781597 s

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

[startup+25.6006 s]
/proc/loadavg: 4.56 4.25 4.20 5/329 177301
/proc/meminfo: memFree=116916312/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=19108176 memory=1855588 CPUtime=28.68 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 34927 0 0 0 2807 61 0 0 20 0 20 0 18756221 19566772224 463897 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4777044 463897 5872 1 0 1022251 0
[pid=177104/tid=177106] ppid=177101 vsize=19108176 memory=223952 CPUtime=24.67 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 4194368 9618 0 0 0 2417 50 0 0 20 0 20 0 18756222 19566772224 463897 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 463897 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 463897 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177124] ppid=177101 vsize=19108176 memory=4695 CPUtime=0 cores=5,7
/proc/177104/task/177124/stat : 177124 (Timer-0) S 177101 177104 172041 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18756281 19566772224 463897 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 28.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1855588 KiB

[startup+32.0004 s]*
/proc/loadavg: 4.48 4.24 4.19 5/329 177301
/proc/meminfo: memFree=116778652/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=19108176 memory=1890404 CPUtime=35.13 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 35246 0 0 0 3447 66 0 0 20 0 20 0 18756221 19566772224 472601 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4777044 472601 5872 1 0 1022253 0
[pid=177104/tid=177106] ppid=177101 vsize=19108176 memory=14768 CPUtime=30.98 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 4194368 9833 0 0 0 3044 54 0 0 20 0 20 0 18756222 19566772224 472601 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=19108176 memory=-7232638781153762686 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 472601 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=19108176 memory=8236 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 472601 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177124] ppid=177101 vsize=19108176 memory=2180 CPUtime=0 cores=5,7
/proc/177104/task/177124/stat : 177124 (Timer-0) S 177101 177104 172041 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18756281 19566772224 472601 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 35.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1890404 KiB

[startup+38.4004 s]
/proc/loadavg: 4.44 4.24 4.19 5/329 177302
/proc/meminfo: memFree=116595828/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=19108176 memory=1982660 CPUtime=41.37 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 38230 0 0 0 4064 73 0 0 20 0 20 0 18756221 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4777044 495665 5872 1 0 1022255 0
[pid=177104/tid=177106] ppid=177101 vsize=19108176 memory=1890404 CPUtime=37.06 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 4194368 11657 0 0 0 3646 60 0 0 20 0 20 0 18756222 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=19108176 memory=1220304 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=19108176 memory=1293617 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177124] ppid=177101 vsize=19108176 memory=129 CPUtime=0 cores=5,7
/proc/177104/task/177124/stat : 177124 (Timer-0) S 177101 177104 172041 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18756281 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 41.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1982660 KiB

[startup+40.0004 s]*
/proc/loadavg: 4.44 4.24 4.19 5/329 177302
/proc/meminfo: memFree=116511276/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=19108176 memory=1982660 CPUtime=42.98 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 38277 0 0 0 4224 74 0 0 20 0 20 0 18756221 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4777044 495665 5872 1 0 1022255 0
[pid=177104/tid=177106] ppid=177101 vsize=19108176 memory=-9105549905859748540 CPUtime=38.68 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 4194368 11704 0 0 0 3806 62 0 0 20 0 20 0 18756222 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=19108176 memory=-7232638781153762686 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=19108176 memory=2680 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177124] ppid=177101 vsize=19108176 memory=4848 CPUtime=0 cores=5,7
/proc/177104/task/177124/stat : 177124 (Timer-0) S 177101 177104 172041 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18756281 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 42.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1982660 KiB

[startup+41.6004 s]
/proc/loadavg: 4.48 4.25 4.20 5/329 177302
/proc/meminfo: memFree=116497108/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=19108176 memory=1982660 CPUtime=44.57 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 38277 0 0 0 4382 75 0 0 20 0 20 0 18756221 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4777044 495665 5872 1 0 1022255 0
[pid=177104/tid=177106] ppid=177101 vsize=19108176 memory=1982564 CPUtime=40.26 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 4194368 11704 0 0 0 3964 62 0 0 20 0 20 0 18756222 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=19108176 memory=1982660 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=19108176 memory=1982660 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177124] ppid=177101 vsize=19108176 memory=2332 CPUtime=0 cores=5,7
/proc/177104/task/177124/stat : 177124 (Timer-0) S 177101 177104 172041 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18756281 19566772224 495665 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 44.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1982660 KiB

[startup+42.4008 s]
/proc/loadavg: 4.48 4.25 4.20 6/329 177302
/proc/meminfo: memFree=116485152/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=19108176 memory=1982960 CPUtime=45.8 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 44160 0 0 0 4504 76 0 0 20 0 20 0 18756221 19566772224 495740 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4777044 495740 5872 1 0 1022295 0
[pid=177104/tid=177106] ppid=177101 vsize=19108176 memory=280794493424208 CPUtime=41.06 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) R 177101 177104 172041 0 -1 4194368 12732 0 0 0 4044 62 0 0 20 0 20 0 18756222 19566772224 495740 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=19108176 memory=785504 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 495740 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=19108176 memory=588892 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 495740 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177124] ppid=177101 vsize=19108176 memory=1982660 CPUtime=0 cores=5,7
/proc/177104/task/177124/stat : 177124 (Timer-0) S 177101 177104 172041 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18756281 19566772224 495740 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 45.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1982960 KiB

[startup+42.6008 s]
/proc/loadavg: 4.48 4.25 4.20 6/329 177302
/proc/meminfo: memFree=116485152/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=19108176 memory=1984916 CPUtime=46.18 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 45005 0 0 0 4541 77 0 0 20 0 20 0 18756221 19566772224 496229 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4777044 496229 5872 1 0 1022311 0
[pid=177104/tid=177106] ppid=177101 vsize=19108176 memory=-9105549905859748540 CPUtime=41.23 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) D 177101 177104 172041 0 -1 4194368 13019 0 0 0 4061 62 0 0 20 0 20 0 18756222 19566772224 496229 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 496229 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=19108176 memory=6944920492442870626 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18756225 19566772224 496229 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177124] ppid=177101 vsize=19108176 memory=-9105549905859748540 CPUtime=0 cores=5,7
/proc/177104/task/177124/stat : 177124 (Timer-0) S 177101 177104 172041 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18756281 19566772224 496229 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 46.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1984916 KiB

[startup+42.7004 s]
/proc/loadavg: 4.48 4.25 4.20 6/329 177302
/proc/meminfo: memFree=116485152/131655788 swapFree=131056320/131071996
[pid=177104] ppid=177101 vsize=19241304 memory=1985396 CPUtime=46.35 cores=5,7
/proc/177104/stat : 177104 (java) S 177101 177104 172041 0 -1 1077936128 46144 0 0 0 4558 77 0 0 20 0 15 0 18756221 19703095296 496349 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
/proc/177104/statm: 4810326 496349 5868 1 0 1022929 0
[pid=177104/tid=177106] ppid=177101 vsize=19241304 memory=795936 CPUtime=41.23 cores=5,7
/proc/177104/task/177106/stat : 177106 (java) S 177101 177104 172041 0 -1 1077936192 13663 0 0 0 4061 62 0 0 20 0 15 0 18756222 19703095296 496349 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177115] ppid=177101 vsize=19241304 memory=1890404 CPUtime=0 cores=5,7
/proc/177104/task/177115/stat : 177115 (Finalizer) S 177101 177104 172041 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 18756225 19703095296 496349 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
[pid=177104/tid=177122] ppid=177101 vsize=19241304 memory=1890404 CPUtime=0 cores=5,7
/proc/177104/task/177122/stat : 177122 (Common-Cleaner) S 177101 177104 172041 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 15 0 18756225 19703095296 496349 134679101440 94228557271040 94228557274736 140723276137840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94228557282552 94228557283344 94228589006848 140723276141483 140723276141665 140723276141665 140723276148680 0
Current children cumulated CPU time: 46.35 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1985396 KiB

Child status: 20

Real time (s): 42.7106
CPU time (s): 46.3633
CPU user time (s): 45.5817
CPU system time (s): 0.781597
CPU usage (%): 108.552
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1985396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.5817
system time used= 0.781597
maximum resident set size= 1986496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46196
page faults= 0
swaps= 0
block input operations= 0
block output operations= 338112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3455
involuntary context switches= 458


# summary of solver processes directly reported to runsolver:
#   pid: 177104
#   total CPU time (s): 46.3633
#   total CPU user time (s): 45.5817
#   total CPU system time (s): 0.781597

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.223208 second user time and 0.51931 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-24 15:27:50
IDJOB=4450402
IDBENCH=160448
IDSOLVER=3079
FILE ID=nodeC006/4450402-1721827670
RUNJOBID= nodeC006-1721820325-172054
SLURM_JOB_ID= 7891453
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/SUMINEQ/normalized-sumineqArity4houseP128.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-4450402-1721827670/watcher-4450402-1721827670 -o /tmp/evaluation-result-4450402-1721827670/solver-4450402-1721827670 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721820325-172054 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4450402-1721827670 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4450402-1721827670.opb

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

MD5SUM BENCH= e9f5941775c0ec216e13c0fdf86c7766
RANDOM SEED=672559206

nodeC006.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	: 0xb00001f
cpu MHz		: 3668.052
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.06
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	: 0xb00001f
cpu MHz		: 3652.884
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.40
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	: 0xb00001f
cpu MHz		: 1197.243
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.06
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	: 0xb00001f
cpu MHz		: 1197.157
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.40
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	: 0xb00001f
cpu MHz		: 3666.979
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.06
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	: 0xb00001f
cpu MHz		: 2693.469
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.40
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	: 0xb00001f
cpu MHz		: 1197.256
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.06
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	: 0xb00001f
cpu MHz		: 2992.813
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        120144984 kB
MemAvailable:   123910792 kB
Buffers:          256368 kB
Cached:          4121216 kB
SwapCached:          240 kB
Active:          1927296 kB
Inactive:        8644284 kB
Active(anon):       1752 kB
Inactive(anon):  6237640 kB
Active(file):    1925544 kB
Inactive(file):  2406644 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056320 kB
Dirty:            233128 kB
Writeback:             0 kB
AnonPages:       6193992 kB
Mapped:           112312 kB
Shmem:             45244 kB
KReclaimable:     495528 kB
Slab:             612564 kB
SReclaimable:     495528 kB
SUnreclaim:       117036 kB
KernelStack:        4944 kB
PageTables:        22272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9877748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16576 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5918720 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:      420680 kB
DirectMap2M:    57155584 kB
DirectMap1G:    78643200 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC006 at 2024-07-24 15:28:32