Trace number 4451125

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.28 3548.83

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v111-n1.opb
MD5SUM66220fca8952fbecf83bd47731654b15
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.022356
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables333
Total number of constraints111
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)111
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4451125-1721424695.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  no objective function found
0.13/0.18	c ... done. Wall clock time 0.023s.
0.13/0.18	c declared #vars     333
0.13/0.18	c #constraints  222
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 222
0.13/0.18	c 222 constraints processed.
4.82/2.53	c cleaning 2481 clauses out of 5001 with flag 0/5001
7.71/5.02	c cleaning 4231 clauses out of 8519 with flag 0/11000
11.96/9.26	c cleaning 5607 clauses out of 11289 with flag 0/18001
15.29/12.38	c cleaning 5761 clauses out of 13681 with flag 0/26000
19.20/16.26	c cleaning 6157 clauses out of 16920 with flag 0/35000
23.70/20.76	c cleaning 6126 clauses out of 20764 with flag 0/45001
28.89/25.91	c cleaning 6243 clauses out of 25638 with flag 0/56001
37.01/33.98	c cleaning 8806 clauses out of 31394 with flag 0/68000
46.48/43.28	c cleaning 9253 clauses out of 35589 with flag 0/81001
54.37/50.91	c cleaning 8204 clauses out of 40335 with flag 0/95000
65.15/61.35	c cleaning 8457 clauses out of 47131 with flag 0/110000
84.51/80.39	c cleaning 14363 clauses out of 54675 with flag 0/126001
95.60/91.16	c cleaning 11252 clauses out of 57313 with flag 0/143002
149.78/144.51	c cleaning 15530 clauses out of 64060 with flag 0/161001
166.24/160.69	c cleaning 12323 clauses out of 67529 with flag 0/180000
187.23/181.01	c cleaning 14676 clauses out of 75207 with flag 0/200001
233.40/226.32	c cleaning 17200 clauses out of 81530 with flag 0/221000
268.44/260.67	c cleaning 19877 clauses out of 86330 with flag 0/243000
292.85/284.43	c cleaning 20869 clauses out of 89453 with flag 0/266000
324.32/315.18	c cleaning 19256 clauses out of 92584 with flag 0/290000
414.08/403.77	c cleaning 18710 clauses out of 98328 with flag 0/315000
457.92/446.78	c cleaning 24355 clauses out of 105618 with flag 0/341000
529.46/516.88	c cleaning 24059 clauses out of 108263 with flag 0/368000
593.34/579.55	c cleaning 23734 clauses out of 112204 with flag 0/396000
623.05/608.50	c cleaning 17801 clauses out of 117470 with flag 0/425000
677.29/661.72	c cleaning 16673 clauses out of 129669 with flag 0/455000
739.67/722.51	c cleaning 26574 clauses out of 143996 with flag 0/486000
889.39/870.97	c cleaning 25332 clauses out of 149422 with flag 0/518000
985.95/966.39	c cleaning 30173 clauses out of 157090 with flag 0/551000
1170.32/1149.23	c cleaning 27599 clauses out of 160917 with flag 0/585000
1271.74/1248.74	c cleaning 27810 clauses out of 168318 with flag 0/620000
1406.37/1379.87	c cleaning 32189 clauses out of 176508 with flag 0/656000
1484.88/1457.24	c cleaning 14624 clauses out of 181319 with flag 0/693000
1674.36/1644.14	c cleaning 37106 clauses out of 204695 with flag 0/731000
1967.74/1934.82	c cleaning 34865 clauses out of 206589 with flag 0/770000
2173.25/2137.61	c cleaning 38493 clauses out of 211724 with flag 0/810000
2378.83/2340.77	c cleaning 39964 clauses out of 214231 with flag 0/851000
2566.03/2524.67	c cleaning 37888 clauses out of 216268 with flag 0/893001
2791.83/2747.56	c cleaning 38936 clauses out of 221379 with flag 0/936000
3020.64/2974.08	c cleaning 34235 clauses out of 226444 with flag 0/980001
3485.30/3435.43	c cleaning 40739 clauses out of 237209 with flag 0/1025001
3600.09/3548.72	c starts		: 188
3600.09/3548.72	c timeout
3600.09/3548.73	c conflicts		: 1050792
3600.09/3548.73	c decisions		: 4237856
3600.09/3548.73	c propagations		: 22286541
3600.09/3548.73	c inspects		: 3811612645
3600.09/3548.73	c shortcuts		: 0
3600.09/3548.73	c learnt literals	: 0
3600.09/3548.73	c learnt binary clauses	: 0
3600.09/3548.73	c learnt ternary clauses	: 0
3600.09/3548.73	c learnt constraints	: 1050791
3600.09/3548.73	c ignored constraints	: 0
3600.09/3548.73	c root simplifications	: 0
3600.09/3548.73	c removed literals (reason simplification)	: 0
3600.09/3548.73	c reason swapping (by a shorter reason)	: 0
3600.09/3548.73	c Calls to reduceDB	: 41
3600.09/3548.73	c Number of update (reduction) of LBD	: 2074
3600.09/3548.73	c Imported unit clauses	: 0
3600.09/3548.73	c No decision after first conflict	: false
3600.09/3548.73	c number of reductions to clauses (during analyze)	: 0
3600.09/3548.73	c number of learned constraints concerned by reduction	: 0
3600.09/3548.73	c number of learning phase by resolution	: 0
3600.09/3548.73	c number of learning phase by cutting planes	: 0
3600.09/3548.73	c number of rounding to 1 operations	: 2413888
3600.09/3548.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3548.73	c number of reductions of the coefficients by power 2 	: 0
3600.09/3548.73	c number of right shift for reduction by power 2 	: 0
3600.09/3548.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3548.73	c number of ending skipping 	: 0
3600.09/3548.73	c number of internal skipping 	: 0
3600.09/3548.73	c number of derivation steps 	: 3625981
3600.09/3548.73	c number of skipped derivation steps 	: 0
3600.09/3548.73	c number of remaining unassigned 	: 174262
3600.09/3548.73	c number of remaining assigned 	: 109575786
3600.09/3548.73	c number of falsified literals weakened from reason	: 0
3600.09/3548.73	c number of falsified literals weakened from conflict	: 0
3600.09/3548.73	c time for arithmetic operations	: 2769606405
3600.09/3548.74	c minimum degree of deleted constraints	: 4
3600.09/3548.74	c maximum degree of deleted constraints	: 8433305232
3600.09/3548.74	c number of deleted constraints	: 828531
3600.09/3548.74	c speed (assignments/second)	: 6280.465903105748
3600.09/3548.74	c non guided choices	: 751
3600.09/3548.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 109631
3600.09/3548.80	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9799
3600.09/3548.80	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 102830
3600.09/3548.80	s UNKNOWN
3600.09/3548.80	c Total wall clock time (in seconds): 3548.65

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100083 s]*
/proc/loadavg: 4.43 4.31 4.28 7/334 1002019
/proc/meminfo: memFree=109773632/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=18975048 memory=64728 CPUtime=0.13 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 7221 0 0 0 11 2 0 0 20 0 18 0 194630034 19430449152 16182 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4743762 16182 5578 1 0 549334 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 5752 0 0 0 7 1 0 0 20 0 18 0 194630035 19430449152 16182 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194630037 19430449152 16182 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194630038 19430449152 16182 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64728 KiB

[startup+0.206252 s]*
/proc/loadavg: 4.43 4.31 4.28 7/335 1002020
/proc/meminfo: memFree=109767184/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19041612 memory=71808 CPUtime=0.34 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 7844 0 0 0 31 3 0 0 20 0 19 0 194630034 19498610688 17952 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4760403 17952 5738 1 0 550005 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19041612 memory=6007641856751698051 CPUtime=0.19 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 6087 0 0 0 17 2 0 0 20 0 19 0 194630035 19498610688 17952 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19041612 memory=14994 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194630037 19498610688 17952 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19041612 memory=15537410087847364 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194630038 19498610688 17952 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194630053 19498610688 17952 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71808 KiB

[startup+0.306248 s]*
/proc/loadavg: 4.43 4.31 4.28 7/335 1002020
/proc/meminfo: memFree=109741212/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19041612 memory=97744 CPUtime=0.52 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 8974 0 0 0 49 3 0 0 20 0 19 0 194630034 19498610688 24436 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4760403 24436 5829 1 0 550616 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19041996 memory=-7741227592032543326 CPUtime=0.28 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 6125 0 0 0 26 2 0 0 20 0 19 0 194630035 19499003904 24436 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19041996 memory=0 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194630037 19499003904 24501 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19041996 memory=0 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194630038 19499003904 24501 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19041996 memory=0 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194630053 19499003904 24501 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 97744 KiB

[startup+0.70291 s]
/proc/loadavg: 4.43 4.31 4.28 7/336 1002021
/proc/meminfo: memFree=109667188/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19108176 memory=175956 CPUtime=1.26 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 13274 0 0 0 120 6 0 0 20 0 20 0 194630034 19566772224 43989 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4777044 43989 5845 1 0 553888 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19108176 memory=46372 CPUtime=0.6 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 6166 0 0 0 57 3 0 0 20 0 20 0 194630035 19566772224 43989 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194630037 19566772224 43989 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19108176 memory=2312 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194630038 19566772224 43989 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19108176 memory=26268 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194630053 19566772224 43989 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175956 KiB

[startup+1.50825 s]
/proc/loadavg: 4.43 4.31 4.28 6/336 1002021
/proc/meminfo: memFree=109610236/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19108176 memory=425040 CPUtime=2.85 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 20695 0 0 0 273 12 0 0 20 0 20 0 194630034 19566772224 106260 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4777044 106260 5892 1 0 556494 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19108176 memory=13012 CPUtime=1.35 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 6547 0 0 0 128 7 0 0 20 0 20 0 194630035 19566772224 106260 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194630037 19566772224 106260 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19108176 memory=2312 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194630038 19566772224 106260 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19108176 memory=26268 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194630053 19566772224 106260 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 425040 KiB

[startup+3.10625 s]
/proc/loadavg: 4.43 4.31 4.28 5/336 1002021
/proc/meminfo: memFree=108777504/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19108176 memory=1059992 CPUtime=5.67 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 26465 0 0 0 541 26 0 0 20 0 20 0 194630034 19566772224 264998 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4777044 264998 5892 1 0 702764 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19108176 memory=0 CPUtime=2.89 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 8248 0 0 0 269 20 0 0 20 0 20 0 194630035 19566772224 264998 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19108176 memory=-7741227592032543326 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194630037 19566772224 264998 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 194630038 19566772224 264998 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19108176 memory=2312 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194630053 19566772224 264998 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1059992 KiB

[startup+6.30125 s]
/proc/loadavg: 4.48 4.32 4.29 5/336 1002022
/proc/meminfo: memFree=108609432/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19108176 memory=1227592 CPUtime=9.08 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 27071 0 0 0 878 30 0 0 20 0 20 0 194630034 19566772224 306898 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4777044 306898 5892 1 0 702767 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19108176 memory=2312 CPUtime=5.95 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 8383 0 0 0 572 23 0 0 20 0 20 0 194630035 19566772224 306898 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194630037 19566772224 306898 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 194630038 19566772224 306898 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19108176 memory=-4334520239063117600 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194630053 19566772224 306898 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 9.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1227592 KiB

[startup+12.7003 s]
/proc/loadavg: 4.44 4.32 4.29 5/336 1002022
/proc/meminfo: memFree=107604552/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19108176 memory=2230388 CPUtime=15.69 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 28823 0 0 0 1519 50 0 0 20 0 20 0 194630034 19566772224 557597 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4777044 557597 5908 1 0 838541 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19108176 memory=13012 CPUtime=12.14 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 9619 0 0 0 1173 41 0 0 20 0 20 0 194630035 19566772224 557597 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19108176 memory=1690452 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194630037 19566772224 557597 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19108176 memory=46372 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 194630038 19566772224 557597 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194630053 19566772224 557597 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 15.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2230388 KiB

[startup+25.5003 s]
/proc/loadavg: 4.42 4.32 4.29 7/335 1002225
/proc/meminfo: memFree=114269976/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19108176 memory=2234900 CPUtime=28.5 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 34528 0 0 0 2799 51 0 0 20 0 20 0 194630034 19566772224 558725 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4777044 558725 5908 1 0 838553 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19108176 memory=2232844 CPUtime=24.58 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 11982 0 0 0 2416 42 0 0 20 0 20 0 194630035 19566772224 558725 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19108176 memory=2232840 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194630037 19566772224 558725 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19108176 memory=2636 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 194630038 19566772224 558725 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194630053 19566772224 558725 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 28.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2234900 KiB

[startup+51.1061 s]
/proc/loadavg: 4.65 4.39 4.31 5/336 1002432
/proc/meminfo: memFree=112320944/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19108176 memory=2257628 CPUtime=54.61 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 40827 0 0 0 5408 53 0 0 20 0 20 0 194630034 19566772224 564407 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4777044 564407 5908 1 0 838569 0

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

[startup+3222.3 s]
/proc/loadavg: 4.35 4.32 4.30 5/334 1004712
/proc/meminfo: memFree=110316024/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19108176 memory=4337776 CPUtime=3271.33 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 307890 0 0 0 326853 280 0 0 20 0 20 0 194630034 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4777044 1084444 5924 1 0 1097376 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19108176 memory=4337776 CPUtime=3146.29 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 150956 0 0 0 314536 93 0 0 20 0 20 0 194630035 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 182 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19108176 memory=4337776 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194630037 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19108176 memory=4337776 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 3765 0 0 0 0 0 0 0 20 0 20 0 194630038 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19108176 memory=4337776 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194630053 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 3271.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4337776 KiB

[startup+3282.3 s]
/proc/loadavg: 4.56 4.40 4.32 5/333 1004723
/proc/meminfo: memFree=110315760/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19108176 memory=4337776 CPUtime=3331.54 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 310283 0 0 0 332871 283 0 0 20 0 20 0 194630034 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4777044 1084444 5924 1 0 1097376 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19108176 memory=5560 CPUtime=3205.65 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 152552 0 0 0 320472 93 0 0 20 0 20 0 194630035 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 182 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19108176 memory=4337776 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194630037 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19108176 memory=4337776 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 3900 0 0 0 0 0 0 0 20 0 20 0 194630038 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19108176 memory=28352 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194630053 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 3331.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4337776 KiB

[startup+3342.3 s]
/proc/loadavg: 4.46 4.39 4.32 5/333 1004733
/proc/meminfo: memFree=110314888/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19108176 memory=4337776 CPUtime=3391.35 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 312288 0 0 0 338849 286 0 0 20 0 20 0 194630034 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4777044 1084444 5924 1 0 1097376 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19108176 memory=13012 CPUtime=3264.63 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 154233 0 0 0 326369 94 0 0 20 0 20 0 194630035 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 182 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19108176 memory=4337776 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194630037 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19108176 memory=4337776 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 3900 0 0 0 0 0 0 0 20 0 20 0 194630038 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19108176 memory=1836 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194630053 19566772224 1084444 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 3391.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4337776 KiB

[startup+3402.3 s]
/proc/loadavg: 4.37 4.36 4.32 5/335 1004914
/proc/meminfo: memFree=110313340/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19108176 memory=4337948 CPUtime=3451.72 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 314731 0 0 0 344883 289 0 0 20 0 20 0 194630034 19566772224 1084487 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4777044 1084487 5924 1 0 1097424 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19108176 memory=13012 CPUtime=3323.58 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 155415 0 0 0 332264 94 0 0 20 0 20 0 194630035 19566772224 1084487 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 182 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19108176 memory=46372 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194630037 19566772224 1084487 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19108176 memory=4337776 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 3995 0 0 0 0 0 0 0 20 0 20 0 194630038 19566772224 1084487 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19108176 memory=4337948 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194630053 19566772224 1084487 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 3451.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4337948 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.32 4.30 5/335 1004924
/proc/meminfo: memFree=110312852/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19108176 memory=4338028 CPUtime=3512.89 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 317954 0 0 0 350998 291 0 0 20 0 20 0 194630034 19566772224 1084507 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4777044 1084507 5924 1 0 1097440 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19108176 memory=13012 CPUtime=3382.22 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 157096 0 0 0 338128 94 0 0 20 0 20 0 194630035 19566772224 1084507 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 182 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19108176 memory=46372 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194630037 19566772224 1084507 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19108176 memory=4338028 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 3995 0 0 0 0 0 0 0 20 0 20 0 194630038 19566772224 1084507 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19108176 memory=4338028 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194630053 19566772224 1084507 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 3512.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4338028 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.31 4.30 5/338 1004994
/proc/meminfo: memFree=110311460/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19108176 memory=4338032 CPUtime=3573.48 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 319483 0 0 0 357054 294 0 0 20 0 20 0 194630034 19566772224 1084508 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4777044 1084508 5924 1 0 1097440 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19108176 memory=4338028 CPUtime=3440.87 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 158207 0 0 0 343992 95 0 0 20 0 20 0 194630035 19566772224 1084508 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 182 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19108176 memory=4338028 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194630037 19566772224 1084508 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19108176 memory=4338032 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 4044 0 0 0 0 0 0 0 20 0 20 0 194630038 19566772224 1084508 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19108176 memory=4338032 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194630053 19566772224 1084508 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 3573.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4338032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3548.7 s]
/proc/loadavg: 4.33 4.33 4.31 5/336 1005068
/proc/meminfo: memFree=111987560/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19108176 memory=4338060 CPUtime=3600.09 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 321481 0 0 0 359714 295 0 0 20 0 20 0 194630034 19566772224 1084515 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4777044 1084515 5924 1 0 1097440 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19108176 memory=46372 CPUtime=3466.83 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) R 1001998 1002001 999896 0 -1 4194368 159109 0 0 0 346588 95 0 0 20 0 20 0 194630035 19566772224 1084515 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 182 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194630037 19566772224 1084515 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19108176 memory=4338060 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 4139 0 0 0 0 0 0 0 20 0 20 0 194630038 19566772224 1084515 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002020] ppid=1001998 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/1002001/task/1002020/stat : 1002020 (Timer-0) S 1001998 1002001 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194630053 19566772224 1084515 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4338060 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.31 s, system=2.97435 s

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

[startup+3548.81 s]
/proc/loadavg: 4.33 4.33 4.31 5/336 1005068
/proc/meminfo: memFree=111987560/131524600 swapFree=131071996/131071996
[pid=1002001] ppid=1001998 vsize=19307868 memory=4338908 CPUtime=3600.26 cores=1,3
/proc/1002001/stat : 1002001 (java) S 1001998 1002001 999896 0 -1 1077936128 324416 0 0 0 359730 296 0 0 20 0 15 0 194630034 19771256832 1084727 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
/proc/1002001/statm: 4826967 1084727 5936 1 0 1098386 0
[pid=1002001/tid=1002003] ppid=1001998 vsize=19307868 memory=46372 CPUtime=3466.85 cores=1,3
/proc/1002001/task/1002003/stat : 1002003 (java) S 1001998 1002001 999896 0 -1 1077936192 159283 0 0 0 346590 95 0 0 20 0 15 0 194630035 19771256832 1084727 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 182 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002012] ppid=1001998 vsize=19307868 memory=5560 CPUtime=0 cores=1,3
/proc/1002001/task/1002012/stat : 1002012 (Finalizer) S 1001998 1002001 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 194630037 19771256832 1084727 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
[pid=1002001/tid=1002019] ppid=1001998 vsize=19307868 memory=5560 CPUtime=0 cores=1,3
/proc/1002001/task/1002019/stat : 1002019 (Common-Cleaner) S 1001998 1002001 999896 0 -1 1077936192 4139 0 0 0 0 0 0 0 20 0 15 0 194630038 19771256832 1084727 134679101440 94728511172608 94728511176304 140733898842512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94728511184120 94728511184912 94728533839872 140733898847215 140733898847328 140733898847328 140733898854344 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4338908 KiB

Child status: 143

Real time (s): 3548.83
CPU time (s): 3600.28
CPU user time (s): 3597.31
CPU system time (s): 2.97435
CPU usage (%): 101.45
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4338908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.31
system time used= 2.97435
maximum resident set size= 4339896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137962
involuntary context switches= 15749


# summary of solver processes directly reported to runsolver:
#   pid: 1002001
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.31
#   total CPU system time (s): 2.97435

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.43754 second user time and 18.2326 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-19 23:31:46
IDJOB=4451125
IDBENCH=162377
IDSOLVER=3046
FILE ID=nodeC016/4451125-1721424695
RUNJOBID= nodeC016-1721421149-999908
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-ECrand6reg-v111-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-4451125-1721424695/watcher-4451125-1721424695 -o /tmp/evaluation-result-4451125-1721424695/solver-4451125-1721424695 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721421149-999908 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451125-1721424695.opb

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

MD5SUM BENCH= 66220fca8952fbecf83bd47731654b15
RANDOM SEED=1997383728

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		: 3660.412
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		: 3657.159
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		: 3600.132
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		: 3610.960
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		: 3600.037
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		: 3659.537
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		: 3660.657
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		: 3600.290
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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:        109817868 kB
MemAvailable:   113597620 kB
Buffers:          405940 kB
Cached:          4215744 kB
SwapCached:            0 kB
Active:           668512 kB
Inactive:       20385372 kB
Active(anon):       1536 kB
Inactive(anon): 16476568 kB
Active(file):     666976 kB
Inactive(file):  3908804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1144 kB
Writeback:            36 kB
AnonPages:      16430668 kB
Mapped:           127040 kB
Shmem:             45912 kB
KReclaimable:      87240 kB
Slab:             199352 kB
SReclaimable:      87240 kB
SUnreclaim:       112112 kB
KernelStack:        5140 kB
PageTables:        42516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16863712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73024 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16068608 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:55