Trace number 4424567

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 247.993 240.82

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221203--soft-33-100-0.wbo
MD5SUMa01c9ef9d0240b56467a0aa37bdb71bd
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.226904
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 1228
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.13/0.11	c version CUSTOM.v20240707
0.13/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.12	c java.vm.version	22.0.1+8-16
0.13/0.12	c java.vm.vendor	Oracle Corporation
0.13/0.12	c sun.arch.data.model	64
0.13/0.12	c java.version		22.0.1
0.13/0.12	c os.name		Linux
0.13/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.12	c os.arch		amd64
0.13/0.13	c Free memory 		2115194816
0.13/0.13	c Max memory 		16282288128
0.13/0.13	c Total memory 		2122317824
0.13/0.13	c Number of processors 	2
0.32/0.27	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.27	 - never skip resolution steps
0.32/0.27	 - Auto-division on coefficients is disabled
0.32/0.27	 - No postprocessing
0.32/0.27	 - Conflict is considered as is when resolving
0.32/0.27	 - Use constraints as they come during conflict analysis
0.32/0.27	 - Weaken first using unassigned literals
0.32/0.27	 - Bump strategy: ALWAYS_ONE
0.32/0.27	 - Bumper: EFFECTIVE
0.32/0.27	--- Begin Solver configuration ---
0.32/0.27	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.27	Learn all clauses as in MiniSAT
0.32/0.27	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.27	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.27	No reason simplification
0.32/0.27	Dynamic restart strategy considering the size of the coefficients
0.32/0.27	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.27	timeout=2147483s
0.32/0.27	DB Simplification allowed=false
0.32/0.27	Listener: none
0.32/0.27	--- End Solver configuration ---
0.32/0.28	c Pseudo Boolean Optimization by upper bound
0.32/0.28	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.28	c  - never skip resolution steps
0.32/0.28	c  - Auto-division on coefficients is disabled
0.32/0.28	c  - No postprocessing
0.32/0.28	c  - Conflict is considered as is when resolving
0.32/0.28	c  - Use constraints as they come during conflict analysis
0.32/0.28	c  - Weaken first using unassigned literals
0.32/0.28	c  - Bump strategy: ALWAYS_ONE
0.32/0.28	c  - Bumper: EFFECTIVE
0.32/0.28	c --- Begin Solver configuration ---
0.32/0.28	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.28	c Learn all clauses as in MiniSAT
0.32/0.28	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.28	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.28	c No reason simplification
0.32/0.28	c Dynamic restart strategy considering the size of the coefficients
0.32/0.28	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.28	c timeout=2147483s
0.32/0.28	c DB Simplification allowed=false
0.32/0.28	c Listener: none
0.32/0.28	c --- End Solver configuration ---
0.32/0.28	c solving HOME/instance-4424567-1720879689.wbo
0.32/0.28	c reading problem ... 
0.47/0.36	c ... done. Wall clock time 0.082s.
0.47/0.36	c declared #vars     169
0.47/0.36	c internal #vars     238
0.47/0.36	c #constraints  102
0.47/0.36	c constraints type 
0.47/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.47/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.47/0.36	c org.sat4j.specs.Constr$1 => 1
0.47/0.36	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 51
0.47/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.47/0.36	c 102 constraints processed.
0.47/0.37	c objective function length is 69 literals
0.63/0.53	c SATISFIABLE
0.63/0.53	c OPTIMIZING...
0.63/0.53	c Got one! Elapsed wall clock time (in seconds):0.255
0.63/0.53	o 2297
0.99/0.65	c Got one! Elapsed wall clock time (in seconds):0.373
0.99/0.65	o 2097
1.33/0.89	c Got one! Elapsed wall clock time (in seconds):0.612
1.33/0.89	o 2095
2.11/1.21	c Got one! Elapsed wall clock time (in seconds):0.937
2.11/1.21	o 2088
2.31/1.39	c Got one! Elapsed wall clock time (in seconds):1.119
2.51/1.40	o 2082
3.11/1.70	c Got one! Elapsed wall clock time (in seconds):1.428
3.11/1.71	o 2074
3.71/2.04	c Got one! Elapsed wall clock time (in seconds):1.763
3.71/2.04	o 2067
4.50/2.48	c Got one! Elapsed wall clock time (in seconds):2.2
4.50/2.48	o 2066
5.35/2.95	c Got one! Elapsed wall clock time (in seconds):2.67
5.35/2.95	o 2064
6.16/3.42	c Got one! Elapsed wall clock time (in seconds):3.14
6.16/3.42	o 2061
6.77/3.95	c Got one! Elapsed wall clock time (in seconds):3.677
6.77/3.96	o 2057
13.37/9.41	c Got one! Elapsed wall clock time (in seconds):9.13
13.37/9.41	o 2053
15.35/11.28	c Got one! Elapsed wall clock time (in seconds):11.003
15.35/11.28	o 2052
20.14/14.97	c Got one! Elapsed wall clock time (in seconds):14.695
20.14/14.97	o 2050
53.11/46.54	c Got one! Elapsed wall clock time (in seconds):46.269
53.11/46.55	o 2049
57.24/50.11	c Got one! Elapsed wall clock time (in seconds):49.83
57.24/50.11	o 2046
63.06/55.92	c Got one! Elapsed wall clock time (in seconds):55.648
63.06/55.92	o 2043
68.51/61.47	c Got one! Elapsed wall clock time (in seconds):61.196
68.51/61.47	o 2041
83.26/76.22	c Got one! Elapsed wall clock time (in seconds):75.946
83.26/76.22	o 2040
88.76/81.74	c Got one! Elapsed wall clock time (in seconds):81.469
88.76/81.74	o 2037
95.08/88.04	c Got one! Elapsed wall clock time (in seconds):87.766
95.08/88.04	o 2036
104.10/97.09	c Got one! Elapsed wall clock time (in seconds):96.809
104.10/97.09	o 2034
200.19/193.20	c Got one! Elapsed wall clock time (in seconds):192.92
200.19/193.20	o 3
246.88/239.87	c Got one! Elapsed wall clock time (in seconds):239.596
246.88/239.87	o 2
247.84/240.77	c starts		: 46
247.84/240.78	c conflicts		: 3665
247.84/240.78	c decisions		: 8811
247.84/240.78	c propagations		: 122122
247.84/240.78	c inspects		: 29201372
247.84/240.78	c shortcuts		: 0
247.84/240.78	c learnt literals	: 0
247.84/240.78	c learnt binary clauses	: 0
247.84/240.78	c learnt ternary clauses	: 0
247.84/240.78	c learnt constraints	: 3665
247.84/240.78	c ignored constraints	: 0
247.84/240.78	c root simplifications	: 0
247.84/240.78	c removed literals (reason simplification)	: 0
247.84/240.78	c reason swapping (by a shorter reason)	: 0
247.84/240.78	c Calls to reduceDB	: 0
247.84/240.78	c Number of update (reduction) of LBD	: 9077
247.84/240.78	c Imported unit clauses	: 0
247.84/240.78	c No decision after first conflict	: false
247.84/240.78	c number of reductions to clauses (during analyze)	: 0
247.84/240.78	c number of learned constraints concerned by reduction	: 0
247.84/240.78	c number of learning phase by resolution	: 0
247.84/240.78	c number of learning phase by cutting planes	: 0
247.84/240.78	c number of rounding to 1 operations	: 0
247.84/240.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
247.84/240.79	c number of reductions of the coefficients by power 2 	: 0
247.84/240.79	c number of right shift for reduction by power 2 	: 0
247.84/240.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
247.84/240.79	c number of ending skipping 	: 0
247.84/240.79	c number of internal skipping 	: 0
247.84/240.79	c number of derivation steps 	: 30669
247.84/240.79	c number of skipped derivation steps 	: 0
247.84/240.79	c number of remaining unassigned 	: 46760
247.84/240.79	c number of remaining assigned 	: 1311274
247.84/240.79	c number of falsified literals weakened from reason	: 0
247.84/240.79	c number of falsified literals weakened from conflict	: 0
247.84/240.79	c time for arithmetic operations	: 36838314289
247.84/240.79	c minimum degree of deleted constraints	: null
247.84/240.79	c maximum degree of deleted constraints	: null
247.84/240.79	c number of deleted constraints	: 0
247.84/240.79	c speed (assignments/second)	: 507.95486213652
247.84/240.79	c non guided choices	: 484
247.84/240.79	s OPTIMUM FOUND
247.84/240.79	c Found 24 solution(s)
247.84/240.79	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 
247.96/240.80	c objective function=2
247.96/240.80	c Total wall clock time (in seconds): 240.522

Verifier Data

OK	2

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=708128, runsolver pid=708125

[startup+0.101834 s]*
/proc/loadavg: 4.11 4.24 4.32 7/316 708146
/proc/meminfo: memFree=121663124/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=18975048 memory=57212 CPUtime=0.13 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 6759 0 0 0 10 3 0 0 20 0 18 0 140127621 19430449152 14303 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4743762 14303 5699 1 0 551068 0
[pid=708128/tid=708130] ppid=708125 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 5638 0 0 0 6 3 0 0 20 0 18 0 140127622 19430449152 14303 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140127627 19430449152 14303 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=18975048 memory=14412639824552292 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140127628 19430449152 14303 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57212 KiB

[startup+0.220838 s]*
/proc/loadavg: 4.11 4.24 4.32 7/316 708146
/proc/meminfo: memFree=121655584/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=18975048 memory=64816 CPUtime=0.32 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 7480 0 0 0 28 4 0 0 20 0 18 0 140127621 19430449152 16204 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4743762 16204 5841 1 0 551599 0
[pid=708128/tid=708130] ppid=708125 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 5955 0 0 0 16 3 0 0 20 0 18 0 140127622 19430449152 16204 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=18975048 memory=19017 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140127627 19430449152 16204 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140127628 19430449152 16204 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64816 KiB

[startup+0.32084 s]*
/proc/loadavg: 4.11 4.24 4.32 8/316 708146
/proc/meminfo: memFree=121651996/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=18975048 memory=67972 CPUtime=0.47 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 7793 0 0 0 43 4 0 0 20 0 18 0 140127621 19430449152 16993 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4743762 16993 5846 1 0 551777 0
[pid=708128/tid=708130] ppid=708125 vsize=18975048 memory=-8816756575576695484 CPUtime=0.27 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 6102 0 0 0 24 3 0 0 20 0 18 0 140127622 19430449152 16993 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140127627 19430449152 16993 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140127628 19430449152 16993 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67972 KiB

[startup+0.70031 s]
/proc/loadavg: 4.11 4.24 4.32 7/317 708147
/proc/meminfo: memFree=121634868/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19041612 memory=112096 CPUtime=1.14 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 10032 0 0 0 109 5 0 0 20 0 19 0 140127621 19498610688 28024 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4760403 28024 5884 1 0 553141 0
[pid=708128/tid=708130] ppid=708125 vsize=19041612 memory=5468 CPUtime=0.6 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 6283 0 0 0 57 3 0 0 20 0 19 0 140127622 19498610688 28024 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19041612 memory=12020 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140127627 19498610688 28024 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19041612 memory=164 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140127628 19498610688 28024 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708147] ppid=708125 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/708128/task/708147/stat : 708147 (Timer-0) S 708125 708128 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 140127659 19498610688 28024 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 112096 KiB

[startup+1.50083 s]
/proc/loadavg: 4.11 4.24 4.32 6/317 708147
/proc/meminfo: memFree=121556032/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19108176 memory=187388 CPUtime=2.71 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 23930 0 0 0 263 8 0 0 20 0 20 0 140127621 19566772224 46847 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4777044 46847 5884 1 0 558953 0
[pid=708128/tid=708130] ppid=708125 vsize=19108176 memory=12020 CPUtime=1.38 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 6681 0 0 0 134 4 0 0 20 0 20 0 140127622 19566772224 46847 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140127627 19566772224 46847 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 140127628 19566772224 46847 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708147] ppid=708125 vsize=19108176 memory=279871746123024 CPUtime=0 cores=0,2
/proc/708128/task/708147/stat : 708147 (Timer-0) S 708125 708128 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140127659 19566772224 46847 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187388 KiB

[startup+3.10599 s]
/proc/loadavg: 4.11 4.24 4.32 6/318 708148
/proc/meminfo: memFree=121493536/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19108176 memory=238772 CPUtime=5.73 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 27777 0 0 0 563 10 0 0 20 0 20 0 140127621 19566772224 59693 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4777044 59693 5900 1 0 558963 0
[pid=708128/tid=708130] ppid=708125 vsize=19108176 memory=0 CPUtime=2.95 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 7577 0 0 0 290 5 0 0 20 0 20 0 140127622 19566772224 59693 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140127627 19566772224 59693 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 140127628 19566772224 59693 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708147] ppid=708125 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/708128/task/708147/stat : 708147 (Timer-0) S 708125 708128 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140127659 19566772224 59693 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 5.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 238772 KiB

[startup+6.30044 s]
/proc/loadavg: 4.10 4.23 4.32 5/318 708148
/proc/meminfo: memFree=121077564/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19108176 memory=633092 CPUtime=9.63 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 29907 0 0 0 944 19 0 0 20 0 20 0 140127621 19566772224 158273 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4777044 158273 5900 1 0 558969 0
[pid=708128/tid=708130] ppid=708125 vsize=19108176 memory=12020 CPUtime=6.07 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 8146 0 0 0 594 13 0 0 20 0 20 0 140127622 19566772224 158273 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140127627 19566772224 158273 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19108176 memory=187388 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 140127628 19566772224 158273 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708147] ppid=708125 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/708128/task/708147/stat : 708147 (Timer-0) S 708125 708128 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140127659 19566772224 158273 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 9.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 633092 KiB

[startup+12.7004 s]
/proc/loadavg: 4.09 4.23 4.32 5/318 708149
/proc/meminfo: memFree=120923344/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19108176 memory=778748 CPUtime=17.13 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 36815 0 0 0 1689 24 0 0 20 0 20 0 140127621 19566772224 194687 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4777044 194687 5900 1 0 558969 0
[pid=708128/tid=708130] ppid=708125 vsize=19108176 memory=0 CPUtime=12.39 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 9855 0 0 0 1223 16 0 0 20 0 20 0 140127622 19566772224 194687 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19108176 memory=-8816756575576695484 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140127627 19566772224 194687 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19108176 memory=2268 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 140127628 19566772224 194687 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708147] ppid=708125 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/708128/task/708147/stat : 708147 (Timer-0) S 708125 708128 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140127659 19566772224 194687 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 17.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 778748 KiB

[startup+25.5008 s]
/proc/loadavg: 4.29 4.27 4.33 5/318 708151
/proc/meminfo: memFree=120645836/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19108176 memory=1038224 CPUtime=31.82 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 57947 0 0 0 3148 34 0 0 20 0 20 0 140127621 19566772224 259556 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4777044 259556 5899 1 0 563619 0
[pid=708128/tid=708130] ppid=708125 vsize=19108176 memory=11508 CPUtime=24.78 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 12834 0 0 0 2458 20 0 0 20 0 20 0 140127622 19566772224 259556 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140127627 19566772224 259556 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19108176 memory=633092 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 140127628 19566772224 259556 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708147] ppid=708125 vsize=19108176 memory=279871746069808 CPUtime=0 cores=0,2
/proc/708128/task/708147/stat : 708147 (Timer-0) S 708125 708128 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140127659 19566772224 259556 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 31.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1038224 KiB

[startup+51.1058 s]
/proc/loadavg: 4.39 4.29 4.34 5/318 708156
/proc/meminfo: memFree=119842600/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19108176 memory=1817264 CPUtime=58.23 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 70690 0 0 0 5768 55 0 0 20 0 20 0 140127621 19566772224 454316 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4777044 454316 5899 1 0 670146 0
[pid=708128/tid=708130] ppid=708125 vsize=19108176 memory=1817392 CPUtime=49.57 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 15134 0 0 0 4922 35 0 0 20 0 20 0 140127622 19566772224 454316 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19108176 memory=35540 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140127627 19566772224 454316 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19108176 memory=279871746819456 CPUtime=0 cores=0,2

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

/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 115 0 0 0 0 0 0 0 20 0 20 0 140127628 19566772224 464219 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708147] ppid=708125 vsize=19108176 memory=1817948 CPUtime=0 cores=0,2
/proc/708128/task/708147/stat : 708147 (Timer-0) S 708125 708128 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140127659 19566772224 464219 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 109.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1856876 KiB

[startup+162.3 s]
/proc/loadavg: 5.84 4.72 4.48 5/320 708246
/proc/meminfo: memFree=118559064/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19108176 memory=1922412 CPUtime=169.36 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 83327 0 0 0 16870 66 0 0 20 0 20 0 140127621 19566772224 480603 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4777044 480603 5899 1 0 670146 0
[pid=708128/tid=708130] ppid=708125 vsize=19108176 memory=11508 CPUtime=158.63 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 21674 0 0 0 15828 35 0 0 20 0 20 0 140127622 19566772224 480603 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19108176 memory=1901932 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140127627 19566772224 480603 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 149 0 0 0 0 0 0 0 20 0 20 0 140127628 19566772224 480603 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708147] ppid=708125 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/708128/task/708147/stat : 708147 (Timer-0) S 708125 708128 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140127659 19566772224 480603 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 169.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1922412 KiB

[startup+222.3 s]
/proc/loadavg: 5.30 4.78 4.51 5/320 708257
/proc/meminfo: memFree=118384004/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19108176 memory=1996160 CPUtime=229.36 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 90223 0 0 0 22865 71 0 0 20 0 20 0 140127621 19566772224 499040 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4777044 499040 5899 1 0 670146 0
[pid=708128/tid=708130] ppid=708125 vsize=19108176 memory=1996160 CPUtime=217.62 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 24493 0 0 0 21726 36 0 0 20 0 20 0 140127622 19566772224 499040 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19108176 memory=1944952 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140127627 19566772224 499040 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19108176 memory=1951096 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 211 0 0 0 0 0 0 0 20 0 20 0 140127628 19566772224 499040 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708147] ppid=708125 vsize=19108176 memory=1992064 CPUtime=0 cores=0,2
/proc/708128/task/708147/stat : 708147 (Timer-0) S 708125 708128 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140127659 19566772224 499040 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 229.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1996160 KiB

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

# cumulated CPU time of all completed processes:  user=247.126 s, system=0.866775 s

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

[startup+230.4 s]
/proc/loadavg: 5.10 4.76 4.51 5/320 708259
/proc/meminfo: memFree=117816352/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19108176 memory=2556320 CPUtime=237.5 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 91043 0 0 0 23667 83 0 0 20 0 20 0 140127621 19566772224 639080 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4777044 639080 5899 1 0 805916 0
[pid=708128/tid=708130] ppid=708125 vsize=19108176 memory=-1189914978686163229 CPUtime=225.54 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 24882 0 0 0 22508 46 0 0 20 0 20 0 140127622 19566772224 639080 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19108176 memory=1992064 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140127627 19566772224 639080 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19108176 memory=30384 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 211 0 0 0 0 0 0 0 20 0 20 0 140127628 19566772224 639080 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708147] ppid=708125 vsize=19108176 memory=1944952 CPUtime=0 cores=0,2
/proc/708128/task/708147/stat : 708147 (Timer-0) S 708125 708128 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140127659 19566772224 639080 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 237.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2556320 KiB

[startup+236.8 s]
/proc/loadavg: 5.01 4.75 4.51 5/320 708259
/proc/meminfo: memFree=117806080/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19108176 memory=2560416 CPUtime=243.88 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 91075 0 0 0 24305 83 0 0 20 0 20 0 140127621 19566772224 640104 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4777044 640104 5899 1 0 805926 0
[pid=708128/tid=708130] ppid=708125 vsize=19108176 memory=1996160 CPUtime=231.88 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 24897 0 0 0 23142 46 0 0 20 0 20 0 140127622 19566772224 640104 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19108176 memory=2016640 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140127627 19566772224 640104 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 211 0 0 0 0 0 0 0 20 0 20 0 140127628 19566772224 640104 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708147] ppid=708125 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/708128/task/708147/stat : 708147 (Timer-0) S 708125 708128 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140127659 19566772224 640104 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 243.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2560416 KiB

[startup+238.4 s]
/proc/loadavg: 5.01 4.75 4.51 5/320 708259
/proc/meminfo: memFree=117799936/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19108176 memory=2564512 CPUtime=245.49 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 91082 0 0 0 24465 84 0 0 20 0 20 0 140127621 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4777044 641128 5899 1 0 805926 0
[pid=708128/tid=708130] ppid=708125 vsize=19108176 memory=11508 CPUtime=233.43 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 24898 0 0 0 23297 46 0 0 20 0 20 0 140127622 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19108176 memory=24980 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140127627 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19108176 memory=2580 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 211 0 0 0 0 0 0 0 20 0 20 0 140127628 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708147] ppid=708125 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/708128/task/708147/stat : 708147 (Timer-0) S 708125 708128 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140127659 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 245.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2564512 KiB

[startup+240 s]*
/proc/loadavg: 4.93 4.73 4.50 5/320 708262
/proc/meminfo: memFree=117795756/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19108176 memory=2564512 CPUtime=247.09 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 91646 0 0 0 24625 84 0 0 20 0 20 0 140127621 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4777044 641128 5899 1 0 805926 0
[pid=708128/tid=708130] ppid=708125 vsize=19108176 memory=-9105267327193490108 CPUtime=235.04 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 25462 0 0 0 23458 46 0 0 20 0 20 0 140127622 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19108176 memory=-4421386517706138471 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140127627 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19108176 memory=2284 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 211 0 0 0 0 0 0 0 20 0 20 0 140127628 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708147] ppid=708125 vsize=19108176 memory=31952 CPUtime=0 cores=0,2
/proc/708128/task/708147/stat : 708147 (Timer-0) S 708125 708128 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140127659 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 247.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2564512 KiB

[startup+240.4 s]
/proc/loadavg: 4.93 4.73 4.50 5/320 708262
/proc/meminfo: memFree=117795756/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19108176 memory=2564512 CPUtime=247.48 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 91647 0 0 0 24664 84 0 0 20 0 20 0 140127621 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4777044 641128 5899 1 0 805926 0
[pid=708128/tid=708130] ppid=708125 vsize=19108176 memory=7984 CPUtime=235.42 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) R 708125 708128 697934 0 -1 4194368 25462 0 0 0 23496 46 0 0 20 0 20 0 140127622 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19108176 memory=20072 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140127627 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19108176 memory=6760 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 211 0 0 0 0 0 0 0 20 0 20 0 140127628 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708147] ppid=708125 vsize=19108176 memory=7260 CPUtime=0 cores=0,2
/proc/708128/task/708147/stat : 708147 (Timer-0) S 708125 708128 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140127659 19566772224 641128 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 247.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2564512 KiB

[startup+240.801 s]
/proc/loadavg: 4.93 4.73 4.50 5/320 708262
/proc/meminfo: memFree=117795756/131655788 swapFree=131071996/131071996
[pid=708128] ppid=708125 vsize=19241304 memory=2565028 CPUtime=247.96 cores=0,2
/proc/708128/stat : 708128 (java) S 708125 708128 697934 0 -1 1077936128 95116 0 0 0 24712 84 0 0 20 0 20 0 140127621 19703095296 641257 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
/proc/708128/statm: 4810326 641257 5898 1 0 806625 0
[pid=708128/tid=708130] ppid=708125 vsize=19241304 memory=-8816756575576695484 CPUtime=235.79 cores=0,2
/proc/708128/task/708130/stat : 708130 (java) S 708125 708128 697934 0 -1 1077936192 26729 0 0 0 23533 46 0 0 20 0 20 0 140127622 19703095296 641257 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708139] ppid=708125 vsize=19241304 memory=12020 CPUtime=0 cores=0,2
/proc/708128/task/708139/stat : 708139 (Finalizer) S 708125 708128 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140127627 19703095296 641257 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
[pid=708128/tid=708146] ppid=708125 vsize=19241304 memory=2564512 CPUtime=0 cores=0,2
/proc/708128/task/708146/stat : 708146 (Common-Cleaner) S 708125 708128 697934 0 -1 1077936192 211 0 0 0 0 0 0 0 20 0 20 0 140127628 19703095296 641257 134679101440 94557722091520 94557722095216 140730390860096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94557722103032 94557722103824 94557744840704 140730390864859 140730390864967 140730390864967 140730390872008 0
Current children cumulated CPU time: 247.96 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2565028 KiB

Child status: 30

Real time (s): 240.82
CPU time (s): 247.993
CPU user time (s): 247.126
CPU system time (s): 0.866775
CPU usage (%): 102.978
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2565028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.126
system time used= 0.866775
maximum resident set size= 2566180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95182
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10956
involuntary context switches= 2713


# summary of solver processes directly reported to runsolver:
#   pid: 708128
#   total CPU time (s): 247.993
#   total CPU user time (s): 247.126
#   total CPU system time (s): 0.866775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.09605 second user time and 2.3242 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-13 16:08:21
IDJOB=4424567
IDBENCH=143751
IDSOLVER=3036
FILE ID=nodeC006/4424567-1720879689
RUNJOBID= nodeC006-1720877760-700189
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.1111221203--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424567-1720879689/watcher-4424567-1720879689 -o /tmp/evaluation-result-4424567-1720879689/solver-4424567-1720879689 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720877760-700189 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424567-1720879689.wbo

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

MD5SUM BENCH= a01c9ef9d0240b56467a0aa37bdb71bd
RANDOM SEED=1658162423

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        121698680 kB
MemAvailable:   121597428 kB
Buffers:          323596 kB
Cached:           424036 kB
SwapCached:            0 kB
Active:           477536 kB
Inactive:        8965228 kB
Active(anon):       1468 kB
Inactive(anon):  8731428 kB
Active(file):     476068 kB
Inactive(file):   233800 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               948 kB
Writeback:            44 kB
AnonPages:       8695252 kB
Mapped:           121044 kB
Shmem:             37704 kB
KReclaimable:      57820 kB
Slab:             146912 kB
SReclaimable:      57820 kB
SUnreclaim:        89092 kB
KernelStack:        4848 kB
PageTables:        27048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   10211132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45888 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8386560 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:12:22