Trace number 4424669

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-12? 2821.83 2821.08

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph11_wcsp.wbo
MD5SUM877f3997f9257d793d2a0e209c393814
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark35209
Best CPU time to get the best result obtained on this benchmark3484.54
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables12820
Total number of constraints1878918
Number of soft constraints1878578
Number of constraints which are clauses1878578
Number of constraints which are cardinality constraints (but not clauses)340
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 824749
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 470565953
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.14/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	 - never skip resolution steps
0.14/0.16	 - Auto-division on coefficients is disabled
0.14/0.16	 - No postprocessing
0.14/0.16	 - Conflict is considered as is when resolving
0.14/0.16	 - Use constraints as they come during conflict analysis
0.14/0.16	 - Weaken first using unassigned literals
0.14/0.16	 - Bump strategy: ALWAYS_ONE
0.14/0.16	 - Bumper: EFFECTIVE
0.14/0.16	--- Begin Solver configuration ---
0.14/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.16	Learn all clauses as in MiniSAT
0.14/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	No reason simplification
0.14/0.16	Dynamic restart strategy considering the size of the coefficients
0.14/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.16	timeout=2147483s
0.14/0.16	DB Simplification allowed=false
0.14/0.16	Listener: none
0.14/0.16	--- End Solver configuration ---
0.14/0.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	c  - never skip resolution steps
0.14/0.16	c  - Auto-division on coefficients is disabled
0.14/0.16	c  - No postprocessing
0.14/0.16	c  - Conflict is considered as is when resolving
0.14/0.16	c  - Use constraints as they come during conflict analysis
0.14/0.16	c  - Weaken first using unassigned literals
0.14/0.16	c  - Bump strategy: ALWAYS_ONE
0.14/0.16	c  - Bumper: EFFECTIVE
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Dynamic restart strategy considering the size of the coefficients
0.14/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4424669-1720894408.wbo
0.14/0.16	c reading problem ... 
2820.63/2820.13	c ... done. Wall clock time 2819.968s.
2820.63/2820.13	c declared #vars     12820
2820.63/2820.13	c internal #vars     1891398
2820.63/2820.13	c #constraints  1879259
2820.63/2820.13	c constraints type 
2820.63/2820.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 340
2820.63/2820.13	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
2820.63/2820.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1878918
2820.63/2820.13	c 1879259 constraints processed.
2820.63/2820.14	c objective function length is 1878578 literals
2821.73/2821.04	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 1884078 out of bounds for length 12821
2821.73/2821.04		at org.sat4j.pb.lcds.AbstractLBDComputerStrategy.computeLBD(AbstractLBDComputerStrategy.java:32)
2821.73/2821.04		at org.sat4j.pb.lcds.PBGlucoseLCDS.computeLBD(PBGlucoseLCDS.java:98)
2821.73/2821.04		at org.sat4j.minisat.core.GlucoseLCDS.onClauseLearning(GlucoseLCDS.java:116)
2821.73/2821.04		at org.sat4j.minisat.core.Glucose2LCDS.onClauseLearning(Glucose2LCDS.java:35)
2821.73/2821.04		at org.sat4j.pb.core.PBSolverCP.analyzeCP(PBSolverCP.java:231)
2821.73/2821.04		at org.sat4j.pb.core.PBSolverCP.analyze(PBSolverCP.java:163)
2821.73/2821.04		at org.sat4j.minisat.core.Solver.search(Solver.java:1338)
2821.73/2821.04		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1903)
2821.73/2821.04		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:106)
2821.73/2821.04		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:180)
2821.73/2821.04		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:173)
2821.73/2821.04		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:141)
2821.73/2821.04		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:323)
2821.73/2821.04		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:267)
2821.73/2821.04		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:118)
2821.73/2821.05	c starts		: 1
2821.73/2821.05	c conflicts		: 1
2821.73/2821.05	c decisions		: 1884078
2821.73/2821.05	c propagations		: 1884156
2821.73/2821.05	c inspects		: 1879287
2821.73/2821.05	c shortcuts		: 0
2821.73/2821.05	c learnt literals	: 0
2821.73/2821.05	c learnt binary clauses	: 0
2821.73/2821.05	c learnt ternary clauses	: 0
2821.73/2821.05	c learnt constraints	: 0
2821.73/2821.05	c ignored constraints	: 0
2821.73/2821.05	c root simplifications	: 0
2821.73/2821.05	c removed literals (reason simplification)	: 0
2821.73/2821.05	c reason swapping (by a shorter reason)	: 0
2821.73/2821.05	c Calls to reduceDB	: 0
2821.73/2821.05	c Number of update (reduction) of LBD	: 0
2821.73/2821.05	c Imported unit clauses	: 0
2821.73/2821.06	c No decision after first conflict	: true
2821.73/2821.06	c number of reductions to clauses (during analyze)	: 0
2821.73/2821.06	c number of learned constraints concerned by reduction	: 0
2821.73/2821.06	c number of learning phase by resolution	: 0
2821.73/2821.06	c number of learning phase by cutting planes	: 0
2821.73/2821.06	c number of rounding to 1 operations	: 0
2821.73/2821.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2821.73/2821.06	c number of reductions of the coefficients by power 2 	: 0
2821.73/2821.06	c number of right shift for reduction by power 2 	: 0
2821.73/2821.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
2821.73/2821.06	c number of ending skipping 	: 0
2821.73/2821.06	c number of internal skipping 	: 0
2821.73/2821.06	c number of derivation steps 	: 30
2821.73/2821.06	c number of skipped derivation steps 	: 0
2821.73/2821.06	c number of remaining unassigned 	: 0
2821.73/2821.06	c number of remaining assigned 	: 0
2821.73/2821.06	c number of falsified literals weakened from reason	: 0
2821.73/2821.06	c number of falsified literals weakened from conflict	: 0
2821.73/2821.06	c time for arithmetic operations	: 0
2821.73/2821.06	c minimum degree of deleted constraints	: null
2821.73/2821.06	c maximum degree of deleted constraints	: null
2821.73/2821.06	c number of deleted constraints	: 0
2821.73/2821.06	c speed (assignments/second)	: 2456526.7275097785
2821.73/2821.06	c non guided choices	: 5500
2821.73/2821.06	s UNKNOWN
2821.73/2821.06	c Total wall clock time (in seconds): 2820.9

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: 63968 MiB (62656 MiB free)
  memory of node 1: 64473 MiB (63387 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424669-1720894408/watcher-4424669-1720894408 -o /tmp/evaluation-result-4424669-1720894408/solver-4424669-1720894408 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720894421-724937 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424669-1720894408.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=725022, runsolver pid=725019

[startup+0.104041 s]*
/proc/loadavg: 1.93 2.31 2.84 10/306 725040
/proc/meminfo: memFree=128935424/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=18975048 memory=63356 CPUtime=0.14 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 7199 0 0 0 12 2 0 0 20 0 18 0 141608924 19430449152 15839 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4743762 15839 5743 1 0 549318 0
[pid=725022/tid=725024] ppid=725019 vsize=18975048 memory=4026532157 CPUtime=0.08 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 1077936192 5739 0 0 0 7 1 0 0 20 0 18 0 141608924 19430449152 15839 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=18975048 memory=219966341476 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141608927 19430449152 15839 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=18975048 memory=15825477839378716 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 141608928 19430449152 15839 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63356 KiB

[startup+0.213253 s]*
/proc/loadavg: 1.93 2.31 2.84 10/329 725068
/proc/meminfo: memFree=128392892/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=18975048 memory=102684 CPUtime=0.34 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 7796 0 0 0 31 3 0 0 20 0 18 0 141608924 19430449152 25671 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4743762 25671 5844 1 0 549701 0
[pid=725022/tid=725024] ppid=725019 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 6059 0 0 0 16 2 0 0 20 0 18 0 141608924 19430449152 25671 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=18975048 memory=17016 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141608927 19430449152 25736 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=18975048 memory=14971170189477532 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 141608928 19430449152 25736 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 102684 KiB

[startup+0.308745 s]*
/proc/loadavg: 1.93 2.31 2.84 10/330 725069
/proc/meminfo: memFree=127757560/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=172408 CPUtime=0.51 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 9372 0 0 0 47 4 0 0 20 0 19 0 141608924 19498610688 43102 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 43102 5844 1 0 550988 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=-8672079549910393532 CPUtime=0.25 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) S 725019 725022 722508 0 -1 1077936192 6097 0 0 0 22 3 0 0 20 0 19 0 141608924 19498610688 43102 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 43102 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 43102 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 172408 KiB

[startup+0.700253 s]
/proc/loadavg: 1.93 2.31 2.84 9/331 725070
/proc/meminfo: memFree=125985364/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=1073340 CPUtime=1.23 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 12864 0 0 0 101 22 0 0 20 0 19 0 141608924 19498610688 268335 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 268335 5844 1 0 1141475 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=35472 CPUtime=0.6 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 6525 0 0 0 40 20 0 0 20 0 19 0 141608924 19498610688 268335 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=13116 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 268335 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=2212 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 268335 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1073340 KiB

[startup+1.50025 s]
/proc/loadavg: 1.93 2.31 2.84 8/331 725070
/proc/meminfo: memFree=121373384/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=2793364 CPUtime=2.6 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 23177 0 0 0 203 57 0 0 20 0 19 0 141608924 19498610688 698341 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 698341 5844 1 0 1146047 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=13116 CPUtime=1.37 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 7351 0 0 0 84 53 0 0 20 0 19 0 141608924 19498610688 698341 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 698341 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=33 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 698341 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2793364 KiB

[startup+3.10625 s]
/proc/loadavg: 1.93 2.31 2.84 6/331 725072
/proc/meminfo: memFree=117045520/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=3254856 CPUtime=4.23 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 23535 0 0 0 356 67 0 0 20 0 19 0 141608924 19498610688 813714 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 813714 5844 1 0 1146054 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=33 CPUtime=2.91 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 7576 0 0 0 228 63 0 0 20 0 19 0 141608924 19498610688 813714 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 813714 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=13116 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 813714 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 4.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3254856 KiB

[startup+6.30025 s]
/proc/loadavg: 2.10 2.34 2.84 5/331 725072
/proc/meminfo: memFree=115346480/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=3863940 CPUtime=7.49 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 24617 0 0 0 669 80 0 0 20 0 19 0 141608924 19498610688 965985 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 965985 5844 1 0 1304807 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=33 CPUtime=5.89 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 8043 0 0 0 514 75 0 0 20 0 19 0 141608924 19498610688 965985 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=13116 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 965985 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 965985 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 7.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3863940 KiB

[startup+12.7003 s]
/proc/loadavg: 2.33 2.38 2.85 5/331 725072
/proc/meminfo: memFree=113234668/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=4603252 CPUtime=14.02 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 26282 0 0 0 1307 95 0 0 20 0 19 0 141608924 19498610688 1150813 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 1150813 5844 1 0 1486555 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=33 CPUtime=11.87 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 9152 0 0 0 1098 89 0 0 20 0 19 0 141608924 19498610688 1150813 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=11376 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 1150813 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=4545 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 1150813 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 14.02 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4603252 KiB

[startup+25.5003 s]
/proc/loadavg: 2.77 2.48 2.88 6/331 725076
/proc/meminfo: memFree=112195740/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=4640672 CPUtime=26.98 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 30001 0 0 0 2600 98 0 0 20 0 19 0 141608924 19498610688 1160168 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 1160168 5844 1 0 1486555 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=33 CPUtime=24.14 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 11184 0 0 0 2325 89 0 0 20 0 19 0 141608924 19498610688 1160168 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=4640664 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 1160168 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=4636404 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 1160168 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 26.98 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4640672 KiB

[startup+51.1063 s]
/proc/loadavg: 3.19 2.60 2.91 5/331 725079
/proc/meminfo: memFree=111995736/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=4696620 CPUtime=52.77 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 35110 0 0 0 5175 102 0 0 20 0 19 0 141608924 19498610688 1174155 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 1174155 5844 1 0 1486555 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=4690468 CPUtime=48.91 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 13926 0 0 0 4801 90 0 0 20 0 19 0 141608924 19498610688 1174155 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=4690456 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 1174155 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=4669908 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 1174155 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 52.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4696620 KiB

[startup+102.3 s]
/proc/loadavg: 3.27 2.72 2.94 4/305 725121
/proc/meminfo: memFree=116122504/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=4747972 CPUtime=104.25 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 42157 0 0 0 10317 108 0 0 20 0 19 0 141608924 19498610688 1186993 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 1186993 5844 1 0 1486555 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=4729496 CPUtime=99 cores=1,3

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

Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5824100 KiB

[startup+2742.3 s]
/proc/loadavg: 2.12 2.14 2.18 3/280 726812
/proc/meminfo: memFree=118398884/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=5824100 CPUtime=2742.54 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 240485 0 0 0 273879 375 0 0 20 0 19 0 141608924 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 1456025 5844 1 0 1486622 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=13116 CPUtime=2709.19 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 101108 0 0 0 270784 135 0 0 20 0 19 0 141608924 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=5824100 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=11376 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 3766 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 2742.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5824100 KiB

[startup+2802.3 s]
/proc/loadavg: 2.14 2.14 2.18 3/281 726826
/proc/meminfo: memFree=118398488/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=5824100 CPUtime=2802.4 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 245068 0 0 0 279860 380 0 0 20 0 19 0 141608924 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 1456025 5844 1 0 1486622 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=5824100 CPUtime=2768.6 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 103008 0 0 0 276724 136 0 0 20 0 19 0 141608924 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=11376 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=5824100 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 3852 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 2802.4 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5824100 KiB

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

# cumulated CPU time of all completed processes:  user=2817.98 s, system=3.85313 s

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

[startup+2803.2 s]
/proc/loadavg: 2.14 2.14 2.18 3/281 726827
/proc/meminfo: memFree=118398348/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=5824100 CPUtime=2803.29 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 245199 0 0 0 279949 380 0 0 20 0 19 0 141608924 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 1456025 5844 1 0 1486622 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=11376 CPUtime=2769.49 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 103136 0 0 0 276813 136 0 0 20 0 19 0 141608924 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=5824100 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=2684 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 3852 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 2803.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5824100 KiB

[startup+2809.6 s]
/proc/loadavg: 2.21 2.16 2.18 3/280 726828
/proc/meminfo: memFree=118398292/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=5824100 CPUtime=2809.68 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 245245 0 0 0 280587 381 0 0 20 0 19 0 141608924 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 1456025 5844 1 0 1486622 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=11376 CPUtime=2775.83 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 103164 0 0 0 277447 136 0 0 20 0 19 0 141608924 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=5824100 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=5824100 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 3852 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 2809.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5824100 KiB

[startup+2816 s]*
/proc/loadavg: 2.17 2.15 2.18 3/280 726830
/proc/meminfo: memFree=118398180/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=5824100 CPUtime=2816.08 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 246760 0 0 0 281226 382 0 0 20 0 19 0 141608924 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 1456025 5844 1 0 1486622 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=28048 CPUtime=2782.17 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 103460 0 0 0 278081 136 0 0 20 0 19 0 141608924 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=32860 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=7072 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 3852 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 1456025 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 2816.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5824100 KiB

[startup+2819.2 s]
/proc/loadavg: 2.17 2.15 2.18 3/280 726831
/proc/meminfo: memFree=118398180/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=5824204 CPUtime=2819.37 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 250762 0 0 0 281555 382 0 0 20 0 19 0 141608924 19498610688 1456051 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 1456051 5844 1 0 1486652 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=11376 CPUtime=2785.33 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 105481 0 0 0 278397 136 0 0 20 0 19 0 141608924 19498610688 1456051 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=5824100 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 1456051 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=5824100 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 3852 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 1456051 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 2819.37 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5824204 KiB

[startup+2820 s]*
/proc/loadavg: 2.24 2.17 2.18 3/280 726831
/proc/meminfo: memFree=118395960/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19041612 memory=5826116 CPUtime=2820.46 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 252932 0 0 0 281664 382 0 0 20 0 19 0 141608924 19498610688 1456529 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4760403 1456529 5844 1 0 1486831 0
[pid=725022/tid=725024] ppid=725019 vsize=19041612 memory=-8672079549910393532 CPUtime=2786.14 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 105942 0 0 0 278477 137 0 0 20 0 19 0 141608924 19498610688 1456529 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19041612 memory=7072 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608927 19498610688 1456529 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19041612 memory=-8528808786764669628 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 3852 0 0 0 0 0 0 0 20 0 19 0 141608928 19498610688 1456529 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 2820.46 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5826116 KiB

[startup+2820.8 s]
/proc/loadavg: 2.24 2.17 2.18 3/280 726831
/proc/meminfo: memFree=118395960/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19108176 memory=5830760 CPUtime=2821.53 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 256228 0 0 0 281770 383 0 0 20 0 20 0 141608924 19566772224 1457690 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4777044 1457690 5882 1 0 1488099 0
[pid=725022/tid=725024] ppid=725019 vsize=19108176 memory=5824100 CPUtime=2786.93 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 108973 0 0 0 278556 137 0 0 20 0 20 0 141608924 19566772224 1457690 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19108176 memory=5824100 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141608927 19566772224 1457690 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 3864 0 0 0 0 0 0 0 20 0 20 0 141608928 19566772224 1457690 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 2821.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5830760 KiB

[startup+2821 s]*
/proc/loadavg: 2.24 2.17 2.18 3/281 726832
/proc/meminfo: memFree=118391404/131524600 swapFree=131071996/131071996
[pid=725022] ppid=725019 vsize=19108176 memory=5830760 CPUtime=2821.73 cores=1,3
/proc/725022/stat : 725022 (java) S 725019 725022 722508 0 -1 1077936128 256237 0 0 0 281790 383 0 0 20 0 20 0 141608924 19566772224 1457690 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
/proc/725022/statm: 4777044 1457690 5882 1 0 1488101 0
[pid=725022/tid=725024] ppid=725019 vsize=19108176 memory=-8672079549910393532 CPUtime=2787.13 cores=1,3
/proc/725022/task/725024/stat : 725024 (java) R 725019 725022 722508 0 -1 4194368 108982 0 0 0 278576 137 0 0 20 0 20 0 141608924 19566772224 1457690 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725033] ppid=725019 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=1,3
/proc/725022/task/725033/stat : 725033 (Finalizer) S 725019 725022 722508 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141608927 19566772224 1457690 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=725040] ppid=725019 vsize=19108176 memory=4812 CPUtime=0 cores=1,3
/proc/725022/task/725040/stat : 725040 (Common-Cleaner) S 725019 725022 722508 0 -1 1077936192 3864 0 0 0 0 0 0 0 20 0 20 0 141608928 19566772224 1457690 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
[pid=725022/tid=726832] ppid=725019 vsize=19108176 memory=5242284 CPUtime=0 cores=1,3
/proc/725022/task/726832/stat : 726832 (Timer-0) S 725019 725022 722508 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 141890953 19566772224 1457690 134679101440 94423094886400 94423094890096 140723733356208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94423094897912 94423094898704 94423114559488 140723733361683 140723733361791 140723733361791 140723733368776 0
Current children cumulated CPU time: 2821.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5830760 KiB

Child status: 1

Real time (s): 2821.08
CPU time (s): 2821.83
CPU user time (s): 2817.98
CPU system time (s): 3.85313
CPU usage (%): 100.027
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5830760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2817.98
system time used= 3.85313
maximum resident set size= 5832412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256654
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 444078
involuntary context switches= 10488


# summary of solver processes directly reported to runsolver:
#   pid: 725022
#   total CPU time (s): 2821.83
#   total CPU user time (s): 2817.98
#   total CPU system time (s): 3.85313

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6967 second user time and 15.4387 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-13 20:13:41
IDJOB=4424669
IDBENCH=144143
IDSOLVER=3036
FILE ID=nodeC030/4424669-1720894408
RUNJOBID= nodeC030-1720894421-724937
SLURM_JOB_ID= 7485819
Free space on /tmp= 889916 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph11_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424669-1720894408/watcher-4424669-1720894408 -o /tmp/evaluation-result-4424669-1720894408/solver-4424669-1720894408 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720894421-724937 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424669-1720894408.wbo

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

MD5SUM BENCH= 877f3997f9257d793d2a0e209c393814
RANDOM SEED=1177297713

nodeC030.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		: 3604.661
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.28
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		: 3610.523
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	: 7005.11
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		: 3614.279
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.28
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		: 3599.715
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	: 7005.11
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		: 3616.941
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.28
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		: 3604.501
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	: 7005.11
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.896
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.28
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		: 3605.886
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	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129122092 kB
MemAvailable:   129522860 kB
Buffers:          326808 kB
Cached:           915556 kB
SwapCached:            0 kB
Active:           490136 kB
Inactive:        1340008 kB
Active(anon):       1516 kB
Inactive(anon):   624016 kB
Active(file):     488620 kB
Inactive(file):   715992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            173876 kB
Writeback:             0 kB
AnonPages:        587444 kB
Mapped:           120972 kB
Shmem:             37720 kB
KReclaimable:      71956 kB
Slab:             171228 kB
SReclaimable:      71956 kB
SUnreclaim:        99272 kB
KernelStack:        4560 kB
PageTables:        10420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5226096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            56384 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 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:      201428 kB
DirectMap2M:     7960576 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 889936 MiB
End job on nodeC030 at 2024-07-13 21:00:42