Trace number 4451305

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-12? (TO) 3600.25 3501.33

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v080-n1.opb
MD5SUM139bb5ccb101e0ad3f28f227f0d5b150
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.040808
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables159
Total number of constraints80
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
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.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4451305-1721424726.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.17	c ... done. Wall clock time 0.018s.
0.14/0.17	c declared #vars     159
0.14/0.17	c #constraints  160
0.14/0.17	c constraints type 
0.14/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.14/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 158
0.14/0.17	c 160 constraints processed.
3.64/1.96	c cleaning 2498 clauses out of 5000 with flag 0/5000
6.07/3.49	c cleaning 743 clauses out of 8502 with flag 0/11000
7.43/4.48	c cleaning 297 clauses out of 14759 with flag 0/18000
9.02/5.95	c cleaning 747 clauses out of 22462 with flag 0/26000
10.84/7.71	c cleaning 440 clauses out of 30715 with flag 0/35000
13.75/10.56	c cleaning 821 clauses out of 40275 with flag 0/45000
18.85/15.63	c cleaning 2014 clauses out of 50454 with flag 0/56000
23.54/20.36	c cleaning 573 clauses out of 60440 with flag 0/68000
33.58/30.39	c cleaning 10425 clauses out of 72872 with flag 0/81005
38.97/35.79	c cleaning 8108 clauses out of 76442 with flag 0/95000
47.82/44.54	c cleaning 13414 clauses out of 83334 with flag 0/110000
54.05/50.77	c cleaning 4716 clauses out of 85921 with flag 0/126001
65.09/61.67	c cleaning 9244 clauses out of 98204 with flag 0/143000
71.75/68.19	c cleaning 2443 clauses out of 106960 with flag 0/161000
88.58/84.68	c cleaning 11226 clauses out of 123517 with flag 0/180000
124.54/120.04	c cleaning 3716 clauses out of 132291 with flag 0/200000
144.34/139.79	c cleaning 911 clauses out of 149575 with flag 0/221000
181.15/176.33	c cleaning 4392 clauses out of 170664 with flag 0/243000
226.28/221.02	c cleaning 20623 clauses out of 189273 with flag 0/266001
277.91/272.04	c cleaning 19304 clauses out of 192649 with flag 0/290000
332.98/326.78	c cleaning 20212 clauses out of 198345 with flag 0/315000
375.15/368.52	c cleaning 14918 clauses out of 204133 with flag 0/341000
417.71/410.72	c cleaning 1592 clauses out of 216217 with flag 0/368002
464.89/457.68	c cleaning 11688 clauses out of 242623 with flag 0/396000
560.19/552.08	c cleaning 19275 clauses out of 259935 with flag 0/425000
595.39/587.01	c cleaning 4038 clauses out of 270660 with flag 0/455000
667.64/658.75	c cleaning 5418 clauses out of 297622 with flag 0/486000
751.87/742.65	c cleaning 14277 clauses out of 324206 with flag 0/518002
843.90/833.82	c cleaning 18374 clauses out of 342928 with flag 0/551001
914.45/903.64	c cleaning 2003 clauses out of 358553 with flag 0/585000
1053.90/1041.25	c cleaning 8406 clauses out of 391550 with flag 0/620000
1148.60/1134.16	c cleaning 23934 clauses out of 419145 with flag 0/656001
1235.07/1218.92	c cleaning 17789 clauses out of 432210 with flag 0/693000
1405.68/1386.32	c cleaning 19539 clauses out of 452421 with flag 0/731000
1514.72/1493.14	c cleaning 6382 clauses out of 471882 with flag 0/770000
1712.24/1685.39	c cleaning 28106 clauses out of 505500 with flag 0/810000
1880.87/1850.81	c cleaning 13271 clauses out of 518395 with flag 0/851001
2115.01/2077.75	c cleaning 29242 clauses out of 547124 with flag 0/893001
2380.82/2331.67	c cleaning 32986 clauses out of 560881 with flag 0/936000
2533.36/2476.91	c cleaning 22115 clauses out of 571896 with flag 0/980001
2701.88/2638.34	c cleaning 14475 clauses out of 594780 with flag 0/1025000
2988.01/2913.96	c cleaning 38186 clauses out of 626305 with flag 0/1071000
3220.42/3137.01	c cleaning 31730 clauses out of 635121 with flag 0/1118002
3494.75/3400.89	c cleaning 34487 clauses out of 651389 with flag 0/1166000
3600.06/3501.21	c starts		: 190
3600.06/3501.21	c conflicts		: 1185252
3600.06/3501.21	c timeout
3600.06/3501.21	c decisions		: 4339008
3600.06/3501.21	c propagations		: 21758128
3600.06/3501.21	c inspects		: 7812034783
3600.06/3501.21	c shortcuts		: 0
3600.06/3501.21	c learnt literals	: 0
3600.06/3501.21	c learnt binary clauses	: 0
3600.06/3501.21	c learnt ternary clauses	: 0
3600.06/3501.21	c learnt constraints	: 1185252
3600.06/3501.21	c ignored constraints	: 0
3600.06/3501.21	c root simplifications	: 0
3600.06/3501.21	c removed literals (reason simplification)	: 0
3600.06/3501.21	c reason swapping (by a shorter reason)	: 0
3600.06/3501.21	c Calls to reduceDB	: 44
3600.06/3501.21	c Number of update (reduction) of LBD	: 8002
3600.06/3501.21	c Imported unit clauses	: 0
3600.06/3501.21	c No decision after first conflict	: false
3600.06/3501.21	c number of reductions to clauses (during analyze)	: 0
3600.06/3501.21	c number of learned constraints concerned by reduction	: 0
3600.06/3501.21	c number of learning phase by resolution	: 0
3600.06/3501.21	c number of learning phase by cutting planes	: 0
3600.06/3501.22	c number of rounding to 1 operations	: 2170146
3600.06/3501.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3501.22	c number of reductions of the coefficients by power 2 	: 0
3600.06/3501.22	c number of right shift for reduction by power 2 	: 0
3600.06/3501.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3501.22	c number of ending skipping 	: 0
3600.06/3501.22	c number of internal skipping 	: 0
3600.06/3501.22	c number of derivation steps 	: 3730180
3600.06/3501.22	c number of skipped derivation steps 	: 0
3600.06/3501.22	c number of remaining unassigned 	: 44307
3600.06/3501.22	c number of remaining assigned 	: 35212377
3600.06/3501.22	c number of falsified literals weakened from reason	: 0
3600.06/3501.22	c number of falsified literals weakened from conflict	: 0
3600.06/3501.22	c time for arithmetic operations	: 747230488
3600.06/3501.22	c minimum degree of deleted constraints	: 4
3600.06/3501.22	c maximum degree of deleted constraints	: 16142511
3600.06/3501.22	c number of deleted constraints	: 549098
3600.06/3501.22	c speed (assignments/second)	: 6214.756002711192
3600.06/3501.22	c non guided choices	: 37
3600.22/3501.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 360634
3600.22/3501.31	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 39930
3600.22/3501.31	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 235590
3600.22/3501.31	s UNKNOWN
3600.22/3501.31	c Total wall clock time (in seconds): 3501.157

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=1002409, runsolver pid=1002406

[startup+0.10116 s]*
/proc/loadavg: 4.54 4.35 4.30 6/334 1002427
/proc/meminfo: memFree=114044576/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=18975048 memory=64656 CPUtime=0.14 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 7226 0 0 0 12 2 0 0 20 0 18 0 194633213 19430449152 16164 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4743762 16164 5546 1 0 549355 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 5769 0 0 0 7 1 0 0 20 0 18 0 194633213 19430449152 16164 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194633216 19430449152 16164 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 194633216 19430449152 16164 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64656 KiB

[startup+0.212445 s]*
/proc/loadavg: 4.54 4.35 4.30 7/335 1002428
/proc/meminfo: memFree=114035464/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19041612 memory=76088 CPUtime=0.34 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 7868 0 0 0 32 2 0 0 20 0 19 0 194633213 19498610688 19022 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4760403 19022 5750 1 0 550013 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19041612 memory=6007641856751698051 CPUtime=0.19 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 6109 0 0 0 18 1 0 0 20 0 19 0 194633213 19498610688 19022 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19041612 memory=14994 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194633216 19498610688 19022 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19041612 memory=15537410087847364 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 194633216 19498610688 19022 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194633231 19498610688 19022 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 76088 KiB

[startup+0.318213 s]*
/proc/loadavg: 4.54 4.35 4.30 6/335 1002428
/proc/meminfo: memFree=114003856/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19041612 memory=107632 CPUtime=0.53 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 9666 0 0 0 50 3 0 0 20 0 19 0 194633213 19498610688 26908 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4760403 26908 5841 1 0 551146 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19041612 memory=-7669169997994748771 CPUtime=0.28 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 6129 0 0 0 26 2 0 0 20 0 19 0 194633213 19498610688 26908 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194633216 19498610688 26908 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 194633216 19498610688 26908 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194633231 19498610688 26908 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 107632 KiB

[startup+0.700264 s]
/proc/loadavg: 4.54 4.35 4.30 8/336 1002429
/proc/meminfo: memFree=113937716/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19108176 memory=174712 CPUtime=1.26 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 12057 0 0 0 121 5 0 0 20 0 20 0 194633213 19566772224 43678 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4777044 43678 5841 1 0 553051 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19108176 memory=46372 CPUtime=0.61 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 6156 0 0 0 58 3 0 0 20 0 20 0 194633213 19566772224 43678 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 43678 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19108176 memory=2312 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 43678 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19108176 memory=26268 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194633231 19566772224 43678 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 174712 KiB

[startup+1.50545 s]
/proc/loadavg: 4.54 4.35 4.30 7/336 1002429
/proc/meminfo: memFree=113843336/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19108176 memory=606452 CPUtime=2.85 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 18436 0 0 0 271 14 0 0 20 0 20 0 194633213 19566772224 151613 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4777044 151613 5872 1 0 557414 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19108176 memory=13012 CPUtime=1.39 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 6360 0 0 0 128 11 0 0 20 0 20 0 194633213 19566772224 151613 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 151613 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19108176 memory=2312 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 151613 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19108176 memory=26268 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194633231 19566772224 151613 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 606452 KiB

[startup+3.10584 s]
/proc/loadavg: 4.74 4.39 4.31 5/336 1002429
/proc/meminfo: memFree=113203876/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19108176 memory=926412 CPUtime=5.75 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 19309 0 0 0 554 21 0 0 20 0 20 0 194633213 19566772224 231091 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4777044 231603 5872 1 0 557906 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19108176 memory=0 CPUtime=2.96 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 6599 0 0 0 279 17 0 0 20 0 20 0 194633213 19566772224 231603 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19108176 memory=-7669169997994748771 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 231603 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 231603 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19108176 memory=2312 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194633231 19566772224 231603 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 5.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 926412 KiB

[startup+6.30029 s]
/proc/loadavg: 4.74 4.39 4.31 5/336 1002430
/proc/meminfo: memFree=112419968/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19108176 memory=1739380 CPUtime=9.43 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 27309 0 0 0 905 38 0 0 20 0 20 0 194633213 19566772224 434845 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4777044 434845 5888 1 0 664430 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19108176 memory=2312 CPUtime=6.1 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 8259 0 0 0 577 33 0 0 20 0 20 0 194633213 19566772224 434845 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 434845 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 434845 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19108176 memory=-4334520239063117600 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194633231 19566772224 434845 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 9.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1739380 KiB

[startup+12.7005 s]
/proc/loadavg: 4.68 4.38 4.31 5/336 1002430
/proc/meminfo: memFree=112339732/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19108176 memory=1739448 CPUtime=15.96 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 28035 0 0 0 1557 39 0 0 20 0 20 0 194633213 19566772224 434862 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4777044 434862 5888 1 0 664440 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19108176 memory=13012 CPUtime=12.37 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 8676 0 0 0 1204 33 0 0 20 0 20 0 194633213 19566772224 434862 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19108176 memory=1739416 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 434862 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19108176 memory=46372 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 434862 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194633231 19566772224 434862 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 15.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1739448 KiB

[startup+25.5005 s]
/proc/loadavg: 4.68 4.40 4.31 5/336 1002433
/proc/meminfo: memFree=111772684/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19108176 memory=2246696 CPUtime=28.77 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 34102 0 0 0 2827 50 0 0 20 0 20 0 194633213 19566772224 561674 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4777044 561674 5888 1 0 791864 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19108176 memory=6944656592455359545 CPUtime=24.76 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 10471 0 0 0 2432 44 0 0 20 0 20 0 194633213 19566772224 561674 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 561674 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19108176 memory=3477 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 561674 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194633231 19566772224 561674 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 28.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2246696 KiB

[startup+51.1065 s]
/proc/loadavg: 4.57 4.40 4.32 5/337 1002438
/proc/meminfo: memFree=110500600/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19108176 memory=2277812 CPUtime=54.45 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 39165 0 0 0 5392 53 0 0 20 0 20 0 194633213 19566772224 569453 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4777044 569453 5888 1 0 791865 0

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

[startup+3162.3 s]
/proc/loadavg: 4.21 4.30 4.29 5/332 1004323
/proc/meminfo: memFree=110317304/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19108176 memory=3655484 CPUtime=3246.73 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 313695 0 0 0 324432 241 0 0 20 0 20 0 194633213 19566772224 913871 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4777044 913871 5888 1 0 928004 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19108176 memory=13012 CPUtime=3075.33 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 162882 0 0 0 307445 88 0 0 20 0 20 0 194633213 19566772224 913871 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 99 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19108176 memory=5560 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 913871 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19108176 memory=3655480 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 4048 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 913871 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19108176 memory=3655484 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194633231 19566772224 913871 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 3246.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3655484 KiB

[startup+3222.3 s]
/proc/loadavg: 4.51 4.37 4.31 6/333 1004718
/proc/meminfo: memFree=110316088/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19108176 memory=3655488 CPUtime=3309.12 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 318796 0 0 0 330668 244 0 0 20 0 20 0 194633213 19566772224 913872 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4777044 913872 5888 1 0 928004 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19108176 memory=13012 CPUtime=3133.54 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 165392 0 0 0 313265 89 0 0 20 0 20 0 194633213 19566772224 913872 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 103 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19108176 memory=3655480 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 913872 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19108176 memory=3655484 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 4144 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 913872 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19108176 memory=3655488 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194633231 19566772224 913872 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 3309.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3655488 KiB

[startup+3282.3 s]
/proc/loadavg: 4.34 4.36 4.31 5/333 1004729
/proc/meminfo: memFree=110315540/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19108176 memory=3655488 CPUtime=3371.56 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 323706 0 0 0 336909 247 0 0 20 0 20 0 194633213 19566772224 913872 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4777044 913872 5888 1 0 928004 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19108176 memory=13012 CPUtime=3191.77 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 167856 0 0 0 319088 89 0 0 20 0 20 0 194633213 19566772224 913872 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 103 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19108176 memory=3655488 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 913872 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 4240 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 913872 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19108176 memory=46372 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194633231 19566772224 913872 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 3371.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3655488 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.35 4.31 5/333 1004740
/proc/meminfo: memFree=110314552/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19108176 memory=3655656 CPUtime=3434.04 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 326995 0 0 0 343154 250 0 0 20 0 20 0 194633213 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4777044 913914 5904 1 0 928030 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19108176 memory=46372 CPUtime=3250.17 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 170277 0 0 0 324927 90 0 0 20 0 20 0 194633213 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 103 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19108176 memory=3655584 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 4338 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194633231 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 3434.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3655656 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.34 4.31 6/335 1004920
/proc/meminfo: memFree=110313352/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19108176 memory=3655656 CPUtime=3496.43 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 331124 0 0 0 349391 252 0 0 20 0 20 0 194633213 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4777044 913914 5904 1 0 928030 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19108176 memory=3655656 CPUtime=3308.49 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 172062 0 0 0 330758 91 0 0 20 0 20 0 194633213 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 103 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19108176 memory=-7669169997994748771 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 4436 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19108176 memory=3655656 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194633231 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 3496.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3655656 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.34 4.31 6/335 1004930
/proc/meminfo: memFree=110312416/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19108176 memory=3655656 CPUtime=3559.05 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 336246 0 0 0 355649 256 0 0 20 0 20 0 194633213 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4777044 913914 5904 1 0 928030 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19108176 memory=3655656 CPUtime=3366.78 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 175168 0 0 0 336587 91 0 0 20 0 20 0 194633213 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 103 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19108176 memory=2312 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 4532 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19108176 memory=2636 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194633231 19566772224 913914 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 3559.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3655656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3501.2 s]
/proc/loadavg: 4.25 4.31 4.30 5/336 1004996
/proc/meminfo: memFree=110311388/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19108176 memory=3655764 CPUtime=3600.06 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 340873 0 0 0 359747 259 0 0 20 0 20 0 194633213 19566772224 913941 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4777044 913941 5904 1 0 928065 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19108176 memory=2184 CPUtime=3404.32 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) R 1002406 1002409 999896 0 -1 4194368 177487 0 0 0 340340 92 0 0 20 0 20 0 194633213 19566772224 913941 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 103 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19108176 memory=3460 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 913941 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19108176 memory=1740 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 4628 0 0 0 0 0 0 0 20 0 20 0 194633216 19566772224 913941 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002428] ppid=1002406 vsize=19108176 memory=4637164475437518732 CPUtime=0 cores=0,2
/proc/1002409/task/1002428/stat : 1002428 (Timer-0) S 1002406 1002409 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194633231 19566772224 913941 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3655764 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3501.33 s]
# the end of solver process 1002409 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3597.63 s, system=2.61621 s

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

[startup+3501.31 s]
/proc/loadavg: 4.25 4.31 4.30 5/336 1004996
/proc/meminfo: memFree=110311388/131524600 swapFree=131071996/131071996
[pid=1002409] ppid=1002406 vsize=19307868 memory=3656600 CPUtime=3600.22 cores=0,2
/proc/1002409/stat : 1002409 (java) S 1002406 1002409 999896 0 -1 1077936128 343999 0 0 0 359762 260 0 0 20 0 21 0 194633213 19771256832 914150 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
/proc/1002409/statm: 4826967 914150 5919 1 0 928984 0
[pid=1002409/tid=1002411] ppid=1002406 vsize=19307868 memory=3655656 CPUtime=3404.34 cores=0,2
/proc/1002409/task/1002411/stat : 1002411 (java) S 1002406 1002409 999896 0 -1 1077936192 177584 0 0 0 340342 92 0 0 20 0 21 0 194633213 19771256832 914150 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 103 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002420] ppid=1002406 vsize=19307868 memory=3655764 CPUtime=0 cores=0,2
/proc/1002409/task/1002420/stat : 1002420 (Finalizer) S 1002406 1002409 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 194633216 19771256832 914150 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
[pid=1002409/tid=1002427] ppid=1002406 vsize=19307868 memory=-7669169997994748771 CPUtime=0 cores=0,2
/proc/1002409/task/1002427/stat : 1002427 (Common-Cleaner) S 1002406 1002409 999896 0 -1 1077936192 4628 0 0 0 0 0 0 0 20 0 21 0 194633216 19771256832 914150 134679101440 94487181172736 94487181176432 140726309490480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94487181184248 94487181185040 94487202619392 140726309491695 140726309491808 140726309491808 140726309498824 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3656600 KiB

Child status: 143

Real time (s): 3501.33
CPU time (s): 3600.25
CPU user time (s): 3597.63
CPU system time (s): 2.61621
CPU usage (%): 102.825
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3656600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.63
system time used= 2.61621
maximum resident set size= 3657640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344218
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 153071
involuntary context switches= 37446


# summary of solver processes directly reported to runsolver:
#   pid: 1002409
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3597.63
#   total CPU system time (s): 2.61621

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.04364 second user time and 17.4949 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-19 23:32:18
IDJOB=4451305
IDBENCH=162392
IDSOLVER=3046
FILE ID=nodeC016/4451305-1721424726
RUNJOBID= nodeC016-1721421149-999906
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-v080-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-4451305-1721424726/watcher-4451305-1721424726 -o /tmp/evaluation-result-4451305-1721424726/solver-4451305-1721424726 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721421149-999906 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451305-1721424726.opb

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

MD5SUM BENCH= 139bb5ccb101e0ad3f28f227f0d5b150
RANDOM SEED=1481849799

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		: 3631.230
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		: 3691.256
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		: 3638.008
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		: 3600.027
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		: 3614.873
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		: 3691.413
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		: 3670.457
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		: 3599.910
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:        114088856 kB
MemAvailable:   117867904 kB
Buffers:          406008 kB
Cached:          4214924 kB
SwapCached:            0 kB
Active:           667604 kB
Inactive:       16124708 kB
Active(anon):       1544 kB
Inactive(anon): 12215740 kB
Active(file):     666060 kB
Inactive(file):  3908968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2344 kB
Writeback:             4 kB
AnonPages:      12169868 kB
Mapped:           127452 kB
Shmem:             45912 kB
KReclaimable:      87332 kB
Slab:             199016 kB
SReclaimable:      87332 kB
SUnreclaim:       111684 kB
KernelStack:        5104 kB
PageTables:        33972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14973928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73024 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11833344 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-20 00:30:40