Trace number 4447745

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 552.515 550.461

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n25-d4-i2.cnf.gz-plain.pb.metafix.opb
MD5SUMce459d654692c78ea9ebe534277cd2e6
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 benchmark77.8957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101
Total number of constraints212
Number of constraints which are clauses212
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 constraint3
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.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: ASSIGNED
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Armin Biere (Picosat) restarts strategy
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	c  - never skip resolution steps
0.14/0.14	c  - Auto-division on coefficients is disabled
0.14/0.14	c  - No postprocessing
0.14/0.14	c  - Conflict is considered as is when resolving
0.14/0.14	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	c  - Weaken first using unassigned literals
0.14/0.14	c  - Bump strategy: ALWAYS_ONE
0.14/0.14	c  - Bumper: ASSIGNED
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Armin Biere (Picosat) restarts strategy
0.14/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.14	c solving HOME/instance-4447745-1721360056.opb
0.14/0.14	c reading problem ... 
0.14/0.14	c  no objective function found
0.14/0.16	c ... done. Wall clock time 0.021s.
0.14/0.16	c declared #vars     101
0.14/0.17	c #constraints  212
0.14/0.17	c constraints type 
0.14/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 212
0.14/0.17	c 212 constraints processed.
1.11/0.62	c cleaning 0 clauses out of 5000 with flag 0/5000
1.69/0.99	c cleaning 0 clauses out of 11001 with flag 0/11001
2.67/1.43	c cleaning 0 clauses out of 18000 with flag 0/18000
3.44/2.01	c cleaning 0 clauses out of 26000 with flag 0/26000
4.14/2.70	c cleaning 0 clauses out of 35000 with flag 0/35000
5.04/3.66	c cleaning 0 clauses out of 45000 with flag 0/45000
6.38/4.84	c cleaning 0 clauses out of 56000 with flag 0/56000
7.71/6.14	c cleaning 0 clauses out of 68000 with flag 0/68000
9.41/7.81	c cleaning 0 clauses out of 81000 with flag 0/81000
11.42/9.83	c cleaning 0 clauses out of 95002 with flag 0/95002
13.63/12.08	c cleaning 0 clauses out of 110001 with flag 0/110001
16.93/15.33	c cleaning 0 clauses out of 126000 with flag 0/126000
20.42/18.80	c cleaning 0 clauses out of 143000 with flag 0/143000
24.02/22.45	c cleaning 0 clauses out of 161000 with flag 0/161000
29.62/28.01	c cleaning 0 clauses out of 180000 with flag 0/180000
34.90/33.34	c cleaning 0 clauses out of 200000 with flag 0/200000
41.18/39.66	c cleaning 0 clauses out of 221002 with flag 0/221002
50.28/48.74	c cleaning 0 clauses out of 243000 with flag 0/243000
58.55/56.93	c cleaning 0 clauses out of 266001 with flag 0/266001
68.99/67.37	c cleaning 0 clauses out of 290001 with flag 0/290001
78.89/77.26	c cleaning 0 clauses out of 315000 with flag 0/315000
90.70/89.00	c cleaning 0 clauses out of 341000 with flag 0/341000
105.54/103.88	c cleaning 0 clauses out of 368001 with flag 0/368001
123.40/121.78	c cleaning 0 clauses out of 396000 with flag 0/396000
143.21/141.54	c cleaning 0 clauses out of 425001 with flag 0/425001
164.77/163.17	c cleaning 0 clauses out of 455000 with flag 0/455000
186.52/184.94	c cleaning 0 clauses out of 486005 with flag 0/486005
203.72/202.14	c cleaning 0 clauses out of 518000 with flag 0/518000
235.37/233.83	c cleaning 0 clauses out of 551001 with flag 0/551001
265.11/263.65	c cleaning 0 clauses out of 585001 with flag 0/585001
306.02/304.52	c cleaning 0 clauses out of 620002 with flag 0/620002
345.05/343.67	c cleaning 0 clauses out of 656002 with flag 0/656002
385.85/384.49	c cleaning 0 clauses out of 693002 with flag 0/693002
435.00/433.19	c cleaning 0 clauses out of 731000 with flag 0/731000
477.13/475.30	c cleaning 0 clauses out of 770001 with flag 0/770001
526.93/525.07	c cleaning 0 clauses out of 809999 with flag 0/810000
552.32/550.35	c starts		: 170
552.32/550.36	c conflicts		: 826776
552.32/550.36	c decisions		: 966885
552.32/550.36	c propagations		: 12084103
552.32/550.36	c inspects		: 6384200174
552.32/550.36	c shortcuts		: 0
552.32/550.36	c learnt literals	: 1
552.32/550.36	c learnt binary clauses	: 3
552.32/550.36	c learnt ternary clauses	: 6
552.32/550.36	c learnt constraints	: 826774
552.32/550.36	c ignored constraints	: 0
552.32/550.36	c root simplifications	: 0
552.32/550.36	c removed literals (reason simplification)	: 0
552.32/550.36	c reason swapping (by a shorter reason)	: 0
552.32/550.36	c Calls to reduceDB	: 36
552.32/550.36	c Number of update (reduction) of LBD	: 0
552.32/550.36	c Imported unit clauses	: 0
552.32/550.36	c No decision after first conflict	: false
552.32/550.36	c number of reductions to clauses (during analyze)	: 0
552.32/550.36	c number of learned constraints concerned by reduction	: 0
552.32/550.36	c number of learning phase by resolution	: 0
552.32/550.36	c number of learning phase by cutting planes	: 0
552.32/550.36	c number of rounding to 1 operations	: 0
552.32/550.36	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
552.32/550.36	c number of reductions of the coefficients by power 2 	: 0
552.32/550.36	c number of right shift for reduction by power 2 	: 0
552.32/550.36	c number of reductions of the coefficients by GCD over coefficients 	: 0
552.32/550.36	c number of ending skipping 	: 0
552.32/550.36	c number of internal skipping 	: 0
552.32/550.36	c number of derivation steps 	: 7012615
552.32/550.36	c number of skipped derivation steps 	: 0
552.32/550.36	c number of remaining unassigned 	: 0
552.32/550.36	c number of remaining assigned 	: 0
552.32/550.36	c number of falsified literals weakened from reason	: 0
552.32/550.36	c number of falsified literals weakened from conflict	: 0
552.32/550.36	c time for arithmetic operations	: 0
552.32/550.37	c minimum degree of deleted constraints	: null
552.32/550.37	c maximum degree of deleted constraints	: null
552.32/550.37	c number of deleted constraints	: 0
552.32/550.37	c speed (assignments/second)	: 21963.18961537483
552.32/550.37	c non guided choices	: 28
552.45/550.43	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 826771
552.45/550.43	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3
552.45/550.44	s UNSATISFIABLE
552.45/550.44	c Total wall clock time (in seconds): 550.295

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447745-1721360056/watcher-4447745-1721360056 -o /tmp/evaluation-result-4447745-1721360056/solver-4447745-1721360056 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721360068-1012979 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447745-1721360056.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
Starting watchdog thread
solver pid=1013038, runsolver pid=1013023
Current StackSize limit: 8192 KiB


[startup+0.10206 s]*
/proc/loadavg: 1.10 1.09 1.17 14/328 1013108
/proc/meminfo: memFree=123154184/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=18975048 memory=62692 CPUtime=0.14 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 7276 0 0 0 12 2 0 0 20 0 18 0 188173841 19430449152 15673 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4743762 15673 5553 1 0 549380 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 5800 0 0 0 7 1 0 0 20 0 18 0 188173841 19430449152 15673 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188173844 19430449152 15673 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=18975048 memory=14408220236082459 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188173845 19430449152 15673 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62692 KiB

[startup+0.205552 s]*
/proc/loadavg: 1.10 1.09 1.17 15/330 1013110
/proc/meminfo: memFree=123124204/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19041612 memory=71840 CPUtime=0.33 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 7849 0 0 0 31 2 0 0 20 0 19 0 188173841 19498610688 17960 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4760403 17960 5760 1 0 549985 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19041612 memory=8603368907145347203 CPUtime=0.19 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 6102 0 0 0 17 2 0 0 20 0 19 0 188173841 19498610688 17960 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19041612 memory=15945 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188173844 19498610688 17960 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19041612 memory=14418111545738801 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188173845 19498610688 17960 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188173858 19498610688 17960 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71840 KiB

[startup+0.307658 s]*
/proc/loadavg: 1.10 1.09 1.17 13/332 1013112
/proc/meminfo: memFree=123036132/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19041612 memory=96896 CPUtime=0.53 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 9694 0 0 0 50 3 0 0 20 0 19 0 188173841 19498610688 24224 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4760403 24224 5845 1 0 551073 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19041612 memory=-7596830928980306279 CPUtime=0.29 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 6136 0 0 0 27 2 0 0 20 0 19 0 188173841 19498610688 24224 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188173844 19498610688 24224 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188173845 19498610688 24224 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188173858 19498610688 24224 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96896 KiB

[startup+0.707551 s]
/proc/loadavg: 1.10 1.09 1.17 13/333 1013113
/proc/meminfo: memFree=122762460/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19108176 memory=178292 CPUtime=1.31 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 14372 0 0 0 126 5 0 0 20 0 20 0 188173841 19566772224 44573 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4777044 44573 5861 1 0 554505 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19108176 memory=44604 CPUtime=0.67 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 6195 0 0 0 64 3 0 0 20 0 20 0 188173841 19566772224 44573 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 44573 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19108176 memory=2228 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 44573 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19108176 memory=1848 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173858 19566772224 44573 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178292 KiB

[startup+1.50455 s]
/proc/loadavg: 1.10 1.09 1.17 15/336 1013118
/proc/meminfo: memFree=122649632/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19108176 memory=267844 CPUtime=2.88 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 20208 0 0 0 281 7 0 0 20 0 20 0 188173841 19566772224 66961 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4777044 66961 5877 1 0 555322 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19108176 memory=13120 CPUtime=1.45 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 6637 0 0 0 141 4 0 0 20 0 20 0 188173841 19566772224 66961 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 66961 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19108176 memory=2228 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 66961 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19108176 memory=1848 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173858 19566772224 66961 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 267844 KiB

[startup+3.10652 s]
/proc/loadavg: 1.33 1.14 1.18 9/336 1013118
/proc/meminfo: memFree=121121704/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19108176 memory=458388 CPUtime=4.54 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 21462 0 0 0 443 11 0 0 20 0 20 0 188173841 19566772224 114597 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4777044 114597 5877 1 0 555323 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19108176 memory=0 CPUtime=3.02 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 7153 0 0 0 294 8 0 0 20 0 20 0 188173841 19566772224 114597 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19108176 memory=-7596830928980306279 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 114597 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 114597 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19108176 memory=2228 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173858 19566772224 114597 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 4.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 458388 KiB

[startup+6.30028 s]
/proc/loadavg: 1.33 1.14 1.18 10/335 1013184
/proc/meminfo: memFree=120222628/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19108176 memory=743968 CPUtime=7.92 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 22961 0 0 0 775 17 0 0 20 0 20 0 188173841 19566772224 185992 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4777044 185992 5893 1 0 555325 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19108176 memory=2228 CPUtime=6.18 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 7462 0 0 0 605 13 0 0 20 0 20 0 188173841 19566772224 185992 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 185992 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 185992 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173858 19566772224 185992 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 7.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 743968 KiB

[startup+12.7003 s]
/proc/loadavg: 1.71 1.22 1.21 10/335 1013520
/proc/meminfo: memFree=119619008/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19108176 memory=764468 CPUtime=14.34 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 25366 0 0 0 1416 18 0 0 20 0 20 0 188173841 19566772224 191117 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4777044 191117 5893 1 0 555325 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19108176 memory=13120 CPUtime=12.46 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 8155 0 0 0 1233 13 0 0 20 0 20 0 188173841 19566772224 191117 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 191117 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 191117 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173858 19566772224 191117 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 14.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 764468 KiB

[startup+25.5003 s]
/proc/loadavg: 2.43 1.40 1.27 7/336 1013523
/proc/meminfo: memFree=115853828/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19108176 memory=1356560 CPUtime=27.12 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 27638 0 0 0 2682 30 0 0 20 0 20 0 188173841 19566772224 339140 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4777044 339140 5893 1 0 555325 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19108176 memory=1178240 CPUtime=25.19 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 9525 0 0 0 2495 24 0 0 20 0 20 0 188173841 19566772224 339140 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 339140 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 339140 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19108176 memory=44604 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173858 19566772224 339140 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 27.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1356560 KiB

[startup+51.1065 s]
/proc/loadavg: 3.03 1.63 1.35 7/335 1013527
/proc/meminfo: memFree=114480788/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19108176 memory=1356656 CPUtime=52.7 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 33089 0 0 0 5239 31 0 0 20 0 20 0 188173841 19566772224 339164 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4777044 339164 5893 1 0 555325 0

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

/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 464 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 383351 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173858 19566772224 383351 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 463.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1533404 KiB

[startup+522.3 s]
/proc/loadavg: 4.46 3.78 2.54 7/334 1013620
/proc/meminfo: memFree=111440320/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19108176 memory=1558392 CPUtime=524.22 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 71591 0 0 0 52365 57 0 0 20 0 20 0 188173841 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4777044 389598 5893 1 0 557086 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19108176 memory=1558392 CPUtime=519.35 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 24936 0 0 0 51908 27 0 0 20 0 20 0 188173841 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19108176 memory=1516872 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19108176 memory=5428 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 522 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19108176 memory=1558392 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173858 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 524.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1558392 KiB

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

# cumulated CPU time of all completed processes:  user=551.914 s, system=0.600484 s

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

[startup+537.6 s]
/proc/loadavg: 4.58 3.84 2.58 8/334 1013622
/proc/meminfo: memFree=111433724/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19108176 memory=1558392 CPUtime=539.5 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 71949 0 0 0 53892 58 0 0 20 0 20 0 188173841 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4777044 389598 5893 1 0 557086 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19108176 memory=11400 CPUtime=534.61 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 25283 0 0 0 53434 27 0 0 20 0 20 0 188173841 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19108176 memory=1516872 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19108176 memory=44604 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 522 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173858 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 539.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1558392 KiB

[startup+544 s]*
/proc/loadavg: 4.65 3.88 2.60 8/334 1013624
/proc/meminfo: memFree=111375520/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19108176 memory=1558392 CPUtime=545.96 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 75023 0 0 0 54538 58 0 0 20 0 20 0 188173841 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4777044 389598 5893 1 0 557086 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19108176 memory=-7596830928979976803 CPUtime=541 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 25340 0 0 0 54073 27 0 0 20 0 20 0 188173841 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19108176 memory=-6933350163988321735 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19108176 memory=-7596830928980306279 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 596 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19108176 memory=39168 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173858 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 545.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1558392 KiB

[startup+547.2 s]
/proc/loadavg: 4.65 3.88 2.60 8/334 1013624
/proc/meminfo: memFree=111373160/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19108176 memory=1558392 CPUtime=549.16 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 75323 0 0 0 54857 59 0 0 20 0 20 0 188173841 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4777044 389598 5893 1 0 557086 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19108176 memory=7356 CPUtime=544.18 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 25497 0 0 0 54391 27 0 0 20 0 20 0 188173841 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19108176 memory=2228 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19108176 memory=1848 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 596 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19108176 memory=-7596830928980306279 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173858 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 549.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1558392 KiB

[startup+548.8 s]
/proc/loadavg: 4.68 3.90 2.62 8/334 1013624
/proc/meminfo: memFree=111371000/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19108176 memory=1558392 CPUtime=550.82 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 75768 0 0 0 55023 59 0 0 20 0 20 0 188173841 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4777044 389598 5893 1 0 557086 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19108176 memory=-7596830928980306279 CPUtime=545.78 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 25603 0 0 0 54551 27 0 0 20 0 20 0 188173841 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19108176 memory=15799 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19108176 memory=1558392 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 596 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19108176 memory=5428 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173858 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 550.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1558392 KiB

[startup+549.6 s]
/proc/loadavg: 4.68 3.90 2.62 9/334 1013624
/proc/meminfo: memFree=111371128/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19108176 memory=1558392 CPUtime=551.62 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 75797 0 0 0 55103 59 0 0 20 0 20 0 188173841 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4777044 389598 5893 1 0 557086 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19108176 memory=-7596830928980306279 CPUtime=546.58 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 25613 0 0 0 54631 27 0 0 20 0 20 0 188173841 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19108176 memory=5428 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 596 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173858 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 551.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1558392 KiB

[startup+550 s]*
/proc/loadavg: 4.68 3.90 2.62 8/334 1013624
/proc/meminfo: memFree=111280740/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19108176 memory=1558392 CPUtime=552.03 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 75802 0 0 0 55144 59 0 0 20 0 20 0 188173841 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4777044 389598 5893 1 0 557086 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19108176 memory=-7596830928979976803 CPUtime=546.98 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) R 1013023 1013038 1006321 0 -1 4194368 25618 0 0 0 54671 27 0 0 20 0 20 0 188173841 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19108176 memory=-6933350163988321735 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19108176 memory=5048 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 596 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013109] ppid=1013023 vsize=19108176 memory=4988 CPUtime=0 cores=5,7
/proc/1013038/task/1013109/stat : 1013109 (Timer-0) S 1013023 1013038 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173858 19566772224 389598 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 552.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1558392 KiB

[startup+550.4 s]
/proc/loadavg: 4.68 3.90 2.62 8/334 1013624
/proc/meminfo: memFree=111280740/131524600 swapFree=131071996/131071996
[pid=1013038] ppid=1013023 vsize=19241304 memory=1558992 CPUtime=552.45 cores=5,7
/proc/1013038/stat : 1013038 (java) S 1013023 1013038 1006321 0 -1 1077936128 77944 0 0 0 55186 59 0 0 20 0 20 0 188173841 19703095296 389748 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
/proc/1013038/statm: 4810326 389748 5892 1 0 557704 0
[pid=1013038/tid=1013043] ppid=1013023 vsize=19241304 memory=1558392 CPUtime=547.33 cores=5,7
/proc/1013038/task/1013043/stat : 1013043 (java) S 1013023 1013038 1006321 0 -1 1077936192 27076 0 0 0 54706 27 0 0 20 0 20 0 188173841 19703095296 389748 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 188173842 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013085] ppid=1013023 vsize=19241304 memory=44604 CPUtime=0 cores=5,7
/proc/1013038/task/1013085/stat : 1013085 (Finalizer) S 1013023 1013038 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19703095296 389748 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
[pid=1013038/tid=1013104] ppid=1013023 vsize=19241304 memory=11400 CPUtime=0 cores=5,7
/proc/1013038/task/1013104/stat : 1013104 (Common-Cleaner) S 1013023 1013038 1006321 0 -1 1077936192 596 0 0 0 0 0 0 0 20 0 20 0 188173845 19703095296 389748 134679101440 93872698765312 93872698769008 140721065094944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93872698776824 93872698777616 93872725970944 140721065096174 140721065096287 140721065096287 140721065103304 0
Current children cumulated CPU time: 552.45 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1558992 KiB

Child status: 20

Real time (s): 550.461
CPU time (s): 552.515
CPU user time (s): 551.914
CPU system time (s): 0.600484
CPU usage (%): 100.373
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1558992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 551.914
system time used= 0.600484
maximum resident set size= 1559904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78233
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18057
involuntary context switches= 917


# summary of solver processes directly reported to runsolver:
#   pid: 1013038
#   total CPU time (s): 552.515
#   total CPU user time (s): 551.914
#   total CPU system time (s): 0.600484

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.00535 second user time and 3.43606 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-19 05:34:28
IDJOB=4447745
IDBENCH=160175
IDSOLVER=3046
FILE ID=nodeC031/4447745-1721360056
RUNJOBID= nodeC031-1721360068-1012979
SLURM_JOB_ID= 7542768
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n25-d4-i2.cnf.gz-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-4447745-1721360056/watcher-4447745-1721360056 -o /tmp/evaluation-result-4447745-1721360056/solver-4447745-1721360056 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721360068-1012979 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447745-1721360056.opb

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

MD5SUM BENCH= ce459d654692c78ea9ebe534277cd2e6
RANDOM SEED=1813494271

nodeC031.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		: 3575.169
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.55
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		: 3363.672
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.11
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		: 3595.786
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.55
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		: 3532.992
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.11
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		: 3403.098
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.55
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		: 3493.948
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.11
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		: 3568.474
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.55
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		: 3561.369
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123328380 kB
MemAvailable:   129610320 kB
Buffers:          496540 kB
Cached:          6544940 kB
SwapCached:            0 kB
Active:           972252 kB
Inactive:        6442440 kB
Active(anon):       1432 kB
Inactive(anon):   409496 kB
Active(file):     970820 kB
Inactive(file):  6032944 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2608 kB
Writeback:            60 kB
AnonPages:        371148 kB
Mapped:           106576 kB
Shmem:             37720 kB
KReclaimable:     235648 kB
Slab:             363960 kB
SReclaimable:     235648 kB
SUnreclaim:       128312 kB
KernelStack:        3888 kB
PageTables:         9136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     678364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70720 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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:      254676 kB
DirectMap2M:    39364608 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC031 at 2024-07-19 05:43:39