Trace number 4448081

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-12UNSAT 145.134 139.389

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x40split.cnf-extracted.pb.metafix.opb
MD5SUM7b2bd6f9c4b35d9a7e05934ad0cefb7e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.613139
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables401
Total number of constraints558
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)556
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.13	c version CUSTOM.v20240707
0.11/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.14	c java.vm.version	22.0.1+8-16
0.11/0.14	c java.vm.vendor	Oracle Corporation
0.11/0.14	c sun.arch.data.model	64
0.11/0.14	c java.version		22.0.1
0.11/0.14	c os.name		Linux
0.11/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.14	c os.arch		amd64
0.11/0.16	c Free memory 		2115194816
0.11/0.16	c Max memory 		16282288128
0.11/0.16	c Total memory 		2122317824
0.11/0.16	c Number of processors 	2
0.29/0.24	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.29/0.24	 - never skip resolution steps
0.29/0.24	 - Auto-division on coefficients is disabled
0.29/0.24	 - No postprocessing
0.29/0.24	 - Conflict is considered as is when resolving
0.29/0.24	 - Use constraints as they come during conflict analysis
0.29/0.24	 - Weaken first using unassigned literals
0.29/0.24	 - Bump strategy: ALWAYS_ONE
0.29/0.24	 - Bumper: EFFECTIVE
0.29/0.24	--- Begin Solver configuration ---
0.29/0.24	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.29/0.24	Learn all clauses as in MiniSAT
0.29/0.24	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.24	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.29/0.24	No reason simplification
0.29/0.24	Dynamic restart strategy considering the size of the coefficients
0.29/0.24	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.29/0.24	timeout=2147483s
0.29/0.24	DB Simplification allowed=false
0.29/0.24	Listener: none
0.29/0.24	--- End Solver configuration ---
0.29/0.24	c Pseudo Boolean Optimization by upper bound
0.29/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.29/0.24	c  - never skip resolution steps
0.29/0.24	c  - Auto-division on coefficients is disabled
0.29/0.24	c  - No postprocessing
0.29/0.24	c  - Conflict is considered as is when resolving
0.29/0.24	c  - Use constraints as they come during conflict analysis
0.29/0.24	c  - Weaken first using unassigned literals
0.29/0.24	c  - Bump strategy: ALWAYS_ONE
0.29/0.24	c  - Bumper: EFFECTIVE
0.29/0.24	c --- Begin Solver configuration ---
0.29/0.24	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.29/0.24	c Learn all clauses as in MiniSAT
0.29/0.24	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.29/0.24	c No reason simplification
0.29/0.24	c Dynamic restart strategy considering the size of the coefficients
0.29/0.24	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.29/0.24	c timeout=2147483s
0.29/0.24	c DB Simplification allowed=false
0.29/0.24	c Listener: none
0.29/0.24	c --- End Solver configuration ---
0.29/0.24	c solving HOME/instance-4448081-1721357875.opb
0.29/0.24	c reading problem ... 
0.29/0.24	c  no objective function found
0.29/0.32	c ... done. Wall clock time 0.078s.
0.29/0.32	c declared #vars     401
0.29/0.32	c #constraints  558
0.29/0.32	c constraints type 
0.29/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.29/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 556
0.29/0.32	c 558 constraints processed.
2.75/1.51	c cleaning 2492 clauses out of 5000 with flag 0/5000
4.13/2.27	c cleaning 4251 clauses out of 8509 with flag 0/11001
5.53/2.96	c cleaning 5620 clauses out of 11257 with flag 0/18000
7.18/3.82	c cleaning 6813 clauses out of 13638 with flag 0/26001
8.17/4.73	c cleaning 7905 clauses out of 15825 with flag 0/35001
9.79/5.99	c cleaning 8953 clauses out of 17919 with flag 0/45000
11.00/7.14	c cleaning 9977 clauses out of 19966 with flag 0/56000
12.20/8.40	c cleaning 10988 clauses out of 21990 with flag 0/68001
14.31/10.50	c cleaning 11994 clauses out of 24001 with flag 0/81000
16.12/12.22	c cleaning 12994 clauses out of 26007 with flag 0/95000
18.73/14.87	c cleaning 14001 clauses out of 28013 with flag 0/110000
21.63/17.75	c cleaning 14999 clauses out of 30014 with flag 0/126002
25.24/21.28	c cleaning 15995 clauses out of 32014 with flag 0/143001
29.27/25.16	c cleaning 17004 clauses out of 34020 with flag 0/161002
33.34/29.30	c cleaning 17999 clauses out of 36014 with flag 0/180000
38.68/34.58	c cleaning 19001 clauses out of 38016 with flag 0/200001
44.69/40.50	c cleaning 20002 clauses out of 40014 with flag 0/221000
51.84/47.62	c cleaning 21000 clauses out of 42012 with flag 0/243000
61.42/57.19	c cleaning 22001 clauses out of 44012 with flag 0/266000
73.40/69.02	c cleaning 23000 clauses out of 46012 with flag 0/290001
84.37/79.95	c cleaning 24000 clauses out of 48011 with flag 0/315000
95.73/91.21	c cleaning 24999 clauses out of 50012 with flag 0/341001
110.13/105.47	c cleaning 25999 clauses out of 52012 with flag 0/368000
124.44/119.67	c cleaning 27002 clauses out of 54013 with flag 0/396000
140.04/134.97	c cleaning 28004 clauses out of 56012 with flag 0/425001
145.00/139.32	c starts		: 1093
145.00/139.32	c conflicts		: 437548
145.00/139.32	c decisions		: 631610
145.00/139.32	c propagations		: 3080909
145.00/139.32	c inspects		: 419012706
145.00/139.32	c shortcuts		: 0
145.00/139.32	c learnt literals	: 0
145.00/139.32	c learnt binary clauses	: 1
145.00/139.32	c learnt ternary clauses	: 2
145.00/139.32	c learnt constraints	: 437547
145.00/139.32	c ignored constraints	: 0
145.00/139.32	c root simplifications	: 0
145.00/139.32	c removed literals (reason simplification)	: 0
145.00/139.32	c reason swapping (by a shorter reason)	: 0
145.00/139.32	c Calls to reduceDB	: 25
145.00/139.32	c Number of update (reduction) of LBD	: 303920
145.00/139.32	c Imported unit clauses	: 0
145.00/139.32	c No decision after first conflict	: false
145.00/139.32	c number of reductions to clauses (during analyze)	: 0
145.00/139.32	c number of learned constraints concerned by reduction	: 0
145.00/139.32	c number of learning phase by resolution	: 0
145.00/139.32	c number of learning phase by cutting planes	: 0
145.00/139.32	c number of rounding to 1 operations	: 0
145.00/139.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
145.00/139.32	c number of reductions of the coefficients by power 2 	: 0
145.00/139.32	c number of right shift for reduction by power 2 	: 0
145.00/139.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
145.00/139.32	c number of ending skipping 	: 0
145.00/139.32	c number of internal skipping 	: 0
145.00/139.32	c number of derivation steps 	: 1631607
145.00/139.32	c number of skipped derivation steps 	: 0
145.00/139.32	c number of remaining unassigned 	: 7554
145.00/139.32	c number of remaining assigned 	: 15541977
145.00/139.32	c number of falsified literals weakened from reason	: 0
145.00/139.32	c number of falsified literals weakened from conflict	: 0
145.00/139.32	c time for arithmetic operations	: 783186466
145.00/139.32	c minimum degree of deleted constraints	: 1
145.00/139.32	c maximum degree of deleted constraints	: 6840
145.00/139.32	c number of deleted constraints	: 396993
145.00/139.33	c speed (assignments/second)	: 22165.769745456637
145.00/139.33	c non guided choices	: 1434
145.00/139.35	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 5468
145.00/139.35	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 63
145.00/139.35	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 35023
145.00/139.35	s UNSATISFIABLE
145.00/139.35	c Total wall clock time (in seconds): 139.118

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (56016 MiB free)
  memory of node 1: 64473 MiB (58789 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448081-1721357875/watcher-4448081-1721357875 -o /tmp/evaluation-result-4448081-1721357875/solver-4448081-1721357875 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721350778-987410 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448081-1721357875.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=992035, runsolver pid=992032

[startup+0.102504 s]*
/proc/loadavg: 4.53 4.38 4.27 5/318 992053
/proc/meminfo: memFree=117526308/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=18975048 memory=56644 CPUtime=0.11 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 6594 0 0 0 9 2 0 0 20 0 18 0 187944579 19430449152 14161 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4743762 14161 5750 1 0 550923 0
[pid=992035/tid=992037] ppid=992032 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 5508 0 0 0 6 2 0 0 20 0 18 0 187944580 19430449152 14161 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187944585 19430449152 14161 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187944585 19430449152 14161 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56644 KiB

[startup+0.214339 s]*
/proc/loadavg: 4.53 4.38 4.27 9/318 992053
/proc/meminfo: memFree=117516972/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=18975048 memory=64488 CPUtime=0.29 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 7456 0 0 0 26 3 0 0 20 0 18 0 187944579 19430449152 16122 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4743762 16122 5771 1 0 551639 0
[pid=992035/tid=992037] ppid=992032 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) S 992032 992035 987398 0 -1 1077936192 5956 0 0 0 15 2 0 0 20 0 18 0 187944580 19430449152 16122 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=18975048 memory=1774770 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187944585 19430449152 16122 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187944585 19430449152 16122 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64488 KiB

[startup+0.321339 s]*
/proc/loadavg: 4.53 4.38 4.27 8/318 992053
/proc/meminfo: memFree=117507408/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19041612 memory=73552 CPUtime=0.48 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 7707 0 0 0 45 3 0 0 20 0 19 0 187944579 19498610688 18388 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4760403 18388 5771 1 0 552064 0
[pid=992035/tid=992037] ppid=992032 vsize=19041612 memory=-9032649007844074172 CPUtime=0.27 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 6114 0 0 0 25 2 0 0 20 0 19 0 187944580 19498610688 18388 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187944585 19498610688 18388 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187944585 19498610688 18388 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (java) R 992032 992035 987398 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 187944612 19498610688 18388 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73552 KiB

[startup+0.706972 s]
/proc/loadavg: 4.53 4.38 4.27 7/319 992054
/proc/meminfo: memFree=117495424/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19041612 memory=127616 CPUtime=1.2 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 10646 0 0 0 115 5 0 0 20 0 19 0 187944579 19498610688 31904 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4760403 31904 5871 1 0 553521 0
[pid=992035/tid=992037] ppid=992032 vsize=19041612 memory=12508 CPUtime=0.58 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 6213 0 0 0 55 3 0 0 20 0 19 0 187944580 19498610688 31904 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19041612 memory=12508 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187944585 19498610688 31904 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187944585 19498610688 31904 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19041612 memory=1936 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187944612 19498610688 31904 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 127616 KiB

[startup+1.50033 s]
/proc/loadavg: 4.53 4.38 4.27 6/320 992057
/proc/meminfo: memFree=117405228/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19108176 memory=260712 CPUtime=2.75 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 26000 0 0 0 265 10 0 0 20 0 20 0 187944579 19566772224 65178 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 65178 5871 1 0 560347 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=12508 CPUtime=1.31 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 6388 0 0 0 127 4 0 0 20 0 20 0 187944580 19566772224 65178 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 65178 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 65178 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187944612 19566772224 65178 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 260712 KiB

[startup+3.10634 s]
/proc/loadavg: 4.53 4.38 4.27 6/320 992057
/proc/meminfo: memFree=116770984/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19108176 memory=894572 CPUtime=5.93 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 32203 0 0 0 571 22 0 0 20 0 20 0 187944579 19566772224 223131 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 223131 5871 1 0 560715 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=0 CPUtime=2.89 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 7679 0 0 0 274 15 0 0 20 0 20 0 187944580 19566772224 223643 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 223643 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19108176 memory=398372 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 223643 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187944612 19566772224 223643 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 5.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 894572 KiB

[startup+6.30041 s]
/proc/loadavg: 4.48 4.38 4.27 5/320 992057
/proc/meminfo: memFree=115627272/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19108176 memory=2177072 CPUtime=10.19 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 33805 0 0 0 972 47 0 0 20 0 20 0 187944579 19566772224 544268 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 544268 5871 1 0 773856 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=12508 CPUtime=6.01 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 8387 0 0 0 562 39 0 0 20 0 20 0 187944580 19566772224 544268 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 544268 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19108176 memory=6155129200131004754 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 544268 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19108176 memory=5540 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187944612 19566772224 544268 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 10.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2177072 KiB

[startup+12.7004 s]
/proc/loadavg: 4.45 4.37 4.27 5/320 992058
/proc/meminfo: memFree=115386884/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19108176 memory=2177096 CPUtime=16.62 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 34487 0 0 0 1615 47 0 0 20 0 20 0 187944579 19566772224 544274 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 544274 5871 1 0 773885 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=0 CPUtime=12.18 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 8981 0 0 0 1179 39 0 0 20 0 20 0 187944580 19566772224 544274 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19108176 memory=2177096 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 544274 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 544274 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187944612 19566772224 544274 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 16.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2177096 KiB

[startup+25.5005 s]
/proc/loadavg: 4.45 4.38 4.27 5/320 992060
/proc/meminfo: memFree=114341420/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19108176 memory=2705128 CPUtime=29.65 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 40659 0 0 0 2907 58 0 0 20 0 20 0 187944579 19566772224 676282 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 676282 5871 1 0 907575 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=2177096 CPUtime=24.52 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 11568 0 0 0 2402 50 0 0 20 0 20 0 187944580 19566772224 676282 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 676282 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19108176 memory=2702804 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 676282 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187944612 19566772224 676282 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 29.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2705128 KiB

[startup+51.114 s]
/proc/loadavg: 4.42 4.37 4.27 6/322 992303
/proc/meminfo: memFree=116140920/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19108176 memory=3705116 CPUtime=55.4 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 46222 0 0 0 5460 80 0 0 20 0 20 0 187944579 19566772224 926279 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 926279 5871 1 0 1158247 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=3702980 CPUtime=49.3 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 15400 0 0 0 4861 69 0 0 20 0 20 0 187944580 19566772224 926279 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0

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

[pid=992035] ppid=992032 vsize=19108176 memory=4214508 CPUtime=107.09 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 52832 0 0 0 10613 96 0 0 20 0 20 0 187944579 19566772224 1053627 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 1053627 5879 1 0 1277316 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=3214132 CPUtime=98.79 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 20286 0 0 0 9798 81 0 0 20 0 20 0 187944580 19566772224 1053627 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1053627 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 104 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1053627 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187944612 19566772224 1053627 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 107.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4214508 KiB

[startup+115.2 s]
/proc/loadavg: 4.32 4.36 4.27 5/322 992314
/proc/meminfo: memFree=114503968/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19108176 memory=4224912 CPUtime=120.04 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 56299 0 0 0 11906 98 0 0 20 0 20 0 187944579 19566772224 1056228 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 1056228 5879 1 0 1277316 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=26808 CPUtime=111.2 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 22694 0 0 0 11038 82 0 0 20 0 20 0 187944580 19566772224 1056228 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1056228 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19108176 memory=5540 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 104 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1056228 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19108176 memory=4220816 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187944612 19566772224 1056228 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 120.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4224912 KiB

[startup+128 s]*
/proc/loadavg: 4.25 4.34 4.27 5/322 992316
/proc/meminfo: memFree=114452208/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19108176 memory=4241380 CPUtime=132.96 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 57043 0 0 0 13197 99 0 0 20 0 20 0 187944579 19566772224 1060345 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 1060345 5879 1 0 1277316 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=-8599175344686408380 CPUtime=123.53 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 23311 0 0 0 12271 82 0 0 20 0 20 0 187944580 19566772224 1060345 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19108176 memory=11560 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1060345 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19108176 memory=11632 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 152 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1060345 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19108176 memory=11560 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187944612 19566772224 1060345 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 132.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4241380 KiB

[startup+134.4 s]
/proc/loadavg: 4.31 4.35 4.27 5/322 992317
/proc/meminfo: memFree=114304972/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19108176 memory=4249648 CPUtime=139.54 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 60208 0 0 0 13854 100 0 0 20 0 20 0 187944579 19566772224 1062412 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 1062412 5879 1 0 1277316 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=4239332 CPUtime=129.71 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 23692 0 0 0 12889 82 0 0 20 0 20 0 187944580 19566772224 1062412 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19108176 memory=-9032649007844074172 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1062412 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19108176 memory=5424 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 152 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1062412 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187944612 19566772224 1062412 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 139.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4249648 KiB

[startup+137.6 s]
/proc/loadavg: 4.37 4.36 4.28 5/322 992317
/proc/meminfo: memFree=113442012/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19108176 memory=4692836 CPUtime=142.8 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 60865 0 0 0 14171 109 0 0 20 0 20 0 187944579 19566772224 1173209 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 1173209 5879 1 0 1390107 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=4249672 CPUtime=132.85 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 24040 0 0 0 13195 90 0 0 20 0 20 0 187944580 19566772224 1173209 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19108176 memory=4247528 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1173209 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 152 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1173209 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19108176 memory=4241380 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187944612 19566772224 1173209 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 142.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4692836 KiB

[startup+138.4 s]
/proc/loadavg: 4.37 4.36 4.28 5/322 992317
/proc/meminfo: memFree=113431744/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19108176 memory=4695152 CPUtime=143.62 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 60992 0 0 0 14253 109 0 0 20 0 20 0 187944579 19566772224 1173788 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 1173788 5879 1 0 1390118 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=-9032649007844074172 CPUtime=133.54 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 24095 0 0 0 13264 90 0 0 20 0 20 0 187944580 19566772224 1173788 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19108176 memory=7124 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1173788 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19108176 memory=6828 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 152 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1173788 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19108176 memory=-9032649007844074172 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187944612 19566772224 1173788 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 143.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4695152 KiB

[startup+138.801 s]
/proc/loadavg: 4.37 4.36 4.28 5/322 992317
/proc/meminfo: memFree=113431744/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19108176 memory=4695180 CPUtime=144.22 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 61521 0 0 0 14313 109 0 0 20 0 20 0 187944579 19566772224 1173795 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 1173795 5879 1 0 1390118 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=1774686 CPUtime=133.94 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 24163 0 0 0 13304 90 0 0 20 0 20 0 187944580 19566772224 1173795 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19108176 memory=1775553 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1173795 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19108176 memory=3907208273561068609 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 152 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1173795 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19108176 memory=5540 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187944612 19566772224 1173795 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 144.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4695180 KiB

[startup+139.2 s]
/proc/loadavg: 4.37 4.36 4.28 5/322 992317
/proc/meminfo: memFree=113427472/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19108176 memory=4695196 CPUtime=144.9 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 61573 0 0 0 14380 110 0 0 20 0 20 0 187944579 19566772224 1173799 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 1173799 5879 1 0 1390118 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=45720 CPUtime=134.34 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 24176 0 0 0 13344 90 0 0 20 0 20 0 187944580 19566772224 1173799 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1173799 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19108176 memory=5540 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 152 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1173799 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187944612 19566772224 1173799 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 144.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4695196 KiB

[startup+139.3 s]
/proc/loadavg: 4.37 4.36 4.28 5/322 992317
/proc/meminfo: memFree=113427472/131655788 swapFree=131070704/131071996
[pid=992035] ppid=992032 vsize=19108176 memory=4695196 CPUtime=145 cores=1,3
/proc/992035/stat : 992035 (java) S 992032 992035 987398 0 -1 1077936128 61575 0 0 0 14390 110 0 0 20 0 20 0 187944579 19566772224 1173799 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
/proc/992035/statm: 4777044 1173799 5879 1 0 1390118 0
[pid=992035/tid=992037] ppid=992032 vsize=19108176 memory=45720 CPUtime=134.44 cores=1,3
/proc/992035/task/992037/stat : 992037 (java) R 992032 992035 987398 0 -1 4194368 24178 0 0 0 13354 90 0 0 20 0 20 0 187944580 19566772224 1173799 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992046] ppid=992032 vsize=19108176 memory=-9032649007844074172 CPUtime=0 cores=1,3
/proc/992035/task/992046/stat : 992046 (Finalizer) S 992032 992035 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1173799 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992053] ppid=992032 vsize=19108176 memory=5424 CPUtime=0 cores=1,3
/proc/992035/task/992053/stat : 992053 (Common-Cleaner) S 992032 992035 987398 0 -1 1077936192 152 0 0 0 0 0 0 0 20 0 20 0 187944585 19566772224 1173799 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
[pid=992035/tid=992054] ppid=992032 vsize=19108176 memory=4692836 CPUtime=0 cores=1,3
/proc/992035/task/992054/stat : 992054 (Timer-0) S 992032 992035 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187944612 19566772224 1173799 134679101440 93916798341120 93916798344816 140721176921712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93916798352632 93916798353424 93916809170944 140721176925172 140721176925280 140721176925280 140721176932296 0
Current children cumulated CPU time: 145 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4695196 KiB

Child status: 20

Real time (s): 139.389
CPU time (s): 145.134
CPU user time (s): 144.018
CPU system time (s): 1.11594
CPU usage (%): 104.121
Max. virtual memory (cumulated for all children) (KiB): 19112384
Max. memory (cumulated for all children) (KiB): 4695196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.018
system time used= 1.11594
maximum resident set size= 4696808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63501
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7191
involuntary context switches= 796


# summary of solver processes directly reported to runsolver:
#   pid: 992035
#   total CPU time (s): 145.134
#   total CPU user time (s): 144.018
#   total CPU system time (s): 1.11594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.752844 second user time and 1.5906 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-19 04:58:07
IDJOB=4448081
IDBENCH=160362
IDSOLVER=3052
FILE ID=nodeC011/4448081-1721357875
RUNJOBID= nodeC011-1721350778-987410
SLURM_JOB_ID= 7542750
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x40split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448081-1721357875/watcher-4448081-1721357875 -o /tmp/evaluation-result-4448081-1721357875/solver-4448081-1721357875 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721350778-987410 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448081-1721357875.opb

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

MD5SUM BENCH= 7b2bd6f9c4b35d9a7e05934ad0cefb7e
RANDOM SEED=1333367799

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3667.781
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.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        117561992 kB
MemAvailable:   118055940 kB
Buffers:          535332 kB
Cached:           798572 kB
SwapCached:          132 kB
Active:          1044076 kB
Inactive:       12535996 kB
Active(anon):       1436 kB
Inactive(anon): 12282136 kB
Active(file):    1042640 kB
Inactive(file):   253860 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              2184 kB
Writeback:             0 kB
AnonPages:      12246044 kB
Mapped:           125420 kB
Shmem:             37400 kB
KReclaimable:      75296 kB
Slab:             157912 kB
SReclaimable:      75296 kB
SUnreclaim:        82616 kB
KernelStack:        4848 kB
PageTables:        34064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   14364804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11909120 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC011 at 2024-07-19 05:00:26