Trace number 4459000

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (exit code) 3512.55 2075.23

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_100.opb
MD5SUM929d9d39c334716d4e8e7fd04254fe00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5100
Best CPU time to get the best result obtained on this benchmark4.52943
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10100
Total number of constraints20200
Number of constraints which are clauses20200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 10100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10100
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10100
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.14	c version CUSTOM.v20240707
0.11/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.16	c java.vm.version	22.0.1+8-16
0.11/0.16	c java.vm.vendor	Oracle Corporation
0.11/0.16	c sun.arch.data.model	64
0.11/0.16	c java.version		22.0.1
0.11/0.16	c os.name		Linux
0.11/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.16	c os.arch		amd64
0.11/0.17	c Free memory 		2113181440
0.11/0.17	c Max memory 		16282288128
0.11/0.17	c Total memory 		2122317824
0.11/0.18	c Number of processors 	2
0.25/0.26	--- Begin Solver configuration ---
0.25/0.26	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.25/0.26	Learn all clauses as in MiniSAT
0.25/0.26	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.26	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.26	No reason simplification
0.25/0.26	Glucose 2.1 dynamic restart strategy
0.25/0.26	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.25/0.26	timeout=2147483s
0.25/0.26	DB Simplification allowed=false
0.25/0.26	Listener: none
0.25/0.26	--- End Solver configuration ---
0.25/0.27	c Pseudo Boolean Optimization by upper bound
0.25/0.27	c --- Begin Solver configuration ---
0.25/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.25/0.27	c Learn all clauses as in MiniSAT
0.25/0.27	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.27	c No reason simplification
0.25/0.27	c Glucose 2.1 dynamic restart strategy
0.25/0.27	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.25/0.27	c timeout=2147483s
0.25/0.27	c DB Simplification allowed=false
0.25/0.27	c Listener: none
0.25/0.27	c --- End Solver configuration ---
0.25/0.27	c solving HOME/instance-4459000-1721884344.opb
0.25/0.27	c reading problem ... 
0.25/0.27	c  objective function found
0.80/0.56	c ... done. Wall clock time 0.283s.
0.80/0.56	c declared #vars     10100
0.80/0.56	c #constraints  20200
0.80/0.56	c constraints type 
0.80/0.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20200
0.80/0.56	c 20200 constraints processed.
0.80/0.59	c objective function length is 10100 literals
0.98/0.66	c SATISFIABLE
0.98/0.66	c OPTIMIZING...
0.98/0.66	c Got one! Elapsed wall clock time (in seconds):0.387
0.98/0.67	o 5100
5.74/4.10	c cleaning 2500 clauses out of 5000 with flag 10000/5000
11.18/7.96	c cleaning 4250 clauses out of 8500 with flag 22000/11000
16.73/12.24	c cleaning 5625 clauses out of 11250 with flag 36000/18000
22.20/16.66	c cleaning 6813 clauses out of 13625 with flag 52000/26000
27.77/20.93	c cleaning 7903 clauses out of 15812 with flag 70000/35000
34.72/26.24	c cleaning 8955 clauses out of 17909 with flag 90000/45000
41.48/31.87	c cleaning 9977 clauses out of 19954 with flag 112000/56000
52.78/38.48	c cleaning 10988 clauses out of 21977 with flag 136000/68000
60.44/44.99	c cleaning 11995 clauses out of 23989 with flag 162000/81000
70.16/52.76	c cleaning 12997 clauses out of 25994 with flag 190000/95000
80.95/61.29	c cleaning 13999 clauses out of 27997 with flag 220000/110000
94.49/69.02	c cleaning 14999 clauses out of 29998 with flag 252000/126000
105.26/77.66	c cleaning 15998 clauses out of 31999 with flag 286000/143000
116.72/86.95	c cleaning 17001 clauses out of 34001 with flag 322000/161000
133.69/97.05	c cleaning 18000 clauses out of 36000 with flag 360000/180000
146.21/107.25	c cleaning 19000 clauses out of 38000 with flag 400000/200000
160.67/118.67	c cleaning 20000 clauses out of 40000 with flag 442000/221000
174.70/130.30	c cleaning 21000 clauses out of 42000 with flag 486000/243000
193.60/142.36	c cleaning 21999 clauses out of 44000 with flag 532000/266000
209.74/155.62	c cleaning 23000 clauses out of 46001 with flag 580000/290000
226.85/169.03	c cleaning 24001 clauses out of 48001 with flag 630000/315000
250.50/183.97	c cleaning 24999 clauses out of 50000 with flag 682000/341000
271.38/198.85	c cleaning 26001 clauses out of 52001 with flag 736000/368000
292.64/215.69	c cleaning 26997 clauses out of 54000 with flag 792000/396000
318.87/231.54	c cleaning 28001 clauses out of 56003 with flag 850000/425000
340.24/248.67	c cleaning 28999 clauses out of 58002 with flag 910000/455000
369.57/266.79	c cleaning 30002 clauses out of 60003 with flag 972000/486000
392.86/283.92	c cleaning 31001 clauses out of 62001 with flag 1036000/518000
424.34/306.16	c cleaning 31997 clauses out of 64000 with flag 1102000/551000
462.75/330.10	c cleaning 33000 clauses out of 66003 with flag 1170000/585000
493.84/352.52	c cleaning 34002 clauses out of 68003 with flag 1240000/620000
525.62/371.40	c cleaning 34999 clauses out of 70001 with flag 1312000/656000
567.55/400.76	c cleaning 36000 clauses out of 72002 with flag 1386000/693000
603.80/424.92	c cleaning 37001 clauses out of 74002 with flag 1462000/731000
634.25/445.37	c cleaning 38001 clauses out of 76001 with flag 1540000/770000
681.23/478.51	c cleaning 38999 clauses out of 78000 with flag 1620000/810000
717.65/500.70	c cleaning 40000 clauses out of 80001 with flag 1702000/851000
748.20/523.63	c cleaning 40999 clauses out of 82001 with flag 1786000/893000
791.82/555.38	c cleaning 42000 clauses out of 84002 with flag 1872000/936000
833.60/580.38	c cleaning 43000 clauses out of 86002 with flag 1960000/980000
883.84/616.00	c cleaning 44001 clauses out of 88002 with flag 2050000/1025000
926.81/642.07	c cleaning 44995 clauses out of 90001 with flag 2142000/1071000
995.96/686.22	c cleaning 46001 clauses out of 92006 with flag 2236000/1118000
1060.88/723.68	c cleaning 47001 clauses out of 94005 with flag 2332000/1166000
1106.46/752.15	c cleaning 47999 clauses out of 96004 with flag 2430000/1215000
1177.38/795.69	c cleaning 49000 clauses out of 98005 with flag 2530000/1265000
1255.40/841.13	c cleaning 50000 clauses out of 100005 with flag 2632000/1316000
1341.27/889.16	c cleaning 51003 clauses out of 102005 with flag 2736000/1368000
1426.81/937.57	c cleaning 52000 clauses out of 104002 with flag 2842000/1421000
1514.59/986.88	c cleaning 52996 clauses out of 106002 with flag 2950000/1475000
1603.78/1037.09	c cleaning 54002 clauses out of 108006 with flag 3060000/1530000
1688.44/1085.56	c cleaning 54998 clauses out of 110004 with flag 3172000/1586000
1776.40/1136.11	c cleaning 55997 clauses out of 112006 with flag 3286000/1643000
1861.49/1184.69	c cleaning 57004 clauses out of 114009 with flag 3402000/1701000
1942.88/1228.75	c cleaning 58003 clauses out of 116005 with flag 3520000/1760000
2021.28/1273.96	c cleaning 59001 clauses out of 118002 with flag 3640000/1820000
2105.68/1319.18	c cleaning 60000 clauses out of 120001 with flag 3762000/1881000
2184.73/1364.74	c cleaning 60999 clauses out of 122001 with flag 3886000/1943000
2268.35/1411.13	c cleaning 62001 clauses out of 124002 with flag 4012000/2006000
2349.60/1458.19	c cleaning 63001 clauses out of 126001 with flag 4140000/2070000
2434.41/1506.69	c cleaning 63993 clauses out of 128000 with flag 4270000/2135000
2520.52/1556.04	c cleaning 65000 clauses out of 130007 with flag 4402000/2201000
2599.92/1602.62	c cleaning 66002 clauses out of 132007 with flag 4536000/2268000
2713.25/1665.57	c cleaning 67003 clauses out of 134005 with flag 4672000/2336000
3135.76/1885.32	
3135.76/1885.32	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (38135 MiB free)
  memory of node 1: 64473 MiB (49902 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459000-1721884344/watcher-4459000-1721884344 -o /tmp/evaluation-result-4459000-1721884344/solver-4459000-1721884344 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721877730-203504 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4459000-1721884344.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=207730, runsolver pid=207727
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 5.02 4.94 4.86 8/317 207748
/proc/meminfo: memFree=90116272/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=18975048 memory=56080 CPUtime=0.11 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 6569 0 0 0 9 2 0 0 20 0 18 0 24424267 19430449152 14020 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4743762 14020 5559 1 0 550891 0
[pid=207730/tid=207732] ppid=207727 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) R 207727 207730 203492 0 -1 4194368 5484 0 0 0 7 1 0 0 20 0 18 0 24424267 19430449152 14020 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24424270 19430449152 14020 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=18975048 memory=14127853412601218 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 24424271 19430449152 14020 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56080 KiB

[startup+0.205799 s]*
/proc/loadavg: 5.02 4.94 4.86 8/317 207748
/proc/meminfo: memFree=90109264/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=18975048 memory=62484 CPUtime=0.25 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 7213 0 0 0 22 3 0 0 20 0 18 0 24424267 19430449152 15621 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4743762 15621 5564 1 0 551389 0
[pid=207730/tid=207732] ppid=207727 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) R 207727 207730 203492 0 -1 4194368 5726 0 0 0 17 1 0 0 20 0 18 0 24424267 19430449152 15621 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=18975048 memory=1364536 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24424270 19430449152 15621 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=18975048 memory=16102571999761082 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 24424271 19430449152 15621 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62484 KiB

[startup+0.307342 s]*
/proc/loadavg: 5.02 4.94 4.86 8/317 207748
/proc/meminfo: memFree=90103544/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=18975048 memory=69096 CPUtime=0.41 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 7534 0 0 0 38 3 0 0 20 0 18 0 24424267 19430449152 17274 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4743762 17274 5860 1 0 551605 0
[pid=207730/tid=207732] ppid=207727 vsize=18975048 memory=-8672634794726367932 CPUtime=0.29 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) R 207727 207730 203492 0 -1 4194368 5850 0 0 0 27 2 0 0 20 0 18 0 24424267 19430449152 17274 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24424270 19430449152 17274 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 24424271 19430449152 17274 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69096 KiB

[startup+0.70034 s]
/proc/loadavg: 5.02 4.94 4.86 7/317 207748
/proc/meminfo: memFree=90078500/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19041612 memory=119584 CPUtime=1.16 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 13870 0 0 0 111 5 0 0 20 0 19 0 24424267 19498610688 29896 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4760403 29896 5914 1 0 555735 0
[pid=207730/tid=207732] ppid=207727 vsize=19041612 memory=5516 CPUtime=0.65 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) R 207727 207730 203492 0 -1 4194368 6061 0 0 0 62 3 0 0 20 0 19 0 24424267 19498610688 29896 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19041612 memory=12668 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24424270 19498610688 29896 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 24424271 19498610688 29896 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 119584 KiB

[startup+1.50344 s]
/proc/loadavg: 5.02 4.94 4.86 7/318 207749
/proc/meminfo: memFree=90042388/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19108176 memory=233628 CPUtime=2.69 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 18361 0 0 0 261 8 0 0 20 0 20 0 24424267 19566772224 58407 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4777044 58407 5946 1 0 556050 0
[pid=207730/tid=207732] ppid=207727 vsize=19108176 memory=12668 CPUtime=1.39 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) R 207727 207730 203492 0 -1 4194368 6312 0 0 0 135 4 0 0 20 0 20 0 24424267 19566772224 58407 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24424270 19566772224 58407 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 24424271 19566772224 58407 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207749] ppid=207727 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/207730/task/207749/stat : 207749 (Timer-0) S 207727 207730 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24424328 19566772224 58407 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 233628 KiB

[startup+3.10934 s]
/proc/loadavg: 5.09 4.96 4.87 7/319 207750
/proc/meminfo: memFree=89520256/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19108176 memory=541116 CPUtime=4.72 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 19397 0 0 0 457 15 0 0 20 0 20 0 24424267 19566772224 135279 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4777044 135279 5962 1 0 556051 0
[pid=207730/tid=207732] ppid=207727 vsize=19108176 memory=0 CPUtime=2.56 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) S 207727 207730 203492 0 -1 1077936192 6510 0 0 0 252 4 0 0 20 0 20 0 24424267 19566772224 135279 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24424270 19566772224 135279 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 24424271 19566772224 135279 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207749] ppid=207727 vsize=19108176 memory=12668 CPUtime=0 cores=1,3
/proc/207730/task/207749/stat : 207749 (Timer-0) S 207727 207730 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24424328 19566772224 135279 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 4.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 541116 KiB

[startup+6.30137 s]
/proc/loadavg: 5.09 4.96 4.87 6/319 207751
/proc/meminfo: memFree=88757844/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19108176 memory=1272464 CPUtime=8.77 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 21901 0 0 0 846 31 0 0 20 0 20 0 24424267 19566772224 318116 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4777044 318116 5962 1 0 1418793 0
[pid=207730/tid=207732] ppid=207727 vsize=19108176 memory=0 CPUtime=5.06 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) R 207727 207730 203492 0 -1 4194368 7708 0 0 0 497 9 0 0 20 0 20 0 24424267 19566772224 318116 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19108176 memory=12668 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24424270 19566772224 318116 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 24424271 19566772224 318116 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207749] ppid=207727 vsize=19108176 memory=61204 CPUtime=0 cores=1,3
/proc/207730/task/207749/stat : 207749 (Timer-0) S 207727 207730 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24424328 19566772224 318116 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 8.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1272464 KiB

[startup+12.7003 s]
/proc/loadavg: 5.01 4.94 4.87 6/319 207751
/proc/meminfo: memFree=86491108/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19108176 memory=2862656 CPUtime=17.39 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 25667 0 0 0 1674 65 0 0 20 0 20 0 24424267 19566772224 715664 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4777044 715664 5962 1 0 2185753 0
[pid=207730/tid=207732] ppid=207727 vsize=19108176 memory=119584 CPUtime=9.86 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) R 207727 207730 203492 0 -1 4194368 8370 0 0 0 969 17 0 0 20 0 20 0 24424267 19566772224 715664 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19108176 memory=2489920 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24424270 19566772224 715664 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19108176 memory=583956 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 24424271 19566772224 715664 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207749] ppid=207727 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/207730/task/207749/stat : 207749 (Timer-0) S 207727 207730 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24424328 19566772224 715664 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 17.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2862656 KiB

[startup+25.5004 s]
/proc/loadavg: 5.16 4.98 4.88 5/319 207753
/proc/meminfo: memFree=83344868/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19108176 memory=6371144 CPUtime=33.79 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 29286 0 0 0 3241 138 0 0 20 0 20 0 24424267 19566772224 1592786 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4777044 1592786 5962 1 0 3079803 0
[pid=207730/tid=207732] ppid=207727 vsize=19108176 memory=2489920 CPUtime=19.26 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) S 207727 207730 203492 0 -1 1077936192 9586 0 0 0 1888 38 0 0 20 0 20 0 24424267 19566772224 1592786 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19108176 memory=4754100 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24424270 19566772224 1592786 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 24424271 19566772224 1592786 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207749] ppid=207727 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=1,3
/proc/207730/task/207749/stat : 207749 (Timer-0) S 207727 207730 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24424328 19566772224 1592786 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 33.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6371144 KiB

[startup+51.1093 s]
/proc/loadavg: 5.19 5.00 4.89 5/319 207758
/proc/meminfo: memFree=78734836/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19108176 memory=10568252 CPUtime=68.58 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 58186 0 0 0 6631 227 0 0 20 0 20 0 24424267 19566772224 2642063 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4777044 2642063 5962 1 0 3623242 0
[pid=207730/tid=207732] ppid=207727 vsize=19108176 memory=9017644 CPUtime=38.41 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) R 207727 207730 203492 0 -1 4194368 11593 0 0 0 3781 60 0 0 20 0 20 0 24424267 19566772224 2642063 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19108176 memory=9109804 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24424270 19566772224 2642063 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 24424271 19566772224 2642063 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0

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

/proc/meminfo: memFree=76914344/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19108176 memory=16296556 CPUtime=3407.67 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 1523373 0 0 0 340115 652 0 0 20 0 20 0 24424267 19566772224 4074139 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4777044 4074139 6007 1 0 4085801 0
[pid=207730/tid=207732] ppid=207727 vsize=19108176 memory=0 CPUtime=1146.38 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) S 207727 207730 203492 0 -1 1077936192 118946 0 0 0 114530 108 0 0 20 0 20 0 24424267 19566772224 4074139 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 62 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24424270 19566772224 4074139 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19108176 memory=16296544 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 496 0 0 0 0 0 0 0 20 0 20 0 24424271 19566772224 4074139 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207749] ppid=207727 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/207730/task/207749/stat : 207749 (Timer-0) S 207727 207730 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24424328 19566772224 4074139 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 3407.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296556 KiB

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

# cumulated CPU time of all completed processes:  user=3505.93 s, system=6.62141 s

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

[startup+2048 s]*
/proc/loadavg: 6.18 6.04 5.75 7/317 208887
/proc/meminfo: memFree=76782712/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19108176 memory=16296560 CPUtime=3458.61 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 1528508 0 0 0 345209 652 0 0 20 0 20 0 24424267 19566772224 4074140 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4777044 4074140 6007 1 0 4085801 0
[pid=207730/tid=207732] ppid=207727 vsize=19108176 memory=2684 CPUtime=1146.38 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) S 207727 207730 203492 0 -1 1077936192 118946 0 0 0 114530 108 0 0 20 0 20 0 24424267 19566772224 4074140 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 62 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19108176 memory=4968 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24424270 19566772224 4074140 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19108176 memory=-4421386500576207719 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 496 0 0 0 0 0 0 0 20 0 20 0 24424271 19566772224 4074140 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207749] ppid=207727 vsize=19108176 memory=2824 CPUtime=0 cores=1,3
/proc/207730/task/207749/stat : 207749 (Timer-0) S 207727 207730 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24424328 19566772224 4074140 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 3458.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296560 KiB

[startup+2060.8 s]
/proc/loadavg: 6.15 6.04 5.75 7/317 208889
/proc/meminfo: memFree=76782620/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19108176 memory=16296596 CPUtime=3484.04 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 1542349 0 0 0 347751 653 0 0 20 0 20 0 24424267 19566772224 4074149 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4777044 4074149 6007 1 0 4085801 0
[pid=207730/tid=207732] ppid=207727 vsize=19108176 memory=16296596 CPUtime=1146.38 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) S 207727 207730 203492 0 -1 1077936192 118946 0 0 0 114530 108 0 0 20 0 20 0 24424267 19566772224 4074149 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 62 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19108176 memory=16296540 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24424270 19566772224 4074149 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19108176 memory=16296544 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 496 0 0 0 0 0 0 0 20 0 20 0 24424271 19566772224 4074149 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207749] ppid=207727 vsize=19108176 memory=16296596 CPUtime=0 cores=1,3
/proc/207730/task/207749/stat : 207749 (Timer-0) S 207727 207730 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24424328 19566772224 4074149 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 3484.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296596 KiB

[startup+2067.2 s]
/proc/loadavg: 6.13 6.04 5.75 7/317 208891
/proc/meminfo: memFree=76782500/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19108176 memory=16296596 CPUtime=3496.76 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 1554257 0 0 0 349022 654 0 0 20 0 20 0 24424267 19566772224 4074149 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4777044 4074149 6007 1 0 4085801 0
[pid=207730/tid=207732] ppid=207727 vsize=19108176 memory=16296596 CPUtime=1146.38 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) S 207727 207730 203492 0 -1 1077936192 118946 0 0 0 114530 108 0 0 20 0 20 0 24424267 19566772224 4074149 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 62 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19108176 memory=1764 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24424270 19566772224 4074149 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19108176 memory=16296596 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 496 0 0 0 0 0 0 0 20 0 20 0 24424271 19566772224 4074149 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207749] ppid=207727 vsize=19108176 memory=1964 CPUtime=0 cores=1,3
/proc/207730/task/207749/stat : 207749 (Timer-0) S 207727 207730 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24424328 19566772224 4074149 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 3496.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296596 KiB

[startup+2070.4 s]
/proc/loadavg: 6.13 6.04 5.75 7/317 208891
/proc/meminfo: memFree=76782484/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19108176 memory=16296612 CPUtime=3503.07 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 1559491 0 0 0 349652 655 0 0 20 0 20 0 24424267 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4777044 4074153 6007 1 0 4085801 0
[pid=207730/tid=207732] ppid=207727 vsize=19108176 memory=61204 CPUtime=1146.38 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) S 207727 207730 203492 0 -1 1077936192 118946 0 0 0 114530 108 0 0 20 0 20 0 24424267 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 62 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24424270 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19108176 memory=16296596 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 496 0 0 0 0 0 0 0 20 0 20 0 24424271 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207749] ppid=207727 vsize=19108176 memory=16296612 CPUtime=0 cores=1,3
/proc/207730/task/207749/stat : 207749 (Timer-0) S 207727 207730 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24424328 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 3503.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296612 KiB

[startup+2073.6 s]
/proc/loadavg: 6.20 6.06 5.76 7/317 208891
/proc/meminfo: memFree=76782488/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19108176 memory=16296612 CPUtime=3509.42 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 1559620 0 0 0 350287 655 0 0 20 0 20 0 24424267 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4777044 4074153 6007 1 0 4085801 0
[pid=207730/tid=207732] ppid=207727 vsize=19108176 memory=-4421386500576207719 CPUtime=1146.38 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) S 207727 207730 203492 0 -1 1077936192 118946 0 0 0 114530 108 0 0 20 0 20 0 24424267 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 62 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24424270 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19108176 memory=16296596 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 496 0 0 0 0 0 0 0 20 0 20 0 24424271 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207749] ppid=207727 vsize=19108176 memory=16296480 CPUtime=0 cores=1,3
/proc/207730/task/207749/stat : 207749 (Timer-0) S 207727 207730 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24424328 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 3509.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296612 KiB

[startup+2074.4 s]
/proc/loadavg: 6.20 6.06 5.76 7/317 208891
/proc/meminfo: memFree=76782488/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19108176 memory=16296612 CPUtime=3511.01 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 1559620 0 0 0 350446 655 0 0 20 0 20 0 24424267 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4777044 4074153 6007 1 0 4085801 0
[pid=207730/tid=207732] ppid=207727 vsize=19108176 memory=16296588 CPUtime=1146.38 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) S 207727 207730 203492 0 -1 1077936192 118946 0 0 0 114530 108 0 0 20 0 20 0 24424267 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 62 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19108176 memory=16144 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24424270 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19108176 memory=16296556 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 496 0 0 0 0 0 0 0 20 0 20 0 24424271 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207749] ppid=207727 vsize=19108176 memory=16296592 CPUtime=0 cores=1,3
/proc/207730/task/207749/stat : 207749 (Timer-0) S 207727 207730 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24424328 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 3511.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296612 KiB

[startup+2074.8 s]
/proc/loadavg: 6.20 6.06 5.76 7/317 208891
/proc/meminfo: memFree=76782488/131655788 swapFree=131058856/131071996
[pid=207730] ppid=207727 vsize=19108176 memory=16296612 CPUtime=3511.81 cores=1,3
/proc/207730/stat : 207730 (java) S 207727 207730 203492 0 -1 1077936128 1559620 0 0 0 350526 655 0 0 20 0 20 0 24424267 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
/proc/207730/statm: 4777044 4074153 6007 1 0 4085801 0
[pid=207730/tid=207732] ppid=207727 vsize=19108176 memory=16457412 CPUtime=1146.38 cores=1,3
/proc/207730/task/207732/stat : 207732 (java) S 207727 207730 203492 0 -1 1077936192 118946 0 0 0 114530 108 0 0 20 0 20 0 24424267 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 62 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207741] ppid=207727 vsize=19108176 memory=2824 CPUtime=0 cores=1,3
/proc/207730/task/207741/stat : 207741 (Finalizer) S 207727 207730 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24424270 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207748] ppid=207727 vsize=19108176 memory=-8672634794726367932 CPUtime=0 cores=1,3
/proc/207730/task/207748/stat : 207748 (Common-Cleaner) S 207727 207730 203492 0 -1 1077936192 496 0 0 0 0 0 0 0 20 0 20 0 24424271 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
[pid=207730/tid=207749] ppid=207727 vsize=19108176 memory=16296596 CPUtime=0 cores=1,3
/proc/207730/task/207749/stat : 207749 (Timer-0) S 207727 207730 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24424328 19566772224 4074153 134679101440 94141045874688 94141045878384 140727107312080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141045886200 94141045886992 94141054148608 140727107318791 140727107318881 140727107318881 140727107325896 0
Current children cumulated CPU time: 3511.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296612 KiB

[startup+2075.2 s]*
/proc/loadavg: 6.20 6.06 5.76 6/299 208893
/proc/meminfo: memFree=90054528/131655788 swapFree=131058856/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1

Real time (s): 2075.23
CPU time (s): 3512.55
CPU user time (s): 3505.93
CPU system time (s): 6.62141
CPU usage (%): 169.261
Max. virtual memory (cumulated for all children) (KiB): 19112280
Max. memory (cumulated for all children) (KiB): 16296612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3505.93
system time used= 6.62141
maximum resident set size= 16297228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1564091
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79772
involuntary context switches= 63086


# summary of solver processes directly reported to runsolver:
#   pid: 207730
#   total CPU time (s): 3512.55
#   total CPU user time (s): 3505.93
#   total CPU system time (s): 6.62141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.96549 second user time and 12.9694 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-25 07:12:24
IDJOB=4459000
IDBENCH=178458
IDSOLVER=3058
FILE ID=nodeC009/4459000-1721884344
RUNJOBID= nodeC009-1721877730-203504
SLURM_JOB_ID= 8089270
Free space on /tmp= 723756 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_100.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459000-1721884344/watcher-4459000-1721884344 -o /tmp/evaluation-result-4459000-1721884344/solver-4459000-1721884344 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721877730-203504 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4459000-1721884344.opb

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

MD5SUM BENCH= 929d9d39c334716d4e8e7fd04254fe00
RANDOM SEED=396577167

nodeC009.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		: 3514.957
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.96
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		: 1297.027
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.36
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.304
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.96
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		: 3634.712
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.36
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		: 3591.752
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.96
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		: 3643.188
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.36
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.251
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.96
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		: 1197.379
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        90178340 kB
MemAvailable:   93761828 kB
Buffers:          305572 kB
Cached:          4016212 kB
SwapCached:         4924 kB
Active:          1762672 kB
Inactive:       38916656 kB
Active(anon):       1608 kB
Inactive(anon): 36401232 kB
Active(file):    1761064 kB
Inactive(file):  2515424 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:              1116 kB
Writeback:            16 kB
AnonPages:      36351848 kB
Mapped:           110816 kB
Shmem:             45300 kB
KReclaimable:     294400 kB
Slab:             405356 kB
SReclaimable:     294400 kB
SUnreclaim:       110956 kB
KernelStack:        4832 kB
PageTables:        80948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   41791948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:  33894400 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:      367432 kB
DirectMap2M:    44625920 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 723636 MiB
End job on nodeC009 at 2024-07-25 07:46:59