Trace number 4424560

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12OPTIMUM 509.035 499.292

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967523--soft-33-100-0.wbo
MD5SUM78530bd9d8566fef18fc3cd1ae043ffe
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.230813
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
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.13/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.13	c See www.sat4j.org for details.
0.13/0.14	c version CUSTOM.v20240707
0.13/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.17	c java.vm.version	22.0.1+8-16
0.13/0.17	c java.vm.vendor	Oracle Corporation
0.13/0.17	c sun.arch.data.model	64
0.13/0.17	c java.version		22.0.1
0.13/0.17	c os.name		Linux
0.13/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.17	c os.arch		amd64
0.13/0.18	c Free memory 		2115194816
0.13/0.18	c Max memory 		16282288128
0.13/0.18	c Total memory 		2122317824
0.13/0.19	c Number of processors 	2
0.45/0.36	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.36	 - never skip resolution steps
0.45/0.36	 - Auto-division on coefficients is disabled
0.45/0.36	 - No postprocessing
0.45/0.36	 - Conflict is considered as is when resolving
0.45/0.36	 - Use constraints as they come during conflict analysis
0.45/0.36	 - Weaken first using unassigned literals
0.45/0.36	 - Bump strategy: ALWAYS_ONE
0.45/0.36	 - Bumper: EFFECTIVE
0.45/0.36	--- Begin Solver configuration ---
0.45/0.36	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.45/0.36	Learn all clauses as in MiniSAT
0.45/0.36	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.36	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.36	No reason simplification
0.45/0.36	Dynamic restart strategy considering the size of the coefficients
0.45/0.36	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.45/0.36	timeout=2147483s
0.45/0.36	DB Simplification allowed=false
0.45/0.36	Listener: none
0.45/0.36	--- End Solver configuration ---
0.45/0.37	c Pseudo Boolean Optimization by upper bound
0.45/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.37	c  - never skip resolution steps
0.45/0.37	c  - Auto-division on coefficients is disabled
0.45/0.37	c  - No postprocessing
0.45/0.37	c  - Conflict is considered as is when resolving
0.45/0.37	c  - Use constraints as they come during conflict analysis
0.45/0.37	c  - Weaken first using unassigned literals
0.45/0.37	c  - Bump strategy: ALWAYS_ONE
0.45/0.37	c  - Bumper: EFFECTIVE
0.45/0.37	c --- Begin Solver configuration ---
0.45/0.37	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.45/0.37	c Learn all clauses as in MiniSAT
0.45/0.37	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.37	c No reason simplification
0.45/0.37	c Dynamic restart strategy considering the size of the coefficients
0.45/0.37	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.45/0.37	c timeout=2147483s
0.45/0.37	c DB Simplification allowed=false
0.45/0.37	c Listener: none
0.45/0.37	c --- End Solver configuration ---
0.45/0.37	c solving HOME/instance-4424560-1720879298.wbo
0.45/0.37	c reading problem ... 
0.63/0.47	c ... done. Wall clock time 0.099s.
0.63/0.47	c declared #vars     169
0.63/0.47	c internal #vars     238
0.63/0.47	c #constraints  102
0.63/0.47	c constraints type 
0.63/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.63/0.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.63/0.47	c org.sat4j.specs.Constr$1 => 1
0.63/0.47	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 51
0.63/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.63/0.47	c 102 constraints processed.
0.63/0.50	c objective function length is 69 literals
1.13/0.71	c SATISFIABLE
1.13/0.71	c OPTIMIZING...
1.13/0.71	c Got one! Elapsed wall clock time (in seconds):0.337
1.13/0.71	o 2278
1.34/0.90	c Got one! Elapsed wall clock time (in seconds):0.523
1.34/0.90	o 2013
2.12/1.21	c Got one! Elapsed wall clock time (in seconds):0.847
2.12/1.21	o 2011
2.52/1.48	c Got one! Elapsed wall clock time (in seconds):1.11
2.52/1.48	o 1997
3.51/1.93	c Got one! Elapsed wall clock time (in seconds):1.561
3.51/1.93	o 1987
4.10/2.23	c Got one! Elapsed wall clock time (in seconds):1.86
4.10/2.24	o 1978
4.69/2.51	c Got one! Elapsed wall clock time (in seconds):2.146
4.69/2.51	o 1969
5.23/2.85	c Got one! Elapsed wall clock time (in seconds):2.484
5.23/2.85	o 1967
6.19/3.33	c Got one! Elapsed wall clock time (in seconds):2.968
6.19/3.33	o 1956
7.24/4.00	c Got one! Elapsed wall clock time (in seconds):3.636
7.24/4.00	o 1951
68.84/63.87	c Got one! Elapsed wall clock time (in seconds):63.503
68.84/63.87	o 1948
86.03/80.79	c Got one! Elapsed wall clock time (in seconds):80.423
86.03/80.79	o 1945
91.15/85.83	c Got one! Elapsed wall clock time (in seconds):85.467
91.15/85.83	o 1942
278.53/271.21	c Got one! Elapsed wall clock time (in seconds):270.847
278.53/271.21	o 14
403.56/395.56	c cleaning 3472 clauses out of 6944 with flag 0/6944
500.65/491.44	c Got one! Elapsed wall clock time (in seconds):491.076
500.65/491.44	o 10
505.36/496.09	c Got one! Elapsed wall clock time (in seconds):495.724
505.36/496.09	o 8
508.90/499.23	c starts		: 32
508.90/499.24	c conflicts		: 8630
508.90/499.24	c decisions		: 14209
508.90/499.24	c propagations		: 232444
508.90/499.24	c inspects		: 96282702
508.90/499.24	c shortcuts		: 0
508.90/499.24	c learnt literals	: 0
508.90/499.24	c learnt binary clauses	: 0
508.90/499.24	c learnt ternary clauses	: 0
508.90/499.24	c learnt constraints	: 8629
508.90/499.24	c ignored constraints	: 0
508.90/499.24	c root simplifications	: 0
508.90/499.24	c removed literals (reason simplification)	: 0
508.90/499.24	c reason swapping (by a shorter reason)	: 0
508.90/499.24	c Calls to reduceDB	: 1
508.90/499.24	c Number of update (reduction) of LBD	: 17431
508.90/499.24	c Imported unit clauses	: 0
508.90/499.24	c No decision after first conflict	: false
508.90/499.24	c number of reductions to clauses (during analyze)	: 0
508.90/499.24	c number of learned constraints concerned by reduction	: 0
508.90/499.25	c number of learning phase by resolution	: 0
508.90/499.25	c number of learning phase by cutting planes	: 0
508.90/499.25	c number of rounding to 1 operations	: 0
508.90/499.25	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
508.90/499.25	c number of reductions of the coefficients by power 2 	: 0
508.90/499.25	c number of right shift for reduction by power 2 	: 0
508.90/499.25	c number of reductions of the coefficients by GCD over coefficients 	: 0
508.90/499.25	c number of ending skipping 	: 0
508.90/499.25	c number of internal skipping 	: 0
508.90/499.25	c number of derivation steps 	: 76776
508.90/499.25	c number of skipped derivation steps 	: 0
508.90/499.25	c number of remaining unassigned 	: 98508
508.90/499.25	c number of remaining assigned 	: 2570397
508.90/499.25	c number of falsified literals weakened from reason	: 0
508.90/499.25	c number of falsified literals weakened from conflict	: 0
508.90/499.25	c time for arithmetic operations	: 5395491770
508.90/499.26	c minimum degree of deleted constraints	: 874
508.90/499.26	c maximum degree of deleted constraints	: 111826214775724146637678948116442309076598325148963108688733396343711577285097866855532617637122644777434727851753918319618869817235999686084796149773621055114593001078708553780025175587227380860201134107823219280298355088083863098380152417787529318654861024704173667714584515985518729674467697826463758527942492858711809657227343728881687192623402537878192570729513333992783126665002342624355613090245764302740412313838635665532012803069737743106717862935540499396759588314878900607118902788817962816859165878215012519932052693879141035725750985862119276740190758703905815432295873272968154143009083794090538544958978452108322568986443252837332944668577232476280042046488826093621598044231765919872690797643122503259949856849068212499993071975126361181405085216830449537882890723675547734351914296487491842919803564280739192481231285912408105918949497195169219124491364936284390538607016032624374259288000008615086994753801221201610564534037198362366841432759761000257270808310096800337769012083744695170026440020588773226259418179976673825541184242732532581160702293058794371794750293420755270416867093236996878981545469375713484157975359576491702742932096195632789273356662489897755993877341966277407004261725464837301378537392325956711929238965862187404547896882530083370436487269016497898680193379705356198237781422422751568742110684951714118575851350710490935497617930274760813220146902554416184139035043621095520438420705732015140397508327957675184545329522167479896720528423106714082969500097506057046885223191783288777987984541205501983771269980684685795989425641834913646514934962223091844161290546069398158551178795376488388660471136050173807535989254108802040309976708656091819020522651130528160179552402147358599604406913794275348829406101598301823074080
508.90/499.26	c number of deleted constraints	: 3472
508.90/499.26	c speed (assignments/second)	: 466.0465918272826
508.90/499.26	c non guided choices	: 421
508.90/499.26	s OPTIMUM FOUND
508.90/499.26	c Found 16 solution(s)
508.90/499.26	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 
508.90/499.26	c objective function=8
508.90/499.26	c Total wall clock time (in seconds): 498.897

Verifier Data

OK	8

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (61676 MiB free)
  memory of node 1: 64510 MiB (57095 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=707990, runsolver pid=707987

[startup+0.107691 s]*
/proc/loadavg: 4.13 4.41 4.40 7/318 708008
/proc/meminfo: memFree=121587404/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=18975048 memory=56548 CPUtime=0.13 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 6596 0 0 0 10 3 0 0 20 0 18 0 140088562 19430449152 14137 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4743762 14137 5645 1 0 550924 0
[pid=707990/tid=707992] ppid=707987 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 5519 0 0 0 7 2 0 0 20 0 18 0 140088563 19430449152 14137 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140088568 19430449152 14137 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=18975048 memory=14412639824552292 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140088569 19430449152 14137 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56548 KiB

[startup+0.215482 s]*
/proc/loadavg: 4.13 4.41 4.40 7/318 708008
/proc/meminfo: memFree=121578264/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=18975048 memory=65016 CPUtime=0.28 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 7203 0 0 0 25 3 0 0 20 0 18 0 140088562 19430449152 16254 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4743762 16254 5634 1 0 551413 0
[pid=707990/tid=707992] ppid=707987 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 1077936192 5745 0 0 0 16 2 0 0 20 0 18 0 140088563 19430449152 16254 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=18975048 memory=19017 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140088568 19430449152 16254 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140088569 19430449152 16254 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65016 KiB

[startup+0.313892 s]*
/proc/loadavg: 4.13 4.41 4.40 7/318 708008
/proc/meminfo: memFree=121577256/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=18975048 memory=66460 CPUtime=0.45 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 7473 0 0 0 41 4 0 0 20 0 18 0 140088562 19430449152 16615 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4743762 16615 5734 1 0 551612 0
[pid=707990/tid=707992] ppid=707987 vsize=18975048 memory=-8670943745842520764 CPUtime=0.27 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 1077936192 5913 0 0 0 24 3 0 0 20 0 18 0 140088563 19430449152 16615 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140088568 19430449152 16615 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140088569 19430449152 16615 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66460 KiB

[startup+0.701243 s]
/proc/loadavg: 4.13 4.41 4.40 7/319 708009
/proc/meminfo: memFree=121571284/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19041612 memory=86144 CPUtime=1.13 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 8513 0 0 0 108 5 0 0 20 0 19 0 140088562 19498610688 21536 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4760403 21536 5836 1 0 552404 0
[pid=707990/tid=707992] ppid=707987 vsize=19041612 memory=5468 CPUtime=0.61 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 6181 0 0 0 57 4 0 0 20 0 19 0 140088563 19498610688 21536 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19041612 memory=12020 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140088568 19498610688 21536 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19041612 memory=279992408007336 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140088569 19498610688 21536 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708009] ppid=707987 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140088613 19498610688 21536 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86144 KiB

[startup+1.50124 s]
/proc/loadavg: 4.13 4.41 4.40 7/319 708009
/proc/meminfo: memFree=121523956/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19041612 memory=170712 CPUtime=2.72 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 18839 0 0 0 263 9 0 0 20 0 19 0 140088562 19498610688 42678 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4760403 42678 5836 1 0 556596 0
[pid=707990/tid=707992] ppid=707987 vsize=19041612 memory=12020 CPUtime=1.37 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 6958 0 0 0 132 5 0 0 20 0 19 0 140088563 19498610688 42678 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140088568 19498610688 42678 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140088569 19498610688 42678 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708009] ppid=707987 vsize=19041612 memory=279992407860496 CPUtime=0 cores=4,6
/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140088613 19498610688 42678 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 170712 KiB

[startup+3.10625 s]
/proc/loadavg: 4.13 4.41 4.40 6/320 708010
/proc/meminfo: memFree=121456148/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19108176 memory=187432 CPUtime=5.8 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 23354 0 0 0 570 10 0 0 20 0 20 0 140088562 19566772224 46858 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4777044 46858 5883 1 0 557141 0
[pid=707990/tid=707992] ppid=707987 vsize=19108176 memory=0 CPUtime=2.91 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 7533 0 0 0 286 5 0 0 20 0 20 0 140088563 19566772224 46858 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140088568 19566772224 46858 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 140088569 19566772224 46858 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708009] ppid=707987 vsize=19108176 memory=11508 CPUtime=0 cores=4,6
/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140088613 19566772224 46858 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187432 KiB

[startup+6.30044 s]
/proc/loadavg: 4.12 4.40 4.39 5/320 708010
/proc/meminfo: memFree=121141988/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19108176 memory=548044 CPUtime=9.66 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 26744 0 0 0 947 19 0 0 20 0 20 0 140088562 19566772224 137011 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4777044 137011 5883 1 0 557341 0
[pid=707990/tid=707992] ppid=707987 vsize=19108176 memory=12020 CPUtime=6.08 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 8252 0 0 0 595 13 0 0 20 0 20 0 140088563 19566772224 137011 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140088568 19566772224 137011 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 140088569 19566772224 137011 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708009] ppid=707987 vsize=19108176 memory=181288 CPUtime=0 cores=4,6
/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140088613 19566772224 137011 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 9.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 548044 KiB

[startup+12.7005 s]
/proc/loadavg: 4.19 4.41 4.40 5/320 708012
/proc/meminfo: memFree=120852464/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19108176 memory=773412 CPUtime=16.5 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 31641 0 0 0 1626 24 0 0 20 0 20 0 140088562 19566772224 193353 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4777044 193353 5883 1 0 557341 0
[pid=707990/tid=707992] ppid=707987 vsize=19108176 memory=0 CPUtime=12.28 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 8950 0 0 0 1211 17 0 0 20 0 20 0 140088563 19566772224 193353 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140088568 19566772224 193353 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19108176 memory=773412 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 140088569 19566772224 193353 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708009] ppid=707987 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140088613 19566772224 193353 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 16.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 773412 KiB

[startup+25.5005 s]
/proc/loadavg: 4.15 4.39 4.39 5/320 708013
/proc/meminfo: memFree=120439832/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19108176 memory=1172792 CPUtime=29.63 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 38290 0 0 0 2929 34 0 0 20 0 20 0 140088562 19566772224 293198 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4777044 293198 5883 1 0 557683 0
[pid=707990/tid=707992] ppid=707987 vsize=19108176 memory=773412 CPUtime=24.89 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 10175 0 0 0 2465 24 0 0 20 0 20 0 140088563 19566772224 293198 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19108176 memory=-8670943745842520764 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140088568 19566772224 293198 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19108176 memory=35540 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 140088569 19566772224 293198 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708009] ppid=707987 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140088613 19566772224 293198 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 29.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1172792 KiB

[startup+51.1134 s]
/proc/loadavg: 4.16 4.38 4.38 5/320 708020
/proc/meminfo: memFree=120232564/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19108176 memory=1367388 CPUtime=56.02 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 45858 0 0 0 5561 41 0 0 20 0 20 0 140088562 19566772224 341847 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4777044 341847 5883 1 0 557773 0
[pid=707990/tid=707992] ppid=707987 vsize=19108176 memory=1207640 CPUtime=50.13 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 11563 0 0 0 4986 27 0 0 20 0 20 0 140088563 19566772224 341847 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19108176 memory=35540 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140088568 19566772224 341847 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19108176 memory=2580 CPUtime=0 cores=4,6

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

/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140088613 19566772224 377937 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 410.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1511748 KiB

[startup+462.3 s]
/proc/loadavg: 4.28 4.27 4.33 5/318 708160
/proc/meminfo: memFree=119823968/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19108176 memory=1532248 CPUtime=471.41 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 105845 0 0 0 47061 80 0 0 20 0 20 0 140088562 19566772224 383062 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4777044 383062 5882 1 0 563852 0
[pid=707990/tid=707992] ppid=707987 vsize=19108176 memory=1526076 CPUtime=456.42 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 24004 0 0 0 45613 29 0 0 20 0 20 0 140088563 19566772224 383062 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19108176 memory=1532248 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140088568 19566772224 383062 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19108176 memory=1528124 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 475 0 0 0 0 0 0 0 20 0 20 0 140088569 19566772224 383062 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708009] ppid=707987 vsize=19108176 memory=25932 CPUtime=0 cores=4,6
/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140088613 19566772224 383062 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 471.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1532248 KiB

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

# cumulated CPU time of all completed processes:  user=508.176 s, system=0.858394 s

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

[startup+486.4 s]
/proc/loadavg: 4.26 4.27 4.32 5/318 708163
/proc/meminfo: memFree=119755552/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19108176 memory=1539068 CPUtime=495.65 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 110168 0 0 0 49483 82 0 0 20 0 20 0 140088562 19566772224 384767 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4777044 384767 5882 1 0 563852 0
[pid=707990/tid=707992] ppid=707987 vsize=19108176 memory=11508 CPUtime=480.18 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 24158 0 0 0 47989 29 0 0 20 0 20 0 140088563 19566772224 384767 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19108176 memory=35540 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140088568 19566772224 384767 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 593 0 0 0 0 0 0 0 20 0 20 0 140088569 19566772224 384767 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708009] ppid=707987 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140088613 19566772224 384767 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 495.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1539068 KiB

[startup+492.8 s]
/proc/loadavg: 4.24 4.26 4.32 5/318 708165
/proc/meminfo: memFree=119732968/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19108176 memory=1543176 CPUtime=502.14 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 110837 0 0 0 50131 83 0 0 20 0 20 0 140088562 19566772224 385794 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4777044 385794 5882 1 0 563852 0
[pid=707990/tid=707992] ppid=707987 vsize=19108176 memory=11508 CPUtime=486.45 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 24671 0 0 0 48616 29 0 0 20 0 20 0 140088563 19566772224 385794 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19108176 memory=35540 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140088568 19566772224 385794 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 593 0 0 0 0 0 0 0 20 0 20 0 140088569 19566772224 385794 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708009] ppid=707987 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140088613 19566772224 385794 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 502.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1543176 KiB

[startup+496 s]*
/proc/loadavg: 4.22 4.26 4.32 5/318 708165
/proc/meminfo: memFree=119720708/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19108176 memory=1543180 CPUtime=505.36 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 110949 0 0 0 50452 84 0 0 20 0 20 0 140088562 19566772224 385795 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4777044 385795 5882 1 0 563852 0
[pid=707990/tid=707992] ppid=707987 vsize=19108176 memory=100 CPUtime=489.65 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 24698 0 0 0 48936 29 0 0 20 0 20 0 140088563 19566772224 385795 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19108176 memory=2004 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140088568 19566772224 385795 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19108176 memory=21116 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 593 0 0 0 0 0 0 0 20 0 20 0 140088569 19566772224 385795 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708009] ppid=707987 vsize=19108176 memory=-8816756575576695484 CPUtime=0 cores=4,6
/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140088613 19566772224 385795 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 505.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1543180 KiB

[startup+497.6 s]
/proc/loadavg: 4.22 4.26 4.32 6/318 708165
/proc/meminfo: memFree=119712432/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19108176 memory=1543236 CPUtime=507.26 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 111442 0 0 0 50642 84 0 0 20 0 20 0 140088562 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4777044 385809 5882 1 0 563852 0
[pid=707990/tid=707992] ppid=707987 vsize=19108176 memory=2268 CPUtime=491.1 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 24805 0 0 0 49081 29 0 0 20 0 20 0 140088563 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19108176 memory=1824 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140088568 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19108176 memory=1543180 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 593 0 0 0 0 0 0 0 20 0 20 0 140088569 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708009] ppid=707987 vsize=19108176 memory=100 CPUtime=0 cores=4,6
/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140088613 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 507.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1543236 KiB

[startup+498.4 s]
/proc/loadavg: 4.22 4.26 4.32 5/318 708165
/proc/meminfo: memFree=119712408/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19108176 memory=1543236 CPUtime=508.06 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 111442 0 0 0 50722 84 0 0 20 0 20 0 140088562 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4777044 385809 5882 1 0 563852 0
[pid=707990/tid=707992] ppid=707987 vsize=19108176 memory=1543180 CPUtime=491.9 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 24805 0 0 0 49161 29 0 0 20 0 20 0 140088563 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19108176 memory=30384 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140088568 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19108176 memory=1543180 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 593 0 0 0 0 0 0 0 20 0 20 0 140088569 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708009] ppid=707987 vsize=19108176 memory=1824 CPUtime=0 cores=4,6
/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140088613 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 508.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1543236 KiB

[startup+498.8 s]
/proc/loadavg: 4.22 4.26 4.32 5/318 708165
/proc/meminfo: memFree=119712408/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19108176 memory=1543236 CPUtime=508.49 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 111455 0 0 0 50765 84 0 0 20 0 20 0 140088562 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4777044 385809 5882 1 0 563852 0
[pid=707990/tid=707992] ppid=707987 vsize=19108176 memory=-8670943745842520764 CPUtime=492.3 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 24808 0 0 0 49201 29 0 0 20 0 20 0 140088563 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19108176 memory=1543236 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140088568 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19108176 memory=13732 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 593 0 0 0 0 0 0 0 20 0 20 0 140088569 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708009] ppid=707987 vsize=19108176 memory=11564 CPUtime=0 cores=4,6
/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140088613 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 508.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1543236 KiB

[startup+499.2 s]
/proc/loadavg: 4.22 4.26 4.32 5/318 708165
/proc/meminfo: memFree=119702168/131655788 swapFree=131071996/131071996
[pid=707990] ppid=707987 vsize=19108176 memory=1543236 CPUtime=508.9 cores=4,6
/proc/707990/stat : 707990 (java) S 707987 707990 697934 0 -1 1077936128 111455 0 0 0 50806 84 0 0 20 0 20 0 140088562 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
/proc/707990/statm: 4777044 385809 5882 1 0 563852 0
[pid=707990/tid=707992] ppid=707987 vsize=19108176 memory=12020 CPUtime=492.7 cores=4,6
/proc/707990/task/707992/stat : 707992 (java) R 707987 707990 697934 0 -1 4194368 24808 0 0 0 49241 29 0 0 20 0 20 0 140088563 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708001] ppid=707987 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/707990/task/708001/stat : 708001 (Finalizer) S 707987 707990 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140088568 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708008] ppid=707987 vsize=19108176 memory=1537020 CPUtime=0 cores=4,6
/proc/707990/task/708008/stat : 708008 (Common-Cleaner) S 707987 707990 697934 0 -1 1077936192 593 0 0 0 0 0 0 0 20 0 20 0 140088569 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
[pid=707990/tid=708009] ppid=707987 vsize=19108176 memory=11508 CPUtime=0 cores=4,6
/proc/707990/task/708009/stat : 708009 (Timer-0) S 707987 707990 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140088613 19566772224 385809 134679101440 94902841622528 94902841626224 140734531062496 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94902841634040 94902841634832 94902843506688 140734531064795 140734531064903 140734531064903 140734531071944 0
Current children cumulated CPU time: 508.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1543236 KiB

Child status: 30

Real time (s): 499.292
CPU time (s): 509.035
CPU user time (s): 508.176
CPU system time (s): 0.858394
CPU usage (%): 101.951
Max. virtual memory (cumulated for all children) (KiB): 19112956
Max. memory (cumulated for all children) (KiB): 1551948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 508.176
system time used= 0.858394
maximum resident set size= 1552600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18250
involuntary context switches= 1280


# summary of solver processes directly reported to runsolver:
#   pid: 707990
#   total CPU time (s): 509.035
#   total CPU user time (s): 508.176
#   total CPU system time (s): 0.858394

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.70323 second user time and 5.28494 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-13 16:01:51
IDJOB=4424560
IDBENCH=143740
IDSOLVER=3036
FILE ID=nodeC006/4424560-1720879298
RUNJOBID= nodeC006-1720877760-700190
SLURM_JOB_ID= 7483754
Free space on /tmp= 723780 MiB

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

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

MD5SUM BENCH= 78530bd9d8566fef18fc3cd1ae043ffe
RANDOM SEED=2055595125

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        121622988 kB
MemAvailable:   121519384 kB
Buffers:          323124 kB
Cached:           422100 kB
SwapCached:            0 kB
Active:           476964 kB
Inactive:        9041388 kB
Active(anon):       1476 kB
Inactive(anon):  8809348 kB
Active(file):     475488 kB
Inactive(file):   232040 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               912 kB
Writeback:             8 kB
AnonPages:       8773180 kB
Mapped:           121308 kB
Shmem:             37704 kB
KReclaimable:      57796 kB
Slab:             147048 kB
SReclaimable:      57796 kB
SUnreclaim:        89252 kB
KernelStack:        4816 kB
PageTables:        27244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   10572356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45888 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8613888 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC006 at 2024-07-13 16:10:10