Trace number 4444481

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 775.579 761.235

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900568706.opb
MD5SUMba8fd99ef31273b681833a68eb0eb764
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.850492
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 711
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.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.14/0.12	c version CUSTOM.v20240707
0.14/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.13	c java.vm.version	22.0.1+8-16
0.14/0.13	c java.vm.vendor	Oracle Corporation
0.14/0.13	c sun.arch.data.model	64
0.14/0.13	c java.version		22.0.1
0.14/0.13	c os.name		Linux
0.14/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.13	c os.arch		amd64
0.14/0.13	c Free memory 		2115194816
0.14/0.13	c Max memory 		16282288128
0.14/0.13	c Total memory 		2122317824
0.14/0.15	c Number of processors 	2
0.34/0.24	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.24	 - never skip resolution steps
0.34/0.24	 - Auto-division on coefficients is disabled
0.34/0.24	 - No postprocessing
0.34/0.24	 - Conflict is considered as is when resolving
0.34/0.24	 - Use constraints as they come during conflict analysis
0.34/0.24	 - Weaken first using unassigned literals
0.34/0.24	 - Bump strategy: ALWAYS_ONE
0.34/0.24	 - Bumper: EFFECTIVE
0.34/0.24	--- Begin Solver configuration ---
0.34/0.24	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.34/0.24	Learn all clauses as in MiniSAT
0.34/0.24	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.24	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.24	No reason simplification
0.34/0.24	Dynamic restart strategy considering the size of the coefficients
0.34/0.24	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.34/0.24	timeout=2147483s
0.34/0.24	DB Simplification allowed=false
0.34/0.24	Listener: none
0.34/0.24	--- End Solver configuration ---
0.34/0.25	c Pseudo Boolean Optimization by upper bound
0.34/0.25	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.25	c  - never skip resolution steps
0.34/0.25	c  - Auto-division on coefficients is disabled
0.34/0.25	c  - No postprocessing
0.34/0.25	c  - Conflict is considered as is when resolving
0.34/0.25	c  - Use constraints as they come during conflict analysis
0.34/0.25	c  - Weaken first using unassigned literals
0.34/0.25	c  - Bump strategy: ALWAYS_ONE
0.34/0.25	c  - Bumper: EFFECTIVE
0.34/0.25	c --- Begin Solver configuration ---
0.34/0.25	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.34/0.25	c Learn all clauses as in MiniSAT
0.34/0.25	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.25	c No reason simplification
0.34/0.25	c Dynamic restart strategy considering the size of the coefficients
0.34/0.25	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.34/0.25	c timeout=2147483s
0.34/0.25	c DB Simplification allowed=false
0.34/0.25	c Listener: none
0.34/0.25	c --- End Solver configuration ---
0.34/0.25	c solving HOME/instance-4444481-1721318355.opb
0.34/0.25	c reading problem ... 
0.34/0.26	c  no objective function found
0.71/0.48	c ... done. Wall clock time 0.222s.
0.71/0.48	c declared #vars     231
0.71/0.48	c #constraints  2707
0.71/0.48	c constraints type 
0.71/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.71/0.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.71/0.48	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.71/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.71/0.48	c 2707 constraints processed.
18.32/12.91	c cleaning 2498 clauses out of 5000 with flag 0/5000
53.60/47.44	c cleaning 4251 clauses out of 8502 with flag 0/11000
101.50/94.75	c cleaning 5626 clauses out of 11252 with flag 0/18001
159.95/152.26	c cleaning 6805 clauses out of 13625 with flag 0/26000
238.93/230.14	c cleaning 7900 clauses out of 15824 with flag 0/35004
330.11/320.27	c cleaning 8947 clauses out of 17921 with flag 0/45001
439.61/428.67	c cleaning 9978 clauses out of 19973 with flag 0/56000
576.23/563.85	c cleaning 10992 clauses out of 21995 with flag 0/68000
729.48/715.64	c cleaning 11998 clauses out of 24003 with flag 0/81000
775.43/761.17	c starts		: 16
775.43/761.18	c conflicts		: 85689
775.43/761.18	c decisions		: 135177
775.43/761.18	c propagations		: 3588674
775.43/761.18	c inspects		: 622087885
775.43/761.18	c shortcuts		: 0
775.43/761.18	c learnt literals	: 0
775.43/761.18	c learnt binary clauses	: 0
775.43/761.18	c learnt ternary clauses	: 6
775.43/761.18	c learnt constraints	: 85688
775.43/761.18	c ignored constraints	: 0
775.43/761.18	c root simplifications	: 0
775.43/761.18	c removed literals (reason simplification)	: 0
775.43/761.18	c reason swapping (by a shorter reason)	: 0
775.43/761.18	c Calls to reduceDB	: 9
775.43/761.18	c Number of update (reduction) of LBD	: 124690
775.43/761.18	c Imported unit clauses	: 0
775.43/761.18	c No decision after first conflict	: false
775.43/761.18	c number of reductions to clauses (during analyze)	: 0
775.43/761.18	c number of learned constraints concerned by reduction	: 0
775.43/761.18	c number of learning phase by resolution	: 0
775.43/761.18	c number of learning phase by cutting planes	: 0
775.43/761.18	c number of rounding to 1 operations	: 0
775.43/761.18	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
775.43/761.18	c number of reductions of the coefficients by power 2 	: 0
775.43/761.18	c number of right shift for reduction by power 2 	: 0
775.43/761.18	c number of reductions of the coefficients by GCD over coefficients 	: 0
775.43/761.18	c number of ending skipping 	: 0
775.43/761.19	c number of internal skipping 	: 0
775.43/761.19	c number of derivation steps 	: 888543
775.43/761.19	c number of skipped derivation steps 	: 0
775.43/761.19	c number of remaining unassigned 	: 542576
775.43/761.19	c number of remaining assigned 	: 11229704
775.43/761.19	c number of falsified literals weakened from reason	: 0
775.43/761.19	c number of falsified literals weakened from conflict	: 0
775.43/761.19	c time for arithmetic operations	: 3492867368
775.43/761.19	c minimum degree of deleted constraints	: 1
775.43/761.19	c maximum degree of deleted constraints	: 1073106633028886846846836890796304513534801988477250751973258683860443478819140956417979064227173142179107655927931949937637150
775.43/761.19	c number of deleted constraints	: 68995
775.43/761.19	c speed (assignments/second)	: 4717.5757161467745
775.43/761.19	c non guided choices	: 121
775.54/761.20	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1395
775.54/761.20	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 111
775.54/761.20	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 15187
775.54/761.20	s UNSATISFIABLE
775.54/761.20	c Total wall clock time (in seconds): 760.951

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444481-1721318355/watcher-4444481-1721318355 -o /tmp/evaluation-result-4444481-1721318355/solver-4444481-1721318355 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721318349-955705 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4444481-1721318355.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=955961, runsolver pid=955958

[startup+0.108542 s]*
/proc/loadavg: 2.71 2.00 2.94 7/318 955979
/proc/meminfo: memFree=123204388/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=18975048 memory=58736 CPUtime=0.14 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 6628 0 0 0 12 2 0 0 20 0 18 0 183991887 19430449152 14684 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4743762 14684 5678 1 0 551012 0
[pid=955961/tid=955963] ppid=955958 vsize=18975048 memory=4026561586 CPUtime=0.1 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 5604 0 0 0 8 2 0 0 20 0 18 0 183991887 19430449152 14684 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183991893 19430449152 14684 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183991894 19430449152 14684 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58736 KiB

[startup+0.217074 s]*
/proc/loadavg: 2.71 2.00 2.94 10/318 955979
/proc/meminfo: memFree=123132548/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=18975048 memory=68668 CPUtime=0.34 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 7543 0 0 0 31 3 0 0 20 0 18 0 183991887 19430449152 17167 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4743762 17167 5756 1 0 551840 0
[pid=955961/tid=955963] ppid=955958 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 5940 0 0 0 17 3 0 0 20 0 18 0 183991887 19430449152 17167 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=18975048 memory=5697 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183991893 19430449152 17167 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183991894 19430449152 17167 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68668 KiB

[startup+0.317349 s]*
/proc/loadavg: 2.71 2.00 2.94 7/318 955979
/proc/meminfo: memFree=123113024/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=18975048 memory=71476 CPUtime=0.53 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 7727 0 0 0 50 3 0 0 20 0 18 0 183991887 19430449152 17869 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4743762 17869 5765 1 0 551926 0
[pid=955961/tid=955963] ppid=955958 vsize=18975048 memory=-8599730585240642236 CPUtime=0.29 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 6040 0 0 0 26 3 0 0 20 0 18 0 183991887 19430449152 17869 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183991893 19430449152 17869 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183991894 19430449152 17869 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71476 KiB

[startup+0.700387 s]
/proc/loadavg: 2.71 2.00 2.94 7/319 955980
/proc/meminfo: memFree=123101468/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19041612 memory=98448 CPUtime=1.22 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 8280 0 0 0 118 4 0 0 20 0 19 0 183991887 19498610688 24612 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4760403 24612 5897 1 0 552415 0
[pid=955961/tid=955963] ppid=955958 vsize=19041612 memory=5512 CPUtime=0.6 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 6147 0 0 0 57 3 0 0 20 0 19 0 183991887 19498610688 24612 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19041612 memory=11992 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183991893 19498610688 24612 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=19041612 memory=7235542065240669591 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183991894 19498610688 24612 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955980] ppid=955958 vsize=19041612 memory=279570024821736 CPUtime=0 cores=1,3
/proc/955961/task/955980/stat : 955980 (Timer-0) S 955958 955961 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183991935 19498610688 24612 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 98448 KiB

[startup+1.50053 s]
/proc/loadavg: 2.71 2.00 2.94 6/319 955980
/proc/meminfo: memFree=123030772/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19108176 memory=182556 CPUtime=2.8 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 18606 0 0 0 271 9 0 0 20 0 20 0 183991887 19566772224 45639 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4777044 45639 5913 1 0 557193 0
[pid=955961/tid=955963] ppid=955958 vsize=19108176 memory=11992 CPUtime=1.32 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 6446 0 0 0 127 5 0 0 20 0 20 0 183991887 19566772224 45639 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183991893 19566772224 45639 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 183991894 19566772224 45639 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955980] ppid=955958 vsize=19108176 memory=279570024670480 CPUtime=0 cores=1,3
/proc/955961/task/955980/stat : 955980 (Timer-0) S 955958 955961 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183991935 19566772224 45639 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182556 KiB

[startup+3.10654 s]
/proc/loadavg: 2.71 2.00 2.94 6/320 955981
/proc/meminfo: memFree=122388556/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19108176 memory=466864 CPUtime=5.96 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 25663 0 0 0 582 14 0 0 20 0 20 0 183991887 19566772224 116716 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4777044 116716 5929 1 0 664611 0
[pid=955961/tid=955963] ppid=955958 vsize=19108176 memory=0 CPUtime=2.86 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 7282 0 0 0 276 10 0 0 20 0 20 0 183991887 19566772224 116716 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183991893 19566772224 116716 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 183991894 19566772224 116716 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955980] ppid=955958 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/955961/task/955980/stat : 955980 (Timer-0) S 955958 955961 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183991935 19566772224 116716 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 466864 KiB

[startup+6.30047 s]
/proc/loadavg: 2.89 2.05 2.95 5/320 955981
/proc/meminfo: memFree=121843152/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19108176 memory=953572 CPUtime=10.34 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 26260 0 0 0 1009 25 0 0 20 0 20 0 183991887 19566772224 238393 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4777044 238393 5929 1 0 664627 0
[pid=955961/tid=955963] ppid=955958 vsize=19108176 memory=0 CPUtime=5.84 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 7628 0 0 0 565 19 0 0 20 0 20 0 183991887 19566772224 238393 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183991893 19566772224 238393 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 183991894 19566772224 238393 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955980] ppid=955958 vsize=19108176 memory=-8599730585240642236 CPUtime=0 cores=1,3
/proc/955961/task/955980/stat : 955980 (Timer-0) S 955958 955961 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183991935 19566772224 238393 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 10.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 953572 KiB

[startup+12.7005 s]
/proc/loadavg: 2.98 2.08 2.95 6/320 955982
/proc/meminfo: memFree=120332584/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19108176 memory=1945692 CPUtime=17.97 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 27809 0 0 0 1752 45 0 0 20 0 20 0 183991887 19566772224 486423 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4777044 486423 5929 1 0 915299 0
[pid=955961/tid=955963] ppid=955958 vsize=19108176 memory=11992 CPUtime=12.11 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 8446 0 0 0 1174 37 0 0 20 0 20 0 183991887 19566772224 486423 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19108176 memory=-8599730585240642236 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183991893 19566772224 486423 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=19108176 memory=1945448 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 183991894 19566772224 486423 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955980] ppid=955958 vsize=19108176 memory=2312 CPUtime=0 cores=1,3
/proc/955961/task/955980/stat : 955980 (Timer-0) S 955958 955961 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183991935 19566772224 486423 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 17.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1945692 KiB

[startup+25.5005 s]
/proc/loadavg: 3.28 2.19 2.98 5/320 955984
/proc/meminfo: memFree=118812580/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19108176 memory=2212492 CPUtime=31.25 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 34169 0 0 0 3073 52 0 0 20 0 20 0 183991887 19566772224 553123 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4777044 553123 5929 1 0 915350 0
[pid=955961/tid=955963] ppid=955958 vsize=19108176 memory=2212476 CPUtime=24.7 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 11703 0 0 0 2429 41 0 0 20 0 20 0 183991887 19566772224 553123 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19108176 memory=2212476 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183991893 19566772224 553123 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=19108176 memory=97 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 183991894 19566772224 553123 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955980] ppid=955958 vsize=19108176 memory=-8599730585240642236 CPUtime=0 cores=1,3
/proc/955961/task/955980/stat : 955980 (Timer-0) S 955958 955961 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183991935 19566772224 553123 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 31.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2212492 KiB

[startup+51.1135 s]
/proc/loadavg: 3.53 2.34 3.00 5/320 955988
/proc/meminfo: memFree=118716152/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19108176 memory=2245352 CPUtime=57.37 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 43167 0 0 0 5680 57 0 0 20 0 20 0 183991887 19566772224 561338 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4777044 561338 5929 1 0 915351 0
[pid=955961/tid=955963] ppid=955958 vsize=19108176 memory=2243256 CPUtime=49.71 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 15400 0 0 0 4928 43 0 0 20 0 20 0 183991887 19566772224 561338 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19108176 memory=2243256 CPUtime=0 cores=1,3

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

/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 641 0 0 0 0 0 0 0 20 0 20 0 183991894 19566772224 727261 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955980] ppid=955958 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/955961/task/955980/stat : 955980 (Timer-0) S 955958 955961 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183991935 19566772224 727261 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 716.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2909044 KiB

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

# cumulated CPU time of all completed processes:  user=774.209 s, system=1.37012 s

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

[startup+716.8 s]
/proc/loadavg: 4.41 4.27 3.80 5/320 957262
/proc/meminfo: memFree=117800568/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19108176 memory=2919372 CPUtime=730.68 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 116050 0 0 0 72938 130 0 0 20 0 20 0 183991887 19566772224 729843 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4777044 729843 5932 1 0 915367 0
[pid=955961/tid=955963] ppid=955958 vsize=19108176 memory=5512 CPUtime=700.24 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 45207 0 0 0 69973 51 0 0 20 0 20 0 183991887 19566772224 729843 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19108176 memory=25208 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183991893 19566772224 729843 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=19108176 memory=2648 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 641 0 0 0 0 0 0 0 20 0 20 0 183991894 19566772224 729843 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955980] ppid=955958 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/955961/task/955980/stat : 955980 (Timer-0) S 955958 955961 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183991935 19566772224 729843 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 730.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2919372 KiB

[startup+742.4 s]
/proc/loadavg: 4.33 4.26 3.81 5/320 957266
/proc/meminfo: memFree=117724508/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19108176 memory=2937956 CPUtime=756.55 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 122420 0 0 0 75521 134 0 0 20 0 20 0 183991887 19566772224 734489 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4777044 734489 5932 1 0 915367 0
[pid=955961/tid=955963] ppid=955958 vsize=19108176 memory=0 CPUtime=725.28 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 46738 0 0 0 72477 51 0 0 20 0 20 0 183991887 19566772224 734489 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19108176 memory=2919372 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183991893 19566772224 734489 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=19108176 memory=2648 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 716 0 0 0 0 0 0 0 20 0 20 0 183991894 19566772224 734489 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955980] ppid=955958 vsize=19108176 memory=279570025311936 CPUtime=0 cores=1,3
/proc/955961/task/955980/stat : 955980 (Timer-0) S 955958 955961 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183991935 19566772224 734489 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 756.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2937956 KiB

[startup+748.804 s]
/proc/loadavg: 4.39 4.28 3.82 5/320 957268
/proc/meminfo: memFree=117705924/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19108176 memory=2944100 CPUtime=763 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 122555 0 0 0 76166 134 0 0 20 0 20 0 183991887 19566772224 736025 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4777044 736025 5932 1 0 915367 0
[pid=955961/tid=955963] ppid=955958 vsize=19108176 memory=2942052 CPUtime=731.48 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) S 955958 955961 955693 0 -1 1077936192 46863 0 0 0 73097 51 0 0 20 0 20 0 183991887 19566772224 736025 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19108176 memory=2244 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183991893 19566772224 736025 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=19108176 memory=2933860 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 716 0 0 0 0 0 0 0 20 0 20 0 183991894 19566772224 736025 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955980] ppid=955958 vsize=19108176 memory=2933836 CPUtime=0 cores=1,3
/proc/955961/task/955980/stat : 955980 (Timer-0) S 955958 955961 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183991935 19566772224 736025 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 763 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2944100 KiB

[startup+755.201 s]
/proc/loadavg: 4.33 4.27 3.82 5/320 957268
/proc/meminfo: memFree=117683312/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19108176 memory=2950244 CPUtime=769.49 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 122634 0 0 0 76814 135 0 0 20 0 20 0 183991887 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4777044 737561 5932 1 0 915367 0
[pid=955961/tid=955963] ppid=955958 vsize=19108176 memory=11992 CPUtime=737.75 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 46934 0 0 0 73724 51 0 0 20 0 20 0 183991887 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19108176 memory=43480 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183991893 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=19108176 memory=2937956 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 716 0 0 0 0 0 0 0 20 0 20 0 183991894 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955980] ppid=955958 vsize=19108176 memory=-8599730585240642236 CPUtime=0 cores=1,3
/proc/955961/task/955980/stat : 955980 (Timer-0) S 955958 955961 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183991935 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 769.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2950244 KiB

[startup+758.4 s]
/proc/loadavg: 4.33 4.27 3.82 5/320 957269
/proc/meminfo: memFree=117668836/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19108176 memory=2950244 CPUtime=772.68 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 122668 0 0 0 77133 135 0 0 20 0 20 0 183991887 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4777044 737561 5932 1 0 915367 0
[pid=955961/tid=955963] ppid=955958 vsize=19108176 memory=2946148 CPUtime=740.94 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 46967 0 0 0 74043 51 0 0 20 0 20 0 183991887 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19108176 memory=-8549726995301121691 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183991893 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 716 0 0 0 0 0 0 0 20 0 20 0 183991894 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955980] ppid=955958 vsize=19108176 memory=2946148 CPUtime=0 cores=1,3
/proc/955961/task/955980/stat : 955980 (Timer-0) S 955958 955961 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183991935 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 772.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2950244 KiB

[startup+760 s]*
/proc/loadavg: 4.30 4.26 3.82 5/320 957269
/proc/meminfo: memFree=117668836/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19108176 memory=2950244 CPUtime=774.29 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 122679 0 0 0 77294 135 0 0 20 0 20 0 183991887 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4777044 737561 5932 1 0 915367 0
[pid=955961/tid=955963] ppid=955958 vsize=19108176 memory=-8527963253682512572 CPUtime=742.55 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 46978 0 0 0 74204 51 0 0 20 0 20 0 183991887 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19108176 memory=-8549726995301121691 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183991893 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=19108176 memory=25208 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 716 0 0 0 0 0 0 0 20 0 20 0 183991894 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955980] ppid=955958 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/955961/task/955980/stat : 955980 (Timer-0) S 955958 955961 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183991935 19566772224 737561 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 774.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2950244 KiB

[startup+760.8 s]
/proc/loadavg: 4.30 4.26 3.82 5/320 957269
/proc/meminfo: memFree=117668836/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19108176 memory=2954340 CPUtime=775.11 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 122768 0 0 0 77376 135 0 0 20 0 20 0 183991887 19566772224 738585 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4777044 738585 5932 1 0 915367 0
[pid=955961/tid=955963] ppid=955958 vsize=19108176 memory=1944 CPUtime=743.18 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) R 955958 955961 955693 0 -1 4194368 47023 0 0 0 74267 51 0 0 20 0 20 0 183991887 19566772224 738585 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19108176 memory=2244 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183991893 19566772224 738585 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=19108176 memory=2312 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 716 0 0 0 0 0 0 0 20 0 20 0 183991894 19566772224 738585 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955980] ppid=955958 vsize=19108176 memory=2950244 CPUtime=0 cores=1,3
/proc/955961/task/955980/stat : 955980 (Timer-0) S 955958 955961 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183991935 19566772224 738585 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 775.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2954340 KiB

[startup+761.203 s]
/proc/loadavg: 4.30 4.26 3.82 5/320 957269
/proc/meminfo: memFree=117664740/131655788 swapFree=131071996/131071996
[pid=955961] ppid=955958 vsize=19241304 memory=2955100 CPUtime=775.54 cores=1,3
/proc/955961/stat : 955961 (java) S 955958 955961 955693 0 -1 1077936128 125053 0 0 0 77419 135 0 0 20 0 20 0 183991887 19703095296 738775 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
/proc/955961/statm: 4810326 738775 5929 1 0 916021 0
[pid=955961/tid=955963] ppid=955958 vsize=19241304 memory=2954340 CPUtime=743.55 cores=1,3
/proc/955961/task/955963/stat : 955963 (java) S 955958 955961 955693 0 -1 1077936192 48423 0 0 0 74304 51 0 0 20 0 20 0 183991887 19703095296 738775 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955972] ppid=955958 vsize=19241304 memory=40520 CPUtime=0 cores=1,3
/proc/955961/task/955972/stat : 955972 (Finalizer) S 955958 955961 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183991893 19703095296 738775 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
[pid=955961/tid=955979] ppid=955958 vsize=19241304 memory=23672 CPUtime=0 cores=1,3
/proc/955961/task/955979/stat : 955979 (Common-Cleaner) S 955958 955961 955693 0 -1 1077936192 716 0 0 0 0 0 0 0 20 0 20 0 183991894 19703095296 738775 134679101440 93913156853760 93913156857456 140720502072864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93913156865272 93913156866064 93913173753856 140720502080500 140720502080608 140720502080608 140720502087624 0
Current children cumulated CPU time: 775.54 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2955100 KiB

Child status: 20

Real time (s): 761.235
CPU time (s): 775.579
CPU user time (s): 774.209
CPU system time (s): 1.37012
CPU usage (%): 101.884
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2955100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 774.209
system time used= 1.37011
maximum resident set size= 2956144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125212
page faults= 0
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29596
involuntary context switches= 2059


# summary of solver processes directly reported to runsolver:
#   pid: 955961
#   total CPU time (s): 775.579
#   total CPU user time (s): 774.209
#   total CPU system time (s): 1.37012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.5235 second user time and 8.9071 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-18 17:59:27
IDJOB=4444481
IDBENCH=147979
IDSOLVER=3052
FILE ID=nodeC008/4444481-1721318355
RUNJOBID= nodeC008-1721318349-955705
SLURM_JOB_ID= 7542675
Free space on /tmp= 723768 MiB

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

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

MD5SUM BENCH= ba8fd99ef31273b681833a68eb0eb764
RANDOM SEED=1183046750

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123317596 kB
MemAvailable:   124182604 kB
Buffers:          518140 kB
Cached:          1184940 kB
SwapCached:            0 kB
Active:          1013844 kB
Inactive:        6767440 kB
Active(anon):       1476 kB
Inactive(anon):  6114424 kB
Active(file):    1012368 kB
Inactive(file):   653016 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1124 kB
Writeback:             0 kB
AnonPages:       6078276 kB
Mapped:           125608 kB
Shmem:             37704 kB
KReclaimable:      79308 kB
Slab:             178688 kB
SReclaimable:      79308 kB
SUnreclaim:        99380 kB
KernelStack:        4848 kB
PageTables:        21924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   10950556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57664 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5754880 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-18 18:12:08