Trace number 4456169

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 574.183 568.664

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110975965--soft-0-100-0.wbo
MD5SUMbcf92f404e969c6877896aa9568ceb80
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.778347
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 1171
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.00/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.12/0.12	c version CUSTOM.v20240707
0.12/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.13	c java.vm.version	22.0.1+8-16
0.12/0.13	c java.vm.vendor	Oracle Corporation
0.12/0.13	c sun.arch.data.model	64
0.12/0.13	c java.version		22.0.1
0.12/0.13	c os.name		Linux
0.12/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.13	c os.arch		amd64
0.12/0.14	c Free memory 		2113181440
0.12/0.14	c Max memory 		16282288128
0.12/0.14	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	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.22	 - Weaken first using unassigned literals
0.12/0.22	 - Bump strategy: ALWAYS_ONE
0.12/0.22	 - Bumper: ASSIGNED
0.12/0.22	--- Begin Solver configuration ---
0.12/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.22	Learn all clauses as in MiniSAT
0.12/0.22	LOGGER=java.util.logging.Logger@59690aa4 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	Armin Biere (Picosat) restarts strategy
0.12/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
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.31/0.22	c Pseudo Boolean Optimization by upper bound
0.31/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.22	c  - never skip resolution steps
0.31/0.22	c  - Auto-division on coefficients is disabled
0.31/0.22	c  - No postprocessing
0.31/0.22	c  - Conflict is considered as is when resolving
0.31/0.22	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.31/0.22	c  - Weaken first using unassigned literals
0.31/0.22	c  - Bump strategy: ALWAYS_ONE
0.31/0.22	c  - Bumper: ASSIGNED
0.31/0.22	c --- Begin Solver configuration ---
0.31/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.31/0.22	c Learn all clauses as in MiniSAT
0.31/0.22	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.22	c No reason simplification
0.31/0.22	c Armin Biere (Picosat) restarts strategy
0.31/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.31/0.22	c timeout=2147483s
0.31/0.22	c DB Simplification allowed=false
0.31/0.22	c Listener: none
0.31/0.22	c --- End Solver configuration ---
0.31/0.23	c solving HOME/instance-4456169-1721718484.wbo
0.31/0.23	c reading problem ... 
0.31/0.27	c ... done. Wall clock time 0.04s.
0.31/0.27	c declared #vars     169
0.31/0.27	c internal #vars     270
0.31/0.27	c #constraints  102
0.31/0.27	c constraints type 
0.31/0.27	c org.sat4j.specs.Constr$1 => 1
0.31/0.27	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 71
0.31/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.31/0.27	c 102 constraints processed.
0.31/0.28	c objective function length is 101 literals
0.68/0.42	c SATISFIABLE
0.68/0.42	c OPTIMIZING...
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.199
0.68/0.44	o 2653
0.87/0.60	c Got one! Elapsed wall clock time (in seconds):0.37
0.87/0.60	o 2641
1.60/0.99	c Got one! Elapsed wall clock time (in seconds):0.759
1.60/0.99	o 2636
2.59/1.41	c Got one! Elapsed wall clock time (in seconds):1.189
2.59/1.41	o 2630
3.78/2.10	c Got one! Elapsed wall clock time (in seconds):1.867
3.78/2.10	o 2629
6.31/3.31	c Got one! Elapsed wall clock time (in seconds):3.075
6.31/3.31	o 2626
7.32/4.08	c Got one! Elapsed wall clock time (in seconds):3.85
7.32/4.08	o 2616
8.92/5.42	c Got one! Elapsed wall clock time (in seconds):5.196
8.92/5.42	o 2613
12.04/8.52	c Got one! Elapsed wall clock time (in seconds):8.289
12.04/8.52	o 2608
17.07/13.50	c Got one! Elapsed wall clock time (in seconds):13.278
17.07/13.50	o 2600
18.59/15.04	c Got one! Elapsed wall clock time (in seconds):14.819
18.59/15.04	o 2592
21.17/17.64	c Got one! Elapsed wall clock time (in seconds):17.411
21.17/17.64	o 2588
27.15/23.37	c Got one! Elapsed wall clock time (in seconds):23.148
27.15/23.37	o 2587
35.17/31.33	c Got one! Elapsed wall clock time (in seconds):31.105
35.17/31.33	o 2565
50.38/46.59	c Got one! Elapsed wall clock time (in seconds):46.364
50.38/46.59	o 2560
54.27/50.46	c Got one! Elapsed wall clock time (in seconds):50.233
54.27/50.46	o 2559
60.17/56.36	c Got one! Elapsed wall clock time (in seconds):56.13
60.17/56.36	o 2558
70.77/66.95	c Got one! Elapsed wall clock time (in seconds):66.723
70.77/66.95	o 2556
86.97/83.12	c Got one! Elapsed wall clock time (in seconds):82.892
86.97/83.12	o 2554
112.65/108.87	c Got one! Elapsed wall clock time (in seconds):108.647
112.65/108.87	o 2552
153.56/149.72	c Got one! Elapsed wall clock time (in seconds):149.492
153.56/149.72	o 2549
159.88/156.08	c Got one! Elapsed wall clock time (in seconds):155.856
159.88/156.08	o 2548
169.18/165.17	c Got one! Elapsed wall clock time (in seconds):164.94
169.18/165.17	o 2547
185.48/181.32	c Got one! Elapsed wall clock time (in seconds):181.094
185.48/181.32	o 2545
209.41/204.86	c Got one! Elapsed wall clock time (in seconds):204.635
209.41/204.86	o 2544
251.63/247.15	c Got one! Elapsed wall clock time (in seconds):246.926
251.63/247.15	o 2542
313.25/308.80	c Got one! Elapsed wall clock time (in seconds):308.572
313.25/308.80	o 2538
436.27/431.15	c Got one! Elapsed wall clock time (in seconds):430.922
436.27/431.15	o 2537
450.43/445.04	c Got one! Elapsed wall clock time (in seconds):444.818
450.43/445.04	o 2536
465.93/460.55	c Got one! Elapsed wall clock time (in seconds):460.323
465.93/460.55	o 2535
493.02/487.62	c Got one! Elapsed wall clock time (in seconds):487.398
493.02/487.62	o 2532
528.37/523.07	c Got one! Elapsed wall clock time (in seconds):522.844
528.37/523.07	o 2531
572.63/567.24	c Got one! Elapsed wall clock time (in seconds):567.014
572.63/567.24	o 1
574.11/568.63	c starts		: 65
574.11/568.63	c conflicts		: 9538
574.11/568.63	c decisions		: 36341
574.11/568.63	c propagations		: 281884
574.11/568.63	c inspects		: 142288264
574.11/568.63	c shortcuts		: 0
574.11/568.63	c learnt literals	: 0
574.11/568.63	c learnt binary clauses	: 0
574.11/568.63	c learnt ternary clauses	: 0
574.11/568.63	c learnt constraints	: 9538
574.11/568.63	c ignored constraints	: 0
574.11/568.63	c root simplifications	: 0
574.11/568.63	c removed literals (reason simplification)	: 0
574.11/568.63	c reason swapping (by a shorter reason)	: 0
574.11/568.63	c Calls to reduceDB	: 0
574.11/568.63	c Number of update (reduction) of LBD	: 0
574.11/568.63	c Imported unit clauses	: 0
574.11/568.63	c No decision after first conflict	: false
574.11/568.63	c number of reductions to clauses (during analyze)	: 0
574.11/568.63	c number of learned constraints concerned by reduction	: 0
574.11/568.63	c number of learning phase by resolution	: 0
574.11/568.63	c number of learning phase by cutting planes	: 0
574.11/568.63	c number of rounding to 1 operations	: 48068
574.11/568.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
574.11/568.63	c number of reductions of the coefficients by power 2 	: 0
574.11/568.63	c number of right shift for reduction by power 2 	: 0
574.11/568.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
574.11/568.63	c number of ending skipping 	: 0
574.11/568.63	c number of internal skipping 	: 0
574.11/568.63	c number of derivation steps 	: 72866
574.11/568.63	c number of skipped derivation steps 	: 0
574.11/568.63	c number of remaining unassigned 	: 13100
574.11/568.63	c number of remaining assigned 	: 1875985
574.11/568.63	c number of falsified literals weakened from reason	: 0
574.11/568.63	c number of falsified literals weakened from conflict	: 0
574.11/568.63	c time for arithmetic operations	: 236433200
574.11/568.64	c minimum degree of deleted constraints	: null
574.11/568.64	c maximum degree of deleted constraints	: null
574.11/568.64	c number of deleted constraints	: 0
574.11/568.64	c speed (assignments/second)	: 495.9690331661828
574.11/568.64	c non guided choices	: 920
574.11/568.64	s OPTIMUM FOUND
574.11/568.64	c Found 33 solution(s)
574.11/568.64	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 
574.11/568.64	c objective function=1
574.11/568.64	c Total wall clock time (in seconds): 568.414

Verifier Data

OK	1

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: 64096 MiB (58523 MiB free)
  memory of node 1: 64473 MiB (61145 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456169-1721718484/watcher-4456169-1721718484 -o /tmp/evaluation-result-4456169-1721718484/solver-4456169-1721718484 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721718431-77611 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456169-1721718484.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=77807, runsolver pid=77804

[startup+0.105316 s]*
/proc/loadavg: 3.44 1.88 1.79 5/318 77825
/proc/meminfo: memFree=122505252/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=18993908 memory=58072 CPUtime=0.12 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 6711 0 0 0 11 1 0 0 20 0 18 0 7838251 19449761792 14518 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4748477 14518 5963 1 0 550949 0
[pid=77807/tid=77809] ppid=77804 vsize=18993908 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 5623 0 0 0 8 1 0 0 20 0 18 0 7838251 19449761792 14518 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=18993908 memory=232851243367 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7838254 19449761792 14518 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=18993908 memory=3761975942948656479 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7838254 19449761792 14586 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 58072 KiB

[startup+0.214306 s]*
/proc/loadavg: 3.44 1.88 1.79 6/318 77825
/proc/meminfo: memFree=122495612/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=18993908 memory=69748 CPUtime=0.31 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 7572 0 0 0 29 2 0 0 20 0 18 0 7838251 19449761792 17437 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4748477 17437 5984 1 0 551689 0
[pid=77807/tid=77809] ppid=77804 vsize=18993908 memory=664970838410264707 CPUtime=0.17 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 6075 0 0 0 16 1 0 0 20 0 18 0 7838251 19449761792 17437 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=18993908 memory=1652 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7838254 19449761792 17437 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=18993908 memory=3544395815948961836 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7838254 19449761792 17437 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 69748 KiB

[startup+0.314301 s]*
/proc/loadavg: 3.44 1.88 1.79 7/319 77826
/proc/meminfo: memFree=122487764/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19060472 memory=75612 CPUtime=0.49 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 7870 0 0 0 47 2 0 0 20 0 19 0 7838251 19517923328 18903 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4765118 18903 6122 1 0 552144 0
[pid=77807/tid=77809] ppid=77804 vsize=19060472 memory=-6000919489970070888 CPUtime=0.27 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 6279 0 0 0 25 2 0 0 20 0 19 0 7838251 19517923328 18903 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7838254 19517923328 18903 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 7838254 19517923328 18903 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 7838279 19517923328 18903 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 75612 KiB

[startup+0.702459 s]
/proc/loadavg: 3.44 1.88 1.79 8/319 77826
/proc/meminfo: memFree=122453412/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19060472 memory=153056 CPUtime=1.2 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 11299 0 0 0 115 5 0 0 20 0 19 0 7838251 19517923328 38264 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4765118 38264 6122 1 0 554019 0
[pid=77807/tid=77809] ppid=77804 vsize=19060472 memory=12312 CPUtime=0.63 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 6400 0 0 0 60 3 0 0 20 0 19 0 7838251 19517923328 38264 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19060472 memory=12312 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7838254 19517923328 38264 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19060472 memory=115332 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 7838254 19517923328 38264 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19060472 memory=1960 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 7838279 19517923328 38264 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 153056 KiB

[startup+1.5003 s]
/proc/loadavg: 3.44 1.88 1.79 7/320 77827
/proc/meminfo: memFree=122382560/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19127036 memory=183232 CPUtime=2.78 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 22137 0 0 0 270 8 0 0 20 0 20 0 7838251 19586084864 45808 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4781759 45808 6154 1 0 557457 0
[pid=77807/tid=77809] ppid=77804 vsize=19127036 memory=12312 CPUtime=1.4 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 7095 0 0 0 136 4 0 0 20 0 20 0 7838251 19586084864 45808 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 45808 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 45808 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19127036 memory=65 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 7838279 19586084864 45808 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 183232 KiB

[startup+3.10584 s]
/proc/loadavg: 3.44 1.88 1.79 6/320 77829
/proc/meminfo: memFree=122300956/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19127036 memory=280312 CPUtime=5.95 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 24520 0 0 0 585 10 0 0 20 0 20 0 7838251 19586084864 70078 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4781759 70078 6169 1 0 557477 0
[pid=77807/tid=77809] ppid=77804 vsize=19127036 memory=0 CPUtime=2.95 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 7467 0 0 0 290 5 0 0 20 0 20 0 7838251 19586084864 70078 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 70078 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19127036 memory=183308 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 70078 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19127036 memory=12312 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 7838279 19586084864 70078 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 280312 KiB

[startup+6.30045 s]
/proc/loadavg: 3.56 1.93 1.81 5/320 77829
/proc/meminfo: memFree=121934596/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19127036 memory=670268 CPUtime=9.82 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 25097 0 0 0 964 18 0 0 20 0 20 0 7838251 19586084864 167567 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4781759 167567 6169 1 0 557477 0
[pid=77807/tid=77809] ppid=77804 vsize=19127036 memory=12312 CPUtime=6.15 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 7945 0 0 0 601 14 0 0 20 0 20 0 7838251 19586084864 167567 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 167567 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 167567 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19127036 memory=8110268427993965960 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 7838279 19586084864 167567 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 9.82 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 670268 KiB

[startup+12.7004 s]
/proc/loadavg: 3.68 1.99 1.82 6/320 77830
/proc/meminfo: memFree=121698488/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19127036 memory=705396 CPUtime=16.27 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 28626 0 0 0 1607 20 0 0 20 0 20 0 7838251 19586084864 176349 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4781759 176349 6169 1 0 557477 0
[pid=77807/tid=77809] ppid=77804 vsize=19127036 memory=0 CPUtime=12.35 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 9001 0 0 0 1221 14 0 0 20 0 20 0 7838251 19586084864 176349 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 176349 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19127036 memory=705292 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 176349 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19127036 memory=12312 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 7838279 19586084864 176349 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 16.27 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 705396 KiB

[startup+25.5005 s]
/proc/loadavg: 3.82 2.10 1.86 5/320 77832
/proc/meminfo: memFree=121118144/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19127036 memory=1273996 CPUtime=29.38 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 37168 0 0 0 2904 34 0 0 20 0 20 0 7838251 19586084864 318499 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4781759 318499 6169 1 0 557723 0
[pid=77807/tid=77809] ppid=77804 vsize=19127036 memory=705292 CPUtime=25.08 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 11870 0 0 0 2482 26 0 0 20 0 20 0 7838251 19586084864 318499 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19127036 memory=1273996 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 318499 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19127036 memory=4750 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 318499 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19127036 memory=996216 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 7838279 19586084864 318499 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 29.38 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1273996 KiB

[startup+51.1136 s]
/proc/loadavg: 3.88 2.26 1.92 5/320 77835
/proc/meminfo: memFree=120732824/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19127036 memory=1347760 CPUtime=54.99 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 44082 0 0 0 5461 38 0 0 20 0 20 0 7838251 19586084864 336940 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4781759 336940 6169 1 0 557739 0
[pid=77807/tid=77809] ppid=77804 vsize=19127036 memory=1347760 CPUtime=50.39 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 15129 0 0 0 5012 27 0 0 20 0 20 0 7838251 19586084864 336940 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19127036 memory=-6000919489970070888 CPUtime=0 cores=5,7

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

/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 7838279 19586084864 366522 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 527.66 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1466088 KiB

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

# cumulated CPU time of all completed processes:  user=573.382 s, system=0.801094 s

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

[startup+537.6 s]
/proc/loadavg: 4.25 3.88 2.89 5/314 77923
/proc/meminfo: memFree=119788180/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19127036 memory=1468152 CPUtime=543.04 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 95647 0 0 0 54228 76 0 0 20 0 20 0 7838251 19586084864 367038 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4781759 367038 6185 1 0 559027 0
[pid=77807/tid=77809] ppid=77804 vsize=19127036 memory=18024 CPUtime=530.79 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 33057 0 0 0 53047 32 0 0 20 0 20 0 7838251 19586084864 367038 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19127036 memory=1463932 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 367038 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 440 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 367038 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19127036 memory=18024 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 7838279 19586084864 367038 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 543.04 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1468152 KiB

[startup+550.4 s]
/proc/loadavg: 4.20 3.89 2.91 5/314 77926
/proc/meminfo: memFree=119781928/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19127036 memory=1470200 CPUtime=555.83 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 95818 0 0 0 55506 77 0 0 20 0 20 0 7838251 19586084864 367550 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4781759 367550 6185 1 0 559027 0
[pid=77807/tid=77809] ppid=77804 vsize=19127036 memory=1960 CPUtime=543.47 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 33187 0 0 0 54315 32 0 0 20 0 20 0 7838251 19586084864 367550 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19127036 memory=1466088 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 367550 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19127036 memory=1466088 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 478 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 367550 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19127036 memory=1468152 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 7838279 19586084864 367550 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 555.83 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1470200 KiB

[startup+556.8 s]
/proc/loadavg: 4.18 3.89 2.91 5/314 77927
/proc/meminfo: memFree=119773644/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19127036 memory=1470200 CPUtime=562.22 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 95934 0 0 0 56145 77 0 0 20 0 20 0 7838251 19586084864 367550 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4781759 367550 6185 1 0 559027 0
[pid=77807/tid=77809] ppid=77804 vsize=19127036 memory=1468152 CPUtime=549.86 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 33303 0 0 0 54954 32 0 0 20 0 20 0 7838251 19586084864 367550 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19127036 memory=1468152 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 367550 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19127036 memory=1468152 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 478 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 367550 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19127036 memory=11540 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 7838279 19586084864 367550 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 562.22 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1470200 KiB

[startup+563.2 s]
/proc/loadavg: 4.25 3.91 2.93 5/314 77929
/proc/meminfo: memFree=119668604/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19127036 memory=1472248 CPUtime=568.63 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 95968 0 0 0 56785 78 0 0 20 0 20 0 7838251 19586084864 368062 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4781759 368062 6185 1 0 559027 0
[pid=77807/tid=77809] ppid=77804 vsize=19127036 memory=31960 CPUtime=556.22 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 33333 0 0 0 55590 32 0 0 20 0 20 0 7838251 19586084864 368062 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19127036 memory=49907 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 368062 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19127036 memory=1463932 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 478 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 368062 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19127036 memory=1466092 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 7838279 19586084864 368062 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 568.63 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1472248 KiB

[startup+566.4 s]
/proc/loadavg: 4.31 3.92 2.94 5/314 77929
/proc/meminfo: memFree=119668608/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19127036 memory=1472248 CPUtime=571.83 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 96046 0 0 0 57105 78 0 0 20 0 20 0 7838251 19586084864 368062 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4781759 368062 6185 1 0 559027 0
[pid=77807/tid=77809] ppid=77804 vsize=19127036 memory=11540 CPUtime=559.41 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 33411 0 0 0 55909 32 0 0 20 0 20 0 7838251 19586084864 368062 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19127036 memory=31252 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 368062 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19127036 memory=5668 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 478 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 368062 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19127036 memory=18024 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 7838279 19586084864 368062 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 571.83 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1472248 KiB

[startup+568 s]*
/proc/loadavg: 4.31 3.92 2.94 5/314 77929
/proc/meminfo: memFree=119668508/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19127036 memory=1472276 CPUtime=573.51 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 96271 0 0 0 57272 79 0 0 20 0 20 0 7838251 19586084864 368069 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4781759 368069 6185 1 0 559027 0
[pid=77807/tid=77809] ppid=77804 vsize=19127036 memory=-6000919489970070888 CPUtime=561.02 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 33438 0 0 0 56070 32 0 0 20 0 20 0 7838251 19586084864 368069 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19127036 memory=4499830090695863964 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 368069 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19127036 memory=11780 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 478 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 368069 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19127036 memory=2728 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 7838279 19586084864 368069 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 573.51 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1472276 KiB

[startup+568.4 s]
/proc/loadavg: 4.31 3.92 2.94 5/314 77929
/proc/meminfo: memFree=119668508/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19127036 memory=1472284 CPUtime=573.9 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 96273 0 0 0 57311 79 0 0 20 0 20 0 7838251 19586084864 368071 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4781759 368071 6185 1 0 559027 0
[pid=77807/tid=77809] ppid=77804 vsize=19127036 memory=5668 CPUtime=561.41 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) R 77804 77807 77597 0 -1 4194368 33438 0 0 0 56109 32 0 0 20 0 20 0 7838251 19586084864 368071 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19127036 memory=39548 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 368071 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19127036 memory=31960 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 478 0 0 0 0 0 0 0 20 0 20 0 7838254 19586084864 368071 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19127036 memory=19480 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 7838279 19586084864 368071 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 573.9 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1472284 KiB

[startup+568.612 s]
/proc/loadavg: 4.31 3.92 2.94 5/314 77929
/proc/meminfo: memFree=119668508/131655788 swapFree=131071996/131071996
[pid=77807] ppid=77804 vsize=19128064 memory=1472368 CPUtime=574.11 cores=5,7
/proc/77807/stat : 77807 (java) S 77804 77807 77597 0 -1 1077936128 97424 0 0 0 57332 79 0 0 20 0 21 0 7838251 19587137536 368092 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
/proc/77807/statm: 4782016 368092 6184 1 0 559315 0
[pid=77807/tid=77809] ppid=77804 vsize=19128064 memory=23776 CPUtime=561.61 cores=5,7
/proc/77807/task/77809/stat : 77809 (java) S 77804 77807 77597 0 -1 1077936192 34555 0 0 0 56129 32 0 0 20 0 21 0 7838251 19587137536 368092 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77818] ppid=77804 vsize=19128064 memory=435160 CPUtime=0 cores=5,7
/proc/77807/task/77818/stat : 77818 (Finalizer) S 77804 77807 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 7838254 19587137536 368092 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77825] ppid=77804 vsize=19128064 memory=27472 CPUtime=0 cores=5,7
/proc/77807/task/77825/stat : 77825 (Common-Cleaner) S 77804 77807 77597 0 -1 1077936192 478 0 0 0 0 0 0 0 20 0 21 0 7838254 19587137536 368092 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
[pid=77807/tid=77826] ppid=77804 vsize=19128064 memory=40336 CPUtime=0 cores=5,7
/proc/77807/task/77826/stat : 77826 (Timer-0) S 77804 77807 77597 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 7838279 19587137536 368092 134679101440 94802196828160 94802196831856 140729685806560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94802196839672 94802196840464 94802203152384 140729685808115 140729685808228 140729685808228 140729685815240 0
Current children cumulated CPU time: 574.11 s
Current children cumulated vsize: 19128064 KiB
Current children cumulated memory: 1472368 KiB

Child status: 30

Real time (s): 568.664
CPU time (s): 574.183
CPU user time (s): 573.382
CPU system time (s): 0.801094
CPU usage (%): 100.971
Max. virtual memory (cumulated for all children) (KiB): 19128064
Max. memory (cumulated for all children) (KiB): 1472368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 573.382
system time used= 0.801094
maximum resident set size= 1473868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98209
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19871
involuntary context switches= 2464


# summary of solver processes directly reported to runsolver:
#   pid: 77807
#   total CPU time (s): 574.183
#   total CPU user time (s): 573.382
#   total CPU system time (s): 0.801094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.90875 second user time and 5.5828 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-23 09:08:04
IDJOB=4456169
IDBENCH=143264
IDSOLVER=3035
FILE ID=nodeC011/4456169-1721718484
RUNJOBID= nodeC011-1721718431-77611
SLURM_JOB_ID= 7770416
Free space on /tmp= 723780 MiB

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

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

MD5SUM BENCH= bcf92f404e969c6877896aa9568ceb80
RANDOM SEED=1865621728

nodeC011.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		: 3600.707
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	: 6984.36
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		: 3614.197
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.35
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.324
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	: 6984.36
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.321
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.35
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		: 1197.547
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	: 6984.36
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		: 3492.198
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.35
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		: 3611.136
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	: 6984.36
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.322
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.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122541204 kB
MemAvailable:   125333764 kB
Buffers:          134348 kB
Cached:          3458756 kB
SwapCached:            0 kB
Active:           835328 kB
Inactive:        7721584 kB
Active(anon):       1464 kB
Inactive(anon):  4991516 kB
Active(file):     833864 kB
Inactive(file):  2730068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               732 kB
Writeback:             0 kB
AnonPages:       4963572 kB
Mapped:           119164 kB
Shmem:             29504 kB
KReclaimable:     137652 kB
Slab:             231884 kB
SReclaimable:     137652 kB
SUnreclaim:        94232 kB
KernelStack:        4784 kB
PageTables:        19912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    8092900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17536 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4794368 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:      254792 kB
DirectMap2M:    21669888 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC011 at 2024-07-23 09:17:33