Trace number 4448255

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12UNSAT 252.78 250.626

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x40split.cnf-plain.pb.metafix.opb
MD5SUMcf360b30707fd718d5f3229c2f68be40
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 benchmark14.2776
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 constraints1602
Number of constraints which are clauses1602
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 5
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4448255-1721361087.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.34/0.23	c ... done. Wall clock time 0.078s.
0.34/0.23	c declared #vars     401
0.34/0.23	c #constraints  1602
0.34/0.23	c constraints type 
0.34/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.34/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1600
0.34/0.23	c 1602 constraints processed.
1.08/0.63	c cleaning 0 clauses out of 5000 with flag 0/5000
1.45/0.90	c cleaning 0 clauses out of 11000 with flag 0/11000
2.03/1.19	c cleaning 0 clauses out of 18000 with flag 0/18000
2.80/1.55	c cleaning 0 clauses out of 26000 with flag 0/26000
3.36/1.93	c cleaning 0 clauses out of 35000 with flag 0/35000
3.83/2.39	c cleaning 0 clauses out of 45000 with flag 0/45000
4.50/2.91	c cleaning 0 clauses out of 56000 with flag 0/56000
5.09/3.58	c cleaning 0 clauses out of 68001 with flag 0/68001
6.00/4.43	c cleaning 0 clauses out of 81000 with flag 0/81000
7.02/5.47	c cleaning 0 clauses out of 95000 with flag 0/95000
8.03/6.48	c cleaning 0 clauses out of 110000 with flag 0/110000
9.44/7.83	c cleaning 0 clauses out of 126001 with flag 0/126001
10.63/9.06	c cleaning 0 clauses out of 143000 with flag 0/143000
12.22/10.65	c cleaning 0 clauses out of 161000 with flag 0/161000
14.22/12.63	c cleaning 0 clauses out of 180000 with flag 0/180000
16.20/14.60	c cleaning 0 clauses out of 200000 with flag 0/200000
18.41/16.83	c cleaning 0 clauses out of 221000 with flag 0/221000
20.89/19.31	c cleaning 0 clauses out of 243000 with flag 0/243000
24.41/22.87	c cleaning 0 clauses out of 266001 with flag 0/266001
27.82/26.21	c cleaning 0 clauses out of 290001 with flag 0/290001
31.09/29.55	c cleaning 0 clauses out of 315000 with flag 0/315000
35.02/33.48	c cleaning 0 clauses out of 341000 with flag 0/341000
38.71/37.12	c cleaning 0 clauses out of 368003 with flag 0/368003
43.87/42.21	c cleaning 0 clauses out of 396001 with flag 0/396001
49.35/47.79	c cleaning 0 clauses out of 425001 with flag 0/425001
56.21/54.57	c cleaning 0 clauses out of 455002 with flag 0/455002
64.09/62.43	c cleaning 0 clauses out of 486001 with flag 0/486001
72.65/70.95	c cleaning 0 clauses out of 518001 with flag 0/518001
79.91/78.12	c cleaning 0 clauses out of 551000 with flag 0/551000
88.09/86.31	c cleaning 0 clauses out of 585000 with flag 0/585000
98.88/97.13	c cleaning 0 clauses out of 620001 with flag 0/620001
108.47/106.79	c cleaning 0 clauses out of 656001 with flag 0/656001
120.48/118.80	c cleaning 0 clauses out of 693000 with flag 0/693000
133.13/131.43	c cleaning 0 clauses out of 731001 with flag 0/731001
145.56/143.83	c cleaning 0 clauses out of 770000 with flag 0/770000
162.87/161.12	c cleaning 0 clauses out of 810000 with flag 0/810000
176.56/174.85	c cleaning 0 clauses out of 851001 with flag 0/851001
194.83/193.11	c cleaning 0 clauses out of 893000 with flag 0/893000
211.82/210.22	c cleaning 0 clauses out of 936002 with flag 0/936002
227.47/225.81	c cleaning 0 clauses out of 980002 with flag 0/980002
240.14/238.26	c cleaning 0 clauses out of 1025001 with flag 0/1025001
252.60/250.53	c starts		: 188
252.60/250.53	c conflicts		: 1065277
252.60/250.53	c decisions		: 1350334
252.60/250.53	c propagations		: 8717455
252.60/250.53	c inspects		: 3239890520
252.60/250.53	c shortcuts		: 0
252.60/250.53	c learnt literals	: 1
252.60/250.53	c learnt binary clauses	: 3
252.60/250.53	c learnt ternary clauses	: 6
252.60/250.53	c learnt constraints	: 1065275
252.60/250.53	c ignored constraints	: 0
252.60/250.53	c root simplifications	: 0
252.60/250.53	c removed literals (reason simplification)	: 0
252.60/250.53	c reason swapping (by a shorter reason)	: 0
252.60/250.53	c Calls to reduceDB	: 41
252.60/250.53	c Number of update (reduction) of LBD	: 0
252.60/250.53	c Imported unit clauses	: 0
252.60/250.53	c No decision after first conflict	: false
252.60/250.53	c number of reductions to clauses (during analyze)	: 0
252.60/250.53	c number of learned constraints concerned by reduction	: 0
252.60/250.53	c number of learning phase by resolution	: 0
252.60/250.53	c number of learning phase by cutting planes	: 0
252.60/250.53	c number of rounding to 1 operations	: 0
252.60/250.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.60/250.53	c number of reductions of the coefficients by power 2 	: 0
252.60/250.53	c number of right shift for reduction by power 2 	: 0
252.60/250.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.60/250.53	c number of ending skipping 	: 0
252.60/250.53	c number of internal skipping 	: 0
252.60/250.53	c number of derivation steps 	: 5933401
252.60/250.53	c number of skipped derivation steps 	: 0
252.60/250.53	c number of remaining unassigned 	: 0
252.60/250.53	c number of remaining assigned 	: 0
252.60/250.53	c number of falsified literals weakened from reason	: 0
252.60/250.53	c number of falsified literals weakened from conflict	: 0
252.60/250.53	c time for arithmetic operations	: 0
252.60/250.53	c minimum degree of deleted constraints	: null
252.60/250.53	c maximum degree of deleted constraints	: null
252.60/250.53	c number of deleted constraints	: 0
252.60/250.53	c speed (assignments/second)	: 34828.02636835797
252.60/250.53	c non guided choices	: 5738
252.74/250.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1065272
252.74/250.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3
252.74/250.61	s UNSATISFIABLE
252.74/250.61	c Total wall clock time (in seconds): 250.462

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: 63931 MiB (57743 MiB free)
  memory of node 1: 64510 MiB (54894 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448255-1721361087/watcher-4448255-1721361087 -o /tmp/evaluation-result-4448255-1721361087/solver-4448255-1721361087 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008008 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448255-1721361087.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=1013391, runsolver pid=1013388

[startup+0.100726 s]*
/proc/loadavg: 4.29 4.28 4.35 8/332 1013409
/proc/meminfo: memFree=115297172/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=18975048 memory=65032 CPUtime=0.13 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 7189 0 0 0 12 1 0 0 20 0 18 0 188278462 19430449152 16258 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4743762 16258 5655 1 0 549323 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 1077936192 5749 0 0 0 7 1 0 0 20 0 18 0 188278462 19430449152 16258 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188278464 19430449152 16258 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=18975048 memory=15817789847927870 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188278465 19430449152 16258 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65032 KiB

[startup+0.209302 s]*
/proc/loadavg: 4.29 4.28 4.35 7/332 1013409
/proc/meminfo: memFree=115287152/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=18975048 memory=75964 CPUtime=0.34 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 7664 0 0 0 32 2 0 0 20 0 18 0 188278462 19430449152 18991 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4743762 18991 5851 1 0 549759 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 6028 0 0 0 17 1 0 0 20 0 18 0 188278462 19430449152 18991 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=18975048 memory=17963 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188278464 19430449152 18991 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188278465 19430449152 18991 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75964 KiB

[startup+0.305864 s]*
/proc/loadavg: 4.29 4.28 4.35 7/333 1013410
/proc/meminfo: memFree=115273684/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19041612 memory=89180 CPUtime=0.52 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 8245 0 0 0 49 3 0 0 20 0 19 0 188278462 19498610688 22295 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4760403 22295 5851 1 0 550275 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19041612 memory=-7596830928979977060 CPUtime=0.26 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 1077936192 6099 0 0 0 24 2 0 0 20 0 19 0 188278462 19498610688 22295 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188278464 19498610688 22295 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188278465 19498610688 22295 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188278485 19498610688 22295 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 89180 KiB

[startup+0.700317 s]
/proc/loadavg: 4.29 4.28 4.35 6/333 1013410
/proc/meminfo: memFree=115214728/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19108176 memory=177068 CPUtime=1.25 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 14300 0 0 0 121 4 0 0 20 0 20 0 188278462 19566772224 44267 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4777044 44267 5883 1 0 554483 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19108176 memory=12312 CPUtime=0.61 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 6190 0 0 0 58 3 0 0 20 0 20 0 188278462 19566772224 44267 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188278464 19566772224 44267 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19108176 memory=117636 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188278465 19566772224 44267 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19108176 memory=5568 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188278485 19566772224 44267 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177068 KiB

[startup+1.50024 s]
/proc/loadavg: 4.29 4.28 4.35 6/334 1013411
/proc/meminfo: memFree=115185120/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19108176 memory=248404 CPUtime=2.8 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 21256 0 0 0 274 6 0 0 20 0 20 0 188278462 19566772224 62101 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4777044 62101 5883 1 0 555252 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19108176 memory=12312 CPUtime=1.35 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 6615 0 0 0 131 4 0 0 20 0 20 0 188278462 19566772224 62101 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188278464 19566772224 62101 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188278465 19566772224 62101 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19108176 memory=65 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188278485 19566772224 62101 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 248404 KiB

[startup+3.10632 s]
/proc/loadavg: 4.34 4.29 4.35 5/334 1013411
/proc/meminfo: memFree=114877816/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19108176 memory=527116 CPUtime=4.7 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 22395 0 0 0 458 12 0 0 20 0 20 0 188278462 19566772224 131779 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4777044 131779 5883 1 0 555271 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19108176 memory=0 CPUtime=2.93 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 7310 0 0 0 284 9 0 0 20 0 20 0 188278462 19566772224 131779 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188278464 19566772224 131779 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19108176 memory=311896 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188278465 19566772224 131779 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188278485 19566772224 131779 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 4.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 527116 KiB

[startup+6.3003 s]
/proc/loadavg: 4.34 4.29 4.35 5/334 1013412
/proc/meminfo: memFree=114599492/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19108176 memory=759360 CPUtime=7.93 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 23163 0 0 0 776 17 0 0 20 0 20 0 188278462 19566772224 189840 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4777044 189840 5883 1 0 555271 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19108176 memory=12312 CPUtime=6.03 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 7551 0 0 0 590 13 0 0 20 0 20 0 188278462 19566772224 189840 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188278464 19566772224 189840 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19108176 memory=7665514015865008486 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188278465 19566772224 189840 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19108176 memory=5492 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188278485 19566772224 189840 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 7.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 759360 KiB

[startup+12.7003 s]
/proc/loadavg: 4.45 4.31 4.36 5/334 1013412
/proc/meminfo: memFree=114556256/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19108176 memory=950704 CPUtime=14.31 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 26144 0 0 0 1410 21 0 0 20 0 20 0 188278462 19566772224 237676 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4777044 237676 5896 1 0 661784 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19108176 memory=0 CPUtime=12.23 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 8747 0 0 0 1207 16 0 0 20 0 20 0 188278462 19566772224 237676 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19108176 memory=759440 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188278464 19566772224 237676 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188278465 19566772224 237676 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19108176 memory=15976 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188278485 19566772224 237676 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 14.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 950704 KiB

[startup+25.5003 s]
/proc/loadavg: 4.54 4.34 4.37 5/334 1013414
/proc/meminfo: memFree=114058644/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19108176 memory=1239700 CPUtime=27.08 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 29438 0 0 0 2680 28 0 0 20 0 20 0 188278462 19566772224 309925 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4777044 309925 5896 1 0 661797 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19108176 memory=759440 CPUtime=24.83 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 10374 0 0 0 2460 23 0 0 20 0 20 0 188278462 19566772224 309925 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19108176 memory=15976 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188278464 19566772224 309925 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19108176 memory=1239472 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188278465 19566772224 309925 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19108176 memory=12340 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188278485 19566772224 309925 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 27.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1239700 KiB

[startup+51.1058 s]
/proc/loadavg: 4.51 4.34 4.37 5/334 1013419
/proc/meminfo: memFree=113498676/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19108176 memory=1680108 CPUtime=52.82 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 34569 0 0 0 5243 39 0 0 20 0 20 0 188278462 19566772224 420027 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4777044 420027 5896 1 0 661799 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19108176 memory=1663700 CPUtime=50.03 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 12961 0 0 0 4975 28 0 0 20 0 20 0 188278462 19566772224 420027 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0

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

/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 135 0 0 0 0 0 0 0 20 0 20 0 188278465 19566772224 471937 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19108176 memory=1887744 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188278485 19566772224 471937 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 164.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1887748 KiB

[startup+222.3 s]
/proc/loadavg: 4.68 4.40 4.38 7/335 1013450
/proc/meminfo: memFree=112835792/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19108176 memory=1888032 CPUtime=223.98 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 50517 0 0 0 22348 50 0 0 20 0 20 0 188278462 19566772224 472008 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4777044 472008 5912 1 0 661853 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19108176 memory=1887756 CPUtime=219.59 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 20391 0 0 0 21930 29 0 0 20 0 20 0 188278462 19566772224 472008 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19108176 memory=1680108 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188278464 19566772224 472008 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19108176 memory=12340 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 191 0 0 0 0 0 0 0 20 0 20 0 188278465 19566772224 472008 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19108176 memory=12340 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188278485 19566772224 472008 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 223.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1888032 KiB

[startup+250.626 s]
# the end of solver process 1013391 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=252.253 s, system=0.527829 s

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

[startup+230.407 s]
/proc/loadavg: 4.71 4.41 4.39 5/335 1013452
/proc/meminfo: memFree=112835680/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19108176 memory=1888084 CPUtime=232.21 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 54133 0 0 0 23170 51 0 0 20 0 20 0 188278462 19566772224 472021 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4777044 472021 5912 1 0 661856 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19108176 memory=164 CPUtime=227.68 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 21368 0 0 0 22739 29 0 0 20 0 20 0 188278462 19566772224 472021 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19108176 memory=1888028 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188278464 19566772224 472021 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 191 0 0 0 0 0 0 0 20 0 20 0 188278465 19566772224 472021 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19108176 memory=1888032 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188278485 19566772224 472021 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 232.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1888084 KiB

[startup+243.2 s]
/proc/loadavg: 4.77 4.44 4.40 5/335 1013454
/proc/meminfo: memFree=112766892/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19108176 memory=1888168 CPUtime=245.21 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 55302 0 0 0 24470 51 0 0 20 0 20 0 188278462 19566772224 472042 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4777044 472042 5912 1 0 661870 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19108176 memory=12340 CPUtime=240.35 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 21591 0 0 0 24006 29 0 0 20 0 20 0 188278462 19566772224 472042 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19108176 memory=47848 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188278464 19566772224 472042 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 219 0 0 0 0 0 0 0 20 0 20 0 188278465 19566772224 472042 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19108176 memory=5492 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188278485 19566772224 472042 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 245.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1888168 KiB

[startup+246.4 s]
/proc/loadavg: 4.77 4.44 4.40 5/337 1013840
/proc/meminfo: memFree=112765332/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19108176 memory=1888168 CPUtime=248.4 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 55303 0 0 0 24789 51 0 0 20 0 20 0 188278462 19566772224 472042 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4777044 472042 5912 1 0 661870 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19108176 memory=12340 CPUtime=243.54 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 21592 0 0 0 24325 29 0 0 20 0 20 0 188278462 19566772224 472042 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19108176 memory=47848 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188278464 19566772224 472042 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 219 0 0 0 0 0 0 0 20 0 20 0 188278465 19566772224 472042 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19108176 memory=1888168 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188278485 19566772224 472042 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 248.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1888168 KiB

[startup+248 s]*
/proc/loadavg: 4.71 4.43 4.39 5/337 1013840
/proc/meminfo: memFree=112765420/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19108176 memory=1888248 CPUtime=250.02 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 55463 0 0 0 24951 51 0 0 20 0 20 0 188278462 19566772224 472062 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4777044 472062 5912 1 0 661870 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19108176 memory=-7596830928979977060 CPUtime=245.14 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 21628 0 0 0 24485 29 0 0 20 0 20 0 188278462 19566772224 472062 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19108176 memory=1401349154012880954 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188278464 19566772224 472062 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19108176 memory=5492 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 219 0 0 0 0 0 0 0 20 0 20 0 188278465 19566772224 472062 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19108176 memory=15976 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188278485 19566772224 472062 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 250.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1888248 KiB

[startup+249.6 s]
/proc/loadavg: 4.71 4.43 4.39 5/337 1013840
/proc/meminfo: memFree=112765364/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19108176 memory=1888248 CPUtime=251.7 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 55481 0 0 0 25119 51 0 0 20 0 20 0 188278462 19566772224 472062 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4777044 472062 5912 1 0 661870 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19108176 memory=12340 CPUtime=246.73 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 21630 0 0 0 24644 29 0 0 20 0 20 0 188278462 19566772224 472062 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19108176 memory=164 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188278464 19566772224 472062 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19108176 memory=1888248 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 219 0 0 0 0 0 0 0 20 0 20 0 188278465 19566772224 472062 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19108176 memory=5568 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188278485 19566772224 472062 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 251.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1888248 KiB

[startup+250.4 s]
/proc/loadavg: 4.71 4.43 4.39 5/337 1013840
/proc/meminfo: memFree=112765364/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19108176 memory=1888252 CPUtime=252.5 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 55576 0 0 0 25199 51 0 0 20 0 20 0 188278462 19566772224 472063 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4777044 472063 5912 1 0 661870 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19108176 memory=1888248 CPUtime=247.53 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) R 1013388 1013391 1007998 0 -1 4194368 21725 0 0 0 24724 29 0 0 20 0 20 0 188278462 19566772224 472063 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19108176 memory=1888168 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188278464 19566772224 472063 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19108176 memory=5492 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 219 0 0 0 0 0 0 0 20 0 20 0 188278465 19566772224 472063 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013410] ppid=1013388 vsize=19108176 memory=1888248 CPUtime=0 cores=0,2
/proc/1013391/task/1013410/stat : 1013410 (Timer-0) S 1013388 1013391 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188278485 19566772224 472063 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 252.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1888252 KiB

[startup+250.6 s]
/proc/loadavg: 4.71 4.43 4.39 5/337 1013840
/proc/meminfo: memFree=112765364/131524600 swapFree=131071996/131071996
[pid=1013391] ppid=1013388 vsize=19241304 memory=1888672 CPUtime=252.74 cores=0,2
/proc/1013391/stat : 1013391 (java) S 1013388 1013391 1007998 0 -1 1077936128 56879 0 0 0 25223 51 0 0 20 0 20 0 188278462 19703095296 472168 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
/proc/1013391/statm: 4810326 472168 5911 1 0 662472 0
[pid=1013391/tid=1013393] ppid=1013388 vsize=19241304 memory=1816 CPUtime=247.66 cores=0,2
/proc/1013391/task/1013393/stat : 1013393 (java) S 1013388 1013391 1007998 0 -1 1077936192 22576 0 0 0 24736 30 0 0 20 0 20 0 188278462 19703095296 472168 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013402] ppid=1013388 vsize=19241304 memory=1888168 CPUtime=0 cores=0,2
/proc/1013391/task/1013402/stat : 1013402 (Finalizer) S 1013388 1013391 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188278464 19703095296 472168 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
[pid=1013391/tid=1013409] ppid=1013388 vsize=19241304 memory=1888084 CPUtime=0 cores=0,2
/proc/1013391/task/1013409/stat : 1013409 (Common-Cleaner) S 1013388 1013391 1007998 0 -1 1077936192 219 0 0 0 0 0 0 0 20 0 20 0 188278465 19703095296 472168 134679101440 94784808431616 94784808435312 140729343648560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94784808443128 94784808443920 94784817496064 140729343652846 140729343652959 140729343652959 140729343659976 0
Current children cumulated CPU time: 252.74 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1888672 KiB

Child status: 20

Real time (s): 250.626
CPU time (s): 252.78
CPU user time (s): 252.253
CPU system time (s): 0.527829
CPU usage (%): 100.859
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1888672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.253
system time used= 0.527829
maximum resident set size= 1889660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57102
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9096
involuntary context switches= 2400


# summary of solver processes directly reported to runsolver:
#   pid: 1013391
#   total CPU time (s): 252.78
#   total CPU user time (s): 252.253
#   total CPU system time (s): 0.527829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.525529 second user time and 1.30887 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-19 05:51:40
IDJOB=4448255
IDBENCH=160380
IDSOLVER=3046
FILE ID=nodeC033/4448255-1721361087
RUNJOBID= nodeC033-1721353366-1008008
SLURM_JOB_ID= 7542766
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x40split.cnf-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448255-1721361087/watcher-4448255-1721361087 -o /tmp/evaluation-result-4448255-1721361087/solver-4448255-1721361087 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008008 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448255-1721361087.opb

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

MD5SUM BENCH= cf360b30707fd718d5f3229c2f68be40
RANDOM SEED=1808358189

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115341200 kB
MemAvailable:   121208508 kB
Buffers:          556256 kB
Cached:          6081916 kB
SwapCached:            0 kB
Active:          1002084 kB
Inactive:       14389824 kB
Active(anon):       1556 kB
Inactive(anon):  8798080 kB
Active(file):    1000528 kB
Inactive(file):  5591744 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1204 kB
Writeback:            36 kB
AnonPages:       8751032 kB
Mapped:           127316 kB
Shmem:             45908 kB
KReclaimable:     229368 kB
Slab:             357572 kB
SReclaimable:     229368 kB
SUnreclaim:       128204 kB
KernelStack:        5044 kB
PageTables:        27272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9921792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69440 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8423424 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:      273108 kB
DirectMap2M:    28860416 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC033 at 2024-07-19 05:55:50