Trace number 4444211

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 614.054 604.799

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900569834.opb
MD5SUMa809dae2e34e5b35a94e396e7d9ebfcb
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.88112
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
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 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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Use constraints as they come during conflict analysis
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: EFFECTIVE
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Dynamic restart strategy considering the size of the coefficients
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4444211-1721314626.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.32/0.24	c ... done. Wall clock time 0.077s.
0.32/0.24	c declared #vars     231
0.32/0.24	c #constraints  2707
0.32/0.24	c constraints type 
0.32/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.32/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.32/0.24	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.32/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.32/0.24	c 2707 constraints processed.
17.04/12.94	c cleaning 2498 clauses out of 5000 with flag 0/5000
45.66/41.12	c cleaning 4245 clauses out of 8503 with flag 0/11001
91.09/85.85	c cleaning 5629 clauses out of 11258 with flag 0/18001
147.92/142.07	c cleaning 6815 clauses out of 13629 with flag 0/26001
222.85/216.41	c cleaning 7901 clauses out of 15813 with flag 0/35000
315.66/308.64	c cleaning 8956 clauses out of 17912 with flag 0/45000
418.75/411.13	c cleaning 9975 clauses out of 19956 with flag 0/56000
537.67/529.20	c cleaning 10986 clauses out of 21981 with flag 0/68000
613.92/604.75	c starts		: 44
613.92/604.77	c conflicts		: 76312
613.92/604.77	c decisions		: 130476
613.92/604.77	c propagations		: 3134795
613.92/604.77	c inspects		: 520548532
613.92/604.77	c shortcuts		: 0
613.92/604.77	c learnt literals	: 0
613.92/604.77	c learnt binary clauses	: 0
613.92/604.77	c learnt ternary clauses	: 16
613.92/604.77	c learnt constraints	: 76311
613.92/604.77	c ignored constraints	: 0
613.92/604.77	c root simplifications	: 0
613.92/604.77	c removed literals (reason simplification)	: 0
613.92/604.77	c reason swapping (by a shorter reason)	: 0
613.92/604.77	c Calls to reduceDB	: 8
613.92/604.77	c Number of update (reduction) of LBD	: 112533
613.92/604.77	c Imported unit clauses	: 0
613.92/604.77	c No decision after first conflict	: false
613.92/604.77	c number of reductions to clauses (during analyze)	: 0
613.92/604.77	c number of learned constraints concerned by reduction	: 0
613.92/604.77	c number of learning phase by resolution	: 0
613.92/604.77	c number of learning phase by cutting planes	: 0
613.92/604.77	c number of rounding to 1 operations	: 0
613.92/604.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
613.92/604.77	c number of reductions of the coefficients by power 2 	: 0
613.92/604.77	c number of right shift for reduction by power 2 	: 0
613.92/604.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
613.92/604.77	c number of ending skipping 	: 0
613.92/604.77	c number of internal skipping 	: 0
613.92/604.77	c number of derivation steps 	: 765846
613.92/604.77	c number of skipped derivation steps 	: 0
613.92/604.77	c number of remaining unassigned 	: 466365
613.92/604.77	c number of remaining assigned 	: 8139666
613.92/604.77	c number of falsified literals weakened from reason	: 0
613.92/604.77	c number of falsified literals weakened from conflict	: 0
613.92/604.77	c time for arithmetic operations	: 2131644943
613.92/604.77	c minimum degree of deleted constraints	: 1
613.92/604.77	c maximum degree of deleted constraints	: 5685682265424196974341205525763365710558737594025302038382236675504548621145044038073845483381919356777643599594872574586797908750618256521162032078205849264789757594229222176713757199191437844940518879776000
613.92/604.77	c number of deleted constraints	: 57005
613.92/604.77	c speed (assignments/second)	: 5185.559216838372
613.92/604.77	c non guided choices	: 121
613.92/604.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1610
613.92/604.78	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 143
613.92/604.78	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 17553
613.92/604.78	s UNSATISFIABLE
613.92/604.78	c Total wall clock time (in seconds): 604.627

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=990721, runsolver pid=990718

[startup+0.103395 s]*
/proc/loadavg: 4.31 4.26 4.21 5/329 990739
/proc/meminfo: memFree=119181652/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=18975048 memory=63420 CPUtime=0.13 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 7230 0 0 0 11 2 0 0 20 0 18 0 183624409 19430449152 15855 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4743762 15855 5735 1 0 549357 0
[pid=990721/tid=990723] ppid=990718 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) D 990718 990721 984920 0 -1 1078198336 5765 0 0 0 7 1 0 0 20 0 18 0 183624409 19430449152 15855 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183624412 19430449152 15855 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183624412 19430449152 15855 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63420 KiB

[startup+0.205855 s]*
/proc/loadavg: 4.31 4.26 4.21 7/329 990739
/proc/meminfo: memFree=119173128/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=18975048 memory=73456 CPUtime=0.32 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 7734 0 0 0 29 3 0 0 20 0 18 0 183624409 19430449152 18364 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4743762 18364 5752 1 0 549650 0
[pid=990721/tid=990723] ppid=990718 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 6044 0 0 0 16 2 0 0 20 0 18 0 183624409 19430449152 18364 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=18975048 memory=15975 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183624412 19430449152 18364 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183624412 19430449152 18364 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73456 KiB

[startup+0.30621 s]*
/proc/loadavg: 4.31 4.26 4.21 8/330 990740
/proc/meminfo: memFree=119155220/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19041612 memory=85164 CPUtime=0.51 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 8319 0 0 0 48 3 0 0 20 0 19 0 183624409 19498610688 21291 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4760403 21291 5854 1 0 550244 0
[pid=990721/tid=990723] ppid=990718 vsize=19041612 memory=-8600858705578468028 CPUtime=0.27 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 6133 0 0 0 25 2 0 0 20 0 19 0 183624409 19498610688 21291 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183624412 19498610688 21291 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183624412 19498610688 21291 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183624433 19498610688 21291 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 85164 KiB

[startup+0.702215 s]
/proc/loadavg: 4.31 4.26 4.21 6/330 990740
/proc/meminfo: memFree=119110224/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=179072 CPUtime=1.27 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 14327 0 0 0 121 6 0 0 20 0 20 0 183624409 19566772224 44768 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 44768 5870 1 0 554615 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=13196 CPUtime=0.59 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 6180 0 0 0 56 3 0 0 20 0 20 0 183624409 19566772224 44768 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 44768 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 44768 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19108176 memory=2028 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 44768 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179072 KiB

[startup+1.50722 s]
/proc/loadavg: 4.31 4.26 4.21 6/331 990741
/proc/meminfo: memFree=119060920/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=197480 CPUtime=2.85 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 25003 0 0 0 278 7 0 0 20 0 20 0 183624409 19566772224 49370 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 49370 5886 1 0 557504 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=13196 CPUtime=1.33 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 6456 0 0 0 130 3 0 0 20 0 20 0 183624409 19566772224 49370 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 49370 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 49370 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 49370 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 197480 KiB

[startup+3.11621 s]
/proc/loadavg: 4.31 4.26 4.21 5/331 990741
/proc/meminfo: memFree=118818580/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=464588 CPUtime=5.9 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 27269 0 0 0 578 12 0 0 20 0 20 0 183624409 19566772224 116147 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 116147 5886 1 0 557504 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=0 CPUtime=2.9 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 7170 0 0 0 282 8 0 0 20 0 20 0 183624409 19566772224 116147 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 116147 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19108176 memory=250772 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 116147 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 116147 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 464588 KiB

[startup+6.30029 s]
/proc/loadavg: 4.36 4.28 4.21 5/331 990742
/proc/meminfo: memFree=118182200/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=1050268 CPUtime=10.15 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 28312 0 0 0 991 24 0 0 20 0 20 0 183624409 19566772224 262567 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 262567 5886 1 0 703726 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=13196 CPUtime=6 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 7582 0 0 0 581 19 0 0 20 0 20 0 183624409 19566772224 262567 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 262567 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19108176 memory=5864365566318434648 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 262567 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19108176 memory=5472 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 262567 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 10.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1050268 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.27 4.21 5/331 990742
/proc/meminfo: memFree=117513048/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=1708096 CPUtime=16.71 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 33788 0 0 0 1632 39 0 0 20 0 20 0 183624409 19566772224 427024 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 427024 5886 1 0 703730 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=0 CPUtime=12.29 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 9649 0 0 0 1196 33 0 0 20 0 20 0 183624409 19566772224 427024 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19108176 memory=1708092 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 427024 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 427024 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 427024 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 16.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1708096 KiB

[startup+25.5003 s]
/proc/loadavg: 4.33 4.27 4.21 5/331 990746
/proc/meminfo: memFree=117492048/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=1716588 CPUtime=29.78 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 37049 0 0 0 2937 41 0 0 20 0 20 0 183624409 19566772224 429147 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 429147 5886 1 0 703762 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=1708092 CPUtime=24.93 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 11272 0 0 0 2460 33 0 0 20 0 20 0 183624409 19566772224 429147 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 429147 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19108176 memory=1708364 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 429147 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 429147 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 29.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1716588 KiB

[startup+51.1058 s]
/proc/loadavg: 4.22 4.25 4.21 5/331 990749
/proc/meminfo: memFree=117431960/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=1739372 CPUtime=55.83 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 48853 0 0 0 5539 44 0 0 20 0 20 0 183624409 19566772224 434843 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 434843 5886 1 0 703762 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=1737244 CPUtime=50.18 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 15098 0 0 0 4983 35 0 0 20 0 20 0 183624409 19566772224 434843 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0

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

/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 586525 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 591.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2346100 KiB

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

# cumulated CPU time of all completed processes:  user=613.149 s, system=0.905078 s

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

[startup+588.8 s]
/proc/loadavg: 4.58 4.31 4.22 5/330 991028
/proc/meminfo: memFree=116448712/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=2354292 CPUtime=597.87 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 108384 0 0 0 59700 87 0 0 20 0 20 0 183624409 19566772224 588573 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 588573 5901 1 0 703837 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=2297552 CPUtime=578.5 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 37622 0 0 0 57812 38 0 0 20 0 20 0 183624409 19566772224 588573 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19108176 memory=2320104 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 588573 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19108176 memory=2289360 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 466 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 588573 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19108176 memory=2331764 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 588573 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 597.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2354292 KiB

[startup+595.2 s]
/proc/loadavg: 4.65 4.34 4.23 5/330 991030
/proc/meminfo: memFree=116444560/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=2358388 CPUtime=604.31 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 108497 0 0 0 60344 87 0 0 20 0 20 0 183624409 19566772224 589597 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 589597 5901 1 0 703837 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=2350196 CPUtime=584.83 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 37731 0 0 0 58445 38 0 0 20 0 20 0 183624409 19566772224 589597 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19108176 memory=45336 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 589597 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19108176 memory=2354292 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 466 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 589597 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19108176 memory=2350196 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 589597 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 604.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2358388 KiB

[startup+601.6 s]
/proc/loadavg: 4.59 4.33 4.23 5/330 991031
/proc/meminfo: memFree=116434124/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=2368632 CPUtime=610.79 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 109206 0 0 0 60991 88 0 0 20 0 20 0 183624409 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 592158 5901 1 0 703837 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=13196 CPUtime=591.1 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 38357 0 0 0 59072 38 0 0 20 0 20 0 183624409 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19108176 memory=2346100 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 466 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19108176 memory=2358388 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 610.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2368632 KiB

[startup+603.2 s]
/proc/loadavg: 4.59 4.33 4.23 5/330 991031
/proc/meminfo: memFree=116433872/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=2368632 CPUtime=612.38 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 109599 0 0 0 61150 88 0 0 20 0 20 0 183624409 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 592158 5901 1 0 703837 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=13196 CPUtime=592.7 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 38749 0 0 0 59232 38 0 0 20 0 20 0 183624409 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19108176 memory=5472 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 466 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19108176 memory=2320 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 612.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2368632 KiB

[startup+604 s]*
/proc/loadavg: 4.55 4.33 4.23 5/330 991031
/proc/meminfo: memFree=116433888/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=2368632 CPUtime=613.19 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 109777 0 0 0 61230 89 0 0 20 0 20 0 183624409 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 592158 5901 1 0 703837 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=-8600858705578468028 CPUtime=593.51 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 38927 0 0 0 59312 39 0 0 20 0 20 0 183624409 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19108176 memory=1471055794914101593 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19108176 memory=8064 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 466 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19108176 memory=3296 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 613.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2368632 KiB

[startup+604.4 s]
/proc/loadavg: 4.55 4.33 4.23 5/330 991031
/proc/meminfo: memFree=116433888/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=2368632 CPUtime=613.59 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 109839 0 0 0 61270 89 0 0 20 0 20 0 183624409 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 592158 5901 1 0 703837 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=2368632 CPUtime=593.9 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 38978 0 0 0 59351 39 0 0 20 0 20 0 183624409 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19108176 memory=5472 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19108176 memory=2244 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 466 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19108176 memory=5444 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 613.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2368632 KiB

[startup+604.6 s]
/proc/loadavg: 4.55 4.33 4.23 5/330 991031
/proc/meminfo: memFree=116433888/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=2368632 CPUtime=613.79 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 109847 0 0 0 61290 89 0 0 20 0 20 0 183624409 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 592158 5901 1 0 703837 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=-8600858705578468028 CPUtime=594.1 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 4194368 38986 0 0 0 59371 39 0 0 20 0 20 0 183624409 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19108176 memory=15829 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19108176 memory=1088 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 466 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19108176 memory=-9103007830650781613 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 592158 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 613.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2368632 KiB

[startup+604.7 s]
/proc/loadavg: 4.55 4.33 4.23 5/330 991031
/proc/meminfo: memFree=116433888/131524600 swapFree=131071996/131071996
[pid=990721] ppid=990718 vsize=19108176 memory=2374776 CPUtime=613.92 cores=5,7
/proc/990721/stat : 990721 (java) S 990718 990721 984920 0 -1 1077936128 110587 0 0 0 61303 89 0 0 20 0 20 0 183624409 19566772224 593694 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
/proc/990721/statm: 4777044 593694 5901 1 0 703837 0
[pid=990721/tid=990723] ppid=990718 vsize=19108176 memory=11544 CPUtime=594.14 cores=5,7
/proc/990721/task/990723/stat : 990723 (java) R 990718 990721 984920 0 -1 1077936192 38987 0 0 0 59375 39 0 0 20 0 20 0 183624409 19566772224 593694 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990732] ppid=990718 vsize=19108176 memory=2301648 CPUtime=0 cores=5,7
/proc/990721/task/990732/stat : 990732 (Finalizer) S 990718 990721 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 593694 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990739] ppid=990718 vsize=19108176 memory=2211532 CPUtime=0 cores=5,7
/proc/990721/task/990739/stat : 990739 (Common-Cleaner) S 990718 990721 984920 0 -1 1077936192 466 0 0 0 0 0 0 0 20 0 20 0 183624412 19566772224 593694 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
[pid=990721/tid=990740] ppid=990718 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/990721/task/990740/stat : 990740 (Timer-0) S 990718 990721 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183624433 19566772224 593694 134679101440 94628073611264 94628073614960 140731235597744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628073622776 94628073623568 94628092600320 140731235603444 140731235603552 140731235603552 140731235610568 0
Current children cumulated CPU time: 613.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2374776 KiB

Child status: 20

Real time (s): 604.799
CPU time (s): 614.054
CPU user time (s): 613.149
CPU system time (s): 0.905078
CPU usage (%): 101.53
Max. virtual memory (cumulated for all children) (KiB): 19112160
Max. memory (cumulated for all children) (KiB): 2374776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 613.149
system time used= 0.905078
maximum resident set size= 2376296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113846
page faults= 0
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25481
involuntary context switches= 2910


# summary of solver processes directly reported to runsolver:
#   pid: 990721
#   total CPU time (s): 614.054
#   total CPU user time (s): 613.149
#   total CPU system time (s): 0.905078

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.32319 second user time and 3.18752 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 16:57:18
IDJOB=4444211
IDBENCH=147926
IDSOLVER=3052
FILE ID=nodeC017/4444211-1721314626
RUNJOBID= nodeC017-1721306301-984933
SLURM_JOB_ID= 7542642
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900569834.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444211-1721314626/watcher-4444211-1721314626 -o /tmp/evaluation-result-4444211-1721314626/solver-4444211-1721314626 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984933 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4444211-1721314626.opb

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

MD5SUM BENCH= a809dae2e34e5b35a94e396e7d9ebfcb
RANDOM SEED=746367519

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		: 3600.068
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		: 3679.732
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		: 3667.464
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		: 3647.626
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		: 3667.525
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		: 3635.519
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.809
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		: 3647.993
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:        119224252 kB
MemAvailable:   121081224 kB
Buffers:          518892 kB
Cached:          2164176 kB
SwapCached:            0 kB
Active:          1206864 kB
Inactive:       10442652 kB
Active(anon):       1544 kB
Inactive(anon):  9002600 kB
Active(file):    1205320 kB
Inactive(file):  1440052 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       8966416 kB
Mapped:           126540 kB
Shmem:             37720 kB
KReclaimable:     102496 kB
Slab:             214896 kB
SReclaimable:     102496 kB
SUnreclaim:       112400 kB
KernelStack:        5024 kB
PageTables:        27640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9994040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67520 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8650752 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= 890072 MiB
End job on nodeC017 at 2024-07-18 17:07:23