Trace number 4424629

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? 110.522 106.257

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar7-sub4_wcsp.wbo
MD5SUM017722a65fbbcf3be40a97a1e4190efb
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark553556
Best CPU time to get the best result obtained on this benchmark3600.33
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables928
Total number of constraints357050
Number of soft constraints357028
Number of constraints which are clauses357028
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 55058437
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 28629521944
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.14/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.15	c See www.sat4j.org for details.
0.14/0.17	c version CUSTOM.v20240707
0.14/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.19	c java.vm.version	22.0.1+8-16
0.14/0.19	c java.vm.vendor	Oracle Corporation
0.14/0.19	c sun.arch.data.model	64
0.14/0.19	c java.version		22.0.1
0.14/0.19	c os.name		Linux
0.14/0.19	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.19	c os.arch		amd64
0.14/0.20	c Free memory 		2115194816
0.14/0.21	c Max memory 		16282288128
0.14/0.21	c Total memory 		2122317824
0.14/0.21	c Number of processors 	2
0.48/0.37	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.37	 - never skip resolution steps
0.48/0.37	 - Auto-division on coefficients is disabled
0.48/0.37	 - No postprocessing
0.48/0.37	 - Conflict is considered as is when resolving
0.48/0.37	 - Use constraints as they come during conflict analysis
0.48/0.37	 - Weaken first using unassigned literals
0.48/0.37	 - Bump strategy: ALWAYS_ONE
0.48/0.37	 - Bumper: EFFECTIVE
0.48/0.37	--- Begin Solver configuration ---
0.48/0.37	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.48/0.37	Learn all clauses as in MiniSAT
0.48/0.37	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.37	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.37	No reason simplification
0.48/0.37	Dynamic restart strategy considering the size of the coefficients
0.48/0.37	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.48/0.37	timeout=2147483s
0.48/0.37	DB Simplification allowed=false
0.48/0.38	Listener: none
0.48/0.38	--- End Solver configuration ---
0.48/0.38	c Pseudo Boolean Optimization by upper bound
0.48/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.38	c  - never skip resolution steps
0.48/0.38	c  - Auto-division on coefficients is disabled
0.48/0.38	c  - No postprocessing
0.48/0.38	c  - Conflict is considered as is when resolving
0.48/0.38	c  - Use constraints as they come during conflict analysis
0.48/0.38	c  - Weaken first using unassigned literals
0.48/0.38	c  - Bump strategy: ALWAYS_ONE
0.48/0.38	c  - Bumper: EFFECTIVE
0.48/0.38	c --- Begin Solver configuration ---
0.48/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.48/0.38	c Learn all clauses as in MiniSAT
0.48/0.38	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.38	c No reason simplification
0.48/0.38	c Dynamic restart strategy considering the size of the coefficients
0.48/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.48/0.38	c timeout=2147483s
0.48/0.38	c DB Simplification allowed=false
0.48/0.38	c Listener: none
0.48/0.38	c --- End Solver configuration ---
0.48/0.38	c solving HOME/instance-4424629-1720885193.wbo
0.48/0.38	c reading problem ... 
109.54/105.76	c ... done. Wall clock time 105.38s.
109.54/105.76	c declared #vars     928
109.54/105.76	c internal #vars     357956
109.54/105.76	c #constraints  357073
109.54/105.76	c constraints type 
109.54/105.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
109.54/105.76	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
109.54/105.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 357050
109.54/105.76	c 357073 constraints processed.
109.54/105.78	c objective function length is 357028 literals
110.45/106.21	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 357435 out of bounds for length 929
110.45/106.21		at org.sat4j.pb.lcds.AbstractLBDComputerStrategy.computeLBD(AbstractLBDComputerStrategy.java:32)
110.45/106.21		at org.sat4j.pb.lcds.PBGlucoseLCDS.computeLBD(PBGlucoseLCDS.java:98)
110.45/106.21		at org.sat4j.minisat.core.GlucoseLCDS.onClauseLearning(GlucoseLCDS.java:116)
110.45/106.21		at org.sat4j.minisat.core.Glucose2LCDS.onClauseLearning(Glucose2LCDS.java:35)
110.45/106.21		at org.sat4j.pb.core.PBSolverCP.analyzeCP(PBSolverCP.java:231)
110.45/106.21		at org.sat4j.pb.core.PBSolverCP.analyze(PBSolverCP.java:163)
110.45/106.21		at org.sat4j.minisat.core.Solver.search(Solver.java:1338)
110.45/106.21		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1903)
110.45/106.21		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:106)
110.45/106.21		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:180)
110.45/106.21		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:173)
110.45/106.21		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:141)
110.45/106.21		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:323)
110.45/106.21		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:267)
110.45/106.21		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:118)
110.45/106.21	c starts		: 1
110.45/106.22	c conflicts		: 1
110.45/106.22	c decisions		: 357888
110.45/106.22	c propagations		: 357890
110.45/106.22	c inspects		: 357982
110.45/106.22	c shortcuts		: 0
110.45/106.22	c learnt literals	: 0
110.45/106.22	c learnt binary clauses	: 0
110.45/106.22	c learnt ternary clauses	: 0
110.45/106.22	c learnt constraints	: 0
110.45/106.22	c ignored constraints	: 0
110.45/106.22	c root simplifications	: 0
110.45/106.22	c removed literals (reason simplification)	: 0
110.45/106.22	c reason swapping (by a shorter reason)	: 0
110.45/106.22	c Calls to reduceDB	: 0
110.45/106.22	c Number of update (reduction) of LBD	: 0
110.45/106.22	c Imported unit clauses	: 0
110.45/106.22	c No decision after first conflict	: true
110.45/106.22	c number of reductions to clauses (during analyze)	: 0
110.45/106.22	c number of learned constraints concerned by reduction	: 0
110.45/106.22	c number of learning phase by resolution	: 0
110.45/106.22	c number of learning phase by cutting planes	: 0
110.45/106.22	c number of rounding to 1 operations	: 0
110.45/106.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
110.45/106.22	c number of reductions of the coefficients by power 2 	: 0
110.45/106.22	c number of right shift for reduction by power 2 	: 0
110.45/106.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
110.45/106.22	c number of ending skipping 	: 0
110.45/106.22	c number of internal skipping 	: 0
110.45/106.22	c number of derivation steps 	: 3
110.45/106.22	c number of skipped derivation steps 	: 0
110.45/106.22	c number of remaining unassigned 	: 0
110.45/106.22	c number of remaining assigned 	: 0
110.45/106.22	c number of falsified literals weakened from reason	: 0
110.45/106.22	c number of falsified literals weakened from conflict	: 0
110.45/106.22	c time for arithmetic operations	: 0
110.45/106.22	c minimum degree of deleted constraints	: null
110.45/106.22	c maximum degree of deleted constraints	: null
110.45/106.22	c number of deleted constraints	: 0
110.45/106.22	c speed (assignments/second)	: 1355643.9393939392
110.45/106.22	c non guided choices	: 860
110.45/106.22	s UNKNOWN
110.45/106.22	c Total wall clock time (in seconds): 105.843

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424629-1720885193/watcher-4424629-1720885193 -o /tmp/evaluation-result-4424629-1720885193/solver-4424629-1720885193 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1720884932-703698 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424629-1720885193.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10007 s]*
/proc/loadavg: 4.38 4.11 4.13 7/314 704815
/proc/meminfo: memFree=116260960/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=18975048 memory=57108 CPUtime=0.14 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 6357 0 0 0 12 2 0 0 20 0 18 0 140675468 19430449152 14277 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4743762 14277 5556 1 0 550799 0
[pid=704795/tid=704797] ppid=704792 vsize=18975048 memory=4026561586 CPUtime=0.1 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) S 704792 704795 703685 0 -1 1077936192 5326 0 0 0 8 2 0 0 20 0 18 0 140675469 19430449152 14277 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140675475 19430449152 14277 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140675476 19430449152 14277 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57108 KiB

[startup+0.220216 s]*
/proc/loadavg: 4.38 4.11 4.13 7/314 704815
/proc/meminfo: memFree=116255496/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=18975048 memory=61916 CPUtime=0.31 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 7030 0 0 0 28 3 0 0 20 0 18 0 140675468 19430449152 15479 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4743762 15479 5564 1 0 551373 0
[pid=704795/tid=704797] ppid=704792 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) R 704792 704795 703685 0 -1 4194368 5624 0 0 0 17 2 0 0 20 0 18 0 140675469 19430449152 15479 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=18975048 memory=3711 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140675475 19430449152 15479 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140675476 19430449152 15479 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61916 KiB

[startup+0.313836 s]*
/proc/loadavg: 4.38 4.11 4.13 6/314 704815
/proc/meminfo: memFree=116252496/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=18975048 memory=65796 CPUtime=0.48 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 7311 0 0 0 44 4 0 0 20 0 18 0 140675468 19430449152 16449 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4743762 16449 5750 1 0 551581 0
[pid=704795/tid=704797] ppid=704792 vsize=18975048 memory=-9030952452963607228 CPUtime=0.29 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) S 704792 704795 703685 0 -1 1077936192 5812 0 0 0 26 3 0 0 20 0 18 0 140675469 19430449152 16449 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140675475 19430449152 16449 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140675476 19430449152 16449 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65796 KiB

[startup+0.704555 s]
/proc/loadavg: 4.38 4.11 4.13 7/314 704815
/proc/meminfo: memFree=116240380/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=19041612 memory=164204 CPUtime=1.18 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 8464 0 0 0 111 7 0 0 20 0 19 0 140675468 19498610688 41051 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4760403 41051 5871 1 0 552531 0
[pid=704795/tid=704797] ppid=704792 vsize=19041612 memory=5616 CPUtime=0.6 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) R 704792 704795 703685 0 -1 4194368 6005 0 0 0 55 5 0 0 20 0 19 0 140675469 19498610688 41051 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=19041612 memory=11884 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675475 19498610688 41051 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675476 19498610688 41051 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164204 KiB

[startup+1.50055 s]
/proc/loadavg: 4.38 4.11 4.13 6/315 704816
/proc/meminfo: memFree=115860080/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=19041612 memory=1334364 CPUtime=2.65 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 19303 0 0 0 232 33 0 0 20 0 19 0 140675468 19498610688 333591 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4760403 333591 5887 1 0 1482415 0
[pid=704795/tid=704797] ppid=704792 vsize=19041612 memory=11884 CPUtime=1.27 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) R 704792 704795 703685 0 -1 4194368 6554 0 0 0 99 28 0 0 20 0 19 0 140675469 19498610688 333591 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675475 19498610688 333591 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675476 19498610688 333591 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1334364 KiB

[startup+3.10655 s]
/proc/loadavg: 4.51 4.14 4.14 6/315 704816
/proc/meminfo: memFree=111812520/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=19041612 memory=3970880 CPUtime=4.74 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 24400 0 0 0 389 85 0 0 20 0 19 0 140675468 19498610688 992720 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4760403 992720 5887 1 0 1484734 0
[pid=704795/tid=704797] ppid=704792 vsize=19041612 memory=0 CPUtime=2.8 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) R 704792 704795 703685 0 -1 4194368 7817 0 0 0 202 78 0 0 20 0 19 0 140675469 19498610688 992720 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=19041612 memory=11884 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675475 19498610688 992720 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=19041612 memory=2371392 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675476 19498610688 992720 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3970880 KiB

[startup+6.30055 s]
/proc/loadavg: 4.51 4.14 4.14 5/315 704816
/proc/meminfo: memFree=111235456/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=19041612 memory=3965480 CPUtime=8.03 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 24747 0 0 0 717 86 0 0 20 0 19 0 140675468 19498610688 991370 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4760403 991370 5887 1 0 1484739 0
[pid=704795/tid=704797] ppid=704792 vsize=19041612 memory=0 CPUtime=5.75 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) R 704792 704795 703685 0 -1 4194368 8095 0 0 0 497 78 0 0 20 0 19 0 140675469 19498610688 991370 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=19041612 memory=1673224 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675475 19498610688 991370 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=19041612 memory=224194199869 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675476 19498610688 991370 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 8.03 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3965480 KiB

[startup+12.7004 s]
/proc/loadavg: 4.43 4.13 4.13 5/316 704820
/proc/meminfo: memFree=109708488/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=19041612 memory=4400776 CPUtime=14.68 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 26057 0 0 0 1372 96 0 0 20 0 19 0 140675468 19498610688 1100194 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4760403 1100194 5887 1 0 1591275 0
[pid=704795/tid=704797] ppid=704792 vsize=19041612 memory=4398728 CPUtime=11.59 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) R 704792 704795 703685 0 -1 4194368 9063 0 0 0 1072 87 0 0 20 0 19 0 140675469 19498610688 1100194 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=19041612 memory=4396680 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675475 19498610688 1100194 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=19041612 memory=13568197664181039 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675476 19498610688 1100194 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 14.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4400776 KiB

[startup+25.5004 s]
/proc/loadavg: 4.44 4.14 4.14 5/316 704822
/proc/meminfo: memFree=107530208/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=19041612 memory=4838656 CPUtime=27.9 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 30029 0 0 0 2684 106 0 0 20 0 19 0 140675468 19498610688 1209664 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4760403 1209664 5887 1 0 1691544 0
[pid=704795/tid=704797] ppid=704792 vsize=19041612 memory=4827944 CPUtime=23.68 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) R 704792 704795 703685 0 -1 4194368 10694 0 0 0 2273 95 0 0 20 0 19 0 140675469 19498610688 1209664 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675475 19498610688 1209664 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675476 19498610688 1209664 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 27.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4838656 KiB

[startup+51.1134 s]
/proc/loadavg: 4.35 4.15 4.14 7/316 704827
/proc/meminfo: memFree=106152936/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=19041612 memory=6019252 CPUtime=53.89 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 33216 0 0 0 5256 133 0 0 20 0 19 0 140675468 19498610688 1504813 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4760403 1504813 5887 1 0 1979816 0
[pid=704795/tid=704797] ppid=704792 vsize=19041612 memory=0 CPUtime=48.11 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) R 704792 704795 703685 0 -1 4194368 12949 0 0 0 4693 118 0 0 20 0 19 0 140675469 19498610688 1504813 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=19041612 memory=4400776 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675475 19498610688 1504813 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=19041612 memory=3970880 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675476 19498610688 1504813 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 53.89 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6019252 KiB

[startup+102.301 s]
/proc/loadavg: 4.28 4.17 4.15 5/319 705040
/proc/meminfo: memFree=112130284/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=19041612 memory=6086384 CPUtime=105.76 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 42803 0 0 0 10435 141 0 0 20 0 19 0 140675468 19498610688 1521596 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4760403 1521596 5887 1 0 1979816 0
[pid=704795/tid=704797] ppid=704792 vsize=19041612 memory=11580 CPUtime=97.84 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) R 704792 704795 703685 0 -1 4194368 16854 0 0 0 9665 119 0 0 20 0 19 0 140675469 19498610688 1521596 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=19041612 memory=2548 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675475 19498610688 1521596 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=19041612 memory=-9030952452963607228 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 19 0 140675476 19498610688 1521596 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 105.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6086384 KiB

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

# cumulated CPU time of all completed processes:  user=109.062 s, system=1.46062 s

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

[startup+102.401 s]
/proc/loadavg: 4.28 4.17 4.15 5/319 705040
/proc/meminfo: memFree=112130284/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=19041612 memory=6088432 CPUtime=105.87 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 42822 0 0 0 10446 141 0 0 20 0 19 0 140675468 19498610688 1522108 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4760403 1522108 5887 1 0 1979816 0
[pid=704795/tid=704797] ppid=704792 vsize=19041612 memory=6071792 CPUtime=97.93 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) R 704792 704795 703685 0 -1 4194368 16854 0 0 0 9674 119 0 0 20 0 19 0 140675469 19498610688 1522108 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675475 19498610688 1522108 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 19 0 140675476 19498610688 1522108 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 105.87 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6088432 KiB

[startup+104 s]*
/proc/loadavg: 4.28 4.17 4.15 6/319 705040
/proc/meminfo: memFree=112101360/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=19041612 memory=6088432 CPUtime=107.51 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 42872 0 0 0 10609 142 0 0 20 0 19 0 140675468 19498610688 1522108 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4760403 1522108 5887 1 0 1979816 0
[pid=704795/tid=704797] ppid=704792 vsize=19041612 memory=-8673205449850790588 CPUtime=99.51 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) R 704792 704795 703685 0 -1 4194368 16882 0 0 0 9832 119 0 0 20 0 19 0 140675469 19498610688 1522108 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=19041612 memory=-7378717696996959104 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675475 19498610688 1522108 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=19041612 memory=184836 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 19 0 140675476 19498610688 1522108 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 107.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6088432 KiB

[startup+105.601 s]
/proc/loadavg: 4.28 4.17 4.15 6/319 705040
/proc/meminfo: memFree=112060360/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=19041612 memory=6090820 CPUtime=109.35 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 45652 0 0 0 10792 143 0 0 20 0 19 0 140675468 19498610688 1522705 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4760403 1522705 5887 1 0 1979888 0
[pid=704795/tid=704797] ppid=704792 vsize=19041612 memory=26044 CPUtime=101.07 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) R 704792 704795 703685 0 -1 4194368 18312 0 0 0 9988 119 0 0 20 0 19 0 140675469 19498610688 1522705 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=19041612 memory=1980 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675475 19498610688 1522705 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=19041612 memory=2548 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 19 0 140675476 19498610688 1522705 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 109.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6090820 KiB

[startup+106.008 s]*
/proc/loadavg: 4.28 4.17 4.15 7/321 705042
/proc/meminfo: memFree=112050212/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=19174740 memory=6093436 CPUtime=110.17 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 50427 0 0 0 10873 144 0 0 20 0 21 0 140675468 19634933760 1523359 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4793685 1523359 5925 1 0 1980622 0
[pid=704795/tid=704797] ppid=704792 vsize=19174740 memory=-8673205449850790588 CPUtime=101.46 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) R 704792 704795 703685 0 -1 4194368 20078 0 0 0 10027 119 0 0 20 0 21 0 140675469 19634933760 1523359 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=19174740 memory=-7378717696996959104 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 140675475 19634933760 1523359 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=19174740 memory=4712 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 21 0 140675476 19634933760 1523359 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=705042] ppid=704792 vsize=19174740 memory=673164 CPUtime=0 cores=5,7
/proc/704795/task/705042/stat : 705042 (Timer-0) S 704792 704795 703685 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 140686065 19634933760 1523359 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 110.17 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6093436 KiB

[startup+106.201 s]
/proc/loadavg: 4.28 4.17 4.15 7/321 705042
/proc/meminfo: memFree=112050212/131655788 swapFree=131071996/131071996
[pid=704795] ppid=704792 vsize=19174740 memory=6093692 CPUtime=110.45 cores=5,7
/proc/704795/stat : 704795 (java) S 704792 704795 703685 0 -1 1077936128 50469 0 0 0 10901 144 0 0 20 0 21 0 140675468 19634933760 1523423 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
/proc/704795/statm: 4793685 1523423 5925 1 0 1980623 0
[pid=704795/tid=704797] ppid=704792 vsize=19174740 memory=28841 CPUtime=101.63 cores=5,7
/proc/704795/task/704797/stat : 704797 (java) R 704792 704795 703685 0 -1 4194368 20082 0 0 0 10044 119 0 0 20 0 21 0 140675469 19634933760 1523423 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704808] ppid=704792 vsize=19174740 memory=4122821365567767125 CPUtime=0 cores=5,7
/proc/704795/task/704808/stat : 704808 (Finalizer) S 704792 704795 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 140675475 19634933760 1523423 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=704815] ppid=704792 vsize=19174740 memory=-9030952452963607228 CPUtime=0 cores=5,7
/proc/704795/task/704815/stat : 704815 (Common-Cleaner) S 704792 704795 703685 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 21 0 140675476 19634933760 1523423 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
[pid=704795/tid=705042] ppid=704792 vsize=19174740 memory=11532 CPUtime=0 cores=5,7
/proc/704795/task/705042/stat : 705042 (Timer-0) S 704792 704795 703685 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 140686065 19634933760 1523423 134679101440 94718005764096 94718005767792 140729576184304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94718005775608 94718005776400 94718013390848 140729576186857 140729576186965 140729576186965 140729576193992 0
Current children cumulated CPU time: 110.45 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6093692 KiB

Child status: 1

Real time (s): 106.257
CPU time (s): 110.522
CPU user time (s): 109.062
CPU system time (s): 1.46062
CPU usage (%): 104.014
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 6093692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.062
system time used= 1.46062
maximum resident set size= 6095144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50884
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8663
involuntary context switches= 635


# summary of solver processes directly reported to runsolver:
#   pid: 704795
#   total CPU time (s): 110.522
#   total CPU user time (s): 109.062
#   total CPU system time (s): 1.46062

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.595737 second user time and 1.09189 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-13 17:40:06
IDJOB=4424629
IDBENCH=143887
IDSOLVER=3036
FILE ID=nodeC003/4424629-1720885193
RUNJOBID= nodeC003-1720884932-703698
SLURM_JOB_ID= 7485786
Free space on /tmp= 723736 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar7-sub4_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424629-1720885193/watcher-4424629-1720885193 -o /tmp/evaluation-result-4424629-1720885193/solver-4424629-1720885193 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1720884932-703698 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424629-1720885193.wbo

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

MD5SUM BENCH= 017722a65fbbcf3be40a97a1e4190efb
RANDOM SEED=1114567266

nodeC003.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		: 3500.611
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.76
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		: 3557.335
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.30
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.354
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.76
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.301
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.30
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		: 3661.781
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.76
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		: 2143.140
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.30
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.360
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.76
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.217
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        116297200 kB
MemAvailable:   116267396 kB
Buffers:          329100 kB
Cached:           490200 kB
SwapCached:            0 kB
Active:           500688 kB
Inactive:       14332380 kB
Active(anon):       1452 kB
Inactive(anon): 14050336 kB
Active(file):     499236 kB
Inactive(file):   282044 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             19656 kB
Writeback:            20 kB
AnonPages:      14014152 kB
Mapped:           121472 kB
Shmem:             37704 kB
KReclaimable:      57896 kB
Slab:             147668 kB
SReclaimable:      57896 kB
SUnreclaim:        89772 kB
KernelStack:        4768 kB
PageTables:        37224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   17170672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45632 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13699072 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:      205640 kB
DirectMap2M:     8087552 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 723740 MiB
End job on nodeC003 at 2024-07-13 17:41:52