Trace number 4456160

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-12OPTIMUM 179.687 173.254

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212272--soft-0-100-0.wbo
MD5SUMeaf96ee6198d5284013e332932f4fc98
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.97909
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1210
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.13/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.12	c See www.sat4j.org for details.
0.13/0.13	c version CUSTOM.v20240707
0.13/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.14	c java.vm.version	22.0.1+8-16
0.13/0.14	c java.vm.vendor	Oracle Corporation
0.13/0.14	c sun.arch.data.model	64
0.13/0.14	c java.version		22.0.1
0.13/0.14	c os.name		Linux
0.13/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.14	c os.arch		amd64
0.13/0.15	c Free memory 		2113181440
0.13/0.15	c Max memory 		16282288128
0.13/0.15	c Total memory 		2122317824
0.13/0.15	c Number of processors 	2
0.32/0.25	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.25	 - never skip resolution steps
0.32/0.25	 - Auto-division on coefficients is disabled
0.32/0.25	 - No postprocessing
0.32/0.25	 - Conflict is considered as is when resolving
0.32/0.25	 - Use constraints as they come during conflict analysis
0.32/0.25	 - Weaken first using unassigned literals
0.32/0.25	 - Bump strategy: ALWAYS_ONE
0.32/0.25	 - Bumper: EFFECTIVE
0.32/0.25	--- Begin Solver configuration ---
0.32/0.25	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.25	Learn all clauses as in MiniSAT
0.32/0.25	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.25	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.25	No reason simplification
0.32/0.25	Dynamic restart strategy considering the size of the coefficients
0.32/0.25	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.25	timeout=2147483s
0.32/0.25	DB Simplification allowed=false
0.32/0.25	Listener: none
0.32/0.25	--- End Solver configuration ---
0.32/0.25	c Pseudo Boolean Optimization by upper bound
0.32/0.25	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.25	c  - never skip resolution steps
0.32/0.25	c  - Auto-division on coefficients is disabled
0.32/0.25	c  - No postprocessing
0.32/0.25	c  - Conflict is considered as is when resolving
0.32/0.25	c  - Use constraints as they come during conflict analysis
0.32/0.25	c  - Weaken first using unassigned literals
0.32/0.25	c  - Bump strategy: ALWAYS_ONE
0.32/0.25	c  - Bumper: EFFECTIVE
0.32/0.25	c --- Begin Solver configuration ---
0.32/0.25	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.25	c Learn all clauses as in MiniSAT
0.32/0.25	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.25	c No reason simplification
0.32/0.25	c Dynamic restart strategy considering the size of the coefficients
0.32/0.25	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.25	c timeout=2147483s
0.32/0.25	c DB Simplification allowed=false
0.32/0.25	c Listener: none
0.32/0.25	c --- End Solver configuration ---
0.32/0.25	c solving HOME/instance-4456160-1721717825.wbo
0.32/0.25	c reading problem ... 
0.51/0.32	c ... done. Wall clock time 0.054s.
0.51/0.32	c declared #vars     169
0.51/0.33	c internal #vars     270
0.51/0.33	c #constraints  102
0.51/0.33	c constraints type 
0.51/0.33	c org.sat4j.specs.Constr$1 => 1
0.51/0.33	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 71
0.51/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.51/0.33	c 102 constraints processed.
0.51/0.35	c objective function length is 101 literals
0.89/0.52	c SATISFIABLE
0.89/0.52	c OPTIMIZING...
0.89/0.52	c Got one! Elapsed wall clock time (in seconds):0.267
0.89/0.52	o 4098
1.25/0.71	c Got one! Elapsed wall clock time (in seconds):0.453
1.25/0.71	o 3580
1.64/0.94	c Got one! Elapsed wall clock time (in seconds):0.691
1.64/0.94	o 3571
2.24/1.21	c Got one! Elapsed wall clock time (in seconds):0.957
2.24/1.21	o 3566
2.44/1.38	c Got one! Elapsed wall clock time (in seconds):1.132
2.44/1.38	o 3563
2.83/1.59	c Got one! Elapsed wall clock time (in seconds):1.335
2.83/1.59	o 3558
4.59/2.43	c Got one! Elapsed wall clock time (in seconds):2.177
4.59/2.43	o 3547
5.10/2.75	c Got one! Elapsed wall clock time (in seconds):2.501
5.10/2.75	o 3544
6.01/3.34	c Got one! Elapsed wall clock time (in seconds):3.082
6.01/3.34	o 3538
6.55/3.88	c Got one! Elapsed wall clock time (in seconds):3.633
6.55/3.88	o 3530
17.76/14.21	c Got one! Elapsed wall clock time (in seconds):13.96
17.76/14.21	o 3528
19.86/16.36	c Got one! Elapsed wall clock time (in seconds):16.107
19.86/16.36	o 3521
22.04/18.49	c Got one! Elapsed wall clock time (in seconds):18.243
22.04/18.49	o 3520
23.89/20.28	c Got one! Elapsed wall clock time (in seconds):20.026
23.89/20.28	o 3516
26.85/22.41	c Got one! Elapsed wall clock time (in seconds):22.161
26.85/22.41	o 3515
177.54/171.25	c Got one! Elapsed wall clock time (in seconds):170.999
177.54/171.25	o 7
178.94/172.66	c Got one! Elapsed wall clock time (in seconds):172.405
178.94/172.66	o 5
179.62/173.22	c starts		: 32
179.62/173.22	c conflicts		: 5116
179.62/173.22	c decisions		: 11453
179.62/173.22	c propagations		: 154140
179.62/173.22	c inspects		: 33837702
179.62/173.22	c shortcuts		: 0
179.62/173.22	c learnt literals	: 0
179.62/173.22	c learnt binary clauses	: 0
179.62/173.22	c learnt ternary clauses	: 0
179.62/173.22	c learnt constraints	: 5116
179.62/173.22	c ignored constraints	: 0
179.62/173.22	c root simplifications	: 0
179.62/173.22	c removed literals (reason simplification)	: 0
179.62/173.22	c reason swapping (by a shorter reason)	: 0
179.62/173.22	c Calls to reduceDB	: 0
179.62/173.22	c Number of update (reduction) of LBD	: 8712
179.62/173.22	c Imported unit clauses	: 0
179.62/173.22	c No decision after first conflict	: false
179.62/173.22	c number of reductions to clauses (during analyze)	: 0
179.62/173.22	c number of learned constraints concerned by reduction	: 0
179.62/173.22	c number of learning phase by resolution	: 0
179.62/173.22	c number of learning phase by cutting planes	: 0
179.62/173.22	c number of rounding to 1 operations	: 0
179.62/173.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
179.62/173.22	c number of reductions of the coefficients by power 2 	: 0
179.62/173.22	c number of right shift for reduction by power 2 	: 0
179.62/173.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
179.62/173.22	c number of ending skipping 	: 0
179.62/173.22	c number of internal skipping 	: 0
179.62/173.22	c number of derivation steps 	: 37457
179.62/173.22	c number of skipped derivation steps 	: 0
179.62/173.22	c number of remaining unassigned 	: 56996
179.62/173.22	c number of remaining assigned 	: 1357076
179.62/173.22	c number of falsified literals weakened from reason	: 0
179.62/173.22	c number of falsified literals weakened from conflict	: 0
179.62/173.22	c time for arithmetic operations	: 1807586079
179.62/173.22	c minimum degree of deleted constraints	: null
179.62/173.22	c maximum degree of deleted constraints	: null
179.62/173.22	c number of deleted constraints	: 0
179.62/173.23	c speed (assignments/second)	: 891.5907960342893
179.62/173.23	c non guided choices	: 359
179.62/173.23	s OPTIMUM FOUND
179.62/173.23	c Found 17 solution(s)
179.62/173.23	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 
179.62/173.24	c objective function=5
179.62/173.24	c Total wall clock time (in seconds): 172.985

Verifier Data

OK	5

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456160-1721717825/watcher-4456160-1721717825 -o /tmp/evaluation-result-4456160-1721717825/solver-4456160-1721717825 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721717812-78075 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4456160-1721717825.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=79923, runsolver pid=79920

[startup+0.100646 s]*
/proc/loadavg: 2.75 2.23 2.13 8/321 79941
/proc/meminfo: memFree=125135132/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=18975048 memory=56056 CPUtime=0.13 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 6562 0 0 0 10 3 0 0 20 0 18 0 7771839 19430449152 14011 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4743762 14011 5610 1 0 550892 0
[pid=79923/tid=79925] ppid=79920 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 5500 0 0 0 6 3 0 0 20 0 18 0 7771840 19430449152 14014 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7771845 19430449152 14014 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=18975048 memory=15539622046449866 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7771846 19430449152 14014 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56056 KiB

[startup+0.20861 s]*
/proc/loadavg: 2.75 2.23 2.13 13/322 79942
/proc/meminfo: memFree=125092024/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=18975048 memory=66192 CPUtime=0.32 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 7373 0 0 0 28 4 0 0 20 0 18 0 7771839 19430449152 16548 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4743762 16548 5754 1 0 551543 0
[pid=79923/tid=79925] ppid=79920 vsize=18975048 memory=664970838410264707 CPUtime=0.18 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 1077936192 5911 0 0 0 15 3 0 0 20 0 18 0 7771840 19430449152 16548 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=18975048 memory=3637 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7771845 19430449152 16548 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=18975048 memory=14126749604647555 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7771846 19430449152 16548 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66192 KiB

[startup+0.310579 s]*
/proc/loadavg: 2.75 2.23 2.13 9/303 79945
/proc/meminfo: memFree=125170852/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=18975048 memory=73296 CPUtime=0.51 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 7621 0 0 0 47 4 0 0 20 0 18 0 7771839 19430449152 18324 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4743762 18324 5768 1 0 551757 0
[pid=79923/tid=79925] ppid=79920 vsize=18975048 memory=-6000919507116319592 CPUtime=0.27 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) S 79920 79923 78062 0 -1 1077936192 6107 0 0 0 24 3 0 0 20 0 18 0 7771840 19430449152 18324 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7771845 19430449152 18324 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7771846 19430449152 18324 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73296 KiB

[startup+0.700644 s]
/proc/loadavg: 2.75 2.23 2.13 11/301 79964
/proc/meminfo: memFree=125120016/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19041612 memory=117620 CPUtime=1.25 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 11437 0 0 0 118 7 0 0 20 0 19 0 7771839 19498610688 29405 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4760403 29405 5905 1 0 554504 0
[pid=79923/tid=79925] ppid=79920 vsize=19041612 memory=15976 CPUtime=0.62 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 6281 0 0 0 57 5 0 0 20 0 19 0 7771840 19498610688 29405 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19041612 memory=12932 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7771845 19498610688 29405 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19041612 memory=5548 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 7771846 19498610688 29405 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79950] ppid=79920 vsize=19041612 memory=1784 CPUtime=0 cores=5,7
/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 7771874 19498610688 29405 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 117620 KiB

[startup+1.50065 s]
/proc/loadavg: 2.75 2.23 2.13 11/326 80012
/proc/meminfo: memFree=124917180/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19108176 memory=182848 CPUtime=2.83 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 18649 0 0 0 274 9 0 0 20 0 20 0 7771839 19566772224 45712 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4777044 45712 5937 1 0 557305 0
[pid=79923/tid=79925] ppid=79920 vsize=19108176 memory=12932 CPUtime=1.37 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 6681 0 0 0 132 5 0 0 20 0 20 0 7771840 19566772224 45712 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771845 19566772224 45712 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 7771846 19566772224 45712 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79950] ppid=79920 vsize=19108176 memory=3527 CPUtime=0 cores=5,7
/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771874 19566772224 45712 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182848 KiB

[startup+3.10664 s]
/proc/loadavg: 3.33 2.36 2.18 8/327 80079
/proc/meminfo: memFree=124691104/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19108176 memory=243104 CPUtime=5.72 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 21778 0 0 0 561 11 0 0 20 0 20 0 7771839 19566772224 60776 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4777044 60776 5968 1 0 557311 0
[pid=79923/tid=79925] ppid=79920 vsize=19108176 memory=0 CPUtime=2.92 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 7383 0 0 0 286 6 0 0 20 0 20 0 7771840 19566772224 60776 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19108176 memory=12932 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771845 19566772224 60776 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19108176 memory=140612531803697 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 7771846 19566772224 60776 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79950] ppid=79920 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771874 19566772224 60776 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 5.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 243104 KiB

[startup+6.30064 s]
/proc/loadavg: 3.33 2.36 2.18 7/304 80239
/proc/meminfo: memFree=124148628/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19108176 memory=417968 CPUtime=9.74 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 24949 0 0 0 958 16 0 0 20 0 20 0 7771839 19566772224 104492 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4777044 104492 5968 1 0 557331 0
[pid=79923/tid=79925] ppid=79920 vsize=19108176 memory=12932 CPUtime=6.06 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 7793 0 0 0 596 10 0 0 20 0 20 0 7771840 19566772224 104492 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771845 19566772224 104492 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19108176 memory=281225063541920 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 7771846 19566772224 104492 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79950] ppid=79920 vsize=19108176 memory=11652 CPUtime=0 cores=5,7
/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771874 19566772224 104492 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 9.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 417968 KiB

[startup+12.7005 s]
/proc/loadavg: 3.63 2.44 2.20 6/326 80344
/proc/meminfo: memFree=119765772/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19108176 memory=917768 CPUtime=16.26 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 29225 0 0 0 1598 28 0 0 20 0 20 0 7771839 19566772224 229442 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4777044 229442 5968 1 0 557331 0
[pid=79923/tid=79925] ppid=79920 vsize=19108176 memory=825580 CPUtime=12.33 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 9241 0 0 0 1213 20 0 0 20 0 20 0 7771840 19566772224 229442 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19108176 memory=-6000919502821747815 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771845 19566772224 229442 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19108176 memory=12932 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 7771846 19566772224 229442 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79950] ppid=79920 vsize=19108176 memory=11652 CPUtime=0 cores=5,7
/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771874 19566772224 229442 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 16.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 917768 KiB

[startup+25.5005 s]
/proc/loadavg: 3.94 2.57 2.25 5/326 80614
/proc/meminfo: memFree=118308564/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19108176 memory=1281948 CPUtime=31.12 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 44758 0 0 0 3072 40 0 0 20 0 20 0 7771839 19566772224 320487 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4777044 320487 5967 1 0 562921 0
[pid=79923/tid=79925] ppid=79920 vsize=19108176 memory=12932 CPUtime=24.97 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 12569 0 0 0 2470 27 0 0 20 0 20 0 7771840 19566772224 320487 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771845 19566772224 320487 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19108176 memory=31436 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 7771846 19566772224 320487 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79950] ppid=79920 vsize=19108176 memory=12932 CPUtime=0 cores=5,7
/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771874 19566772224 320487 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 31.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1281948 KiB

[startup+51.1141 s]
/proc/loadavg: 4.24 2.75 2.32 5/327 80820
/proc/meminfo: memFree=119028664/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19108176 memory=1363980 CPUtime=57.09 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 51362 0 0 0 5664 45 0 0 20 0 20 0 7771839 19566772224 340995 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4777044 340995 5967 1 0 562921 0
[pid=79923/tid=79925] ppid=79920 vsize=19108176 memory=922048 CPUtime=50.15 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 14166 0 0 0 4987 28 0 0 20 0 20 0 7771840 19566772224 340995 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19108176 memory=1363980 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771845 19566772224 340995 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19108176 memory=1363980 CPUtime=0 cores=5,7

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

/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771874 19566772224 340995 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 57.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1363980 KiB

[startup+102.301 s]
/proc/loadavg: 4.46 3.04 2.44 8/327 81129
/proc/meminfo: memFree=119688472/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19108176 memory=1404404 CPUtime=108.61 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 60551 0 0 0 10809 52 0 0 20 0 20 0 7771839 19566772224 351101 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4777044 351101 5967 1 0 562921 0
[pid=79923/tid=79925] ppid=79920 vsize=19108176 memory=1396868 CPUtime=100.35 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 16682 0 0 0 10006 29 0 0 20 0 20 0 7771840 19566772224 351101 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19108176 memory=11652 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771845 19566772224 351101 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19108176 memory=1382520 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 86 0 0 0 0 0 0 0 20 0 20 0 7771846 19566772224 351101 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79950] ppid=79920 vsize=19108176 memory=921904 CPUtime=0 cores=5,7
/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771874 19566772224 351101 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 108.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1404404 KiB

[startup+162.3 s]
/proc/loadavg: 4.42 3.30 2.57 5/328 81207
/proc/meminfo: memFree=113382540/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19108176 memory=1440200 CPUtime=168.65 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 66720 0 0 0 16809 56 0 0 20 0 20 0 7771839 19566772224 360050 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4777044 360050 5967 1 0 562921 0
[pid=79923/tid=79925] ppid=79920 vsize=19108176 memory=2337 CPUtime=159.2 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 18612 0 0 0 15891 29 0 0 20 0 20 0 7771840 19566772224 360050 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19108176 memory=31436 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771845 19566772224 360050 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19108176 memory=1440200 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 143 0 0 0 0 0 0 0 20 0 20 0 7771846 19566772224 360050 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79950] ppid=79920 vsize=19108176 memory=-6000919507116319592 CPUtime=0 cores=5,7
/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771874 19566772224 360050 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 168.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1440200 KiB

[startup+173.254 s]
# the end of solver process 79923 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=179.089 s, system=0.59759 s

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

[startup+166.4 s]
/proc/loadavg: 4.39 3.31 2.58 5/328 81208
/proc/meminfo: memFree=113363880/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19108176 memory=1444296 CPUtime=172.76 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 66757 0 0 0 17219 57 0 0 20 0 20 0 7771839 19566772224 361074 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4777044 361074 5967 1 0 562921 0
[pid=79923/tid=79925] ppid=79920 vsize=19108176 memory=32872 CPUtime=163.16 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 18636 0 0 0 16287 29 0 0 20 0 20 0 7771840 19566772224 361074 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19108176 memory=1440200 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771845 19566772224 361074 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19108176 memory=18180 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 143 0 0 0 0 0 0 0 20 0 20 0 7771846 19566772224 361074 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79950] ppid=79920 vsize=19108176 memory=1436104 CPUtime=0 cores=5,7
/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771874 19566772224 361074 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 172.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1444296 KiB

[startup+169.6 s]
/proc/loadavg: 4.35 3.33 2.59 5/328 81210
/proc/meminfo: memFree=112816624/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19108176 memory=1444296 CPUtime=175.95 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 66758 0 0 0 17538 57 0 0 20 0 20 0 7771839 19566772224 361074 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4777044 361074 5967 1 0 562921 0
[pid=79923/tid=79925] ppid=79920 vsize=19108176 memory=1444296 CPUtime=166.35 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 18637 0 0 0 16606 29 0 0 20 0 20 0 7771840 19566772224 361074 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19108176 memory=7008847136402074433 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771845 19566772224 361074 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19108176 memory=3928 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 143 0 0 0 0 0 0 0 20 0 20 0 7771846 19566772224 361074 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79950] ppid=79920 vsize=19108176 memory=3905801989564739456 CPUtime=0 cores=5,7
/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771874 19566772224 361074 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 175.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1444296 KiB

[startup+171.2 s]
/proc/loadavg: 4.35 3.33 2.59 5/328 81210
/proc/meminfo: memFree=112794092/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19108176 memory=1450440 CPUtime=177.54 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 66875 0 0 0 17697 57 0 0 20 0 20 0 7771839 19566772224 362610 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4777044 362610 5967 1 0 562921 0
[pid=79923/tid=79925] ppid=79920 vsize=19108176 memory=11652 CPUtime=167.8 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 18713 0 0 0 16751 29 0 0 20 0 20 0 7771840 19566772224 362610 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19108176 memory=1444296 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771845 19566772224 362610 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19108176 memory=-6000919507116319592 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 143 0 0 0 0 0 0 0 20 0 20 0 7771846 19566772224 362610 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79950] ppid=79920 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771874 19566772224 362610 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 177.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1450440 KiB

[startup+172 s]*
/proc/loadavg: 4.35 3.33 2.59 5/328 81210
/proc/meminfo: memFree=112783852/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19108176 memory=1450440 CPUtime=178.36 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 67437 0 0 0 17779 57 0 0 20 0 20 0 7771839 19566772224 362610 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4777044 362610 5967 1 0 562937 0
[pid=79923/tid=79925] ppid=79920 vsize=19108176 memory=-6000919485558123367 CPUtime=168.61 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 19216 0 0 0 16832 29 0 0 20 0 20 0 7771840 19566772224 362610 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771845 19566772224 362610 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 143 0 0 0 0 0 0 0 20 0 20 0 7771846 19566772224 362610 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79950] ppid=79920 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771874 19566772224 362610 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 178.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1450440 KiB

[startup+172.8 s]
/proc/loadavg: 4.35 3.33 2.59 5/328 81210
/proc/meminfo: memFree=112783852/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19108176 memory=1450452 CPUtime=179.21 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 67782 0 0 0 17863 58 0 0 20 0 20 0 7771839 19566772224 362613 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4777044 362613 5967 1 0 562937 0
[pid=79923/tid=79925] ppid=79920 vsize=19108176 memory=1440200 CPUtime=169.39 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) R 79920 79923 78062 0 -1 4194368 19237 0 0 0 16910 29 0 0 20 0 20 0 7771840 19566772224 362613 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19108176 memory=-6000919507116319592 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771845 19566772224 362613 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 143 0 0 0 0 0 0 0 20 0 20 0 7771846 19566772224 362613 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79950] ppid=79920 vsize=19108176 memory=11652 CPUtime=0 cores=5,7
/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771874 19566772224 362613 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 179.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1450452 KiB

[startup+173.21 s]
/proc/loadavg: 4.33 3.34 2.59 5/328 81210
/proc/meminfo: memFree=112781704/131655788 swapFree=131071996/131071996
[pid=79923] ppid=79920 vsize=19109204 memory=1450536 CPUtime=179.62 cores=5,7
/proc/79923/stat : 79923 (java) S 79920 79923 78062 0 -1 1077936128 68917 0 0 0 17904 58 0 0 20 0 21 0 7771839 19567824896 362634 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
/proc/79923/statm: 4777301 362634 5966 1 0 563225 0
[pid=79923/tid=79925] ppid=79920 vsize=19109204 memory=31436 CPUtime=169.79 cores=5,7
/proc/79923/task/79925/stat : 79925 (java) S 79920 79923 78062 0 -1 1077936192 20341 0 0 0 16950 29 0 0 20 0 21 0 7771840 19567824896 362634 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79934] ppid=79920 vsize=19109204 memory=12932 CPUtime=0 cores=5,7
/proc/79923/task/79934/stat : 79934 (Finalizer) S 79920 79923 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 7771845 19567824896 362634 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79941] ppid=79920 vsize=19109204 memory=5472 CPUtime=0 cores=5,7
/proc/79923/task/79941/stat : 79941 (Common-Cleaner) S 79920 79923 78062 0 -1 1077936192 143 0 0 0 0 0 0 0 20 0 21 0 7771846 19567824896 362634 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
[pid=79923/tid=79950] ppid=79920 vsize=19109204 memory=15976 CPUtime=0 cores=5,7
/proc/79923/task/79950/stat : 79950 (Timer-0) S 79920 79923 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 7771874 19567824896 362634 134679101440 94434878300160 94434878303856 140730733090896 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94434878311672 94434878312464 94434879221760 140730733097972 140730733098080 140730733098080 140730733105096 0
Current children cumulated CPU time: 179.62 s
Current children cumulated vsize: 19109204 KiB
Current children cumulated memory: 1450536 KiB

Child status: 30

Real time (s): 173.254
CPU time (s): 179.687
CPU user time (s): 179.089
CPU system time (s): 0.59759
CPU usage (%): 103.713
Max. virtual memory (cumulated for all children) (KiB): 19112784
Max. memory (cumulated for all children) (KiB): 1450536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.089
system time used= 0.59759
maximum resident set size= 1451864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69634
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6937
involuntary context switches= 916


# summary of solver processes directly reported to runsolver:
#   pid: 79923
#   total CPU time (s): 179.687
#   total CPU user time (s): 179.089
#   total CPU system time (s): 0.59759

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.00306 second user time and 1.8602 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-23 08:57:05
IDJOB=4456160
IDBENCH=143234
IDSOLVER=3036
FILE ID=nodeC008/4456160-1721717825
RUNJOBID= nodeC008-1721717812-78075
SLURM_JOB_ID= 7770387
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111212272--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456160-1721717825/watcher-4456160-1721717825 -o /tmp/evaluation-result-4456160-1721717825/solver-4456160-1721717825 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721717812-78075 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4456160-1721717825.wbo

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

MD5SUM BENCH= eaf96ee6198d5284013e332932f4fc98
RANDOM SEED=488503958

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1995.198
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.19
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		: 3640.072
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.33
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		: 1895.438
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.19
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.237
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.33
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		: 1895.438
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.19
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		: 1995.205
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.33
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		: 2593.759
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.19
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		: 2893.018
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.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125196316 kB
MemAvailable:   129690720 kB
Buffers:          135640 kB
Cached:          5136768 kB
SwapCached:            0 kB
Active:           868860 kB
Inactive:        4993148 kB
Active(anon):       1440 kB
Inactive(anon):   617664 kB
Active(file):     867420 kB
Inactive(file):  4375484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4860 kB
Writeback:             0 kB
AnonPages:        589316 kB
Mapped:           119592 kB
Shmem:             29512 kB
KReclaimable:     183060 kB
Slab:             281208 kB
SReclaimable:     183060 kB
SUnreclaim:        98148 kB
KernelStack:        4944 kB
PageTables:        10784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7395016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16064 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 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:      256840 kB
DirectMap2M:    24813568 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723708 MiB
End job on nodeC008 at 2024-07-23 08:59:58