Trace number 4429859

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12SAT (TO)448 3600.48 3498.35

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_1.opb
MD5SUMd93197574d7bf829fc84498a7cd9d0ce
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3583.48
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint66
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4329
Number of bits of the biggest sum of numbers13
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.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.15	c Free memory 		2115194816
0.12/0.15	c Max memory 		16282288128
0.12/0.15	c Total memory 		2122317824
0.12/0.15	c Number of processors 	2
0.12/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.22	 - never skip resolution steps
0.12/0.22	 - Auto-division on coefficients is disabled
0.12/0.22	 - No postprocessing
0.12/0.22	 - Conflict is considered as is when resolving
0.12/0.22	 - Use constraints as they come during conflict analysis
0.12/0.22	 - Weaken first using unassigned literals
0.12/0.22	 - Bump strategy: ALWAYS_ONE
0.12/0.22	 - Bumper: EFFECTIVE
0.12/0.22	--- Begin Solver configuration ---
0.12/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.12/0.22	Learn all clauses as in MiniSAT
0.12/0.22	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.22	No reason simplification
0.12/0.22	Dynamic restart strategy considering the size of the coefficients
0.12/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.12/0.22	timeout=2147483s
0.12/0.22	DB Simplification allowed=false
0.12/0.22	Listener: none
0.12/0.22	--- End Solver configuration ---
0.12/0.22	c Pseudo Boolean Optimization by upper bound
0.12/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.22	c  - never skip resolution steps
0.12/0.22	c  - Auto-division on coefficients is disabled
0.12/0.22	c  - No postprocessing
0.12/0.22	c  - Conflict is considered as is when resolving
0.12/0.22	c  - Use constraints as they come during conflict analysis
0.12/0.22	c  - Weaken first using unassigned literals
0.12/0.22	c  - Bump strategy: ALWAYS_ONE
0.12/0.22	c  - Bumper: EFFECTIVE
0.12/0.22	c --- Begin Solver configuration ---
0.12/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.12/0.22	c Learn all clauses as in MiniSAT
0.12/0.22	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.22	c No reason simplification
0.12/0.22	c Dynamic restart strategy considering the size of the coefficients
0.12/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.12/0.22	c timeout=2147483s
0.12/0.22	c DB Simplification allowed=false
0.12/0.22	c Listener: none
0.12/0.22	c --- End Solver configuration ---
0.12/0.22	c solving HOME/instance-4429859-1721099461.opb
0.12/0.22	c reading problem ... 
0.12/0.22	c  objective function found
0.32/0.25	c ... done. Wall clock time 0.026s.
0.32/0.25	c declared #vars     146
0.32/0.25	c #constraints  12
0.32/0.25	c constraints type 
0.32/0.25	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 12
0.32/0.25	c 12 constraints processed.
0.32/0.27	c objective function length is 96 literals
0.68/0.49	c SATISFIABLE
0.68/0.49	c OPTIMIZING...
0.68/0.50	c Got one! Elapsed wall clock time (in seconds):0.265
0.68/0.50	o 2897
1.05/0.63	c Got one! Elapsed wall clock time (in seconds):0.411
1.05/0.63	o 2264
1.42/0.83	c Got one! Elapsed wall clock time (in seconds):0.6
1.42/0.83	o 2241
1.62/0.98	c Got one! Elapsed wall clock time (in seconds):0.756
1.62/0.98	o 2238
1.82/1.09	c Got one! Elapsed wall clock time (in seconds):0.866
1.82/1.09	o 2144
2.39/1.33	c Got one! Elapsed wall clock time (in seconds):1.106
2.39/1.33	o 1937
2.78/1.55	c Got one! Elapsed wall clock time (in seconds):1.333
2.78/1.55	o 1931
3.18/1.75	c Got one! Elapsed wall clock time (in seconds):1.53
3.18/1.75	o 1893
4.15/2.26	c Got one! Elapsed wall clock time (in seconds):2.041
4.15/2.26	o 1867
4.76/2.57	c Got one! Elapsed wall clock time (in seconds):2.347
4.76/2.57	o 690
7.73/4.45	c Got one! Elapsed wall clock time (in seconds):4.231
7.73/4.45	o 683
8.77/5.34	c Got one! Elapsed wall clock time (in seconds):5.111
8.77/5.34	o 668
13.39/8.52	c Got one! Elapsed wall clock time (in seconds):8.302
13.39/8.52	o 642
14.55/9.64	c Got one! Elapsed wall clock time (in seconds):9.416
14.55/9.64	o 638
18.39/13.11	c Got one! Elapsed wall clock time (in seconds):12.885
18.39/13.11	o 634
29.34/23.71	c Got one! Elapsed wall clock time (in seconds):23.489
29.34/23.71	o 632
37.53/31.93	c Got one! Elapsed wall clock time (in seconds):31.712
37.53/31.93	o 627
38.63/33.02	c Got one! Elapsed wall clock time (in seconds):32.804
38.63/33.03	o 625
46.76/41.19	c Got one! Elapsed wall clock time (in seconds):40.964
46.76/41.19	o 622
50.35/44.77	c Got one! Elapsed wall clock time (in seconds):44.554
50.35/44.77	o 594
115.76/109.34	c Got one! Elapsed wall clock time (in seconds):109.115
115.76/109.34	o 573
139.81/133.23	c Got one! Elapsed wall clock time (in seconds):133.008
139.81/133.23	o 567
206.90/200.19	c Got one! Elapsed wall clock time (in seconds):199.969
206.90/200.19	o 555
217.02/210.29	c Got one! Elapsed wall clock time (in seconds):210.065
217.02/210.29	o 551
287.49/280.22	c Got one! Elapsed wall clock time (in seconds):280.003
287.49/280.22	o 548
386.11/378.73	c Got one! Elapsed wall clock time (in seconds):378.504
386.11/378.73	o 545
442.19/434.79	c Got one! Elapsed wall clock time (in seconds):434.572
442.29/434.80	o 453
823.11/815.06	c Got one! Elapsed wall clock time (in seconds):814.837
823.11/815.06	o 451
1330.26/1321.97	c Got one! Elapsed wall clock time (in seconds):1321.752
1330.26/1321.97	o 448
3600.03/3498.17	c starts		: 70
3600.03/3498.18	c conflicts		: 11427
3600.03/3498.19	c decisions		: 23696
3600.03/3498.20	c propagations		: 154812
3600.03/3498.20	c inspects		: 34488046
3600.03/3498.20	c shortcuts		: 0
3600.03/3498.20	c learnt literals	: 0
3600.03/3498.20	c learnt binary clauses	: 0
3600.22/3498.22	c learnt ternary clauses	: 0
3600.22/3498.22	c learnt constraints	: 11426
3600.22/3498.22	c ignored constraints	: 0
3600.22/3498.22	c root simplifications	: 0
3600.22/3498.22	c removed literals (reason simplification)	: 0
3600.22/3498.22	c reason swapping (by a shorter reason)	: 0
3600.22/3498.22	c Calls to reduceDB	: 0
3600.22/3498.22	c Number of update (reduction) of LBD	: 13432
3600.22/3498.22	c Imported unit clauses	: 0
3600.22/3498.22	c No decision after first conflict	: false
3600.22/3498.22	c number of reductions to clauses (during analyze)	: 0
3600.22/3498.22	c number of learned constraints concerned by reduction	: 0
3600.22/3498.22	c number of learning phase by resolution	: 0
3600.22/3498.22	c number of learning phase by cutting planes	: 0
3600.22/3498.22	c number of rounding to 1 operations	: 0
3600.22/3498.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.22/3498.22	c number of reductions of the coefficients by power 2 	: 0
3600.22/3498.22	c number of right shift for reduction by power 2 	: 0
3600.22/3498.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.22/3498.22	c number of ending skipping 	: 0
3600.22/3498.22	c number of internal skipping 	: 0
3600.22/3498.22	c number of derivation steps 	: 70604
3600.22/3498.22	c number of skipped derivation steps 	: 0
3600.22/3498.22	c number of remaining unassigned 	: 318577
3600.22/3498.22	c number of remaining assigned 	: 3636462
3600.22/3498.22	c number of falsified literals weakened from reason	: 0
3600.22/3498.22	c number of falsified literals weakened from conflict	: 0
3600.22/3498.22	c time for arithmetic operations	: 2439754498800
3600.22/3498.26	c minimum degree of deleted constraints	: null
3600.22/3498.26	c maximum degree of deleted constraints	: null
3600.22/3498.26	c number of deleted constraints	: 0
3600.22/3498.26	c speed (assignments/second)	: 44.25753027246289
3600.22/3498.26	c non guided choices	: 602
3600.41/3498.30	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 11426
3600.41/3498.30	s SATISFIABLE
3600.41/3498.31	c Found 29 solution(s)
3600.41/3498.31	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 
3600.41/3498.33	c objective function=448
3600.41/3498.33	c Total wall clock time (in seconds): 3498.107

Verifier Data

OK	448

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429859-1721099461/watcher-4429859-1721099461 -o /tmp/evaluation-result-4429859-1721099461/solver-4429859-1721099461 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721095703-832736 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429859-1721099461.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=835153, runsolver pid=835150

[startup+0.10452 s]*
/proc/loadavg: 4.30 4.39 4.39 8/317 835171
/proc/meminfo: memFree=117937772/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=18975048 memory=56268 CPUtime=0.12 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 6551 0 0 0 9 3 0 0 20 0 18 0 162104156 19430449152 14067 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4743762 14067 5686 1 0 550880 0
[pid=835153/tid=835155] ppid=835150 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 5482 0 0 0 6 2 0 0 20 0 18 0 162104157 19430449152 14067 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 162104162 19430449152 14067 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=18975048 memory=3978424728183636000 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 162104164 19430449152 14067 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56268 KiB

[startup+0.214207 s]*
/proc/loadavg: 4.30 4.39 4.39 7/317 835171
/proc/meminfo: memFree=117927488/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=18975048 memory=66712 CPUtime=0.32 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 7493 0 0 0 28 4 0 0 20 0 18 0 162104156 19430449152 16678 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4743762 16678 5758 1 0 551684 0
[pid=835153/tid=835155] ppid=835150 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 6043 0 0 0 17 3 0 0 20 0 18 0 162104157 19430449152 16678 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=18975048 memory=694 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 162104162 19430449152 16678 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=18975048 memory=14135562894328173 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 162104164 19430449152 16678 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66712 KiB

[startup+0.324182 s]*
/proc/loadavg: 4.30 4.39 4.39 7/318 835172
/proc/meminfo: memFree=117923732/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19041612 memory=70184 CPUtime=0.52 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 8047 0 0 0 47 5 0 0 20 0 19 0 162104156 19498610688 17546 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4760403 17546 5881 1 0 552263 0
[pid=835153/tid=835155] ppid=835150 vsize=19041612 memory=-9176200133670707900 CPUtime=0.28 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 6191 0 0 0 25 3 0 0 20 0 19 0 162104157 19498610688 17546 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 162104162 19498610688 17546 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 162104164 19498610688 17546 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835172] ppid=835150 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/835153/task/835172/stat : 835172 (Timer-0) S 835150 835153 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 162104183 19498610688 17546 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 70184 KiB

[startup+0.705308 s]
/proc/loadavg: 4.30 4.39 4.39 7/318 835172
/proc/meminfo: memFree=117885236/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19108176 memory=164576 CPUtime=1.22 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 9567 0 0 0 115 7 0 0 20 0 20 0 162104156 19566772224 41144 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4777044 41144 5897 1 0 553181 0
[pid=835153/tid=835155] ppid=835150 vsize=19108176 memory=12676 CPUtime=0.62 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) S 835150 835153 832724 0 -1 1077936192 6252 0 0 0 57 5 0 0 20 0 20 0 162104157 19566772224 41144 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19108176 memory=12676 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162104162 19566772224 41144 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162104164 19566772224 41144 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835172] ppid=835150 vsize=19108176 memory=5608 CPUtime=0 cores=1,3
/proc/835153/task/835172/stat : 835172 (Timer-0) S 835150 835153 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162104183 19566772224 41144 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 164576 KiB

[startup+1.50117 s]
/proc/loadavg: 4.30 4.39 4.39 8/319 835173
/proc/meminfo: memFree=117822584/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19108176 memory=224300 CPUtime=2.78 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 16460 0 0 0 268 10 0 0 20 0 20 0 162104156 19566772224 56075 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4777044 56075 5928 1 0 555188 0
[pid=835153/tid=835155] ppid=835150 vsize=19108176 memory=12676 CPUtime=1.38 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 6743 0 0 0 132 6 0 0 20 0 20 0 162104157 19566772224 56075 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162104162 19566772224 56075 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162104164 19566772224 56075 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835172] ppid=835150 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/835153/task/835172/stat : 835172 (Timer-0) S 835150 835153 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162104183 19566772224 56075 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 224300 KiB

[startup+3.10617 s]
/proc/loadavg: 4.36 4.40 4.40 7/319 835174
/proc/meminfo: memFree=117369144/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19108176 memory=672744 CPUtime=5.94 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 20105 0 0 0 574 20 0 0 20 0 20 0 162104156 19566772224 168186 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4777044 168186 5928 1 0 556505 0
[pid=835153/tid=835155] ppid=835150 vsize=19108176 memory=0 CPUtime=2.94 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 7787 0 0 0 280 14 0 0 20 0 20 0 162104157 19566772224 168186 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162104162 19566772224 168186 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19108176 memory=288376 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162104164 19566772224 168186 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835172] ppid=835150 vsize=19108176 memory=12676 CPUtime=0 cores=1,3
/proc/835153/task/835172/stat : 835172 (Timer-0) S 835150 835153 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162104183 19566772224 168186 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 672744 KiB

[startup+6.30118 s]
/proc/loadavg: 4.36 4.40 4.40 6/319 835174
/proc/meminfo: memFree=116652028/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19110780 memory=1498340 CPUtime=10.48 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 33828 0 0 0 1006 42 0 0 20 0 20 0 162104156 19569438720 374585 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4777695 374585 5927 1 0 752612 0
[pid=835153/tid=835155] ppid=835150 vsize=19110780 memory=12676 CPUtime=5.93 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 8803 0 0 0 562 31 0 0 20 0 20 0 162104157 19569438720 374585 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19110780 memory=0 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162104162 19569438720 374585 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19110780 memory=6010444494911789136 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162104164 19569438720 374585 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835172] ppid=835150 vsize=19110780 memory=5576 CPUtime=0 cores=1,3
/proc/835153/task/835172/stat : 835172 (Timer-0) S 835150 835153 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162104183 19569438720 374585 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 10.48 s
Current children cumulated vsize: 19110780 KiB
Current children cumulated memory: 1498340 KiB

[startup+12.7004 s]
/proc/loadavg: 4.33 4.40 4.39 6/319 835176
/proc/meminfo: memFree=116108380/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19108176 memory=1857036 CPUtime=18.07 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 38684 0 0 0 1755 52 0 0 20 0 20 0 162104156 19566772224 464259 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4777044 464259 5927 1 0 754516 0
[pid=835153/tid=835155] ppid=835150 vsize=19108176 memory=0 CPUtime=12.21 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 9189 0 0 0 1182 39 0 0 20 0 20 0 162104157 19566772224 464259 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19108176 memory=1857036 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162104162 19566772224 464259 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162104164 19566772224 464259 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835172] ppid=835150 vsize=19108176 memory=16328 CPUtime=0 cores=1,3
/proc/835153/task/835172/stat : 835172 (Timer-0) S 835150 835153 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162104183 19566772224 464259 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 18.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1857036 KiB

[startup+25.5005 s]
/proc/loadavg: 4.26 4.38 4.39 6/319 835178
/proc/meminfo: memFree=116077152/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19108176 memory=1873960 CPUtime=31.13 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 45727 0 0 0 3059 54 0 0 20 0 20 0 162104156 19566772224 468490 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4777044 468490 5927 1 0 754516 0
[pid=835153/tid=835155] ppid=835150 vsize=19108176 memory=1857036 CPUtime=24.72 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 11201 0 0 0 2432 40 0 0 20 0 20 0 162104157 19566772224 468490 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19108176 memory=16328 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162104162 19566772224 468490 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19108176 memory=1857092 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 162104164 19566772224 468490 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835172] ppid=835150 vsize=19108176 memory=12440 CPUtime=0 cores=1,3
/proc/835153/task/835172/stat : 835172 (Timer-0) S 835150 835153 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162104183 19566772224 468490 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 31.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1873960 KiB

[startup+51.1132 s]
/proc/loadavg: 4.24 4.36 4.38 6/319 835181
/proc/meminfo: memFree=115433148/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19108176 memory=2450892 CPUtime=56.87 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 52519 0 0 0 5617 70 0 0 20 0 20 0 162104156 19566772224 612723 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4777044 612723 5927 1 0 888209 0
[pid=835153/tid=835155] ppid=835150 vsize=19108176 memory=2428304 CPUtime=49.52 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 14160 0 0 0 4902 50 0 0 20 0 20 0 162104157 19566772224 612723 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0

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

Current children cumulated memory: 4016580 KiB

[startup+3222.3 s]
/proc/loadavg: 4.31 4.38 4.34 6/319 837167
/proc/meminfo: memFree=114898244/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19108176 memory=4016596 CPUtime=3296.41 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 253348 0 0 0 329116 525 0 0 20 0 20 0 162104156 19566772224 1004149 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4777044 1004149 5924 1 0 1017920 0
[pid=835153/tid=835155] ppid=835150 vsize=19108176 memory=4016568 CPUtime=3186.28 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 82073 0 0 0 318556 72 0 0 20 0 20 0 162104157 19566772224 1004149 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19108176 memory=42936 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162104162 19566772224 1004149 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19108176 memory=4016596 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 1721 0 0 0 0 0 0 0 20 0 20 0 162104164 19566772224 1004149 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835172] ppid=835150 vsize=19108176 memory=4016596 CPUtime=0 cores=1,3
/proc/835153/task/835172/stat : 835172 (Timer-0) S 835150 835153 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162104183 19566772224 1004149 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 3296.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4016596 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.37 4.34 6/317 837180
/proc/meminfo: memFree=114870796/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19108176 memory=4016608 CPUtime=3362.15 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 253908 0 0 0 335672 543 0 0 20 0 20 0 162104156 19566772224 1004152 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4777044 1004152 5924 1 0 1017920 0
[pid=835153/tid=835155] ppid=835150 vsize=19108176 memory=12440 CPUtime=3245.53 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 82550 0 0 0 324481 72 0 0 20 0 20 0 162104157 19566772224 1004152 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19108176 memory=4016608 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162104162 19566772224 1004152 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19108176 memory=4016608 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 1721 0 0 0 0 0 0 0 20 0 20 0 162104164 19566772224 1004152 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835172] ppid=835150 vsize=19108176 memory=12440 CPUtime=0 cores=1,3
/proc/835153/task/835172/stat : 835172 (Timer-0) S 835150 835153 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162104183 19566772224 1004152 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 3362.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4016608 KiB

[startup+3342.31 s]
/proc/loadavg: 4.50 4.42 4.36 6/317 837190
/proc/meminfo: memFree=114859788/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19108176 memory=4016632 CPUtime=3428.36 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 266374 0 0 0 342273 563 0 0 20 0 20 0 162104156 19566772224 1004158 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4777044 1004158 5924 1 0 1017920 0
[pid=835153/tid=835155] ppid=835150 vsize=19108176 memory=4016624 CPUtime=3304.78 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 84284 0 0 0 330406 72 0 0 20 0 20 0 162104157 19566772224 1004158 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19108176 memory=42936 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162104162 19566772224 1004158 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19108176 memory=4016632 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 1776 0 0 0 0 0 0 0 20 0 20 0 162104164 19566772224 1004158 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835172] ppid=835150 vsize=19108176 memory=4016632 CPUtime=0 cores=1,3
/proc/835153/task/835172/stat : 835172 (Timer-0) S 835150 835153 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162104183 19566772224 1004158 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 3428.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4016632 KiB

[startup+3402.3 s]
/proc/loadavg: 4.57 4.46 4.38 7/320 837274
/proc/meminfo: memFree=112402432/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19108176 memory=4016660 CPUtime=3495.86 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 266907 0 0 0 348996 590 0 0 20 0 20 0 162104156 19566772224 1004165 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4777044 1004165 5924 1 0 1017920 0
[pid=835153/tid=835155] ppid=835150 vsize=19108176 memory=42936 CPUtime=3363.63 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 84347 0 0 0 336290 73 0 0 20 0 20 0 162104157 19566772224 1004165 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19108176 memory=4016632 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162104162 19566772224 1004165 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19108176 memory=4016632 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 1776 0 0 0 0 0 0 0 20 0 20 0 162104164 19566772224 1004165 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835172] ppid=835150 vsize=19108176 memory=16328 CPUtime=0 cores=1,3
/proc/835153/task/835172/stat : 835172 (Timer-0) S 835150 835153 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162104183 19566772224 1004165 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 3495.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4016660 KiB

[startup+3462.3 s]
/proc/loadavg: 4.60 4.49 4.39 5/320 837351
/proc/meminfo: memFree=114785592/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19108176 memory=4016668 CPUtime=3560.38 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 267292 0 0 0 355432 606 0 0 20 0 20 0 162104156 19566772224 1004167 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4777044 1004167 5924 1 0 1017920 0
[pid=835153/tid=835155] ppid=835150 vsize=19108176 memory=42936 CPUtime=3423.04 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 84429 0 0 0 342231 73 0 0 20 0 20 0 162104157 19566772224 1004167 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19108176 memory=4016632 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162104162 19566772224 1004167 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19108176 memory=4016632 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 1776 0 0 0 0 0 0 0 20 0 20 0 162104164 19566772224 1004167 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835172] ppid=835150 vsize=19108176 memory=4016668 CPUtime=0 cores=1,3
/proc/835153/task/835172/stat : 835172 (Timer-0) S 835150 835153 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162104183 19566772224 1004167 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 3560.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4016668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3498.11 s]
/proc/loadavg: 4.55 4.48 4.39 5/320 837357
/proc/meminfo: memFree=114760072/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19108176 memory=4016676 CPUtime=3600.03 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 267489 0 0 0 359384 619 0 0 20 0 20 0 162104156 19566772224 1004169 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4777044 1004169 5924 1 0 1017920 0
[pid=835153/tid=835155] ppid=835150 vsize=19108176 memory=12440 CPUtime=3458.38 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 84604 0 0 0 345765 73 0 0 20 0 20 0 162104157 19566772224 1004169 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19108176 memory=4016668 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162104162 19566772224 1004169 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19108176 memory=12440 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 1776 0 0 0 0 0 0 0 20 0 20 0 162104164 19566772224 1004169 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835172] ppid=835150 vsize=19108176 memory=4016676 CPUtime=0 cores=1,3
/proc/835153/task/835172/stat : 835172 (Timer-0) S 835150 835153 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162104183 19566772224 1004169 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4016676 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3498.35 s]
# the end of solver process 835153 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3594.26 s, system=6.21984 s

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

[startup+3498.21 s]
/proc/loadavg: 4.55 4.48 4.39 5/320 837357
/proc/meminfo: memFree=114760072/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19307868 memory=4017240 CPUtime=3600.22 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 269373 0 0 0 359402 620 0 0 20 0 21 0 162104156 19771256832 1004310 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4826967 1004310 5923 1 0 1018855 0
[pid=835153/tid=835155] ppid=835150 vsize=19307868 memory=551 CPUtime=3458.47 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 84604 0 0 0 345774 73 0 0 20 0 21 0 162104157 19771256832 1004310 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19307868 memory=26269 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 162104162 19771256832 1004310 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19307868 memory=2254477 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 1776 0 0 0 0 0 0 0 20 0 21 0 162104164 19771256832 1004310 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4017240 KiB

[startup+3498.31 s]
/proc/loadavg: 4.55 4.48 4.39 5/320 837357
/proc/meminfo: memFree=114760072/131655788 swapFree=131071996/131071996
[pid=835153] ppid=835150 vsize=19307868 memory=4017316 CPUtime=3600.41 cores=1,3
/proc/835153/stat : 835153 (java) S 835150 835153 832724 0 -1 1077936128 269475 0 0 0 359421 620 0 0 20 0 21 0 162104156 19771256832 1004329 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
/proc/835153/statm: 4826967 1004329 5923 1 0 1018855 0
[pid=835153/tid=835155] ppid=835150 vsize=19307868 memory=12440 CPUtime=3458.57 cores=1,3
/proc/835153/task/835155/stat : 835155 (java) R 835150 835153 832724 0 -1 4194368 84604 0 0 0 345784 73 0 0 20 0 21 0 162104157 19771256832 1004329 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835164] ppid=835150 vsize=19307868 memory=4016668 CPUtime=0 cores=1,3
/proc/835153/task/835164/stat : 835164 (Finalizer) S 835150 835153 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 162104162 19771256832 1004329 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
[pid=835153/tid=835171] ppid=835150 vsize=19307868 memory=12440 CPUtime=0 cores=1,3
/proc/835153/task/835171/stat : 835171 (Common-Cleaner) S 835150 835153 832724 0 -1 1077936192 1776 0 0 0 0 0 0 0 20 0 21 0 162104164 19771256832 1004329 134679101440 94398790373376 94398790377072 140736857870672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94398790384888 94398790385680 94398822801408 140736857879541 140736857879649 140736857879649 140736857886664 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4017316 KiB

Child status: 143

Real time (s): 3498.35
CPU time (s): 3600.48
CPU user time (s): 3594.26
CPU system time (s): 6.21984
CPU usage (%): 102.919
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4017316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.26
system time used= 6.21984
maximum resident set size= 4018236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269706
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 182355
involuntary context switches= 12624


# summary of solver processes directly reported to runsolver:
#   pid: 835153
#   total CPU time (s): 3600.48
#   total CPU user time (s): 3594.26
#   total CPU system time (s): 6.21984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7358 second user time and 34.8596 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-16 05:11:14
IDJOB=4429859
IDBENCH=147594
IDSOLVER=3052
FILE ID=nodeC002/4429859-1721099461
RUNJOBID= nodeC002-1721095703-832736
SLURM_JOB_ID= 7505607
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_6_50_1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429859-1721099461/watcher-4429859-1721099461 -o /tmp/evaluation-result-4429859-1721099461/solver-4429859-1721099461 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721095703-832736 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429859-1721099461.opb

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

MD5SUM BENCH= d93197574d7bf829fc84498a7cd9d0ce
RANDOM SEED=861025875

nodeC002.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		: 3675.704
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.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        117972876 kB
MemAvailable:   119309544 kB
Buffers:          412592 kB
Cached:          1751100 kB
SwapCached:            0 kB
Active:           650052 kB
Inactive:       12452460 kB
Active(anon):       2716 kB
Inactive(anon): 10973484 kB
Active(file):     647336 kB
Inactive(file):  1478976 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1152 kB
Writeback:             0 kB
AnonPages:      10938032 kB
Mapped:           124308 kB
Shmem:             37704 kB
KReclaimable:     100772 kB
Slab:             199584 kB
SReclaimable:     100772 kB
SUnreclaim:        98812 kB
KernelStack:        4796 kB
PageTables:        31600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12653632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53408 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10614784 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:      201544 kB
DirectMap2M:    20674560 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC002 at 2024-07-16 06:09:32