Trace number 4451365

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 1287.99 1266.52

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v050-n1.opb
MD5SUMb8914e79ffb37c6d66755cd34e512329
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.004807
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)50
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.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.09	c Number of processors 	2
0.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: ASSIGNED
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Armin Biere (Picosat) restarts strategy
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4451365-1721424850.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.013s.
0.13/0.17	c declared #vars     99
0.13/0.17	c #constraints  100
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 98
0.13/0.17	c 100 constraints processed.
2.21/1.24	c cleaning 1774 clauses out of 5000 with flag 0/5000
4.96/2.70	c cleaning 2105 clauses out of 9226 with flag 0/11000
6.10/3.88	c cleaning 1629 clauses out of 14121 with flag 0/18000
7.66/5.38	c cleaning 2045 clauses out of 20492 with flag 0/26000
10.44/7.90	c cleaning 3133 clauses out of 27447 with flag 0/35000
13.55/11.04	c cleaning 2902 clauses out of 34314 with flag 0/45000
18.50/15.94	c cleaning 3197 clauses out of 42413 with flag 0/56001
24.43/21.80	c cleaning 3643 clauses out of 51215 with flag 0/68000
31.76/29.06	c cleaning 3866 clauses out of 60572 with flag 0/81000
39.12/36.30	c cleaning 3285 clauses out of 70707 with flag 0/95001
48.58/45.75	c cleaning 3908 clauses out of 82424 with flag 0/110003
65.36/62.40	c cleaning 4934 clauses out of 94513 with flag 0/126000
83.51/80.40	c cleaning 4812 clauses out of 106579 with flag 0/143000
98.19/95.01	c cleaning 6181 clauses out of 119768 with flag 0/161001
120.75/117.42	c cleaning 6282 clauses out of 132587 with flag 0/180001
155.86/152.34	c cleaning 10557 clauses out of 146305 with flag 0/200001
186.33/182.64	c cleaning 7165 clauses out of 156747 with flag 0/221000
221.62/217.76	c cleaning 7764 clauses out of 171582 with flag 0/243000
274.93/270.78	c cleaning 8691 clauses out of 186818 with flag 0/266000
328.21/323.62	c cleaning 8685 clauses out of 202128 with flag 0/290001
371.84/366.92	c cleaning 8505 clauses out of 218443 with flag 0/315001
405.78/400.75	c cleaning 7412 clauses out of 235937 with flag 0/341000
467.48/461.97	c cleaning 8361 clauses out of 255525 with flag 0/368000
540.26/533.97	c cleaning 8841 clauses out of 275164 with flag 0/396000
624.98/617.52	c cleaning 8035 clauses out of 295323 with flag 0/425000
723.76/715.18	c cleaning 8222 clauses out of 317288 with flag 0/455000
819.26/809.19	c cleaning 10596 clauses out of 340066 with flag 0/486000
927.89/915.94	c cleaning 8109 clauses out of 361470 with flag 0/518000
1018.25/1004.16	c cleaning 9231 clauses out of 386362 with flag 0/551001
1132.58/1115.29	c cleaning 8868 clauses out of 411129 with flag 0/585000
1264.88/1244.11	c cleaning 12199 clauses out of 437261 with flag 0/620000
1287.80/1266.40	c starts		: 153
1287.80/1266.42	c conflicts		: 626993
1287.80/1266.42	c decisions		: 1208897
1287.80/1266.42	c propagations		: 9965073
1287.80/1266.42	c inspects		: 2864383210
1287.80/1266.42	c shortcuts		: 0
1287.80/1266.42	c learnt literals	: 1
1287.80/1266.42	c learnt binary clauses	: 1
1287.80/1266.42	c learnt ternary clauses	: 5
1287.80/1266.42	c learnt constraints	: 626991
1287.80/1266.42	c ignored constraints	: 0
1287.80/1266.42	c root simplifications	: 0
1287.80/1266.42	c removed literals (reason simplification)	: 0
1287.80/1266.42	c reason swapping (by a shorter reason)	: 0
1287.80/1266.42	c Calls to reduceDB	: 31
1287.80/1266.42	c Number of update (reduction) of LBD	: 44990
1287.80/1266.42	c Imported unit clauses	: 0
1287.80/1266.42	c No decision after first conflict	: false
1287.80/1266.42	c number of reductions to clauses (during analyze)	: 0
1287.80/1266.42	c number of learned constraints concerned by reduction	: 0
1287.80/1266.42	c number of learning phase by resolution	: 0
1287.80/1266.42	c number of learning phase by cutting planes	: 0
1287.80/1266.42	c number of rounding to 1 operations	: 1463126
1287.80/1266.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1287.80/1266.42	c number of reductions of the coefficients by power 2 	: 0
1287.80/1266.42	c number of right shift for reduction by power 2 	: 0
1287.80/1266.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
1287.80/1266.42	c number of ending skipping 	: 0
1287.80/1266.42	c number of internal skipping 	: 0
1287.80/1266.42	c number of derivation steps 	: 2468855
1287.80/1266.42	c number of skipped derivation steps 	: 0
1287.80/1266.42	c number of remaining unassigned 	: 38433
1287.80/1266.42	c number of remaining assigned 	: 11598550
1287.80/1266.42	c number of falsified literals weakened from reason	: 0
1287.80/1266.42	c number of falsified literals weakened from conflict	: 0
1287.80/1266.42	c time for arithmetic operations	: 761152457
1287.80/1266.42	c minimum degree of deleted constraints	: 4
1287.80/1266.42	c maximum degree of deleted constraints	: 8395
1287.80/1266.42	c number of deleted constraints	: 194937
1287.80/1266.43	c speed (assignments/second)	: 7869.770273888112
1287.80/1266.43	c non guided choices	: 25
1287.96/1266.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 282183
1287.96/1266.50	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 6342
1287.96/1266.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
1287.96/1266.50	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 143528
1287.96/1266.50	s UNSATISFIABLE
1287.96/1266.50	c Total wall clock time (in seconds): 1266.346

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451365-1721424850/watcher-4451365-1721424850 -o /tmp/evaluation-result-4451365-1721424850/solver-4451365-1721424850 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721421149-999909 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451365-1721424850.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 4.18.0-301.1.el8.x
Current StackSize limit: 8192 KiB

solver pid=1002570, runsolver pid=1002567

[startup+0.10095 s]*
/proc/loadavg: 4.30 4.35 4.30 7/332 1002588
/proc/meminfo: memFree=117510084/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=18975048 memory=63360 CPUtime=0.13 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 7225 0 0 0 11 2 0 0 20 0 18 0 194645584 19430449152 15840 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4743762 15840 5724 1 0 549322 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 1077936192 5755 0 0 0 6 2 0 0 20 0 18 0 194645585 19430449152 15840 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194645587 19430449152 15840 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194645588 19430449152 15840 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63360 KiB

[startup+0.206687 s]*
/proc/loadavg: 4.30 4.35 4.30 7/333 1002589
/proc/meminfo: memFree=117503412/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19041612 memory=70336 CPUtime=0.32 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 7845 0 0 0 29 3 0 0 20 0 19 0 194645584 19498610688 17584 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4760403 17584 5821 1 0 550009 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19041612 memory=6007641856751698051 CPUtime=0.18 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 4194368 6111 0 0 0 16 2 0 0 20 0 19 0 194645585 19498610688 17584 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19041612 memory=14994 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194645587 19498610688 17584 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19041612 memory=15537410087847364 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194645588 19498610688 17584 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194645602 19498610688 17584 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 70336 KiB

[startup+0.305962 s]*
/proc/loadavg: 4.30 4.35 4.30 6/333 1002589
/proc/meminfo: memFree=117472140/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19041612 memory=101684 CPUtime=0.5 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 9789 0 0 0 46 4 0 0 20 0 19 0 194645584 19498610688 25421 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4760403 25421 5821 1 0 551227 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19041612 memory=-7669169997994681698 CPUtime=0.26 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 1077936192 6142 0 0 0 23 3 0 0 20 0 19 0 194645585 19498610688 25421 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194645587 19498610688 25421 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194645588 19498610688 25421 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194645602 19498610688 25421 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 101684 KiB

[startup+0.70035 s]
/proc/loadavg: 4.30 4.35 4.30 6/334 1002590
/proc/meminfo: memFree=117403468/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19108176 memory=184756 CPUtime=1.23 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 12138 0 0 0 117 6 0 0 20 0 20 0 194645584 19566772224 46189 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4777044 46189 5821 1 0 553008 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19108176 memory=46372 CPUtime=0.59 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) S 1002567 1002570 999896 0 -1 1077936192 6182 0 0 0 55 4 0 0 20 0 20 0 194645585 19566772224 46189 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645587 19566772224 46189 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194645588 19566772224 46189 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19108176 memory=26268 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645602 19566772224 46189 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184756 KiB

[startup+1.50069 s]
/proc/loadavg: 4.30 4.35 4.30 6/334 1002590
/proc/meminfo: memFree=117217880/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19108176 memory=483776 CPUtime=2.81 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 16817 0 0 0 268 13 0 0 20 0 20 0 194645584 19566772224 120944 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4777044 120944 5853 1 0 556407 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19108176 memory=13012 CPUtime=1.38 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 4194368 6417 0 0 0 129 9 0 0 20 0 20 0 194645585 19566772224 120944 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645587 19566772224 120944 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194645588 19566772224 120944 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19108176 memory=26268 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645602 19566772224 120944 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 483776 KiB

[startup+3.1067 s]
/proc/loadavg: 4.30 4.35 4.30 5/334 1002590
/proc/meminfo: memFree=116306576/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19108176 memory=1233520 CPUtime=5.4 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 22626 0 0 0 513 27 0 0 20 0 20 0 194645584 19566772224 308380 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4777044 308380 5853 1 0 556865 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19108176 memory=0 CPUtime=2.95 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 4194368 7179 0 0 0 271 24 0 0 20 0 20 0 194645585 19566772224 308380 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19108176 memory=-7669169997994681698 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645587 19566772224 308380 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 194645588 19566772224 308380 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645602 19566772224 308380 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 5.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1233520 KiB

[startup+6.30024 s]
/proc/loadavg: 4.27 4.35 4.30 5/334 1002590
/proc/meminfo: memFree=116191396/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19108176 memory=1320064 CPUtime=8.74 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 25693 0 0 0 845 29 0 0 20 0 20 0 194645584 19566772224 330016 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4777044 330016 5853 1 0 556949 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19108176 memory=2312 CPUtime=6.07 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 4194368 8085 0 0 0 582 25 0 0 20 0 20 0 194645585 19566772224 330016 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645587 19566772224 330016 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 194645588 19566772224 330016 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19108176 memory=-4334520239063117600 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645602 19566772224 330016 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 8.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1320064 KiB

[startup+12.7003 s]
/proc/loadavg: 4.25 4.34 4.30 5/334 1002591
/proc/meminfo: memFree=115709876/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19108176 memory=1749032 CPUtime=15.28 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 27131 0 0 0 1491 37 0 0 20 0 20 0 194645584 19566772224 437258 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4777044 437258 5853 1 0 663475 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19108176 memory=13012 CPUtime=12.33 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 4194368 9019 0 0 0 1201 32 0 0 20 0 20 0 194645585 19566772224 437258 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19108176 memory=1328392 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645587 19566772224 437258 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19108176 memory=46372 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 194645588 19566772224 437258 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645602 19566772224 437258 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 15.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1749032 KiB

[startup+25.5002 s]
/proc/loadavg: 4.40 4.37 4.31 5/334 1002593
/proc/meminfo: memFree=115616892/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19108176 memory=1761744 CPUtime=28.18 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 32415 0 0 0 2780 38 0 0 20 0 20 0 194645584 19566772224 440436 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4777044 440436 5860 1 0 663475 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19108176 memory=6944656592455359545 CPUtime=24.83 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 4194368 10449 0 0 0 2451 32 0 0 20 0 20 0 194645585 19566772224 440436 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645587 19566772224 440436 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19108176 memory=3477 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 194645588 19566772224 440436 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645602 19566772224 440436 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 28.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1761744 KiB

[startup+51.106 s]
/proc/loadavg: 4.26 4.34 4.30 5/334 1002597
/proc/meminfo: memFree=114962064/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19108176 memory=2289440 CPUtime=54 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 39930 0 0 0 5350 50 0 0 20 0 20 0 194645584 19566772224 572360 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4777044 572360 5860 1 0 790899 0

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

/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 1488 0 0 0 0 0 0 0 20 0 20 0 194645588 19566772224 681674 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19108176 memory=2716448 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645602 19566772224 681674 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 1201.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2726696 KiB

[startup+1242.3 s]
/proc/loadavg: 4.41 4.35 4.30 5/332 1002821
/proc/meminfo: memFree=111694524/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19108176 memory=2747220 CPUtime=1263.09 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 147695 0 0 0 126174 135 0 0 20 0 20 0 194645584 19566772224 686805 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4777044 686805 5890 1 0 791430 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19108176 memory=2736964 CPUtime=1214.25 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 4194368 67969 0 0 0 121373 52 0 0 20 0 20 0 194645585 19566772224 686805 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 23 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19108176 memory=46372 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645587 19566772224 686805 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19108176 memory=2747220 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 1572 0 0 0 0 0 0 0 20 0 20 0 194645588 19566772224 686805 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19108176 memory=2747220 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645602 19566772224 686805 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 1263.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2747220 KiB

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

# cumulated CPU time of all completed processes:  user=1286.6 s, system=1.38971 s

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

[startup+1254.4 s]
/proc/loadavg: 4.32 4.33 4.29 5/332 1002823
/proc/meminfo: memFree=111692308/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19108176 memory=2749268 CPUtime=1275.43 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 148186 0 0 0 127407 136 0 0 20 0 20 0 194645584 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4777044 687317 5890 1 0 791430 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19108176 memory=2743108 CPUtime=1226.05 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 4194368 68438 0 0 0 122553 52 0 0 20 0 20 0 194645585 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19108176 memory=658 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645587 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19108176 memory=2747220 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 1572 0 0 0 0 0 0 0 20 0 20 0 194645588 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19108176 memory=280426871457456 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645602 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 1275.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2749268 KiB

[startup+1260.8 s]
/proc/loadavg: 4.38 4.34 4.29 5/332 1003207
/proc/meminfo: memFree=111690760/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19108176 memory=2749268 CPUtime=1282.06 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 148332 0 0 0 128069 137 0 0 20 0 20 0 194645584 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4777044 687317 5890 1 0 791430 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19108176 memory=46372 CPUtime=1232.24 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 4194368 68567 0 0 0 123172 52 0 0 20 0 20 0 194645585 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19108176 memory=5560 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645587 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 1572 0 0 0 0 0 0 0 20 0 20 0 194645588 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645602 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 1282.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2749268 KiB

[startup+1264 s]*
/proc/loadavg: 4.35 4.33 4.29 5/332 1003208
/proc/meminfo: memFree=111690880/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19108176 memory=2749268 CPUtime=1285.35 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 148508 0 0 0 128398 137 0 0 20 0 20 0 194645584 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4777044 687317 5890 1 0 791430 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19108176 memory=5560 CPUtime=1235.4 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 4194368 68685 0 0 0 123488 52 0 0 20 0 20 0 194645585 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645587 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 1622 0 0 0 0 0 0 0 20 0 20 0 194645588 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19108176 memory=4872558142750484543 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645602 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 1285.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2749268 KiB

[startup+1265.6 s]
/proc/loadavg: 4.35 4.33 4.29 5/332 1003208
/proc/meminfo: memFree=111690880/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19108176 memory=2749268 CPUtime=1287.01 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 148515 0 0 0 128564 137 0 0 20 0 20 0 194645584 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4777044 687317 5890 1 0 791430 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19108176 memory=13012 CPUtime=1236.93 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 4194368 68688 0 0 0 123641 52 0 0 20 0 20 0 194645585 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645587 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19108176 memory=2749268 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 1622 0 0 0 0 0 0 0 20 0 20 0 194645588 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645602 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 1287.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2749268 KiB

[startup+1266 s]*
/proc/loadavg: 4.35 4.33 4.29 5/332 1003208
/proc/meminfo: memFree=111690880/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19108176 memory=2749268 CPUtime=1287.41 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 148515 0 0 0 128604 137 0 0 20 0 20 0 194645584 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4777044 687317 5890 1 0 791430 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19108176 memory=-7669169997994681698 CPUtime=1237.33 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 4194368 68688 0 0 0 123681 52 0 0 20 0 20 0 194645585 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19108176 memory=4872558142750484543 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645587 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19108176 memory=4872558142750484543 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 1622 0 0 0 0 0 0 0 20 0 20 0 194645588 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19108176 memory=40476 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645602 19566772224 687317 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 1287.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2749268 KiB

[startup+1266.4 s]
/proc/loadavg: 4.35 4.33 4.29 5/332 1003208
/proc/meminfo: memFree=111690880/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19108176 memory=2749284 CPUtime=1287.8 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 148926 0 0 0 128643 137 0 0 20 0 20 0 194645584 19566772224 687321 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4777044 687321 5890 1 0 791446 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19108176 memory=2749268 CPUtime=1237.72 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) R 1002567 1002570 999896 0 -1 4194368 69135 0 0 0 123720 52 0 0 20 0 20 0 194645585 19566772224 687321 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19108176 memory=2749268 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645587 19566772224 687321 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19108176 memory=-7669169997994681698 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 1622 0 0 0 0 0 0 0 20 0 20 0 194645588 19566772224 687321 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002589] ppid=1002567 vsize=19108176 memory=7812 CPUtime=0 cores=5,7
/proc/1002570/task/1002589/stat : 1002589 (Timer-0) S 1002567 1002570 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645602 19566772224 687321 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 1287.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2749284 KiB

[startup+1266.5 s]
/proc/loadavg: 4.35 4.33 4.29 5/332 1003208
/proc/meminfo: memFree=111690880/131524600 swapFree=131071996/131071996
[pid=1002570] ppid=1002567 vsize=19241304 memory=2750008 CPUtime=1287.96 cores=5,7
/proc/1002570/stat : 1002570 (java) S 1002567 1002570 999896 0 -1 1077936128 151850 0 0 0 128659 137 0 0 20 0 20 0 194645584 19703095296 687502 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
/proc/1002570/statm: 4810326 687502 5889 1 0 792073 0
[pid=1002570/tid=1002572] ppid=1002567 vsize=19241304 memory=2747220 CPUtime=1237.73 cores=5,7
/proc/1002570/task/1002572/stat : 1002572 (java) S 1002567 1002570 999896 0 -1 1077936192 70090 0 0 0 123721 52 0 0 20 0 20 0 194645585 19703095296 687502 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 23 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002581] ppid=1002567 vsize=19241304 memory=2749268 CPUtime=0 cores=5,7
/proc/1002570/task/1002581/stat : 1002581 (Finalizer) S 1002567 1002570 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645587 19703095296 687502 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
[pid=1002570/tid=1002588] ppid=1002567 vsize=19241304 memory=2312 CPUtime=0 cores=5,7
/proc/1002570/task/1002588/stat : 1002588 (Common-Cleaner) S 1002567 1002570 999896 0 -1 1077936192 1622 0 0 0 0 0 0 0 20 0 20 0 194645588 19703095296 687502 134679101440 94240595124224 94240595127920 140720672120768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94240595135736 94240595136528 94240622116864 140720672125935 140720672126048 140720672126048 140720672133064 0
Current children cumulated CPU time: 1287.96 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2750008 KiB

Child status: 20

Real time (s): 1266.52
CPU time (s): 1287.99
CPU user time (s): 1286.6
CPU system time (s): 1.38971
CPU usage (%): 101.695
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2750008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1286.6
system time used= 1.38971
maximum resident set size= 2750980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61028
involuntary context switches= 4668


# summary of solver processes directly reported to runsolver:
#   pid: 1002570
#   total CPU time (s): 1287.99
#   total CPU user time (s): 1286.6
#   total CPU system time (s): 1.38971

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.67841 second user time and 6.27325 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-19 23:34:22
IDJOB=4451365
IDBENCH=162396
IDSOLVER=3046
FILE ID=nodeC016/4451365-1721424850
RUNJOBID= nodeC016-1721421149-999909
SLURM_JOB_ID= 7545492
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v050-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451365-1721424850/watcher-4451365-1721424850 -o /tmp/evaluation-result-4451365-1721424850/solver-4451365-1721424850 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721421149-999909 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451365-1721424850.opb

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

MD5SUM BENCH= b8914e79ffb37c6d66755cd34e512329
RANDOM SEED=1632307020

nodeC016.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		: 3600.266
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.70
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		: 3677.392
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.63
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		: 3665.084
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.70
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		: 3617.507
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.63
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		: 3665.085
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.70
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		: 3617.977
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.63
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		: 3599.879
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.70
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		: 3649.466
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.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117552656 kB
MemAvailable:   121333496 kB
Buffers:          406216 kB
Cached:          4216520 kB
SwapCached:            0 kB
Active:           667792 kB
Inactive:       12667488 kB
Active(anon):       1544 kB
Inactive(anon):  8756932 kB
Active(file):     666248 kB
Inactive(file):  3910556 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1144 kB
Writeback:            36 kB
AnonPages:       8711068 kB
Mapped:           127620 kB
Shmem:             45912 kB
KReclaimable:      87364 kB
Slab:             198820 kB
SReclaimable:      87364 kB
SUnreclaim:       111456 kB
KernelStack:        5088 kB
PageTables:        26864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11388468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73024 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8413184 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC016 at 2024-07-19 23:55:28