Trace number 4513914

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 2025-06-06UNSAT 251.684 250.218

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l060-r059-n1.opb
MD5SUMf51b92e6ea4641775f90070f7fcfd036
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 benchmark61.6644
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3282
Total number of constraints6986
Number of constraints which are clauses5892
Number of constraints which are cardinality constraints (but not clauses)1094
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4513914-1751222151.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.31/0.24	c ... done. Wall clock time 0.105s.
0.31/0.24	c declared #vars     3282
0.31/0.24	c #constraints  8080
0.31/0.24	c constraints type 
0.31/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5892
0.31/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1094
0.31/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1094
0.31/0.24	c 8080 constraints processed.
1.83/1.14	c cleaning 2491 clauses out of 5002 with flag 187135/5002
2.81/1.95	c cleaning 4250 clauses out of 8510 with flag 294977/11001
3.76/2.89	c cleaning 5628 clauses out of 11259 with flag 421654/18000
5.01/4.01	c cleaning 6814 clauses out of 13633 with flag 527186/26002
6.31/5.38	c cleaning 7900 clauses out of 15817 with flag 624463/35000
7.90/6.90	c cleaning 8953 clauses out of 17918 with flag 747859/45001
9.49/8.59	c cleaning 9974 clauses out of 19964 with flag 885543/56000
11.20/10.22	c cleaning 10989 clauses out of 21991 with flag 1055943/68001
13.20/12.21	c cleaning 11999 clauses out of 24003 with flag 1258696/81002
15.30/14.35	c cleaning 12996 clauses out of 26003 with flag 1461375/95001
17.49/16.55	c cleaning 13990 clauses out of 28006 with flag 1668277/110000
19.99/19.01	c cleaning 15004 clauses out of 30016 with flag 1891527/126000
22.61/21.63	c cleaning 16000 clauses out of 32013 with flag 2140578/143001
25.52/24.56	c cleaning 17004 clauses out of 34012 with flag 2409490/161000
28.72/27.72	c cleaning 18001 clauses out of 36009 with flag 2649582/180001
32.71/31.78	c cleaning 18998 clauses out of 38007 with flag 2899974/200000
37.11/36.10	c cleaning 20002 clauses out of 40009 with flag 3155201/221000
41.99/41.02	c cleaning 20995 clauses out of 42008 with flag 3444064/243001
46.08/45.14	c cleaning 21999 clauses out of 44013 with flag 3759939/266001
50.57/49.66	c cleaning 23006 clauses out of 46015 with flag 4103496/290002
55.17/54.27	c cleaning 23996 clauses out of 48009 with flag 4464918/315002
60.55/59.64	c cleaning 25006 clauses out of 50014 with flag 4870143/341003
66.25/65.31	c cleaning 26002 clauses out of 52005 with flag 5266681/368000
72.63/71.51	c cleaning 26994 clauses out of 54003 with flag 5689394/396000
79.33/78.04	c cleaning 27998 clauses out of 56009 with flag 6099440/425000
86.94/85.68	c cleaning 28998 clauses out of 58014 with flag 6550783/455003
95.10/93.71	c cleaning 30001 clauses out of 60014 with flag 6995423/486002
101.56/100.01	c cleaning 31000 clauses out of 62011 with flag 7404109/518000
108.84/107.31	c cleaning 31999 clauses out of 64011 with flag 7856427/551000
116.42/114.94	c cleaning 33000 clauses out of 66013 with flag 8293473/585001
124.31/122.89	c cleaning 34000 clauses out of 68012 with flag 8700500/620000
132.32/130.86	c cleaning 35000 clauses out of 70013 with flag 9125228/656001
142.01/140.58	c cleaning 35999 clauses out of 72014 with flag 9645389/693002
150.29/148.87	c cleaning 36997 clauses out of 74013 with flag 10113143/731000
158.69/157.17	c cleaning 38000 clauses out of 76017 with flag 10599418/770001
169.30/167.72	c cleaning 39008 clauses out of 78018 with flag 11134034/810002
180.37/178.81	c cleaning 40001 clauses out of 80008 with flag 11676831/851000
191.44/189.99	c cleaning 41000 clauses out of 82008 with flag 12244889/893001
202.13/200.65	c cleaning 42002 clauses out of 84007 with flag 12783341/936000
212.80/211.38	c cleaning 43000 clauses out of 86005 with flag 13338988/980001
223.98/222.52	c cleaning 43997 clauses out of 88003 with flag 13934939/1025000
235.09/233.64	c cleaning 44999 clauses out of 90008 with flag 14510057/1071002
247.27/245.85	c cleaning 46001 clauses out of 92006 with flag 15092097/1118000
251.57/250.12	c starts		: 709
251.57/250.13	c conflicts		: 1136645
251.57/250.13	c decisions		: 1543659
251.57/250.13	c propagations		: 337168099
251.57/250.13	c inspects		: 3143099568
251.57/250.13	c shortcuts		: 0
251.57/250.13	c learnt literals	: 18
251.57/250.13	c learnt binary clauses	: 125
251.57/250.13	c learnt ternary clauses	: 3198
251.57/250.13	c learnt constraints	: 1136626
251.57/250.13	c ignored constraints	: 0
251.57/250.13	c root simplifications	: 0
251.57/250.13	c removed literals (reason simplification)	: 81799477
251.57/250.13	c reason swapping (by a shorter reason)	: 0
251.57/250.13	c Calls to reduceDB	: 43
251.57/250.13	c Number of update (reduction) of LBD	: 446943
251.57/250.13	c Imported unit clauses	: 0
251.57/250.13	c No decision after first conflict	: false
251.57/250.13	c number of reductions to clauses (during analyze)	: 0
251.57/250.13	c number of learned constraints concerned by reduction	: 0
251.57/250.13	c number of learning phase by resolution	: 0
251.57/250.13	c number of learning phase by cutting planes	: 0
251.57/250.13	c number of rounding to 1 operations	: 0
251.57/250.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
251.57/250.13	c number of reductions of the coefficients by power 2 	: 0
251.57/250.13	c number of right shift for reduction by power 2 	: 0
251.57/250.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
251.57/250.13	c number of ending skipping 	: 0
251.57/250.13	c number of internal skipping 	: 0
251.57/250.13	c number of derivation steps 	: 0
251.57/250.13	c number of skipped derivation steps 	: 0
251.57/250.13	c number of remaining unassigned 	: 0
251.57/250.13	c number of remaining assigned 	: 0
251.57/250.13	c number of falsified literals weakened from reason	: 0
251.57/250.13	c number of falsified literals weakened from conflict	: 0
251.57/250.13	c time for arithmetic operations	: 0
251.57/250.13	c minimum degree of deleted constraints	: null
251.57/250.13	c maximum degree of deleted constraints	: null
251.57/250.13	c number of deleted constraints	: 0
251.57/250.13	c speed (assignments/second)	: 1349298.4704903075
251.57/250.13	c non guided choices	: 20979
251.57/250.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 64510
251.57/250.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 125
251.57/250.18	s UNSATISFIABLE
251.57/250.18	c Total wall clock time (in seconds): 250.046

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: 63708 MiB (62800 MiB free)
  memory of node 1: 64465 MiB (63804 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513914-1751222151/watcher-4513914-1751222151 -o /tmp/evaluation-result-4513914-1751222151/solver-4513914-1751222151 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28935 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4513914-1751222151.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=29240, runsolver pid=29237

[startup+0.10006 s]*
/proc/loadavg: 0.84 1.14 2.04 6/337 29258
/proc/meminfo: memFree=129612048/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=18930384 memory=57744 CPUtime=0.12 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 6563 0 0 0 10 2 0 0 20 0 18 0 37892634 19384713216 14436 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4732596 14436 5337 1 0 547619 0
[pid=29240/tid=29242] ppid=29237 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 5066 0 0 0 6 1 0 0 20 0 18 0 37892636 19384713216 14436 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37892638 19384713216 14436 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=18930384 memory=60684515934839 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37892638 19384713216 14436 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57744 KiB

[startup+0.205678 s]*
/proc/loadavg: 0.84 1.14 2.04 9/337 29258
/proc/meminfo: memFree=129581424/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=18930384 memory=92672 CPUtime=0.31 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 7058 0 0 0 28 3 0 0 20 0 18 0 37892634 19384713216 23168 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4732596 23168 5433 1 0 547908 0
[pid=29240/tid=29242] ppid=29237 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) S 29237 29240 28922 0 -1 4194368 5297 0 0 0 14 2 0 0 20 0 18 0 37892636 19384713216 23168 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=18930384 memory=15987 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37892638 19384713216 23168 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37892638 19384713216 23168 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 92672 KiB

[startup+0.305799 s]*
/proc/loadavg: 0.84 1.14 2.04 6/338 29259
/proc/meminfo: memFree=129567120/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=18996948 memory=108228 CPUtime=0.5 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 8818 0 0 0 47 3 0 0 20 0 19 0 37892634 19452874752 27057 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4749237 27057 5433 1 0 549439 0
[pid=29240/tid=29242] ppid=29237 vsize=18996948 memory=-6000919477035230061 CPUtime=0.23 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 5334 0 0 0 21 2 0 0 20 0 19 0 37892636 19452874752 27057 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892638 19452874752 27057 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892638 19452874752 27057 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892660 19452874752 27057 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 108228 KiB

[startup+0.700205 s]
/proc/loadavg: 0.84 1.14 2.04 7/338 29259
/proc/meminfo: memFree=129565608/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=18996948 memory=112728 CPUtime=1.26 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 9848 0 0 0 122 4 0 0 20 0 19 0 37892634 19452874752 28182 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4749237 28182 5433 1 0 549944 0
[pid=29240/tid=29242] ppid=29237 vsize=18996948 memory=17536 CPUtime=0.6 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 5342 0 0 0 58 2 0 0 20 0 19 0 37892636 19452874752 28182 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892638 19452874752 28182 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892638 19452874752 28182 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892660 19452874752 28182 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 112728 KiB

[startup+1.50015 s]
/proc/loadavg: 0.84 1.14 2.04 6/338 29259
/proc/meminfo: memFree=129550840/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=18996948 memory=124660 CPUtime=2.36 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 14850 0 0 0 231 5 0 0 20 0 19 0 37892634 19452874752 31165 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4749237 31165 5433 1 0 550740 0
[pid=29240/tid=29242] ppid=29237 vsize=18996948 memory=10752 CPUtime=1.41 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 6355 0 0 0 138 3 0 0 20 0 19 0 37892636 19452874752 31165 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892638 19452874752 31165 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892638 19452874752 31165 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892660 19452874752 31165 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 124660 KiB

[startup+3.10542 s]
/proc/loadavg: 0.84 1.14 2.04 5/338 29259
/proc/meminfo: memFree=129500164/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=18996948 memory=130816 CPUtime=4.06 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 15618 0 0 0 401 5 0 0 20 0 19 0 37892634 19452874752 32704 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4749237 32704 5433 1 0 550747 0
[pid=29240/tid=29242] ppid=29237 vsize=18996948 memory=10752 CPUtime=3.01 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 6659 0 0 0 298 3 0 0 20 0 19 0 37892636 19452874752 32704 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=18996948 memory=-6000919477035230061 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892638 19452874752 32704 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892638 19452874752 32704 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892660 19452874752 32704 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 4.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 130816 KiB

[startup+6.30015 s]
/proc/loadavg: 1.09 1.19 2.05 6/339 29260
/proc/meminfo: memFree=129434780/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=18996948 memory=150640 CPUtime=7.31 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 19108 0 0 0 725 6 0 0 20 0 19 0 37892634 19452874752 37660 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4749237 37660 5433 1 0 550747 0
[pid=29240/tid=29242] ppid=29237 vsize=18996948 memory=0 CPUtime=6.19 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 7307 0 0 0 616 3 0 0 20 0 19 0 37892636 19452874752 37660 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892638 19452874752 37660 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892638 19452874752 37660 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=18996948 memory=124660 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892660 19452874752 37660 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 7.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 150640 KiB

[startup+12.7001 s]
/proc/loadavg: 1.32 1.24 2.06 5/341 29262
/proc/meminfo: memFree=129360800/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=19063512 memory=165652 CPUtime=13.7 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 22022 0 0 0 1363 7 0 0 20 0 20 0 37892634 19521036288 41413 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4765878 41413 5497 1 0 551052 0
[pid=29240/tid=29242] ppid=29237 vsize=19063512 memory=124660 CPUtime=12.55 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 8001 0 0 0 1252 3 0 0 20 0 20 0 37892636 19521036288 41413 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 41413 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=19063512 memory=165524 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 41413 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892660 19521036288 41413 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 13.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165652 KiB

[startup+25.5002 s]
/proc/loadavg: 1.98 1.39 2.10 5/342 29263
/proc/meminfo: memFree=129336232/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=19063512 memory=165652 CPUtime=26.52 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 24118 0 0 0 2645 7 0 0 20 0 20 0 37892634 19521036288 41413 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4765878 41413 5497 1 0 551052 0
[pid=29240/tid=29242] ppid=29237 vsize=19063512 memory=10752 CPUtime=25.32 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 8572 0 0 0 2529 3 0 0 20 0 20 0 37892636 19521036288 41413 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=19063512 memory=165524 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 41413 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 41413 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892660 19521036288 41413 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 26.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165652 KiB

[startup+51.1055 s]
/proc/loadavg: 2.67 1.60 2.15 5/342 29263
/proc/meminfo: memFree=129286584/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=19063512 memory=186236 CPUtime=52.08 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 26984 0 0 0 5200 8 0 0 20 0 20 0 37892634 19521036288 46559 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4765878 46559 5497 1 0 551052 0
[pid=29240/tid=29242] ppid=29237 vsize=19063512 memory=14432 CPUtime=50.83 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 9132 0 0 0 5080 3 0 0 20 0 20 0 37892636 19521036288 46559 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0

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

/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892660 19521036288 82772 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 223.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 331088 KiB

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

# cumulated CPU time of all completed processes:  user=251.494 s, system=0.189446 s

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

[startup+230.4 s]
/proc/loadavg: 4.25 2.83 2.53 5/341 29274
/proc/meminfo: memFree=128452136/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=19063512 memory=378292 CPUtime=231.9 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 42635 0 0 0 23172 18 0 0 20 0 20 0 37892634 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4765878 94573 5497 1 0 553489 0
[pid=29240/tid=29242] ppid=29237 vsize=19063512 memory=14432 CPUtime=229.49 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 12151 0 0 0 22945 4 0 0 20 0 20 0 37892636 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=19063512 memory=378292 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=19063512 memory=331088 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 229 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=19063512 memory=3544526017597730972 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892660 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 231.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 378292 KiB

[startup+243.2 s]
/proc/loadavg: 4.21 2.87 2.55 5/341 29276
/proc/meminfo: memFree=128462476/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=19063512 memory=378292 CPUtime=244.68 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 43040 0 0 0 24450 18 0 0 20 0 20 0 37892634 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4765878 94573 5497 1 0 553489 0
[pid=29240/tid=29242] ppid=29237 vsize=19063512 memory=378292 CPUtime=242.25 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 12380 0 0 0 24221 4 0 0 20 0 20 0 37892636 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=19063512 memory=378292 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=19063512 memory=378292 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 229 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892660 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 244.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 378292 KiB

[startup+246.4 s]
/proc/loadavg: 4.19 2.89 2.56 5/341 29276
/proc/meminfo: memFree=128462476/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=19063512 memory=378292 CPUtime=247.87 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 43064 0 0 0 24769 18 0 0 20 0 20 0 37892634 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4765878 94573 5497 1 0 553489 0
[pid=29240/tid=29242] ppid=29237 vsize=19063512 memory=5632 CPUtime=245.44 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 12384 0 0 0 24540 4 0 0 20 0 20 0 37892636 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 229 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=19063512 memory=-6000919477035230061 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892660 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 247.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 378292 KiB

[startup+248 s]*
/proc/loadavg: 4.19 2.89 2.56 5/341 29276
/proc/meminfo: memFree=128462476/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=19063512 memory=378292 CPUtime=249.48 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 43083 0 0 0 24930 18 0 0 20 0 20 0 37892634 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4765878 94573 5497 1 0 553489 0
[pid=29240/tid=29242] ppid=29237 vsize=19063512 memory=-6000919477035230061 CPUtime=247.05 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 12386 0 0 0 24701 4 0 0 20 0 20 0 37892636 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=19063512 memory=-4050210904893472916 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=19063512 memory=6768 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 242 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=19063512 memory=378292 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892660 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 249.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 378292 KiB

[startup+248.8 s]
/proc/loadavg: 4.19 2.89 2.56 5/341 29276
/proc/meminfo: memFree=128462476/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=19063512 memory=378292 CPUtime=250.27 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 43084 0 0 0 25009 18 0 0 20 0 20 0 37892634 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4765878 94573 5497 1 0 553489 0
[pid=29240/tid=29242] ppid=29237 vsize=19063512 memory=-6000919477035230061 CPUtime=247.84 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 12387 0 0 0 24780 4 0 0 20 0 20 0 37892636 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=19063512 memory=378292 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 242 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892660 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 250.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 378292 KiB

[startup+249.6 s]
/proc/loadavg: 4.19 2.89 2.56 5/341 29276
/proc/meminfo: memFree=128462476/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=19063512 memory=378292 CPUtime=251.06 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 43084 0 0 0 25088 18 0 0 20 0 20 0 37892634 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4765878 94573 5497 1 0 553489 0
[pid=29240/tid=29242] ppid=29237 vsize=19063512 memory=10752 CPUtime=248.64 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 12387 0 0 0 24860 4 0 0 20 0 20 0 37892636 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 242 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=19063512 memory=378292 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892660 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 251.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 378292 KiB

[startup+250 s]*
/proc/loadavg: 4.17 2.90 2.57 5/341 29276
/proc/meminfo: memFree=128462476/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=19063512 memory=378292 CPUtime=251.47 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 43085 0 0 0 25129 18 0 0 20 0 20 0 37892634 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4765878 94573 5497 1 0 553489 0
[pid=29240/tid=29242] ppid=29237 vsize=19063512 memory=8472 CPUtime=249.04 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 12388 0 0 0 24900 4 0 0 20 0 20 0 37892636 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=19063512 memory=378292 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 242 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=19063512 memory=-6000919477035230061 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892660 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 251.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 378292 KiB

[startup+250.105 s]
/proc/loadavg: 4.17 2.90 2.57 5/341 29276
/proc/meminfo: memFree=128462476/131250000 swapFree=33010684/33010684
[pid=29240] ppid=29237 vsize=19063512 memory=378292 CPUtime=251.57 cores=5,7
/proc/29240/stat : 29240 (java) S 29237 29240 28922 0 -1 4194304 43085 0 0 0 25139 18 0 0 20 0 20 0 37892634 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
/proc/29240/statm: 4765878 94573 5497 1 0 553489 0
[pid=29240/tid=29242] ppid=29237 vsize=19063512 memory=378292 CPUtime=249.14 cores=5,7
/proc/29240/task/29242/stat : 29242 (java) R 29237 29240 28922 0 -1 4194368 12388 0 0 0 24910 4 0 0 20 0 20 0 37892636 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29251] ppid=29237 vsize=19063512 memory=378292 CPUtime=0 cores=5,7
/proc/29240/task/29251/stat : 29251 (Finalizer) S 29237 29240 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29258] ppid=29237 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/29240/task/29258/stat : 29258 (Common-Cleaner) S 29237 29240 28922 0 -1 4194368 242 0 0 0 0 0 0 0 20 0 20 0 37892638 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
[pid=29240/tid=29259] ppid=29237 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/29240/task/29259/stat : 29259 (Timer-0) S 29237 29240 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892660 19521036288 94573 18446744073709551615 94590793097216 94590793100912 140735241173584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590793108728 94590793109520 94590804070400 140735241177473 140735241177574 140735241177574 140735241183176 0
Current children cumulated CPU time: 251.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 378292 KiB

Child status: 20

Real time (s): 250.218
CPU time (s): 251.684
CPU user time (s): 251.494
CPU system time (s): 0.189446
CPU usage (%): 100.586
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 378292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.494
system time used= 0.189446
maximum resident set size= 379316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45433
page faults= 0
swaps= 0
block input operations= 0
block output operations= 720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8982
involuntary context switches= 1116


# summary of solver processes directly reported to runsolver:
#   pid: 29240
#   total CPU time (s): 251.684
#   total CPU user time (s): 251.494
#   total CPU system time (s): 0.189446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.571551 second user time and 1.16149 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 20:35:51
IDJOB=4513914
IDBENCH=162581
IDSOLVER=3363
FILE ID=nodeC019/4513914-1751222151
RUNJOBID= nodeC019-1751222147-28935
SLURM_JOB_ID= 9587678
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l060-r059-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513914-1751222151/watcher-4513914-1751222151 -o /tmp/evaluation-result-4513914-1751222151/solver-4513914-1751222151 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28935 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4513914-1751222151.opb

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

MD5SUM BENCH= f51b92e6ea4641775f90070f7fcfd036
RANDOM SEED=1421994571

nodeC019 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.706
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.677
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.676
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3606.810
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.675
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.728
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3583.304
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.625
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129645204 kB
MemAvailable:   129524808 kB
Buffers:            3280 kB
Cached:           688940 kB
SwapCached:            0 kB
Active:           622408 kB
Inactive:         432152 kB
Active(anon):     380444 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   432152 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4068 kB
Writeback:            12 kB
AnonPages:        365468 kB
Mapped:           122388 kB
Shmem:             18064 kB
KReclaimable:      89456 kB
Slab:             175388 kB
SReclaimable:      89456 kB
SUnreclaim:        85932 kB
KernelStack:        5164 kB
PageTables:         4216 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7028004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC019 at 2025-06-29 20:40:02