Trace number 4442801

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 Cutting Planes 2024 2024-07-12UNSAT 197.018 195.969

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-15-10.opb
MD5SUM853d52da79183b98646756a8c7ea759c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.019745
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints1065
Number of constraints which are clauses1065
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 constraint10
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 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
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.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	c  - never skip resolution steps
0.14/0.16	c  - Auto-division on coefficients is disabled
0.14/0.16	c  - No postprocessing
0.14/0.16	c  - Conflict is considered as is when resolving
0.14/0.16	c  - Use constraints as they come during conflict analysis
0.14/0.16	c  - Weaken first using unassigned literals
0.14/0.16	c  - Bump strategy: ALWAYS_ONE
0.14/0.16	c  - Bumper: EFFECTIVE
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Dynamic restart strategy considering the size of the coefficients
0.14/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4442801-1721306289.opb
0.14/0.16	c reading problem ... 
0.14/0.16	c  no objective function found
0.33/0.22	c ... done. Wall clock time 0.056s.
0.33/0.22	c declared #vars     150
0.33/0.22	c #constraints  1065
0.33/0.22	c constraints type 
0.33/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1050
0.33/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15
0.33/0.22	c 1065 constraints processed.
1.69/0.95	c cleaning 2496 clauses out of 5001 with flag 0/5001
2.88/1.63	c cleaning 4245 clauses out of 8504 with flag 0/11000
3.96/2.63	c cleaning 5622 clauses out of 11259 with flag 0/18000
5.56/4.13	c cleaning 6814 clauses out of 13637 with flag 0/26000
7.15/5.77	c cleaning 7909 clauses out of 15823 with flag 0/35000
8.73/7.38	c cleaning 8955 clauses out of 17914 with flag 0/45000
10.87/9.41	c cleaning 9974 clauses out of 19959 with flag 0/56000
12.99/11.60	c cleaning 10990 clauses out of 21985 with flag 0/68000
15.58/14.13	c cleaning 11997 clauses out of 23998 with flag 0/81003
18.66/17.02	c cleaning 12988 clauses out of 25999 with flag 0/95001
22.01/20.21	c cleaning 14001 clauses out of 28010 with flag 0/110000
25.59/23.61	c cleaning 15002 clauses out of 30010 with flag 0/126001
29.17/27.19	c cleaning 15998 clauses out of 32007 with flag 0/143000
33.07/31.04	c cleaning 17005 clauses out of 34010 with flag 0/161001
37.57/35.56	c cleaning 17996 clauses out of 36004 with flag 0/180000
42.43/40.36	c cleaning 19002 clauses out of 38011 with flag 0/200003
47.62/45.64	c cleaning 19997 clauses out of 40006 with flag 0/221000
54.16/52.29	c cleaning 21001 clauses out of 42011 with flag 0/243002
60.70/58.84	c cleaning 21998 clauses out of 44009 with flag 0/266001
68.73/66.99	c cleaning 22997 clauses out of 46012 with flag 0/290002
77.48/75.84	c cleaning 24005 clauses out of 48016 with flag 0/315003
86.41/84.87	c cleaning 24996 clauses out of 50008 with flag 0/341000
94.83/93.30	c cleaning 26003 clauses out of 52014 with flag 0/368002
104.15/102.75	c cleaning 27001 clauses out of 54010 with flag 0/396001
114.92/113.44	c cleaning 28000 clauses out of 56010 with flag 0/425002
126.03/124.63	c cleaning 28999 clauses out of 58009 with flag 0/455001
137.73/136.41	c cleaning 30000 clauses out of 60010 with flag 0/486001
151.01/149.89	c cleaning 30999 clauses out of 62009 with flag 0/518000
164.70/163.61	c cleaning 32001 clauses out of 64010 with flag 0/551000
178.96/178.03	c cleaning 32999 clauses out of 66009 with flag 0/585000
192.52/191.51	c cleaning 34001 clauses out of 68009 with flag 0/620000
196.81/195.90	c starts		: 1
196.92/195.91	c conflicts		: 635207
196.92/195.91	c decisions		: 689511
196.92/195.91	c propagations		: 9131706
196.92/195.91	c inspects		: 2455528215
196.92/195.91	c shortcuts		: 0
196.92/195.91	c learnt literals	: 1
196.92/195.91	c learnt binary clauses	: 2
196.92/195.91	c learnt ternary clauses	: 3
196.92/195.91	c learnt constraints	: 635205
196.92/195.91	c ignored constraints	: 0
196.92/195.91	c root simplifications	: 0
196.92/195.91	c removed literals (reason simplification)	: 0
196.92/195.91	c reason swapping (by a shorter reason)	: 0
196.92/195.91	c Calls to reduceDB	: 31
196.92/195.91	c Number of update (reduction) of LBD	: 882237
196.92/195.91	c Imported unit clauses	: 0
196.92/195.91	c No decision after first conflict	: false
196.92/195.91	c number of reductions to clauses (during analyze)	: 0
196.92/195.91	c number of learned constraints concerned by reduction	: 0
196.92/195.91	c number of learning phase by resolution	: 0
196.92/195.91	c number of learning phase by cutting planes	: 0
196.92/195.91	c number of rounding to 1 operations	: 0
196.92/195.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
196.92/195.91	c number of reductions of the coefficients by power 2 	: 0
196.92/195.91	c number of right shift for reduction by power 2 	: 0
196.92/195.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
196.92/195.91	c number of ending skipping 	: 0
196.92/195.91	c number of internal skipping 	: 0
196.92/195.91	c number of derivation steps 	: 5341610
196.92/195.91	c number of skipped derivation steps 	: 0
196.92/195.91	c number of remaining unassigned 	: 0
196.92/195.91	c number of remaining assigned 	: 0
196.92/195.91	c number of falsified literals weakened from reason	: 0
196.92/195.91	c number of falsified literals weakened from conflict	: 0
196.92/195.91	c time for arithmetic operations	: 0
196.92/195.93	c minimum degree of deleted constraints	: 1
196.92/195.93	c maximum degree of deleted constraints	: 1
196.92/195.93	c number of deleted constraints	: 585991
196.92/195.93	c speed (assignments/second)	: 46661.04249807106
196.92/195.93	c non guided choices	: 48
196.92/195.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 49212
196.92/195.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
196.92/195.96	s UNSATISFIABLE
196.92/195.96	c Total wall clock time (in seconds): 195.8

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: 63931 MiB (61400 MiB free)
  memory of node 1: 64510 MiB (63202 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442801-1721306289/watcher-4442801-1721306289 -o /tmp/evaluation-result-4442801-1721306289/solver-4442801-1721306289 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984930 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442801-1721306289.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.101304 s]*
/proc/loadavg: 1.08 1.10 1.61 10/305 985239
/proc/meminfo: memFree=127176208/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=18975048 memory=64244 CPUtime=0.14 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 7126 0 0 0 12 2 0 0 20 0 18 0 182790730 19430449152 16061 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4743762 16061 5525 1 0 549364 0
[pid=985198/tid=985203] ppid=985191 vsize=18975048 memory=4026532157 CPUtime=0.09 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 1078198336 5707 0 0 0 8 1 0 0 20 0 18 0 182790730 19430449152 16061 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=18975048 memory=215671374179 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182790733 19430449152 16061 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=18975048 memory=14979966282520313 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182790734 19430449152 16061 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64244 KiB

[startup+0.206475 s]*
/proc/loadavg: 1.08 1.10 1.61 10/325 985262
/proc/meminfo: memFree=126767660/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=18975048 memory=71192 CPUtime=0.33 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 7634 0 0 0 31 2 0 0 20 0 18 0 182790730 19430449152 17798 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4743762 17798 5733 1 0 549683 0
[pid=985198/tid=985203] ppid=985191 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 5982 0 0 0 17 1 0 0 20 0 18 0 182790730 19430449152 17798 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=18975048 memory=15975 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182790733 19430449152 17798 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182790734 19430449152 17798 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71192 KiB

[startup+0.310763 s]*
/proc/loadavg: 1.08 1.10 1.61 9/327 985264
/proc/meminfo: memFree=126350552/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19041612 memory=87416 CPUtime=0.53 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 9316 0 0 0 50 3 0 0 20 0 19 0 182790730 19498610688 21854 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4760403 21854 5836 1 0 550783 0
[pid=985198/tid=985203] ppid=985191 vsize=19041612 memory=-9104422915013911228 CPUtime=0.26 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 6050 0 0 0 25 1 0 0 20 0 19 0 182790730 19498610688 21854 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182790733 19498610688 21854 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182790734 19498610688 21854 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182790752 19498610688 21854 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 87416 KiB

[startup+0.700264 s]
/proc/loadavg: 1.08 1.10 1.61 11/328 985265
/proc/meminfo: memFree=125720904/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19108176 memory=173556 CPUtime=1.27 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 12586 0 0 0 122 5 0 0 20 0 20 0 182790730 19566772224 43389 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4777044 43389 5852 1 0 553398 0
[pid=985198/tid=985203] ppid=985191 vsize=19108176 memory=45336 CPUtime=0.63 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 6100 0 0 0 60 3 0 0 20 0 20 0 182790730 19566772224 43389 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790733 19566772224 43389 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19108176 memory=2320 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182790734 19566772224 43389 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19108176 memory=2028 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790752 19566772224 43389 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173556 KiB

[startup+1.50048 s]
/proc/loadavg: 1.08 1.10 1.61 9/329 985268
/proc/meminfo: memFree=123164984/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19108176 memory=201908 CPUtime=2.7 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 17707 0 0 0 264 6 0 0 20 0 20 0 182790730 19566772224 50477 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4777044 50477 5868 1 0 554164 0
[pid=985198/tid=985203] ppid=985191 vsize=19108176 memory=13196 CPUtime=1.39 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 6349 0 0 0 136 3 0 0 20 0 20 0 182790730 19566772224 50477 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790733 19566772224 50477 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 182790734 19566772224 50477 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19108176 memory=4231363127283997 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790752 19566772224 50477 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 201908 KiB

[startup+3.10649 s]
/proc/loadavg: 1.08 1.10 1.61 5/330 985269
/proc/meminfo: memFree=120043080/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19108176 memory=490808 CPUtime=4.57 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 19091 0 0 0 446 11 0 0 20 0 20 0 182790730 19566772224 122702 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4777044 122702 5868 1 0 554167 0
[pid=985198/tid=985203] ppid=985191 vsize=19108176 memory=173556 CPUtime=2.97 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 7137 0 0 0 289 8 0 0 20 0 20 0 182790730 19566772224 122702 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19108176 memory=-9103016639641985724 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790733 19566772224 122702 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 182790734 19566772224 122702 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790752 19566772224 122702 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 4.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 490808 KiB

[startup+6.30049 s]
/proc/loadavg: 1.32 1.15 1.62 7/332 985271
/proc/meminfo: memFree=116936996/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19108176 memory=1049340 CPUtime=7.74 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 20263 0 0 0 753 21 0 0 20 0 20 0 182790730 19566772224 262335 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4777044 262335 5868 1 0 554168 0
[pid=985198/tid=985203] ppid=985191 vsize=19108176 memory=0 CPUtime=6.13 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 7671 0 0 0 595 18 0 0 20 0 20 0 182790730 19566772224 262335 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790733 19566772224 262335 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 182790734 19566772224 262335 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19108176 memory=230580 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790752 19566772224 262335 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 7.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1049340 KiB

[startup+12.7005 s]
/proc/loadavg: 1.53 1.20 1.64 5/332 985272
/proc/meminfo: memFree=116262372/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19108176 memory=1313588 CPUtime=14.18 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 23544 0 0 0 1393 25 0 0 20 0 20 0 182790730 19566772224 328397 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4777044 328397 5868 1 0 554168 0
[pid=985198/tid=985203] ppid=985191 vsize=19108176 memory=13196 CPUtime=12.45 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 8858 0 0 0 1223 22 0 0 20 0 20 0 182790730 19566772224 328397 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19108176 memory=230580 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790733 19566772224 328397 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19108176 memory=-9103016639641985724 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 182790734 19566772224 328397 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19108176 memory=1313584 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790752 19566772224 328397 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 14.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1313588 KiB

[startup+25.5005 s]
/proc/loadavg: 2.15 1.35 1.68 6/332 985274
/proc/meminfo: memFree=116088220/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19108176 memory=1317468 CPUtime=27.58 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 39316 0 0 0 2730 28 0 0 20 0 20 0 182790730 19566772224 329367 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4777044 329367 5881 1 0 556235 0
[pid=985198/tid=985203] ppid=985191 vsize=19108176 memory=11544 CPUtime=25.09 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 10944 0 0 0 2487 22 0 0 20 0 20 0 182790730 19566772224 329367 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790733 19566772224 329367 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19108176 memory=1049340 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 182790734 19566772224 329367 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19108176 memory=193 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790752 19566772224 329367 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 27.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1317468 KiB

[startup+51.1065 s]
/proc/loadavg: 2.85 1.58 1.75 5/332 985278
/proc/meminfo: memFree=112882784/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19108176 memory=1325316 CPUtime=53.07 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 47798 0 0 0 5277 30 0 0 20 0 20 0 182790730 19566772224 331329 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4777044 331329 5881 1 0 556235 0
[pid=985198/tid=985203] ppid=985191 vsize=19108176 memory=45336 CPUtime=50.35 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 13506 0 0 0 5012 23 0 0 20 0 20 0 182790730 19566772224 331329 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0

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

/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 141 0 0 0 0 0 0 0 20 0 20 0 182790734 19566772224 337747 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790752 19566772224 337747 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 163.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1350988 KiB

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

# cumulated CPU time of all completed processes:  user=196.626 s, system=0.391562 s

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

[startup+179.2 s]
/proc/loadavg: 4.05 2.54 2.09 5/335 985304
/proc/meminfo: memFree=111345888/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19108176 memory=1355104 CPUtime=180.14 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 65158 0 0 0 17978 36 0 0 20 0 20 0 182790730 19566772224 338776 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4777044 338776 5881 1 0 556373 0
[pid=985198/tid=985203] ppid=985191 vsize=19108176 memory=1350988 CPUtime=176.79 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 19677 0 0 0 17655 24 0 0 20 0 20 0 182790730 19566772224 338776 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19108176 memory=1355104 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790733 19566772224 338776 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19108176 memory=1350988 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 141 0 0 0 0 0 0 0 20 0 20 0 182790734 19566772224 338776 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19108176 memory=1350988 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790752 19566772224 338776 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 180.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1355104 KiB

[startup+185.6 s]
/proc/loadavg: 4.13 2.58 2.11 5/335 985307
/proc/meminfo: memFree=111335928/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19108176 memory=1357348 CPUtime=186.6 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 71781 0 0 0 18623 37 0 0 20 0 20 0 182790730 19566772224 339337 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4777044 339337 5881 1 0 556373 0
[pid=985198/tid=985203] ppid=985191 vsize=19108176 memory=45336 CPUtime=183.07 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 20703 0 0 0 18283 24 0 0 20 0 20 0 182790730 19566772224 339337 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790733 19566772224 339337 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19108176 memory=1355104 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 213 0 0 0 0 0 0 0 20 0 20 0 182790734 19566772224 339337 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19108176 memory=1355104 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790752 19566772224 339337 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 186.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1357348 KiB

[startup+192 s]*
/proc/loadavg: 4.12 2.61 2.12 5/335 985308
/proc/meminfo: memFree=111339536/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19108176 memory=1359252 CPUtime=193.02 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 72506 0 0 0 19265 37 0 0 20 0 20 0 182790730 19566772224 339813 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4777044 339813 5881 1 0 556373 0
[pid=985198/tid=985203] ppid=985191 vsize=19108176 memory=13196 CPUtime=189.4 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 20781 0 0 0 18916 24 0 0 20 0 20 0 182790730 19566772224 339813 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19108176 memory=5472 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790733 19566772224 339813 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19108176 memory=-7376463698160344446 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 213 0 0 0 0 0 0 0 20 0 20 0 182790734 19566772224 339813 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19108176 memory=4764748 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790752 19566772224 339813 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 193.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1359252 KiB

[startup+193.6 s]
/proc/loadavg: 4.12 2.61 2.12 6/335 985308
/proc/meminfo: memFree=111335384/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19108176 memory=1363376 CPUtime=194.62 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 72523 0 0 0 19425 37 0 0 20 0 20 0 182790730 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4777044 340844 5881 1 0 556373 0
[pid=985198/tid=985203] ppid=985191 vsize=19108176 memory=-9103016639641985724 CPUtime=190.96 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 20782 0 0 0 19072 24 0 0 20 0 20 0 182790730 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19108176 memory=1704 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790733 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 213 0 0 0 0 0 0 0 20 0 20 0 182790734 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790752 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 194.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1363376 KiB

[startup+195.2 s]
/proc/loadavg: 4.11 2.63 2.13 6/335 985308
/proc/meminfo: memFree=111335392/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19108176 memory=1363376 CPUtime=196.21 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 72523 0 0 0 19583 38 0 0 20 0 20 0 182790730 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4777044 340844 5881 1 0 556373 0
[pid=985198/tid=985203] ppid=985191 vsize=19108176 memory=1359252 CPUtime=192.55 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 20782 0 0 0 19231 24 0 0 20 0 20 0 182790730 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19108176 memory=-7376463698160344446 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790733 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19108176 memory=1357348 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 213 0 0 0 0 0 0 0 20 0 20 0 182790734 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19108176 memory=1357348 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790752 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 196.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1363376 KiB

[startup+195.6 s]
/proc/loadavg: 4.11 2.63 2.13 6/335 985308
/proc/meminfo: memFree=111335392/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19108176 memory=1363376 CPUtime=196.61 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 72523 0 0 0 19623 38 0 0 20 0 20 0 182790730 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4777044 340844 5881 1 0 556373 0
[pid=985198/tid=985203] ppid=985191 vsize=19108176 memory=16192 CPUtime=192.94 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 20782 0 0 0 19270 24 0 0 20 0 20 0 182790730 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19108176 memory=-9103016639641985724 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790733 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19108176 memory=45336 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 213 0 0 0 0 0 0 0 20 0 20 0 182790734 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790752 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 196.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1363376 KiB

[startup+195.8 s]
/proc/loadavg: 4.11 2.63 2.13 6/335 985308
/proc/meminfo: memFree=111335392/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19108176 memory=1363376 CPUtime=196.81 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 72523 0 0 0 19643 38 0 0 20 0 20 0 182790730 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4777044 340844 5881 1 0 556373 0
[pid=985198/tid=985203] ppid=985191 vsize=19108176 memory=16192 CPUtime=193.14 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) R 985191 985198 984920 0 -1 4194368 20782 0 0 0 19290 24 0 0 20 0 20 0 182790730 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19108176 memory=-9103016639641985724 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790733 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19108176 memory=45336 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 213 0 0 0 0 0 0 0 20 0 20 0 182790734 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985263] ppid=985191 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/985198/task/985263/stat : 985263 (Timer-0) S 985191 985198 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790752 19566772224 340844 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 196.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1363376 KiB

[startup+195.904 s]
/proc/loadavg: 4.11 2.63 2.13 6/335 985308
/proc/meminfo: memFree=111335392/131524600 swapFree=131071996/131071996
[pid=985198] ppid=985191 vsize=19241304 memory=1363760 CPUtime=196.92 cores=0,2
/proc/985198/stat : 985198 (java) S 985191 985198 984920 0 -1 1077936128 74126 0 0 0 19654 38 0 0 20 0 20 0 182790730 19703095296 340940 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
/proc/985198/statm: 4810326 340940 5880 1 0 556975 0
[pid=985198/tid=985203] ppid=985191 vsize=19241304 memory=32196 CPUtime=193.24 cores=0,2
/proc/985198/task/985203/stat : 985203 (java) S 985191 985198 984920 0 -1 1077936192 21872 0 0 0 19300 24 0 0 20 0 20 0 182790730 19703095296 340940 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985223] ppid=985191 vsize=19241304 memory=1336428 CPUtime=0 cores=0,2
/proc/985198/task/985223/stat : 985223 (Finalizer) S 985191 985198 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790733 19703095296 340940 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
[pid=985198/tid=985230] ppid=985191 vsize=19241304 memory=45336 CPUtime=0 cores=0,2
/proc/985198/task/985230/stat : 985230 (Common-Cleaner) S 985191 985198 984920 0 -1 1077936192 213 0 0 0 0 0 0 0 20 0 20 0 182790734 19703095296 340940 134679101440 94436948684800 94436948688496 140723510147152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94436948696312 94436948697104 94436974120960 140723510154228 140723510154336 140723510154336 140723510161352 0
Current children cumulated CPU time: 196.92 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1363760 KiB

Child status: 20

Real time (s): 195.969
CPU time (s): 197.018
CPU user time (s): 196.626
CPU system time (s): 0.391562
CPU usage (%): 100.535
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1363760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 196.626
system time used= 0.391562
maximum resident set size= 1365044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74565
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6934
involuntary context switches= 2674


# summary of solver processes directly reported to runsolver:
#   pid: 985198
#   total CPU time (s): 197.018
#   total CPU user time (s): 196.626
#   total CPU system time (s): 0.391562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.446074 second user time and 0.994401 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 14:38:21
IDJOB=4442801
IDBENCH=147851
IDSOLVER=3052
FILE ID=nodeC017/4442801-1721306289
RUNJOBID= nodeC017-1721306301-984930
SLURM_JOB_ID= 7542642
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-15-10.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442801-1721306289/watcher-4442801-1721306289 -o /tmp/evaluation-result-4442801-1721306289/solver-4442801-1721306289 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984930 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442801-1721306289.opb

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

MD5SUM BENCH= 853d52da79183b98646756a8c7ea759c
RANDOM SEED=213959099

nodeC017.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3602.673
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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		: 3632.236
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
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.733
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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		: 3646.505
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
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		: 3601.436
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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		: 3606.404
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
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		: 3599.721
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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		: 3651.570
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127672552 kB
MemAvailable:   129491096 kB
Buffers:          511140 kB
Cached:          2133948 kB
SwapCached:            0 kB
Active:          1193052 kB
Inactive:        2024260 kB
Active(anon):       1512 kB
Inactive(anon):   608424 kB
Active(file):    1191540 kB
Inactive(file):  1415836 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             20956 kB
Writeback:             0 kB
AnonPages:        572256 kB
Mapped:           125888 kB
Shmem:             37720 kB
KReclaimable:     102276 kB
Slab:             214092 kB
SReclaimable:     102276 kB
SUnreclaim:       111816 kB
KernelStack:        4352 kB
PageTables:        10492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2883200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67264 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC017 at 2024-07-18 14:41:37