Trace number 4424500

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 Partial RoundingSAT 2024 2024-07-12OPTIMUM 1134.28 1132.25

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967523--soft-0-100-0.wbo
MD5SUM41d1b4d4384aa524edb9fde13f69bc5b
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.628216
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1188
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.08/0.92	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.92	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.92	c See www.sat4j.org for details.
0.08/0.99	c version CUSTOM.v20240707
0.11/1.00	c java.runtime.name	OpenJDK Runtime Environment
0.11/1.00	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/1.00	c java.vm.version	22.0.1+8-16
0.11/1.00	c java.vm.vendor	Oracle Corporation
0.11/1.00	c sun.arch.data.model	64
0.11/1.00	c java.version		22.0.1
0.11/1.00	c os.name		Linux
0.11/1.00	c os.version		4.18.0-301.1.el8.x86_64
0.11/1.00	c os.arch		amd64
0.11/1.01	c Free memory 		2104792832
0.11/1.01	c Max memory 		16282288128
0.11/1.01	c Total memory 		2113929216
0.11/1.01	c Number of processors 	2
0.17/1.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.17/1.14	 - never skip resolution steps
0.17/1.14	 - Auto-division on coefficients is disabled
0.17/1.14	 - No postprocessing
0.17/1.14	 - Conflict is considered as is when resolving
0.17/1.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.17/1.14	 - Weaken first using unassigned literals
0.17/1.14	 - Bump strategy: ALWAYS_ONE
0.17/1.14	 - Bumper: ASSIGNED
0.17/1.14	--- Begin Solver configuration ---
0.17/1.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.17/1.14	Learn all clauses as in MiniSAT
0.17/1.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/1.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.17/1.14	No reason simplification
0.17/1.14	Armin Biere (Picosat) restarts strategy
0.17/1.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.17/1.14	timeout=2147483s
0.17/1.14	DB Simplification allowed=false
0.17/1.14	Listener: none
0.17/1.14	--- End Solver configuration ---
0.17/1.14	c Pseudo Boolean Optimization by upper bound
0.17/1.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.17/1.14	c  - never skip resolution steps
0.17/1.14	c  - Auto-division on coefficients is disabled
0.17/1.14	c  - No postprocessing
0.17/1.14	c  - Conflict is considered as is when resolving
0.17/1.14	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.17/1.14	c  - Weaken first using unassigned literals
0.17/1.14	c  - Bump strategy: ALWAYS_ONE
0.17/1.14	c  - Bumper: ASSIGNED
0.17/1.14	c --- Begin Solver configuration ---
0.17/1.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.17/1.14	c Learn all clauses as in MiniSAT
0.17/1.14	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/1.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.17/1.14	c No reason simplification
0.17/1.14	c Armin Biere (Picosat) restarts strategy
0.17/1.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.17/1.14	c timeout=2147483s
0.17/1.14	c DB Simplification allowed=false
0.17/1.14	c Listener: none
0.17/1.14	c --- End Solver configuration ---
0.17/1.14	c solving HOME/instance-4424500-1720874152.wbo
0.17/1.14	c reading problem ... 
0.17/1.17	c ... done. Wall clock time 0.028s.
0.17/1.18	c declared #vars     169
0.17/1.18	c internal #vars     270
0.17/1.18	c #constraints  102
0.17/1.18	c constraints type 
0.17/1.18	c org.sat4j.specs.Constr$1 => 1
0.17/1.18	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 71
0.17/1.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.17/1.18	c 102 constraints processed.
0.17/1.20	c objective function length is 101 literals
0.54/1.31	c SATISFIABLE
0.54/1.31	c OPTIMIZING...
0.54/1.31	c Got one! Elapsed wall clock time (in seconds):0.159
0.54/1.31	o 3039
0.92/1.51	c Got one! Elapsed wall clock time (in seconds):0.358
0.92/1.51	o 3037
1.51/1.82	c Got one! Elapsed wall clock time (in seconds):0.678
1.51/1.82	o 3030
2.12/2.12	c Got one! Elapsed wall clock time (in seconds):0.973
2.12/2.12	o 3018
3.47/2.87	c Got one! Elapsed wall clock time (in seconds):1.723
3.47/2.87	o 3017
5.77/4.31	c Got one! Elapsed wall clock time (in seconds):3.162
5.77/4.31	o 3011
6.80/5.25	c Got one! Elapsed wall clock time (in seconds):4.102
6.80/5.25	o 3006
8.75/7.19	c Got one! Elapsed wall clock time (in seconds):6.051
8.75/7.19	o 3005
12.67/11.01	c Got one! Elapsed wall clock time (in seconds):9.862
12.67/11.01	o 3002
18.47/16.81	c Got one! Elapsed wall clock time (in seconds):15.664
18.47/16.81	o 2991
20.69/19.06	c Got one! Elapsed wall clock time (in seconds):17.916
20.69/19.06	o 2989
24.57/22.88	c Got one! Elapsed wall clock time (in seconds):21.74
24.57/22.88	o 2987
29.39/27.69	c Got one! Elapsed wall clock time (in seconds):26.551
29.39/27.69	o 2984
38.18/36.49	c Got one! Elapsed wall clock time (in seconds):35.35
38.18/36.49	o 2983
54.95/53.25	c Got one! Elapsed wall clock time (in seconds):52.105
54.95/53.25	o 2982
58.54/56.87	c Got one! Elapsed wall clock time (in seconds):55.727
58.54/56.87	o 2981
64.46/62.75	c Got one! Elapsed wall clock time (in seconds):61.61
64.46/62.76	o 2977
72.24/70.55	c Got one! Elapsed wall clock time (in seconds):69.407
72.24/70.55	o 2975
88.33/86.68	c Got one! Elapsed wall clock time (in seconds):85.541
88.33/86.68	o 2973
115.71/114.06	c Got one! Elapsed wall clock time (in seconds):112.914
115.71/114.06	o 2971
162.04/160.35	c Got one! Elapsed wall clock time (in seconds):159.205
162.04/160.35	o 2970
168.63/166.91	c Got one! Elapsed wall clock time (in seconds):165.764
168.63/166.91	o 2960
179.75/178.09	c Got one! Elapsed wall clock time (in seconds):176.95
179.75/178.09	o 2958
197.24/194.86	c Got one! Elapsed wall clock time (in seconds):193.717
197.24/194.86	o 2954
220.42/217.90	c Got one! Elapsed wall clock time (in seconds):216.761
220.42/217.90	o 2950
260.38/257.76	c Got one! Elapsed wall clock time (in seconds):256.619
260.38/257.76	o 2949
331.18/328.57	c Got one! Elapsed wall clock time (in seconds):327.428
331.18/328.57	o 2948
433.41/430.73	c Got one! Elapsed wall clock time (in seconds):429.584
433.41/430.73	o 2945
444.79/442.10	c Got one! Elapsed wall clock time (in seconds):440.958
444.79/442.10	o 2942
462.09/459.44	c Got one! Elapsed wall clock time (in seconds):458.297
462.09/459.44	o 2941
491.25/488.62	c Got one! Elapsed wall clock time (in seconds):487.476
491.25/488.62	o 2940
527.52/524.99	c Got one! Elapsed wall clock time (in seconds):523.85
527.52/524.99	o 2937
583.74/581.21	c Got one! Elapsed wall clock time (in seconds):580.072
583.74/581.22	o 2935
686.56/684.18	c Got one! Elapsed wall clock time (in seconds):683.038
686.56/684.18	o 2930
863.66/861.40	c Got one! Elapsed wall clock time (in seconds):860.254
863.66/861.40	o 2929
1131.27/1129.36	c Got one! Elapsed wall clock time (in seconds):1128.22
1131.27/1129.36	o 3
1134.21/1132.22	c starts		: 71
1134.21/1132.22	c conflicts		: 13162
1134.21/1132.22	c decisions		: 49577
1134.21/1132.22	c propagations		: 386134
1134.21/1132.22	c inspects		: 272748888
1134.21/1132.22	c shortcuts		: 0
1134.21/1132.22	c learnt literals	: 0
1134.21/1132.22	c learnt binary clauses	: 0
1134.21/1132.22	c learnt ternary clauses	: 0
1134.21/1132.22	c learnt constraints	: 13162
1134.21/1132.22	c ignored constraints	: 0
1134.21/1132.22	c root simplifications	: 0
1134.21/1132.22	c removed literals (reason simplification)	: 0
1134.21/1132.22	c reason swapping (by a shorter reason)	: 0
1134.21/1132.22	c Calls to reduceDB	: 0
1134.21/1132.22	c Number of update (reduction) of LBD	: 0
1134.21/1132.22	c Imported unit clauses	: 0
1134.21/1132.22	c No decision after first conflict	: false
1134.21/1132.22	c number of reductions to clauses (during analyze)	: 0
1134.21/1132.23	c number of learned constraints concerned by reduction	: 0
1134.21/1132.23	c number of learning phase by resolution	: 0
1134.21/1132.23	c number of learning phase by cutting planes	: 0
1134.21/1132.23	c number of rounding to 1 operations	: 76594
1134.21/1132.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1134.21/1132.23	c number of reductions of the coefficients by power 2 	: 0
1134.21/1132.23	c number of right shift for reduction by power 2 	: 0
1134.21/1132.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
1134.21/1132.23	c number of ending skipping 	: 0
1134.21/1132.23	c number of internal skipping 	: 0
1134.21/1132.23	c number of derivation steps 	: 107516
1134.21/1132.23	c number of skipped derivation steps 	: 0
1134.21/1132.23	c number of remaining unassigned 	: 20213
1134.21/1132.23	c number of remaining assigned 	: 3284922
1134.21/1132.23	c number of falsified literals weakened from reason	: 0
1134.21/1132.23	c number of falsified literals weakened from conflict	: 0
1134.21/1132.23	c time for arithmetic operations	: 315241661
1134.21/1132.23	c minimum degree of deleted constraints	: null
1134.21/1132.23	c maximum degree of deleted constraints	: null
1134.21/1132.23	c number of deleted constraints	: 0
1134.21/1132.23	c speed (assignments/second)	: 341.40031652564477
1134.21/1132.23	c non guided choices	: 887
1134.21/1132.23	s OPTIMUM FOUND
1134.21/1132.23	c Found 36 solution(s)
1134.21/1132.23	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 
1134.21/1132.23	c objective function=3
1134.21/1132.24	c Total wall clock time (in seconds): 1131.092

Verifier Data

OK	3

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62877 MiB free)
  memory of node 1: 64473 MiB (63702 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424500-1720874152/watcher-4424500-1720874152 -o /tmp/evaluation-result-4424500-1720874152/solver-4424500-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720874164-712776 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424500-1720874152.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=712839, runsolver pid=712836

[startup+0.100095 s]*
/proc/loadavg: 0.15 0.10 0.09 1/264 712845
/proc/meminfo: memFree=129612180/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=239396 memory=8956 CPUtime=0 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 611 0 5 0 0 0 0 0 20 0 2 0 139583270 245141504 2239 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 59849 2239 1854 1 0 583 0
[pid=712839/tid=712844] ppid=712836 vsize=239396 memory=4026561586 CPUtime=0 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) D 712836 712839 712764 0 -1 4194368 51 0 5 0 0 0 0 0 20 0 2 0 139583271 245141504 2239 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 0 0 0 0 -1 1 0 0 7 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 239396 KiB
Current children cumulated memory: 8956 KiB

[startup+0.204542 s]*
/proc/loadavg: 0.15 0.10 0.09 1/264 712845
/proc/meminfo: memFree=129581352/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=280436 memory=19796 CPUtime=0 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 1357 0 14 0 0 0 0 0 20 0 2 0 139583270 287166464 4949 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16784588 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 70109 4949 2890 1 0 2305 0
[pid=712839/tid=712844] ppid=712836 vsize=280436 memory=8737651120394928259 CPUtime=0 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) D 712836 712839 712764 0 -1 1078198336 797 0 14 0 0 0 0 0 20 0 2 0 139583271 287166464 4949 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 16 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 280436 KiB
Current children cumulated memory: 19796 KiB

[startup+0.304665 s]*
/proc/loadavg: 0.15 0.10 0.09 1/285 712866
/proc/meminfo: memFree=129553884/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=18175400 memory=28376 CPUtime=0 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 2408 0 21 0 0 0 0 0 20 0 7 0 139583270 18611609600 7094 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16784588 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4543850 7094 3578 1 0 542675 0
[pid=712839/tid=712844] ppid=712836 vsize=18175400 memory=-8744409835733689020 CPUtime=0 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) D 712836 712839 712764 0 -1 4194368 1843 0 21 0 0 0 0 0 20 0 7 0 139583271 18611609600 7094 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16784588 0 0 0 -1 3 0 0 23 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 28376 KiB

[startup+0.700302 s]
/proc/loadavg: 0.15 0.10 0.09 3/285 712866
/proc/meminfo: memFree=129516236/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=18908300 memory=48104 CPUtime=0.04 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 5994 0 25 0 2 2 0 0 20 0 17 0 139583270 19362099200 12026 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4727075 12026 4629 1 0 548039 0
[pid=712839/tid=712844] ppid=712836 vsize=18908300 memory=1912 CPUtime=0.03 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) S 712836 712839 712764 0 -1 1077936192 5245 0 24 0 1 2 0 0 20 0 17 0 139583271 19362099200 12026 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 18908300 KiB
Current children cumulated memory: 48104 KiB

[startup+1.50531 s]
/proc/loadavg: 0.15 0.10 0.09 8/330 712911
/proc/meminfo: memFree=129447100/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19041612 memory=140444 CPUtime=0.92 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 15039 0 28 0 87 5 0 0 20 0 19 0 139583270 19498610688 35111 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4760403 35111 5801 1 0 554659 0
[pid=712839/tid=712844] ppid=712836 vsize=19041612 memory=1912 CPUtime=0.47 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 6306 0 25 0 44 3 0 0 20 0 19 0 139583271 19498610688 35111 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 89 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19041612 memory=11376 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139583336 19498610688 35111 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19041612 memory=35272 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 19 0 139583343 19498610688 35111 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 140444 KiB

[startup+3.11063 s]
/proc/loadavg: 0.45 0.17 0.11 9/335 713180
/proc/meminfo: memFree=126086908/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19108176 memory=191196 CPUtime=4.03 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 24479 0 28 0 396 7 0 0 20 0 20 0 139583270 19566772224 47799 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4777044 47799 5850 1 0 556272 0
[pid=712839/tid=712844] ppid=712836 vsize=19108176 memory=-8744409835733689020 CPUtime=2.02 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 7113 0 25 0 198 4 0 0 20 0 20 0 139583271 19566772224 47799 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 89 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583336 19566772224 47799 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19108176 memory=54284 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 139583343 19566772224 47799 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712914] ppid=712836 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/712839/task/712914/stat : 712914 (Timer-0) S 712836 712839 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583390 19566772224 47799 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 4.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191196 KiB

[startup+6.30029 s]
/proc/loadavg: 0.45 0.17 0.11 6/336 713181
/proc/meminfo: memFree=119721988/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19108176 memory=506508 CPUtime=7.94 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 25604 0 28 0 779 15 0 0 20 0 20 0 139583270 19566772224 126627 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4777044 126627 5853 1 0 556273 0
[pid=712839/tid=712844] ppid=712836 vsize=19108176 memory=54284 CPUtime=5.19 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 7390 0 25 0 507 12 0 0 20 0 20 0 139583271 19566772224 126627 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 89 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583336 19566772224 126627 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19108176 memory=154844 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 139583343 19566772224 126627 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712914] ppid=712836 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/712839/task/712914/stat : 712914 (Timer-0) S 712836 712839 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583390 19566772224 126627 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 7.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 506508 KiB

[startup+12.7003 s]
/proc/loadavg: 1.23 0.34 0.17 5/337 713317
/proc/meminfo: memFree=119263060/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19108176 memory=899780 CPUtime=14.38 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 29562 0 28 0 1415 23 0 0 20 0 20 0 139583270 19566772224 224945 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4777044 224945 5853 1 0 556273 0
[pid=712839/tid=712844] ppid=712836 vsize=19108176 memory=54284 CPUtime=11.54 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 8779 0 25 0 1135 19 0 0 20 0 20 0 139583271 19566772224 224945 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 89 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583336 19566772224 224945 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19108176 memory=899756 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 139583343 19566772224 224945 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712914] ppid=712836 vsize=19108176 memory=897704 CPUtime=0 cores=1,3
/proc/712839/task/712914/stat : 712914 (Timer-0) S 712836 712839 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583390 19566772224 224945 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 14.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 899780 KiB

[startup+25.5003 s]
/proc/loadavg: 1.65 0.47 0.21 5/337 713318
/proc/meminfo: memFree=118753256/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19108176 memory=1266408 CPUtime=27.26 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 36503 0 28 0 2695 31 0 0 20 0 20 0 139583270 19566772224 316602 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4777044 316602 5853 1 0 556273 0
[pid=712839/tid=712844] ppid=712836 vsize=19108176 memory=54284 CPUtime=24.25 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 10519 0 25 0 2399 26 0 0 20 0 20 0 139583271 19566772224 316602 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 89 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19108176 memory=1266408 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583336 19566772224 316602 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 139583343 19566772224 316602 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712914] ppid=712836 vsize=19108176 memory=522892 CPUtime=0 cores=1,3
/proc/712839/task/712914/stat : 712914 (Timer-0) S 712836 712839 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583390 19566772224 316602 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 27.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1266408 KiB

[startup+51.1062 s]
/proc/loadavg: 2.46 0.75 0.32 5/337 713323
/proc/meminfo: memFree=118264108/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19108176 memory=1344292 CPUtime=52.86 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 42532 0 28 0 5252 34 0 0 20 0 20 0 139583270 19566772224 336073 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4777044 336073 5853 1 0 556273 0
[pid=712839/tid=712844] ppid=712836 vsize=19108176 memory=1344292 CPUtime=49.7 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 13001 0 25 0 4943 27 0 0 20 0 20 0 139583271 19566772224 336073 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 91 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19108176 memory=2776 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583336 19566772224 336073 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 139583343 19566772224 336073 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712914] ppid=712836 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/712839/task/712914/stat : 712914 (Timer-0) S 712836 712839 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583390 19566772224 336073 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 52.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1344292 KiB

[startup+102.3 s]
/proc/loadavg: 3.44 1.32 0.54 5/337 713333
/proc/meminfo: memFree=117884140/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19108176 memory=1364928 CPUtime=104.01 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 49311 0 28 0 10364 37 0 0 20 0 20 0 139583270 19566772224 341232 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4777044 341232 5854 1 0 556273 0
[pid=712839/tid=712844] ppid=712836 vsize=19108176 memory=1360832 CPUtime=100.51 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 16789 0 25 0 10023 28 0 0 20 0 20 0 139583271 19566772224 341232 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 91 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583336 19566772224 341232 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19108176 memory=1360832 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 131 0 0 0 0 0 0 0 20 0 20 0 139583343 19566772224 341232 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712914] ppid=712836 vsize=19108176 memory=11376 CPUtime=0 cores=1,3

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

/proc/712839/task/712914/stat : 712914 (Timer-0) S 712836 712839 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583390 19566772224 380335 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 944.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1521340 KiB

[startup+1002.3 s]
/proc/loadavg: 4.11 4.00 2.79 5/334 713506
/proc/meminfo: memFree=115886276/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19108176 memory=1527492 CPUtime=1004.4 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 104315 0 28 0 100362 78 0 0 20 0 20 0 139583270 19566772224 381873 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4777044 381873 5871 1 0 556345 0
[pid=712839/tid=712844] ppid=712836 vsize=19108176 memory=1527492 CPUtime=995.79 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 39249 0 25 0 99548 31 0 0 20 0 20 0 139583271 19566772224 381873 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 91 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19108176 memory=1525444 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583336 19566772224 381873 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19108176 memory=35272 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 915 0 0 0 0 0 0 0 20 0 20 0 139583343 19566772224 381873 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712914] ppid=712836 vsize=19108176 memory=1527492 CPUtime=0 cores=1,3
/proc/712839/task/712914/stat : 712914 (Timer-0) S 712836 712839 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583390 19566772224 381873 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 1004.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1527492 KiB

[startup+1062.3 s]
/proc/loadavg: 4.12 4.03 2.88 5/334 713517
/proc/meminfo: memFree=115879412/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19108176 memory=1533676 CPUtime=1064.35 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 106850 0 28 0 106354 81 0 0 20 0 20 0 139583270 19566772224 383419 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4777044 383419 5871 1 0 556345 0
[pid=712839/tid=712844] ppid=712836 vsize=19108176 memory=1529560 CPUtime=1055.49 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 40234 0 25 0 105518 31 0 0 20 0 20 0 139583271 19566772224 383419 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 91 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19108176 memory=1529560 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583336 19566772224 383419 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19108176 memory=1531628 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 986 0 0 0 0 0 0 0 20 0 20 0 139583343 19566772224 383419 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712914] ppid=712836 vsize=19108176 memory=1533676 CPUtime=0 cores=1,3
/proc/712839/task/712914/stat : 712914 (Timer-0) S 712836 712839 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583390 19566772224 383419 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 1064.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1533676 KiB

[startup+1122.3 s]
/proc/loadavg: 4.22 4.07 2.97 5/334 713528
/proc/meminfo: memFree=115806008/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19108176 memory=1539832 CPUtime=1124.28 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 109371 0 28 0 112345 83 0 0 20 0 20 0 139583270 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4777044 384958 5871 1 0 556345 0
[pid=712839/tid=712844] ppid=712836 vsize=19108176 memory=1529560 CPUtime=1115.19 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 41331 0 25 0 111488 31 0 0 20 0 20 0 139583271 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 91 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19108176 memory=1529560 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583336 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19108176 memory=1531628 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 1067 0 0 0 0 0 0 0 20 0 20 0 139583343 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712914] ppid=712836 vsize=19108176 memory=1535732 CPUtime=0 cores=1,3
/proc/712839/task/712914/stat : 712914 (Timer-0) S 712836 712839 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583390 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 1124.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1539832 KiB

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

# cumulated CPU time of all completed processes:  user=1133.44 s, system=0.845281 s

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

[startup+1126.4 s]
/proc/loadavg: 4.22 4.07 2.97 5/334 713528
/proc/meminfo: memFree=115775276/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19108176 memory=1539832 CPUtime=1128.37 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 109438 0 28 0 112754 83 0 0 20 0 20 0 139583270 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4777044 384958 5871 1 0 556345 0
[pid=712839/tid=712844] ppid=712836 vsize=19108176 memory=1519288 CPUtime=1119.28 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 41398 0 25 0 111897 31 0 0 20 0 20 0 139583271 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 91 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19108176 memory=1523396 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583336 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19108176 memory=3688793814793088099 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 1067 0 0 0 0 0 0 0 20 0 20 0 139583343 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712914] ppid=712836 vsize=19108176 memory=1531628 CPUtime=0 cores=1,3
/proc/712839/task/712914/stat : 712914 (Timer-0) S 712836 712839 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583390 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 1128.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1539832 KiB

[startup+1129.6 s]
/proc/loadavg: 4.21 4.07 2.97 6/334 713528
/proc/meminfo: memFree=115775312/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19108176 memory=1539832 CPUtime=1131.56 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 110046 0 28 0 113073 83 0 0 20 0 20 0 139583270 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4777044 384958 5871 1 0 556345 0
[pid=712839/tid=712844] ppid=712836 vsize=19108176 memory=13116 CPUtime=1122.47 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 41886 0 25 0 112216 31 0 0 20 0 20 0 139583271 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 91 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19108176 memory=35272 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583336 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 1067 0 0 0 0 0 0 0 20 0 20 0 139583343 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712914] ppid=712836 vsize=19108176 memory=1539832 CPUtime=0 cores=1,3
/proc/712839/task/712914/stat : 712914 (Timer-0) S 712836 712839 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583390 19566772224 384958 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 1131.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1539832 KiB

[startup+1131.2 s]
/proc/loadavg: 4.21 4.07 2.97 5/334 713530
/proc/meminfo: memFree=115775032/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19108176 memory=1539848 CPUtime=1133.21 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 111837 0 28 0 113238 83 0 0 20 0 20 0 139583270 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4777044 384962 5871 1 0 556345 0
[pid=712839/tid=712844] ppid=712836 vsize=19108176 memory=1539832 CPUtime=1124.07 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 41927 0 25 0 112376 31 0 0 20 0 20 0 139583271 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 91 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583336 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19108176 memory=280585382571056 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 1067 0 0 0 0 0 0 0 20 0 20 0 139583343 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712914] ppid=712836 vsize=19108176 memory=2212 CPUtime=0 cores=1,3
/proc/712839/task/712914/stat : 712914 (Timer-0) S 712836 712839 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583390 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 1133.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1539848 KiB

[startup+1132 s]*
/proc/loadavg: 4.19 4.06 2.98 5/334 713530
/proc/meminfo: memFree=115775088/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19108176 memory=1539848 CPUtime=1134.02 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 111843 0 28 0 113319 83 0 0 20 0 20 0 139583270 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4777044 384962 5871 1 0 556345 0
[pid=712839/tid=712844] ppid=712836 vsize=19108176 memory=-9030957954799936188 CPUtime=1124.87 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 41928 0 25 0 112456 31 0 0 20 0 20 0 139583271 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 91 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583336 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19108176 memory=3690755081588629929 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 1067 0 0 0 0 0 0 0 20 0 20 0 139583343 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712914] ppid=712836 vsize=19108176 memory=8607223511175659546 CPUtime=0 cores=1,3
/proc/712839/task/712914/stat : 712914 (Timer-0) S 712836 712839 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583390 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 1134.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1539848 KiB

[startup+1132.2 s]
/proc/loadavg: 4.19 4.06 2.98 5/334 713530
/proc/meminfo: memFree=115775088/131524600 swapFree=131071996/131071996
[pid=712839] ppid=712836 vsize=19108176 memory=1539848 CPUtime=1134.21 cores=1,3
/proc/712839/stat : 712839 (java) S 712836 712839 712764 0 -1 1077936128 111846 0 28 0 113338 83 0 0 20 0 20 0 139583270 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
/proc/712839/statm: 4777044 384962 5871 1 0 556345 0
[pid=712839/tid=712844] ppid=712836 vsize=19108176 memory=16871 CPUtime=1125.06 cores=1,3
/proc/712839/task/712844/stat : 712844 (java) R 712836 712839 712764 0 -1 4194368 41931 0 25 0 112475 31 0 0 20 0 20 0 139583271 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 91 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712887] ppid=712836 vsize=19108176 memory=4259 CPUtime=0 cores=1,3
/proc/712839/task/712887/stat : 712887 (Finalizer) S 712836 712839 712764 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583336 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712911] ppid=712836 vsize=19108176 memory=3690755081588629929 CPUtime=0 cores=1,3
/proc/712839/task/712911/stat : 712911 (Common-Cleaner) S 712836 712839 712764 0 -1 1077936192 1067 0 0 0 0 0 0 0 20 0 20 0 139583343 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
[pid=712839/tid=712914] ppid=712836 vsize=19108176 memory=3690755081588629929 CPUtime=0 cores=1,3
/proc/712839/task/712914/stat : 712914 (Timer-0) S 712836 712839 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583390 19566772224 384962 134679101440 94362247553024 94362247556720 140731923641584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94362247564536 94362247565328 94362258460672 140731923649494 140731923649607 140731923649607 140731923656648 0
Current children cumulated CPU time: 1134.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1539848 KiB

Child status: 30

Real time (s): 1132.25
CPU time (s): 1134.28
CPU user time (s): 1133.44
CPU system time (s): 0.845281
CPU usage (%): 100.18
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1539848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1133.44
system time used= 0.845281
maximum resident set size= 1541124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113658
page faults= 28
swaps= 0
block input operations= 4112
block output operations= 1312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39150
involuntary context switches= 1219


# summary of solver processes directly reported to runsolver:
#   pid: 712839
#   total CPU time (s): 1134.28
#   total CPU user time (s): 1133.44
#   total CPU system time (s): 0.845281

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.04454 second user time and 6.43784 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-13 14:36:05
IDJOB=4424500
IDBENCH=143242
IDSOLVER=3035
FILE ID=nodeC030/4424500-1720874152
RUNJOBID= nodeC030-1720874164-712776
SLURM_JOB_ID= 7483771
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110967523--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424500-1720874152/watcher-4424500-1720874152 -o /tmp/evaluation-result-4424500-1720874152/solver-4424500-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720874164-712776 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424500-1720874152.wbo

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

MD5SUM BENCH= 41d1b4d4384aa524edb9fde13f69bc5b
RANDOM SEED=1824152677

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129625080 kB
MemAvailable:   129751292 kB
Buffers:          312748 kB
Cached:           658512 kB
SwapCached:            0 kB
Active:           444868 kB
Inactive:         892856 kB
Active(anon):       1452 kB
Inactive(anon):   402724 kB
Active(file):     443416 kB
Inactive(file):   490132 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3516 kB
Writeback:             0 kB
AnonPages:        366132 kB
Mapped:           103528 kB
Shmem:             37720 kB
KReclaimable:      64972 kB
Slab:             162364 kB
SReclaimable:      64972 kB
SUnreclaim:        97392 kB
KernelStack:        4068 kB
PageTables:        10312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     750764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55744 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7960576 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC030 at 2024-07-13 14:54:57