Trace number 4424564

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 117.407 109.953

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218955--soft-33-100-0.wbo
MD5SUMbde05d98e9c3034ba9efb528ac470ce1
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.135723
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1202
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.15	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.15	c java.vm.version	22.0.1+8-16
0.13/0.15	c java.vm.vendor	Oracle Corporation
0.13/0.15	c sun.arch.data.model	64
0.13/0.15	c java.version		22.0.1
0.13/0.15	c os.name		Linux
0.13/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.15	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.16	c Number of processors 	2
0.31/0.26	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.26	 - never skip resolution steps
0.31/0.26	 - Auto-division on coefficients is disabled
0.31/0.26	 - No postprocessing
0.31/0.26	 - Conflict is considered as is when resolving
0.31/0.26	 - Use constraints as they come during conflict analysis
0.31/0.26	 - Weaken first using unassigned literals
0.31/0.26	 - Bump strategy: ALWAYS_ONE
0.31/0.26	 - Bumper: EFFECTIVE
0.31/0.26	--- Begin Solver configuration ---
0.31/0.26	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.31/0.26	Learn all clauses as in MiniSAT
0.31/0.26	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.26	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.26	No reason simplification
0.31/0.26	Dynamic restart strategy considering the size of the coefficients
0.31/0.26	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.31/0.26	timeout=2147483s
0.31/0.26	DB Simplification allowed=false
0.31/0.26	Listener: none
0.31/0.26	--- End Solver configuration ---
0.31/0.26	c Pseudo Boolean Optimization by upper bound
0.31/0.26	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.26	c  - never skip resolution steps
0.31/0.26	c  - Auto-division on coefficients is disabled
0.31/0.26	c  - No postprocessing
0.31/0.26	c  - Conflict is considered as is when resolving
0.31/0.26	c  - Use constraints as they come during conflict analysis
0.31/0.26	c  - Weaken first using unassigned literals
0.31/0.26	c  - Bump strategy: ALWAYS_ONE
0.31/0.26	c  - Bumper: EFFECTIVE
0.31/0.26	c --- Begin Solver configuration ---
0.31/0.26	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.31/0.26	c Learn all clauses as in MiniSAT
0.31/0.26	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.26	c No reason simplification
0.31/0.26	c Dynamic restart strategy considering the size of the coefficients
0.31/0.26	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.31/0.26	c timeout=2147483s
0.31/0.26	c DB Simplification allowed=false
0.31/0.26	c Listener: none
0.31/0.26	c --- End Solver configuration ---
0.31/0.26	c solving HOME/instance-4424564-1720878389.wbo
0.31/0.26	c reading problem ... 
0.31/0.31	c ... done. Wall clock time 0.046s.
0.31/0.31	c declared #vars     169
0.31/0.31	c internal #vars     233
0.31/0.31	c #constraints  102
0.31/0.31	c constraints type 
0.31/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.31/0.31	c org.sat4j.specs.Constr$1 => 1
0.31/0.31	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 41
0.31/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.31/0.31	c 102 constraints processed.
0.50/0.33	c objective function length is 64 literals
1.04/0.63	c SATISFIABLE
1.04/0.63	c OPTIMIZING...
1.04/0.64	c Got one! Elapsed wall clock time (in seconds):0.372
1.04/0.64	o 2056
1.40/0.81	c Got one! Elapsed wall clock time (in seconds):0.544
1.40/0.81	o 1900
1.81/1.08	c Got one! Elapsed wall clock time (in seconds):0.816
1.81/1.08	o 1889
2.59/1.43	c Got one! Elapsed wall clock time (in seconds):1.172
2.59/1.44	o 1865
2.97/1.61	c Got one! Elapsed wall clock time (in seconds):1.355
2.97/1.61	o 1849
3.36/1.86	c Got one! Elapsed wall clock time (in seconds):1.604
3.36/1.86	o 1819
3.76/2.07	c Got one! Elapsed wall clock time (in seconds):1.813
3.76/2.07	o 1798
4.36/2.39	c Got one! Elapsed wall clock time (in seconds):2.13
4.36/2.39	o 1789
5.84/3.26	c Got one! Elapsed wall clock time (in seconds):3.006
5.84/3.26	o 1786
6.50/3.73	c Got one! Elapsed wall clock time (in seconds):3.476
6.50/3.73	o 1782
7.27/4.34	c Got one! Elapsed wall clock time (in seconds):4.08
7.27/4.34	o 1780
8.49/5.55	c Got one! Elapsed wall clock time (in seconds):5.292
8.49/5.55	o 1777
9.75/6.77	c Got one! Elapsed wall clock time (in seconds):6.509
9.75/6.77	o 1776
11.75/8.43	c Got one! Elapsed wall clock time (in seconds):8.176
11.75/8.43	o 1768
13.18/9.69	c Got one! Elapsed wall clock time (in seconds):9.427
13.18/9.69	o 1765
16.04/11.47	c Got one! Elapsed wall clock time (in seconds):11.216
16.04/11.47	o 1758
35.40/28.70	c Got one! Elapsed wall clock time (in seconds):28.437
35.40/28.70	o 1741
39.46/32.42	c Got one! Elapsed wall clock time (in seconds):32.164
39.46/32.42	o 1720
114.16/106.89	c Got one! Elapsed wall clock time (in seconds):106.634
114.16/106.89	o 3
116.96/109.61	c Got one! Elapsed wall clock time (in seconds):109.356
116.96/109.61	o 2
117.32/109.91	c starts		: 38
117.32/109.92	c conflicts		: 3557
117.32/109.92	c decisions		: 8379
117.32/109.92	c propagations		: 111925
117.32/109.92	c inspects		: 18756044
117.32/109.92	c shortcuts		: 0
117.32/109.92	c learnt literals	: 0
117.32/109.92	c learnt binary clauses	: 0
117.32/109.92	c learnt ternary clauses	: 0
117.32/109.92	c learnt constraints	: 3557
117.32/109.92	c ignored constraints	: 0
117.32/109.92	c root simplifications	: 0
117.32/109.92	c removed literals (reason simplification)	: 0
117.32/109.92	c reason swapping (by a shorter reason)	: 0
117.32/109.92	c Calls to reduceDB	: 0
117.32/109.92	c Number of update (reduction) of LBD	: 6764
117.32/109.92	c Imported unit clauses	: 0
117.32/109.92	c No decision after first conflict	: false
117.32/109.92	c number of reductions to clauses (during analyze)	: 0
117.32/109.92	c number of learned constraints concerned by reduction	: 0
117.32/109.92	c number of learning phase by resolution	: 0
117.32/109.92	c number of learning phase by cutting planes	: 0
117.32/109.92	c number of rounding to 1 operations	: 0
117.32/109.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
117.32/109.92	c number of reductions of the coefficients by power 2 	: 0
117.32/109.92	c number of right shift for reduction by power 2 	: 0
117.32/109.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
117.32/109.92	c number of ending skipping 	: 0
117.32/109.92	c number of internal skipping 	: 0
117.32/109.92	c number of derivation steps 	: 22588
117.32/109.92	c number of skipped derivation steps 	: 0
117.32/109.92	c number of remaining unassigned 	: 44118
117.32/109.92	c number of remaining assigned 	: 634545
117.32/109.92	c number of falsified literals weakened from reason	: 0
117.32/109.92	c number of falsified literals weakened from conflict	: 0
117.32/109.92	c time for arithmetic operations	: 4942095124
117.32/109.93	c minimum degree of deleted constraints	: null
117.32/109.93	c maximum degree of deleted constraints	: null
117.32/109.93	c number of deleted constraints	: 0
117.32/109.93	c speed (assignments/second)	: 1021.3439672950924
117.32/109.93	c non guided choices	: 565
117.32/109.93	s OPTIMUM FOUND
117.32/109.93	c Found 20 solution(s)
117.32/109.93	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 
117.32/109.93	c objective function=2
117.32/109.93	c Total wall clock time (in seconds): 109.667

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424564-1720878389/watcher-4424564-1720878389 -o /tmp/evaluation-result-4424564-1720878389/solver-4424564-1720878389 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720877760-700190 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424564-1720878389.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=706927, runsolver pid=706924

[startup+0.109878 s]*
/proc/loadavg: 4.48 4.44 4.35 5/315 706945
/proc/meminfo: memFree=121887288/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=18975048 memory=57264 CPUtime=0.13 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 6684 0 0 0 11 2 0 0 20 0 18 0 139997668 19430449152 14316 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4743762 14316 5755 1 0 550967 0
[pid=706927/tid=706929] ppid=706924 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 5553 0 0 0 7 1 0 0 20 0 18 0 139997669 19430449152 14316 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139997671 19430449152 14316 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=18975048 memory=14412639824552292 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139997672 19430449152 14316 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57264 KiB

[startup+0.213519 s]*
/proc/loadavg: 4.48 4.44 4.35 7/315 706945
/proc/meminfo: memFree=121878344/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=18975048 memory=66184 CPUtime=0.31 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 7408 0 0 0 28 3 0 0 20 0 18 0 139997668 19430449152 16546 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4743762 16546 5771 1 0 551582 0
[pid=706927/tid=706929] ppid=706924 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 5929 0 0 0 16 2 0 0 20 0 18 0 139997669 19430449152 16546 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=18975048 memory=19017 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139997671 19430449152 16546 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139997672 19430449152 16546 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66184 KiB

[startup+0.31753 s]*
/proc/loadavg: 4.48 4.44 4.35 8/315 706945
/proc/meminfo: memFree=121872540/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=18975048 memory=71720 CPUtime=0.5 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 7732 0 0 0 47 3 0 0 20 0 18 0 139997668 19430449152 17930 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4743762 17930 5811 1 0 551802 0
[pid=706927/tid=706929] ppid=706924 vsize=18975048 memory=-8888805382111535804 CPUtime=0.28 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 6173 0 0 0 26 2 0 0 20 0 18 0 139997669 19430449152 17930 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139997671 19430449152 17930 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139997672 19430449152 17930 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71720 KiB

[startup+0.700313 s]
/proc/loadavg: 4.48 4.44 4.35 6/316 706946
/proc/meminfo: memFree=121863708/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19041612 memory=103268 CPUtime=1.2 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 10233 0 0 0 116 4 0 0 20 0 19 0 139997668 19498610688 25817 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4760403 25817 5883 1 0 553556 0
[pid=706927/tid=706929] ppid=706924 vsize=19041612 memory=5468 CPUtime=0.61 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 6237 0 0 0 58 3 0 0 20 0 19 0 139997669 19498610688 25817 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19041612 memory=12020 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139997671 19498610688 25817 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19041612 memory=164 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139997672 19498610688 25817 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706946] ppid=706924 vsize=19041612 memory=117636 CPUtime=0 cores=4,6
/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139997702 19498610688 25817 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 103268 KiB

[startup+1.50323 s]
/proc/loadavg: 4.48 4.44 4.35 6/316 706946
/proc/meminfo: memFree=121811688/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19108176 memory=186668 CPUtime=2.78 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 23205 0 0 0 271 7 0 0 20 0 20 0 139997668 19566772224 46667 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4777044 46667 5883 1 0 558885 0
[pid=706927/tid=706929] ppid=706924 vsize=19108176 memory=12020 CPUtime=1.33 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 6971 0 0 0 129 4 0 0 20 0 20 0 139997669 19566772224 46667 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139997671 19566772224 46667 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 139997672 19566772224 46667 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706946] ppid=706924 vsize=19108176 memory=280473846850832 CPUtime=0 cores=4,6
/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139997702 19566772224 46667 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186668 KiB

[startup+3.10551 s]
/proc/loadavg: 4.48 4.44 4.35 6/317 706947
/proc/meminfo: memFree=121748368/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19108176 memory=214224 CPUtime=5.69 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 25658 0 0 0 560 9 0 0 20 0 20 0 139997668 19566772224 53556 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4777044 53556 5899 1 0 558894 0
[pid=706927/tid=706929] ppid=706924 vsize=19108176 memory=0 CPUtime=2.88 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 7421 0 0 0 283 5 0 0 20 0 20 0 139997669 19566772224 53556 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139997671 19566772224 53556 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 139997672 19566772224 53556 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706946] ppid=706924 vsize=19108176 memory=11508 CPUtime=0 cores=4,6
/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139997702 19566772224 53556 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 214224 KiB

[startup+6.30027 s]
/proc/loadavg: 4.44 4.43 4.35 5/317 706947
/proc/meminfo: memFree=121513316/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19108176 memory=419992 CPUtime=9.35 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 26219 0 0 0 921 14 0 0 20 0 20 0 139997668 19566772224 104998 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4777044 104998 5899 1 0 558896 0
[pid=706927/tid=706929] ppid=706924 vsize=19108176 memory=12020 CPUtime=6 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 7812 0 0 0 591 9 0 0 20 0 20 0 139997669 19566772224 104998 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139997671 19566772224 104998 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19108176 memory=186668 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 139997672 19566772224 104998 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706946] ppid=706924 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139997702 19566772224 104998 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 9.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 419992 KiB

[startup+12.7005 s]
/proc/loadavg: 4.40 4.42 4.35 5/317 706949
/proc/meminfo: memFree=120981184/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19108176 memory=958368 CPUtime=17.73 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 38349 0 0 0 1748 25 0 0 20 0 20 0 139997668 19566772224 239592 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4777044 239592 5898 1 0 558912 0
[pid=706927/tid=706929] ppid=706924 vsize=19108176 memory=0 CPUtime=12.3 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 11185 0 0 0 1212 18 0 0 20 0 20 0 139997669 19566772224 239592 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19108176 memory=-8888805382111535804 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139997671 19566772224 239592 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 139997672 19566772224 239592 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706946] ppid=706924 vsize=19108176 memory=11508 CPUtime=0 cores=4,6
/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139997702 19566772224 239592 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 17.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 958368 KiB

[startup+25.5005 s]
/proc/loadavg: 4.38 4.42 4.35 5/317 706950
/proc/meminfo: memFree=120575488/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19108176 memory=1362812 CPUtime=32.28 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 57602 0 0 0 3189 39 0 0 20 0 20 0 139997668 19566772224 340703 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4777044 340703 5898 1 0 563607 0
[pid=706927/tid=706929] ppid=706924 vsize=19108176 memory=11508 CPUtime=24.81 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 13017 0 0 0 2456 25 0 0 20 0 20 0 139997669 19566772224 340703 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19108176 memory=11508 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139997671 19566772224 340703 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19108176 memory=419992 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 139997672 19566772224 340703 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706946] ppid=706924 vsize=19108176 memory=280473846797616 CPUtime=0 cores=4,6
/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139997702 19566772224 340703 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 32.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1362812 KiB

[startup+51.1132 s]
/proc/loadavg: 4.25 4.38 4.34 5/317 706955
/proc/meminfo: memFree=120015748/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19108176 memory=1794128 CPUtime=58.43 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 64500 0 0 0 5792 51 0 0 20 0 20 0 139997668 19566772224 448532 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4777044 448532 5898 1 0 670134 0
[pid=706927/tid=706929] ppid=706924 vsize=19108176 memory=1792068 CPUtime=49.88 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 15208 0 0 0 4954 34 0 0 20 0 20 0 139997669 19566772224 448532 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19108176 memory=35540 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139997671 19566772224 448532 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19108176 memory=280473847547264 CPUtime=0 cores=4,6

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

/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139997702 19566772224 448532 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 58.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1794128 KiB

[startup+102.301 s]
/proc/loadavg: 4.15 4.34 4.32 6/317 706963
/proc/meminfo: memFree=119889032/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19108176 memory=1818848 CPUtime=109.66 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 71343 0 0 0 10910 56 0 0 20 0 20 0 139997668 19566772224 454712 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4777044 454712 5898 1 0 670134 0
[pid=706927/tid=706929] ppid=706924 vsize=19108176 memory=1818848 CPUtime=100.16 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 18964 0 0 0 9981 35 0 0 20 0 20 0 139997669 19566772224 454712 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19108176 memory=1814744 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139997671 19566772224 454712 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19108176 memory=1806552 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 102 0 0 0 0 0 0 0 20 0 20 0 139997672 19566772224 454712 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706946] ppid=706924 vsize=19108176 memory=1802444 CPUtime=0 cores=4,6
/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139997702 19566772224 454712 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 109.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1818848 KiB

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

# cumulated CPU time of all completed processes:  user=116.82 s, system=0.587783 s

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

[startup+102.401 s]
/proc/loadavg: 4.15 4.34 4.32 6/317 706963
/proc/meminfo: memFree=119889032/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19108176 memory=1818848 CPUtime=109.76 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 71354 0 0 0 10920 56 0 0 20 0 20 0 139997668 19566772224 454712 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4777044 454712 5898 1 0 670134 0
[pid=706927/tid=706929] ppid=706924 vsize=19108176 memory=2268 CPUtime=100.26 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 18975 0 0 0 9991 35 0 0 20 0 20 0 139997669 19566772224 454712 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19108176 memory=2580 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139997671 19566772224 454712 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19108176 memory=1802444 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 102 0 0 0 0 0 0 0 20 0 20 0 139997672 19566772224 454712 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706946] ppid=706924 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139997702 19566772224 454712 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 109.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1818848 KiB

[startup+105.6 s]
/proc/loadavg: 4.22 4.35 4.33 5/317 706963
/proc/meminfo: memFree=119882692/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19108176 memory=1825020 CPUtime=112.96 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 71978 0 0 0 11239 57 0 0 20 0 20 0 139997668 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4777044 456255 5898 1 0 670134 0
[pid=706927/tid=706929] ppid=706924 vsize=19108176 memory=1825020 CPUtime=103.32 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 19040 0 0 0 10297 35 0 0 20 0 20 0 139997669 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19108176 memory=1824 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139997671 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19108176 memory=1814744 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 102 0 0 0 0 0 0 0 20 0 20 0 139997672 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706946] ppid=706924 vsize=19108176 memory=1814744 CPUtime=0 cores=4,6
/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139997702 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 112.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1825020 KiB

[startup+107.2 s]
/proc/loadavg: 4.22 4.35 4.33 5/317 706963
/proc/meminfo: memFree=119855928/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19108176 memory=1825020 CPUtime=114.56 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 72545 0 0 0 11399 57 0 0 20 0 20 0 139997668 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4777044 456255 5898 1 0 670134 0
[pid=706927/tid=706929] ppid=706924 vsize=19108176 memory=11508 CPUtime=104.91 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 19607 0 0 0 10456 35 0 0 20 0 20 0 139997669 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19108176 memory=1825020 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139997671 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19108176 memory=35540 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 102 0 0 0 0 0 0 0 20 0 20 0 139997672 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706946] ppid=706924 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139997702 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 114.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1825020 KiB

[startup+108.8 s]
/proc/loadavg: 4.22 4.35 4.33 5/317 706963
/proc/meminfo: memFree=119845624/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19108176 memory=1825020 CPUtime=116.16 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 72583 0 0 0 11559 57 0 0 20 0 20 0 139997668 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4777044 456255 5898 1 0 670134 0
[pid=706927/tid=706929] ppid=706924 vsize=19108176 memory=24980 CPUtime=106.51 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 19645 0 0 0 10616 35 0 0 20 0 20 0 139997669 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19108176 memory=1814748 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139997671 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 102 0 0 0 0 0 0 0 20 0 20 0 139997672 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706946] ppid=706924 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139997702 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 116.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1825020 KiB

[startup+109.6 s]
/proc/loadavg: 4.28 4.36 4.33 5/317 706965
/proc/meminfo: memFree=119845624/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19108176 memory=1825020 CPUtime=116.96 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 72583 0 0 0 11639 57 0 0 20 0 20 0 139997668 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4777044 456255 5898 1 0 670134 0
[pid=706927/tid=706929] ppid=706924 vsize=19108176 memory=5468 CPUtime=107.31 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 19645 0 0 0 10696 35 0 0 20 0 20 0 139997669 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19108176 memory=2580 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139997671 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 102 0 0 0 0 0 0 0 20 0 20 0 139997672 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706946] ppid=706924 vsize=19108176 memory=1824 CPUtime=0 cores=4,6
/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139997702 19566772224 456255 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 116.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1825020 KiB

[startup+109.8 s]
/proc/loadavg: 4.28 4.36 4.33 5/317 706965
/proc/meminfo: memFree=119845624/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19108176 memory=1825056 CPUtime=117.22 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 73699 0 0 0 11665 57 0 0 20 0 20 0 139997668 19566772224 456264 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4777044 456264 5898 1 0 670134 0
[pid=706927/tid=706929] ppid=706924 vsize=19108176 memory=24980 CPUtime=107.51 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) R 706924 706927 697934 0 -1 4194368 19674 0 0 0 10716 35 0 0 20 0 20 0 139997669 19566772224 456264 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19108176 memory=35540 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139997671 19566772224 456264 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 102 0 0 0 0 0 0 0 20 0 20 0 139997672 19566772224 456264 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706946] ppid=706924 vsize=19108176 memory=100 CPUtime=0 cores=4,6
/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139997702 19566772224 456264 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 117.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1825056 KiB

[startup+109.9 s]
/proc/loadavg: 4.28 4.36 4.33 5/317 706965
/proc/meminfo: memFree=119845624/131655788 swapFree=131071996/131071996
[pid=706927] ppid=706924 vsize=19175768 memory=1825152 CPUtime=117.32 cores=4,6
/proc/706927/stat : 706927 (java) S 706924 706927 697934 0 -1 1077936128 74938 0 0 0 11675 57 0 0 20 0 21 0 139997668 19635986432 456288 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
/proc/706927/statm: 4793942 456288 5897 1 0 670711 0
[pid=706927/tid=706929] ppid=706924 vsize=19175768 memory=1818848 CPUtime=107.59 cores=4,6
/proc/706927/task/706929/stat : 706929 (java) S 706924 706927 697934 0 -1 1077936192 20854 0 0 0 10724 35 0 0 20 0 22 0 139997669 19635986432 456288 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706938] ppid=706924 vsize=19175768 memory=1814744 CPUtime=0 cores=4,6
/proc/706927/task/706938/stat : 706938 (Finalizer) S 706924 706927 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 22 0 139997671 19635986432 456288 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706945] ppid=706924 vsize=19175768 memory=1825020 CPUtime=0 cores=4,6
/proc/706927/task/706945/stat : 706945 (Common-Cleaner) S 706924 706927 697934 0 -1 1077936192 102 0 0 0 0 0 0 0 20 0 22 0 139997672 19635986432 456288 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
[pid=706927/tid=706946] ppid=706924 vsize=19175768 memory=1825020 CPUtime=0 cores=4,6
/proc/706927/task/706946/stat : 706946 (Timer-0) S 706924 706927 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 22 0 139997702 19635986432 456288 134679101440 94077953241088 94077953244784 140724794707808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94077953252600 94077953253392 94077961846784 140724794713051 140724794713159 140724794713159 140724794720200 0
Current children cumulated CPU time: 117.32 s
Current children cumulated vsize: 19175768 KiB
Current children cumulated memory: 1825152 KiB

Child status: 30

Real time (s): 109.953
CPU time (s): 117.407
CPU user time (s): 116.82
CPU system time (s): 0.587783
CPU usage (%): 106.779
Max. virtual memory (cumulated for all children) (KiB): 19175768
Max. memory (cumulated for all children) (KiB): 1825152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.82
system time used= 0.587783
maximum resident set size= 1826596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75854
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4911
involuntary context switches= 740


# summary of solver processes directly reported to runsolver:
#   pid: 706927
#   total CPU time (s): 117.407
#   total CPU user time (s): 116.82
#   total CPU system time (s): 0.587783

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.59857 second user time and 1.14863 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-13 15:46:42
IDJOB=4424564
IDBENCH=143679
IDSOLVER=3036
FILE ID=nodeC006/4424564-1720878389
RUNJOBID= nodeC006-1720877760-700190
SLURM_JOB_ID= 7483754
Free space on /tmp= 723776 MiB

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

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

MD5SUM BENCH= bde05d98e9c3034ba9efb528ac470ce1
RANDOM SEED=495848843

nodeC006.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		: 3602.378
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.94
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		: 3658.248
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.26
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.340
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.94
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.381
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.26
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		: 3492.006
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.94
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		: 3623.933
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.26
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.260
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.94
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.305
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.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        121923440 kB
MemAvailable:   121816052 kB
Buffers:          321980 kB
Cached:           419244 kB
SwapCached:            0 kB
Active:           477624 kB
Inactive:        8741540 kB
Active(anon):       1468 kB
Inactive(anon):  8513892 kB
Active(file):     476156 kB
Inactive(file):   227648 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               900 kB
Writeback:             0 kB
AnonPages:       8477688 kB
Mapped:           120996 kB
Shmem:             37704 kB
KReclaimable:      57680 kB
Slab:             146920 kB
SReclaimable:      57680 kB
SUnreclaim:        89240 kB
KernelStack:        4804 kB
PageTables:        26700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11208004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45888 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8318976 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:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC006 at 2024-07-13 15:48:32