Trace number 4451095

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.42 3385.79

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x140split.opb
MD5SUM6d6cd561f3b9d650ea4fe5a812bf9deb
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 benchmark53.2646
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1401
Total number of constraints701
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)701
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.08	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4451095-1721422124.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.32/0.23	c ... done. Wall clock time 0.07s.
0.32/0.23	c declared #vars     1401
0.32/0.23	c #constraints  1402
0.32/0.23	c constraints type 
0.32/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.32/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1400
0.32/0.23	c 1402 constraints processed.
1.63/0.97	c cleaning 1868 clauses out of 5000 with flag 0/5000
2.81/1.53	c cleaning 2107 clauses out of 9132 with flag 0/11000
3.82/2.07	c cleaning 1952 clauses out of 14025 with flag 0/18000
5.16/2.73	c cleaning 1800 clauses out of 20073 with flag 0/26000
6.14/3.45	c cleaning 2375 clauses out of 27273 with flag 0/35000
7.11/4.32	c cleaning 2921 clauses out of 34900 with flag 0/45002
8.21/5.41	c cleaning 3021 clauses out of 42978 with flag 0/56001
9.41/6.66	c cleaning 3279 clauses out of 51956 with flag 0/68000
11.36/8.56	c cleaning 3804 clauses out of 61677 with flag 0/81000
12.87/10.07	c cleaning 2680 clauses out of 71873 with flag 0/95000
15.66/12.82	c cleaning 3310 clauses out of 84194 with flag 0/110001
18.41/15.53	c cleaning 4926 clauses out of 96883 with flag 0/126000
22.69/19.70	c cleaning 5362 clauses out of 108957 with flag 0/143000
26.87/23.85	c cleaning 6853 clauses out of 121596 with flag 0/161001
34.05/30.97	c cleaning 6166 clauses out of 133742 with flag 0/180000
38.02/34.88	c cleaning 5488 clauses out of 147577 with flag 0/200001
42.19/38.97	c cleaning 5079 clauses out of 163089 with flag 0/221001
48.51/45.13	c cleaning 7249 clauses out of 180009 with flag 0/243000
56.66/53.10	c cleaning 7862 clauses out of 195762 with flag 0/266002
63.41/59.75	c cleaning 7447 clauses out of 211898 with flag 0/290000
73.14/69.26	c cleaning 9822 clauses out of 229451 with flag 0/315000
86.06/81.98	c cleaning 9782 clauses out of 245629 with flag 0/341000
102.98/98.53	c cleaning 13263 clauses out of 262847 with flag 0/368000
116.80/112.10	c cleaning 8990 clauses out of 277584 with flag 0/396000
128.91/124.09	c cleaning 9553 clauses out of 297596 with flag 0/425002
144.04/138.83	c cleaning 11208 clauses out of 318041 with flag 0/455000
162.26/156.74	c cleaning 12354 clauses out of 337833 with flag 0/486000
180.62/174.79	c cleaning 8891 clauses out of 357480 with flag 0/518001
197.90/191.67	c cleaning 10389 clauses out of 381588 with flag 0/551000
220.57/213.71	c cleaning 11627 clauses out of 405199 with flag 0/585000
243.07/235.68	c cleaning 9336 clauses out of 428574 with flag 0/620002
267.14/259.04	c cleaning 12181 clauses out of 455237 with flag 0/656001
290.25/281.52	c cleaning 14164 clauses out of 480055 with flag 0/693000
315.48/306.09	c cleaning 18426 clauses out of 503893 with flag 0/731002
343.80/333.39	c cleaning 10007 clauses out of 524466 with flag 0/770001
378.21/366.87	c cleaning 11754 clauses out of 554458 with flag 0/810000
429.81/416.94	c cleaning 17159 clauses out of 583705 with flag 0/851001
469.11/455.30	c cleaning 12496 clauses out of 608546 with flag 0/893001
507.85/492.45	c cleaning 13349 clauses out of 639049 with flag 0/936000
547.74/530.66	c cleaning 13319 clauses out of 669701 with flag 0/980001
598.75/579.60	c cleaning 15389 clauses out of 701382 with flag 0/1025001
643.27/622.08	c cleaning 10805 clauses out of 731993 with flag 0/1071001
686.36/663.18	c cleaning 10167 clauses out of 768187 with flag 0/1118000
739.06/713.36	c cleaning 11974 clauses out of 806020 with flag 0/1166000
803.74/774.69	c cleaning 14507 clauses out of 843046 with flag 0/1215000
862.21/830.66	c cleaning 11124 clauses out of 878539 with flag 0/1265000
951.67/916.85	c cleaning 22155 clauses out of 918415 with flag 0/1316000
1022.65/983.45	c cleaning 15213 clauses out of 948260 with flag 0/1368000
1142.51/1097.10	c cleaning 15866 clauses out of 986047 with flag 0/1421000
1228.58/1177.97	c cleaning 11365 clauses out of 1024182 with flag 0/1475001
1311.20/1255.75	c cleaning 16105 clauses out of 1067818 with flag 0/1530002
1400.71/1340.02	c cleaning 15931 clauses out of 1107712 with flag 0/1586001
1501.05/1435.41	c cleaning 16433 clauses out of 1148781 with flag 0/1643001
1612.63/1540.23	c cleaning 11578 clauses out of 1190349 with flag 0/1701002
1754.09/1673.21	c cleaning 11669 clauses out of 1237770 with flag 0/1760001
1869.30/1781.38	c cleaning 15876 clauses out of 1286100 with flag 0/1820000
1975.36/1882.62	c cleaning 12597 clauses out of 1331224 with flag 0/1881000
2099.97/1999.04	c cleaning 12366 clauses out of 1380628 with flag 0/1943001
2257.08/2145.00	c cleaning 10723 clauses out of 1431261 with flag 0/2006000
2406.85/2281.55	c cleaning 12494 clauses out of 1484539 with flag 0/2070001
2576.77/2438.04	c cleaning 17630 clauses out of 1537045 with flag 0/2135001
2712.93/2565.61	c cleaning 15502 clauses out of 1585414 with flag 0/2201000
2923.61/2757.85	c cleaning 12053 clauses out of 1636912 with flag 0/2268000
3176.90/2985.16	c cleaning 11994 clauses out of 1692860 with flag 0/2336001
3358.09/3156.67	c cleaning 11940 clauses out of 1749866 with flag 0/2405001
3573.97/3360.96	c cleaning 14056 clauses out of 1807926 with flag 0/2475001
3600.18/3385.62	c starts		: 230
3600.18/3385.62	c timeout
3600.18/3385.62	c conflicts		: 2481745
3600.18/3385.62	c decisions		: 4696906
3600.18/3385.62	c propagations		: 26838047
3600.18/3385.62	c inspects		: 10870142041
3600.18/3385.62	c shortcuts		: 0
3600.18/3385.62	c learnt literals	: 0
3600.18/3385.62	c learnt binary clauses	: 0
3600.18/3385.62	c learnt ternary clauses	: 0
3600.18/3385.62	c learnt constraints	: 2481745
3600.18/3385.62	c ignored constraints	: 0
3600.18/3385.62	c root simplifications	: 0
3600.18/3385.62	c removed literals (reason simplification)	: 0
3600.18/3385.62	c reason swapping (by a shorter reason)	: 0
3600.18/3385.62	c Calls to reduceDB	: 66
3600.18/3385.62	c Number of update (reduction) of LBD	: 153232
3600.18/3385.62	c Imported unit clauses	: 0
3600.18/3385.62	c No decision after first conflict	: false
3600.18/3385.62	c number of reductions to clauses (during analyze)	: 0
3600.18/3385.62	c number of learned constraints concerned by reduction	: 0
3600.18/3385.62	c number of learning phase by resolution	: 0
3600.18/3385.62	c number of learning phase by cutting planes	: 0
3600.18/3385.62	c number of rounding to 1 operations	: 4878768
3600.18/3385.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.18/3385.62	c number of reductions of the coefficients by power 2 	: 0
3600.18/3385.62	c number of right shift for reduction by power 2 	: 0
3600.18/3385.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.18/3385.62	c number of ending skipping 	: 0
3600.18/3385.62	c number of internal skipping 	: 0
3600.18/3385.62	c number of derivation steps 	: 11251359
3600.18/3385.62	c number of skipped derivation steps 	: 0
3600.18/3385.62	c number of remaining unassigned 	: 24562
3600.18/3385.62	c number of remaining assigned 	: 46332234
3600.18/3385.62	c number of falsified literals weakened from reason	: 0
3600.18/3385.62	c number of falsified literals weakened from conflict	: 0
3600.18/3385.62	c time for arithmetic operations	: 4079195048
3600.18/3385.63	c minimum degree of deleted constraints	: 4
3600.18/3385.63	c maximum degree of deleted constraints	: 38801250
3600.18/3385.63	c number of deleted constraints	: 681131
3600.18/3385.63	c speed (assignments/second)	: 7927.594585685101
3600.18/3385.63	c non guided choices	: 82937
3600.32/3385.75	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1131568
3600.32/3385.75	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 42036
3600.32/3385.75	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 627010
3600.32/3385.75	s UNKNOWN
3600.32/3385.75	c Total wall clock time (in seconds): 3385.6

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: 63968 MiB (62768 MiB free)
  memory of node 1: 64473 MiB (63430 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451095-1721422124/watcher-4451095-1721422124 -o /tmp/evaluation-result-4451095-1721422124/solver-4451095-1721422124 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721422136-1031746 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451095-1721422124.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=1031804, runsolver pid=1031791

[startup+0.101209 s]*
/proc/loadavg: 1.15 2.24 3.27 17/324 1031875
/proc/meminfo: memFree=129055924/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=18975048 memory=63408 CPUtime=0.13 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 7230 0 0 0 11 2 0 0 20 0 18 0 194378532 19430449152 15852 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4743762 15852 5725 1 0 549323 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 1077936192 5753 0 0 0 6 2 0 0 20 0 18 0 194378533 19430449152 15852 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 194378534 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=18975048 memory=1676398 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194378535 19430449152 15852 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194378536 19430449152 15852 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63408 KiB

[startup+0.20542 s]*
/proc/loadavg: 1.15 2.24 3.27 13/324 1031875
/proc/meminfo: memFree=128945660/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=18975048 memory=92104 CPUtime=0.32 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 7803 0 0 0 29 3 0 0 20 0 18 0 194378532 19430449152 23026 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4743762 23026 5741 1 0 549675 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=18975048 memory=6876556183782621315 CPUtime=0.17 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 6040 0 0 0 15 2 0 0 20 0 18 0 194378533 19430449152 23026 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 194378534 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=18975048 memory=1676398 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194378535 19430449152 23026 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194378536 19430449152 23026 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 92104 KiB

[startup+0.306133 s]*
/proc/loadavg: 1.15 2.24 3.27 16/328 1031879
/proc/meminfo: memFree=128852020/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19041612 memory=115152 CPUtime=0.48 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 9047 0 0 0 45 3 0 0 20 0 19 0 194378532 19498610688 28788 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4760403 28788 5845 1 0 550840 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19041612 memory=-7740383167102935648 CPUtime=0.25 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 6152 0 0 0 22 3 0 0 20 0 19 0 194378533 19498610688 28788 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 194378534 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194378535 19498610688 28788 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194378536 19498610688 28788 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031879] ppid=1031791 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1031804/task/1031879/stat : 1031879 (Timer-0) S 1031791 1031804 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194378556 19498610688 28788 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 115152 KiB

[startup+0.710189 s]
/proc/loadavg: 1.15 2.24 3.27 15/332 1031883
/proc/meminfo: memFree=128624956/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19108176 memory=173896 CPUtime=1.25 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 13268 0 0 0 120 5 0 0 20 0 20 0 194378532 19566772224 43474 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4777044 43474 5861 1 0 553846 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19108176 memory=12420 CPUtime=0.61 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 6187 0 0 0 57 4 0 0 20 0 20 0 194378533 19566772224 43474 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 194378534 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19108176 memory=12420 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 43474 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19108176 memory=752915681681310142 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 43474 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031879] ppid=1031791 vsize=19108176 memory=39476 CPUtime=0 cores=5,7
/proc/1031804/task/1031879/stat : 1031879 (Timer-0) S 1031791 1031804 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378556 19566772224 43474 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173896 KiB

[startup+1.50113 s]
/proc/loadavg: 1.15 2.24 3.27 13/332 1031885
/proc/meminfo: memFree=128286744/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19108176 memory=545176 CPUtime=2.81 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 21222 0 0 0 267 14 0 0 20 0 20 0 194378532 19566772224 136294 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4777044 136294 5877 1 0 556298 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19108176 memory=12420 CPUtime=1.37 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 6681 0 0 0 126 11 0 0 20 0 20 0 194378533 19566772224 136294 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 194378534 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19108176 memory=39476 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 136294 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 136294 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031879] ppid=1031791 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1031804/task/1031879/stat : 1031879 (Timer-0) S 1031791 1031804 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378556 19566772224 136294 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 545176 KiB

[startup+3.10713 s]
/proc/loadavg: 1.15 2.24 3.27 12/332 1031885
/proc/meminfo: memFree=124730732/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19108176 memory=1086748 CPUtime=5.84 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 26159 0 0 0 560 24 0 0 20 0 20 0 194378532 19566772224 271687 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4777044 271687 5893 1 0 557279 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19108176 memory=0 CPUtime=2.93 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 7927 0 0 0 273 20 0 0 20 0 20 0 194378533 19566772224 271687 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 194378534 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19108176 memory=12420 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 271687 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 271687 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031879] ppid=1031791 vsize=19108176 memory=11664 CPUtime=0 cores=5,7
/proc/1031804/task/1031879/stat : 1031879 (Timer-0) S 1031791 1031804 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378556 19566772224 271687 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1086748 KiB

[startup+6.30113 s]
/proc/loadavg: 1.46 2.29 3.28 8/332 1031885
/proc/meminfo: memFree=123991608/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19108176 memory=1323516 CPUtime=9.11 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 26519 0 0 0 881 30 0 0 20 0 20 0 194378532 19566772224 330879 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4777044 330879 5893 1 0 557295 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19108176 memory=12420 CPUtime=6.02 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 8173 0 0 0 577 25 0 0 20 0 20 0 194378533 19566772224 330879 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 194378534 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 330879 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 330879 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031879] ppid=1031791 vsize=19108176 memory=11664 CPUtime=0 cores=5,7
/proc/1031804/task/1031879/stat : 1031879 (Timer-0) S 1031791 1031804 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378556 19566772224 330879 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 9.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1323516 KiB

[startup+12.7011 s]
/proc/loadavg: 1.67 2.32 3.28 8/332 1031886
/proc/meminfo: memFree=122685244/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19108176 memory=1748372 CPUtime=15.56 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 27708 0 0 0 1518 38 0 0 20 0 20 0 194378532 19566772224 437093 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4777044 437093 5893 1 0 663821 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19108176 memory=1748368 CPUtime=12.19 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 8870 0 0 0 1187 32 0 0 20 0 20 0 194378533 19566772224 437093 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 194378534 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 437093 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 437093 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031879] ppid=1031791 vsize=19108176 memory=12420 CPUtime=0 cores=5,7
/proc/1031804/task/1031879/stat : 1031879 (Timer-0) S 1031791 1031804 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378556 19566772224 437093 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 15.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1748372 KiB

[startup+25.5003 s]
/proc/loadavg: 2.26 2.42 3.30 8/332 1031888
/proc/meminfo: memFree=120681344/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19108176 memory=2265992 CPUtime=28.6 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 32369 0 0 0 2808 52 0 0 20 0 20 0 194378532 19566772224 566498 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4777044 566498 5921 1 0 791246 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19108176 memory=2261896 CPUtime=24.58 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 10486 0 0 0 2413 45 0 0 20 0 20 0 194378533 19566772224 566498 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 194378534 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19108176 memory=2261896 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 566498 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19108176 memory=2273 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 566498 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031879] ppid=1031791 vsize=19108176 memory=2382 CPUtime=0 cores=5,7
/proc/1031804/task/1031879/stat : 1031879 (Timer-0) S 1031791 1031804 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378556 19566772224 566498 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 28.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2265992 KiB

[startup+51.1061 s]
/proc/loadavg: 2.86 2.55 3.32 8/331 1031892
/proc/meminfo: memFree=119468228/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19108176 memory=2837116 CPUtime=54.62 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 39006 0 0 0 5396 66 0 0 20 0 20 0 194378532 19566772224 709279 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4777044 709279 5921 1 0 924951 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19108176 memory=-7740383167102870112 CPUtime=49.4 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 13402 0 0 0 4884 56 0 0 20 0 20 0 194378533 19566772224 709279 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 194378534 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0

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

[startup+3042.3 s]
/proc/loadavg: 4.53 4.49 4.40 8/332 1033630
/proc/meminfo: memFree=104977916/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19174740 memory=9119288 CPUtime=3237.11 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 331637 0 0 0 323368 343 0 0 20 0 21 0 194378532 19634933760 2279822 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4793685 2279822 5921 1 0 2313810 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19174740 memory=9119284 CPUtime=2934.4 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 159331 0 0 0 293248 192 0 0 20 0 21 0 194378533 19634933760 2279822 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 194378576 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19174740 memory=11664 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 194378535 19634933760 2279822 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19174740 memory=9119284 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 3184 0 0 0 0 0 0 0 20 0 21 0 194378536 19634933760 2279822 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031879] ppid=1031791 vsize=19174740 memory=11664 CPUtime=0 cores=5,7
/proc/1031804/task/1031879/stat : 1031879 (Timer-0) S 1031791 1031804 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 194378556 19634933760 2279822 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 3237.11 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9119288 KiB

[startup+3102.3 s]
/proc/loadavg: 4.56 4.49 4.41 8/334 1033645
/proc/meminfo: memFree=104977084/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19174740 memory=9119444 CPUtime=3300.94 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 332868 0 0 0 329749 345 0 0 20 0 21 0 194378532 19634933760 2279861 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4793685 2279861 5921 1 0 2313881 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19174740 memory=9119436 CPUtime=2992.7 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 160284 0 0 0 299078 192 0 0 20 0 21 0 194378533 19634933760 2279861 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 194378576 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19174740 memory=9119436 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 194378535 19634933760 2279861 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19174740 memory=9119288 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 3188 0 0 0 0 0 0 0 20 0 21 0 194378536 19634933760 2279861 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031879] ppid=1031791 vsize=19174740 memory=-7740383167102870112 CPUtime=0 cores=5,7
/proc/1031804/task/1031879/stat : 1031879 (Timer-0) S 1031791 1031804 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 194378556 19634933760 2279861 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 3300.94 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9119444 KiB

[startup+3162.3 s]
/proc/loadavg: 4.44 4.47 4.41 8/334 1033657
/proc/meminfo: memFree=104976276/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19174740 memory=9119552 CPUtime=3364.19 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 334214 0 0 0 336072 347 0 0 20 0 21 0 194378532 19634933760 2279888 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4793685 2279888 5921 1 0 2313881 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19174740 memory=9119436 CPUtime=3051.13 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 161407 0 0 0 304921 192 0 0 20 0 21 0 194378533 19634933760 2279888 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 194378576 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19174740 memory=9119288 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 194378535 19634933760 2279888 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19174740 memory=9119548 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 3188 0 0 0 0 0 0 0 20 0 21 0 194378536 19634933760 2279888 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031879] ppid=1031791 vsize=19174740 memory=9119548 CPUtime=0 cores=5,7
/proc/1031804/task/1031879/stat : 1031879 (Timer-0) S 1031791 1031804 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 194378556 19634933760 2279888 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 3364.19 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9119552 KiB

[startup+3222.3 s]
/proc/loadavg: 4.51 4.49 4.42 8/334 1033668
/proc/meminfo: memFree=104975192/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19174740 memory=9119664 CPUtime=3427.06 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 341074 0 0 0 342355 351 0 0 20 0 21 0 194378532 19634933760 2279916 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4793685 2279916 5921 1 0 2313881 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19174740 memory=9119436 CPUtime=3109.38 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 164832 0 0 0 310745 193 0 0 20 0 21 0 194378533 19634933760 2279916 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 194378576 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19174740 memory=9119288 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 194378535 19634933760 2279916 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19174740 memory=9119664 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 3275 0 0 0 0 0 0 0 20 0 21 0 194378536 19634933760 2279916 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031879] ppid=1031791 vsize=19174740 memory=9119664 CPUtime=0 cores=5,7
/proc/1031804/task/1031879/stat : 1031879 (Timer-0) S 1031791 1031804 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 194378556 19634933760 2279916 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 3427.06 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9119664 KiB

[startup+3282.3 s]
/proc/loadavg: 6.36 4.95 4.58 8/334 1033680
/proc/meminfo: memFree=104974092/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19174740 memory=9119908 CPUtime=3490.61 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 350099 0 0 0 348707 354 0 0 20 0 21 0 194378532 19634933760 2279977 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4793685 2279977 5921 1 0 2313932 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19174740 memory=9119908 CPUtime=3167.66 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 168546 0 0 0 316572 194 0 0 20 0 21 0 194378533 19634933760 2279977 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 194378576 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19174740 memory=9119908 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 194378535 19634933760 2279977 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19174740 memory=9119896 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 3305 0 0 0 0 0 0 0 20 0 21 0 194378536 19634933760 2279977 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031879] ppid=1031791 vsize=19174740 memory=11664 CPUtime=0 cores=5,7
/proc/1031804/task/1031879/stat : 1031879 (Timer-0) S 1031791 1031804 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 194378556 19634933760 2279977 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 3490.61 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9119908 KiB

[startup+3342.3 s]
/proc/loadavg: 5.26 4.89 4.58 10/333 1033693
/proc/meminfo: memFree=104973596/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19174740 memory=9119920 CPUtime=3554.64 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 353387 0 0 0 355107 357 0 0 20 0 21 0 194378532 19634933760 2279980 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4793685 2279980 5921 1 0 2313932 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19174740 memory=11664 CPUtime=3225.69 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) S 1031791 1031804 1031733 0 -1 1077936192 171075 0 0 0 322375 194 0 0 20 0 21 0 194378533 19634933760 2279980 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 194378576 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19174740 memory=16156 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 194378535 19634933760 2279980 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19174740 memory=48052 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 3402 0 0 0 0 0 0 0 20 0 21 0 194378536 19634933760 2279980 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031879] ppid=1031791 vsize=19174740 memory=9119920 CPUtime=0 cores=5,7
/proc/1031804/task/1031879/stat : 1031879 (Timer-0) S 1031791 1031804 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 194378556 19634933760 2279980 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 3554.64 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9119920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3385.61 s]
/proc/loadavg: 4.83 4.83 4.57 6/333 1033903
/proc/meminfo: memFree=112065552/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19174740 memory=9119928 CPUtime=3600.18 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 361181 0 0 0 359658 360 0 0 20 0 21 0 194378532 19634933760 2279982 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4793685 2279982 5921 1 0 2313932 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19174740 memory=11664 CPUtime=3268.04 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) R 1031791 1031804 1031733 0 -1 4194368 174958 0 0 0 326609 195 0 0 20 0 21 0 194378533 19634933760 2279982 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 194378576 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19174740 memory=12420 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 194378535 19634933760 2279982 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19174740 memory=9119928 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 3449 0 0 0 0 0 0 0 20 0 21 0 194378536 19634933760 2279982 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031879] ppid=1031791 vsize=19174740 memory=9119928 CPUtime=0 cores=5,7
/proc/1031804/task/1031879/stat : 1031879 (Timer-0) S 1031791 1031804 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 194378556 19634933760 2279982 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9119928 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.79 s, system=3.63298 s

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

[startup+3385.7 s]
/proc/loadavg: 4.83 4.83 4.57 6/333 1033903
/proc/meminfo: memFree=112065552/131524600 swapFree=131071996/131071996
[pid=1031804] ppid=1031791 vsize=19374432 memory=9120680 CPUtime=3600.32 cores=5,7
/proc/1031804/stat : 1031804 (java) S 1031791 1031804 1031733 0 -1 1077936128 364007 0 0 0 359672 360 0 0 20 0 22 0 194378532 19839418368 2280170 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
/proc/1031804/statm: 4843608 2280170 5920 1 0 2314841 0
[pid=1031804/tid=1031810] ppid=1031791 vsize=19374432 memory=9119920 CPUtime=3268.05 cores=5,7
/proc/1031804/task/1031810/stat : 1031810 (java) S 1031791 1031804 1031733 0 -1 1077936192 175039 0 0 0 326610 195 0 0 20 0 22 0 194378533 19839418368 2280170 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 194378576 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031853] ppid=1031791 vsize=19374432 memory=48052 CPUtime=0 cores=5,7
/proc/1031804/task/1031853/stat : 1031853 (Finalizer) S 1031791 1031804 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 194378535 19839418368 2280170 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
[pid=1031804/tid=1031875] ppid=1031791 vsize=19374432 memory=9119928 CPUtime=0 cores=5,7
/proc/1031804/task/1031875/stat : 1031875 (Common-Cleaner) S 1031791 1031804 1031733 0 -1 1077936192 3449 0 0 0 0 0 0 0 20 0 22 0 194378536 19839418368 2280170 134679101440 94085432987648 94085432991344 140725720828144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94085432999160 94085432999952 94085442695168 140725720835054 140725720835167 140725720835167 140725720842184 0
Current children cumulated CPU time: 3600.32 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 9120680 KiB

Child status: 143

Real time (s): 3385.79
CPU time (s): 3600.42
CPU user time (s): 3596.79
CPU system time (s): 3.63298
CPU usage (%): 106.339
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 9120680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.79
system time used= 3.63298
maximum resident set size= 9121896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364322
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= 142452
involuntary context switches= 21954


# summary of solver processes directly reported to runsolver:
#   pid: 1031804
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3596.79
#   total CPU system time (s): 3.63298

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.57526 second user time and 18.9918 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 22:48:56
IDJOB=4451095
IDBENCH=162352
IDSOLVER=3046
FILE ID=nodeC026/4451095-1721422124
RUNJOBID= nodeC026-1721422136-1031746
SLURM_JOB_ID= 7545504
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x140split.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451095-1721422124/watcher-4451095-1721422124 -o /tmp/evaluation-result-4451095-1721422124/solver-4451095-1721422124 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721422136-1031746 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451095-1721422124.opb

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

MD5SUM BENCH= 6d6cd561f3b9d650ea4fe5a812bf9deb
RANDOM SEED=854604774

nodeC026.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		: 3418.420
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.74
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		: 3401.514
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	: 7005.45
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		: 3554.449
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.74
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		: 3591.743
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	: 7005.45
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		: 3546.856
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.74
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		: 3531.051
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	: 7005.45
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		: 3600.093
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.74
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		: 3577.345
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	: 7005.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129227284 kB
MemAvailable:   129733464 kB
Buffers:          573552 kB
Cached:           779328 kB
SwapCached:            0 kB
Active:          1086096 kB
Inactive:         602612 kB
Active(anon):       1440 kB
Inactive(anon):   380296 kB
Active(file):    1084656 kB
Inactive(file):   222316 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2900 kB
Writeback:             0 kB
AnonPages:        332832 kB
Mapped:           106788 kB
Shmem:             45912 kB
KReclaimable:      78060 kB
Slab:             188444 kB
SReclaimable:      78060 kB
SUnreclaim:       110384 kB
KernelStack:        3840 kB
PageTables:         9876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     813160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC026 at 2024-07-19 23:45:22