Trace number 4452805

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.22 3566.35

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP065.shuf-3.opb
MD5SUMff63d464810e05f4e638d683112dc5a7
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 benchmark1.4335
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11055
Total number of constraints2212
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints2209
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4452805-1721448415.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.52/0.36	c ... done. Wall clock time 0.197s.
0.52/0.36	c declared #vars     11055
0.52/0.36	c #constraints  2212
0.52/0.36	c constraints type 
0.52/0.36	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2212
0.52/0.36	c 2212 constraints processed.
3.05/1.61	c cleaning 2498 clauses out of 5001 with flag 0/5001
4.82/2.51	c cleaning 4220 clauses out of 8502 with flag 0/11000
6.33/3.37	c cleaning 5478 clauses out of 11282 with flag 0/18000
8.32/5.28	c cleaning 6674 clauses out of 13804 with flag 0/26000
9.99/6.85	c cleaning 7815 clauses out of 16130 with flag 0/35000
12.48/9.36	c cleaning 8908 clauses out of 18315 with flag 0/45000
14.31/11.13	c cleaning 9781 clauses out of 20408 with flag 0/56001
18.73/15.52	c cleaning 10903 clauses out of 22626 with flag 0/68000
21.85/18.68	c cleaning 11728 clauses out of 24724 with flag 0/81001
26.15/22.95	c cleaning 12879 clauses out of 26995 with flag 0/95000
29.35/26.10	c cleaning 13828 clauses out of 29117 with flag 0/110001
31.65/28.36	c cleaning 14761 clauses out of 31288 with flag 0/126000
35.84/32.49	c cleaning 15719 clauses out of 33527 with flag 0/143000
53.92/50.43	c cleaning 16938 clauses out of 35808 with flag 0/161000
58.28/54.73	c cleaning 17721 clauses out of 37871 with flag 0/180001
62.03/58.45	c cleaning 18664 clauses out of 40149 with flag 0/200000
67.74/64.06	c cleaning 19588 clauses out of 42485 with flag 0/221000
85.47/81.57	c cleaning 20839 clauses out of 44897 with flag 0/243000
123.24/119.22	c cleaning 22054 clauses out of 47059 with flag 0/266001
127.74/123.68	c cleaning 22585 clauses out of 49004 with flag 0/290000
160.95/156.66	c cleaning 23559 clauses out of 51419 with flag 0/315000
350.58/346.25	c cleaning 24805 clauses out of 53860 with flag 0/341000
488.85/484.64	c cleaning 25833 clauses out of 56055 with flag 0/368000
503.56/499.13	c cleaning 26822 clauses out of 58223 with flag 0/396001
512.67/507.94	c cleaning 26146 clauses out of 60400 with flag 0/425000
561.37/556.01	c cleaning 28469 clauses out of 64254 with flag 0/455000
603.11/597.42	c cleaning 25119 clauses out of 66785 with flag 0/486000
624.67/618.80	c cleaning 29666 clauses out of 73666 with flag 0/518000
638.15/632.06	c cleaning 28980 clauses out of 77000 with flag 0/551000
684.84/678.54	c cleaning 30868 clauses out of 82020 with flag 0/585000
694.67/688.17	c cleaning 30148 clauses out of 86152 with flag 0/620000
704.11/697.39	c cleaning 31947 clauses out of 92004 with flag 0/656000
731.04/723.73	c cleaning 34502 clauses out of 97057 with flag 0/693000
769.61/761.55	c cleaning 35860 clauses out of 100555 with flag 0/731000
786.52/778.04	c cleaning 31592 clauses out of 103695 with flag 0/770000
809.34/800.33	c cleaning 33168 clauses out of 112105 with flag 0/810002
832.37/822.98	c cleaning 35346 clauses out of 119935 with flag 0/851000
856.01/846.22	c cleaning 36818 clauses out of 126590 with flag 0/893001
970.78/960.30	c cleaning 39616 clauses out of 132772 with flag 0/936001
997.85/987.13	c cleaning 40347 clauses out of 137155 with flag 0/980000
1058.38/1046.94	c cleaning 40190 clauses out of 141809 with flag 0/1025001
1144.51/1132.60	c cleaning 41277 clauses out of 147618 with flag 0/1071000
1238.63/1226.03	c cleaning 42708 clauses out of 153342 with flag 0/1118001
1289.28/1276.41	c cleaning 41926 clauses out of 158633 with flag 0/1166000
1317.47/1304.22	c cleaning 41324 clauses out of 165707 with flag 0/1215000
1352.13/1338.28	c cleaning 46613 clauses out of 174383 with flag 0/1265000
1411.55/1397.07	c cleaning 44128 clauses out of 178770 with flag 0/1316000
1441.53/1426.76	c cleaning 46586 clauses out of 186643 with flag 0/1368001
1487.67/1471.82	c cleaning 46499 clauses out of 193056 with flag 0/1421000
1534.44/1517.54	c cleaning 51232 clauses out of 200558 with flag 0/1475001
2432.55/2416.31	c cleaning 51919 clauses out of 204326 with flag 0/1530001
2455.00/2437.82	c cleaning 47267 clauses out of 208406 with flag 0/1586000
2500.40/2482.16	c cleaning 47945 clauses out of 218140 with flag 0/1643001
2527.11/2507.74	c cleaning 48834 clauses out of 228194 with flag 0/1701000
2561.92/2541.68	c cleaning 50638 clauses out of 238360 with flag 0/1760000
2657.11/2635.36	c cleaning 54654 clauses out of 247722 with flag 0/1820000
2767.62/2745.17	c cleaning 54531 clauses out of 254068 with flag 0/1881000
2792.82/2769.35	c cleaning 52112 clauses out of 261538 with flag 0/1943001
2938.29/2913.45	c cleaning 51322 clauses out of 272426 with flag 0/2006001
2979.91/2953.41	c cleaning 53253 clauses out of 285105 with flag 0/2070002
3018.48/2990.58	c cleaning 56226 clauses out of 296851 with flag 0/2135001
3094.18/3064.60	c cleaning 53793 clauses out of 306624 with flag 0/2201000
3239.32/3208.66	c cleaning 51893 clauses out of 319832 with flag 0/2268001
3315.99/3284.49	c cleaning 57350 clauses out of 335938 with flag 0/2336000
3352.38/3319.58	c cleaning 61773 clauses out of 347588 with flag 0/2405000
3600.01/3566.22	c starts		: 230
3600.01/3566.22	c conflicts		: 2460256
3600.01/3566.22	c decisions		: 9948436
3600.01/3566.22	c propagations		: 28085413
3600.01/3566.22	c inspects		: 4794292834
3600.01/3566.22	c shortcuts		: 0
3600.01/3566.22	c learnt literals	: 0
3600.01/3566.22	c learnt binary clauses	: 0
3600.01/3566.22	c learnt ternary clauses	: 218
3600.01/3566.22	c learnt constraints	: 2460256
3600.01/3566.22	c ignored constraints	: 0
3600.01/3566.22	c root simplifications	: 0
3600.01/3566.22	c removed literals (reason simplification)	: 0
3600.01/3566.22	c reason swapping (by a shorter reason)	: 0
3600.01/3566.22	c Calls to reduceDB	: 65
3600.01/3566.22	c Number of update (reduction) of LBD	: 127704
3600.01/3566.22	c Imported unit clauses	: 0
3600.01/3566.22	c No decision after first conflict	: false
3600.01/3566.22	c number of reductions to clauses (during analyze)	: 0
3600.01/3566.22	c number of learned constraints concerned by reduction	: 0
3600.01/3566.22	c number of learning phase by resolution	: 0
3600.01/3566.22	c number of learning phase by cutting planes	: 0
3600.01/3566.22	c number of rounding to 1 operations	: 10158778
3600.01/3566.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3566.22	c number of reductions of the coefficients by power 2 	: 0
3600.01/3566.22	c number of right shift for reduction by power 2 	: 0
3600.01/3566.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3566.22	c number of ending skipping 	: 0
3600.01/3566.22	c number of internal skipping 	: 0
3600.01/3566.22	c number of derivation steps 	: 9337217
3600.01/3566.22	c number of skipped derivation steps 	: 0
3600.01/3566.22	c number of remaining unassigned 	: 46811
3600.01/3566.23	c number of remaining assigned 	: 97748949
3600.01/3566.23	c number of falsified literals weakened from reason	: 0
3600.01/3566.23	c number of falsified literals weakened from conflict	: 0
3600.01/3566.23	c time for arithmetic operations	: 5633277336
3600.01/3566.23	c minimum degree of deleted constraints	: 4
3600.01/3566.23	c maximum degree of deleted constraints	: 293317793
3600.01/3566.23	c number of deleted constraints	: 2119185
3600.01/3566.23	c timeout
3600.01/3566.24	c speed (assignments/second)	: 7876.163073579416
3600.01/3566.24	c non guided choices	: 2427417
3600.16/3566.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 128268
3600.16/3566.32	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 18744
3600.16/3566.32	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 194059
3600.16/3566.33	s UNKNOWN
3600.16/3566.33	c Total wall clock time (in seconds): 3566.174

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452805-1721448415/watcher-4452805-1721448415 -o /tmp/evaluation-result-4452805-1721448415/solver-4452805-1721448415 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721444822-1047787 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452805-1721448415.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=1050166, runsolver pid=1050163

[startup+0.10261 s]*
/proc/loadavg: 4.13 4.15 4.17 9/328 1050184
/proc/meminfo: memFree=121442420/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=18975048 memory=64152 CPUtime=0.14 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 7104 0 0 0 11 3 0 0 20 0 18 0 197001756 19430449152 16038 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4743762 16038 5516 1 0 549357 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 1078198336 5682 0 0 0 7 2 0 0 20 0 18 0 197001756 19430449152 16038 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197001759 19430449152 16038 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=18975048 memory=14690799021109405 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197001759 19430449152 16038 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64152 KiB

[startup+0.206195 s]*
/proc/loadavg: 4.13 4.15 4.17 7/328 1050184
/proc/meminfo: memFree=121222380/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=18975048 memory=99512 CPUtime=0.32 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 7601 0 0 0 28 4 0 0 20 0 18 0 197001756 19430449152 24878 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4743762 24878 5725 1 0 549639 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 5953 0 0 0 15 3 0 0 20 0 18 0 197001756 19430449152 24878 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=18975048 memory=1749866 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197001759 19430449152 24878 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=18975048 memory=16097074391287456 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197001759 19430449152 24878 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 99512 KiB

[startup+0.313605 s]*
/proc/loadavg: 4.13 4.15 4.17 7/329 1050185
/proc/meminfo: memFree=121047664/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19041612 memory=165888 CPUtime=0.52 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 9295 0 0 0 46 6 0 0 20 0 19 0 197001756 19498610688 41472 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4760403 41472 5833 1 0 551004 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19041612 memory=-7811877811187246438 CPUtime=0.26 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 5989 0 0 0 22 4 0 0 20 0 19 0 197001756 19498610688 41472 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197001759 19498610688 41472 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 197001759 19498610688 41472 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 165888 KiB

[startup+0.700646 s]
/proc/loadavg: 4.13 4.15 4.17 7/330 1050186
/proc/meminfo: memFree=121025772/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19108176 memory=188980 CPUtime=1.26 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 15445 0 0 0 118 8 0 0 20 0 20 0 197001756 19566772224 47245 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4777044 47245 5849 1 0 555791 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19108176 memory=5448 CPUtime=0.58 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 6071 0 0 0 54 4 0 0 20 0 20 0 197001756 19566772224 47245 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19108176 memory=12740 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 47245 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19108176 memory=164 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 47245 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050186] ppid=1050163 vsize=19108176 memory=117636 CPUtime=0 cores=0,2
/proc/1050166/task/1050186/stat : 1050186 (Timer-0) S 1050163 1050166 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001792 19566772224 47245 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188980 KiB

[startup+1.50064 s]
/proc/loadavg: 4.13 4.15 4.17 9/330 1050186
/proc/meminfo: memFree=120922484/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19108176 memory=791944 CPUtime=2.85 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 15974 0 0 0 266 19 0 0 20 0 20 0 197001756 19566772224 197986 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4777044 197986 5849 1 0 555801 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19108176 memory=12740 CPUtime=1.36 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 6429 0 0 0 121 15 0 0 20 0 20 0 197001756 19566772224 197986 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 197986 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 197986 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050186] ppid=1050163 vsize=19108176 memory=280826705257744 CPUtime=0 cores=0,2
/proc/1050166/task/1050186/stat : 1050186 (Timer-0) S 1050163 1050166 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001792 19566772224 197986 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 791944 KiB

[startup+3.10584 s]
/proc/loadavg: 4.20 4.17 4.18 7/330 1050186
/proc/meminfo: memFree=117778908/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19108176 memory=2000760 CPUtime=6.01 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 20310 0 0 0 557 44 0 0 20 0 20 0 197001756 19566772224 500190 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4777044 500190 5849 1 0 833410 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19108176 memory=0 CPUtime=2.89 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 7039 0 0 0 252 37 0 0 20 0 20 0 197001756 19566772224 500190 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19108176 memory=12740 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 500190 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 500190 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050186] ppid=1050163 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/1050166/task/1050186/stat : 1050186 (Timer-0) S 1050163 1050166 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001792 19566772224 500190 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2000760 KiB

[startup+6.30064 s]
/proc/loadavg: 4.20 4.17 4.18 5/330 1050188
/proc/meminfo: memFree=116832156/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19108176 memory=2017728 CPUtime=9.43 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 20862 0 0 0 899 44 0 0 20 0 20 0 197001756 19566772224 504432 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4777044 504432 5849 1 0 833417 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19108176 memory=12740 CPUtime=6.01 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 7515 0 0 0 563 38 0 0 20 0 20 0 197001756 19566772224 504432 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 504432 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19108176 memory=853644 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 504432 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050186] ppid=1050163 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1050166/task/1050186/stat : 1050186 (Timer-0) S 1050163 1050166 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001792 19566772224 504432 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 9.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2017728 KiB

[startup+12.7006 s]
/proc/loadavg: 4.17 4.16 4.17 7/330 1050188
/proc/meminfo: memFree=116806824/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19108176 memory=2018400 CPUtime=15.9 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 25232 0 0 0 1545 45 0 0 20 0 20 0 197001756 19566772224 504600 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4777044 504600 5881 1 0 833417 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19108176 memory=0 CPUtime=12.24 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 8744 0 0 0 1186 38 0 0 20 0 20 0 197001756 19566772224 504600 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19108176 memory=-7811877811187246438 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 504600 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 504600 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050186] ppid=1050163 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/1050166/task/1050186/stat : 1050186 (Timer-0) S 1050163 1050166 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001792 19566772224 504600 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 15.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2018400 KiB

[startup+25.5007 s]
/proc/loadavg: 4.14 4.15 4.17 5/330 1050190
/proc/meminfo: memFree=116738220/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19108176 memory=2041220 CPUtime=28.8 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 30221 0 0 0 2833 47 0 0 20 0 20 0 197001756 19566772224 510305 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4777044 510305 5881 1 0 833417 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19108176 memory=11400 CPUtime=24.59 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 10786 0 0 0 2420 39 0 0 20 0 20 0 197001756 19566772224 510305 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 510305 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19108176 memory=2017728 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 510305 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050186] ppid=1050163 vsize=19108176 memory=280826705204528 CPUtime=0 cores=0,2
/proc/1050166/task/1050186/stat : 1050186 (Timer-0) S 1050163 1050166 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001792 19566772224 510305 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 28.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2041220 KiB

[startup+51.1062 s]
/proc/loadavg: 4.09 4.14 4.17 5/330 1050195
/proc/meminfo: memFree=116088888/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19108176 memory=2070008 CPUtime=54.64 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 35821 0 0 0 5415 49 0 0 20 0 20 0 197001756 19566772224 517502 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4777044 517502 5881 1 0 833417 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19108176 memory=2059744 CPUtime=49.54 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 13463 0 0 0 4915 39 0 0 20 0 20 0 197001756 19566772224 517502 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19108176 memory=280826705954176 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 517502 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0

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

[startup+3222.3 s]
/proc/loadavg: 4.98 4.46 4.28 5/334 1052020
/proc/meminfo: memFree=107745092/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19108176 memory=5257432 CPUtime=3253.23 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 309796 0 0 0 325034 289 0 0 20 0 20 0 197001756 19566772224 1314358 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4777044 1314358 5881 1 0 1329806 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19108176 memory=5257428 CPUtime=3158.8 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 153642 0 0 0 315766 114 0 0 20 0 20 0 197001756 19566772224 1314358 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19108176 memory=5257428 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 1314358 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19108176 memory=5257432 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 3774 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 1314358 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050186] ppid=1050163 vsize=19108176 memory=5257432 CPUtime=0 cores=0,2
/proc/1050166/task/1050186/stat : 1050186 (Timer-0) S 1050163 1050166 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001792 19566772224 1314358 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 3253.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5257432 KiB

[startup+3282.3 s]
/proc/loadavg: 4.69 4.48 4.29 5/335 1052043
/proc/meminfo: memFree=107737648/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19108176 memory=5257436 CPUtime=3313.9 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 315534 0 0 0 331098 292 0 0 20 0 20 0 197001756 19566772224 1314359 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4777044 1314359 5881 1 0 1329806 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19108176 memory=11400 CPUtime=3216.98 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 156010 0 0 0 321584 114 0 0 20 0 20 0 197001756 19566772224 1314359 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19108176 memory=5257432 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 1314359 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19108176 memory=5257432 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 3774 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 1314359 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050186] ppid=1050163 vsize=19108176 memory=5257436 CPUtime=0 cores=0,2
/proc/1050166/task/1050186/stat : 1050186 (Timer-0) S 1050163 1050166 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001792 19566772224 1314359 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 3313.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5257436 KiB

[startup+3342.3 s]
/proc/loadavg: 4.85 4.55 4.33 5/335 1052053
/proc/meminfo: memFree=107296864/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19108176 memory=5692676 CPUtime=3375.78 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 318116 0 0 0 337275 303 0 0 20 0 20 0 197001756 19566772224 1423169 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4777044 1423169 5881 1 0 1440522 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19108176 memory=12740 CPUtime=3274.72 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 157471 0 0 0 327350 122 0 0 20 0 20 0 197001756 19566772224 1423169 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 43 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19108176 memory=12740 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 1423169 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19108176 memory=1904 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 3820 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 1423169 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050186] ppid=1050163 vsize=19108176 memory=47616 CPUtime=0 cores=0,2
/proc/1050166/task/1050186/stat : 1050186 (Timer-0) S 1050163 1050166 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001792 19566772224 1423169 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 3375.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5692676 KiB

[startup+3402.3 s]
/proc/loadavg: 4.55 4.52 4.33 5/333 1052063
/proc/meminfo: memFree=107240680/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19108176 memory=5692696 CPUtime=3436.05 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 323390 0 0 0 343299 306 0 0 20 0 20 0 197001756 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4777044 1423174 5881 1 0 1440522 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19108176 memory=1904 CPUtime=3333.56 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 160135 0 0 0 333233 123 0 0 20 0 20 0 197001756 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19108176 memory=5692676 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19108176 memory=5692676 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 3820 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050186] ppid=1050163 vsize=19108176 memory=5692696 CPUtime=0 cores=0,2
/proc/1050166/task/1050186/stat : 1050186 (Timer-0) S 1050163 1050166 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001792 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 3436.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5692696 KiB

[startup+3462.3 s]
/proc/loadavg: 4.43 4.49 4.33 5/333 1052075
/proc/meminfo: memFree=107186432/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19108176 memory=5692696 CPUtime=3496.2 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 325284 0 0 0 349310 310 0 0 20 0 20 0 197001756 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4777044 1423174 5881 1 0 1440522 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19108176 memory=1904 CPUtime=3392.82 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 161412 0 0 0 339158 124 0 0 20 0 20 0 197001756 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 45 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19108176 memory=5692676 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19108176 memory=5692696 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 3910 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050186] ppid=1050163 vsize=19108176 memory=12740 CPUtime=0 cores=0,2
/proc/1050166/task/1050186/stat : 1050186 (Timer-0) S 1050163 1050166 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001792 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 3496.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5692696 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.40 4.31 5/331 1052086
/proc/meminfo: memFree=107154884/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19108176 memory=5692696 CPUtime=3556.14 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 329217 0 0 0 355302 312 0 0 20 0 20 0 197001756 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4777044 1423174 5881 1 0 1440522 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19108176 memory=12740 CPUtime=3452.33 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 163628 0 0 0 345109 124 0 0 20 0 20 0 197001756 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19108176 memory=5692696 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 4002 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050186] ppid=1050163 vsize=19108176 memory=5692696 CPUtime=0 cores=0,2
/proc/1050166/task/1050186/stat : 1050186 (Timer-0) S 1050163 1050166 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001792 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 3556.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5692696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3566.2 s]
/proc/loadavg: 4.12 4.35 4.30 7/331 1052162
/proc/meminfo: memFree=112407160/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19108176 memory=5692696 CPUtime=3600.01 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 333821 0 0 0 359687 314 0 0 20 0 20 0 197001756 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4777044 1423174 5881 1 0 1440522 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19108176 memory=4824 CPUtime=3495.94 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) R 1050163 1050166 1047777 0 -1 4194368 165848 0 0 0 349469 125 0 0 20 0 20 0 197001756 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19108176 memory=5692696 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19108176 memory=-7811877811187246438 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 4003 0 0 0 0 0 0 0 20 0 20 0 197001759 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050186] ppid=1050163 vsize=19108176 memory=1904 CPUtime=0 cores=0,2
/proc/1050166/task/1050186/stat : 1050186 (Timer-0) S 1050163 1050166 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001792 19566772224 1423174 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5692696 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.06 s, system=3.16676 s

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

[startup+3566.31 s]
/proc/loadavg: 4.12 4.35 4.30 7/331 1052162
/proc/meminfo: memFree=112407160/131524600 swapFree=131071996/131071996
[pid=1050166] ppid=1050163 vsize=19307868 memory=5693500 CPUtime=3600.16 cores=0,2
/proc/1050166/stat : 1050166 (java) S 1050163 1050166 1047777 0 -1 1077936128 337870 0 0 0 359702 314 0 0 20 0 21 0 197001756 19771256832 1423375 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
/proc/1050166/statm: 4826967 1423375 5880 1 0 1441441 0
[pid=1050166/tid=1050168] ppid=1050163 vsize=19307868 memory=5692696 CPUtime=3495.98 cores=0,2
/proc/1050166/task/1050168/stat : 1050168 (java) S 1050163 1050166 1047777 0 -1 1077936192 166059 0 0 0 349473 125 0 0 20 0 21 0 197001756 19771256832 1423375 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050177] ppid=1050163 vsize=19307868 memory=5692696 CPUtime=0 cores=0,2
/proc/1050166/task/1050177/stat : 1050177 (Finalizer) S 1050163 1050166 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 197001759 19771256832 1423375 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
[pid=1050166/tid=1050184] ppid=1050163 vsize=19307868 memory=5692696 CPUtime=0 cores=0,2
/proc/1050166/task/1050184/stat : 1050184 (Common-Cleaner) S 1050163 1050166 1047777 0 -1 1077936192 4003 0 0 0 0 0 0 0 20 0 21 0 197001759 19771256832 1423375 134679101440 94143685664768 94143685668464 140729697977968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94143685676280 94143685677072 94143708971008 140729697985518 140729697985631 140729697985631 140729697992648 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5693500 KiB

Child status: 143

Real time (s): 3566.35
CPU time (s): 3600.22
CPU user time (s): 3597.06
CPU system time (s): 3.16676
CPU usage (%): 100.95
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5693500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.06
system time used= 3.16676
maximum resident set size= 5694584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338317
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148216
involuntary context switches= 30535


# summary of solver processes directly reported to runsolver:
#   pid: 1050166
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.06
#   total CPU system time (s): 3.16676

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.52534 second user time and 20.0807 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-20 06:07:08
IDJOB=4452805
IDBENCH=165322
IDSOLVER=3046
FILE ID=nodeC015/4452805-1721448415
RUNJOBID= nodeC015-1721444822-1047787
SLURM_JOB_ID= 7545658
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP065.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452805-1721448415/watcher-4452805-1721448415 -o /tmp/evaluation-result-4452805-1721448415/solver-4452805-1721448415 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721444822-1047787 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452805-1721448415.opb

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

MD5SUM BENCH= ff63d464810e05f4e638d683112dc5a7
RANDOM SEED=372965465

nodeC015.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		: 3599.830
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.61
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		: 3600.758
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.25
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		: 3599.826
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.61
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		: 3684.874
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.25
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		: 3650.806
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.61
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		: 3600.035
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.25
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		: 3650.825
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.61
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		: 3685.006
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121734680 kB
MemAvailable:   123007948 kB
Buffers:          546892 kB
Cached:          1560460 kB
SwapCached:            0 kB
Active:          1705024 kB
Inactive:        7432104 kB
Active(anon):       1548 kB
Inactive(anon):  7074136 kB
Active(file):    1703476 kB
Inactive(file):   357968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6208 kB
Writeback:            36 kB
AnonPages:       7028416 kB
Mapped:           127360 kB
Shmem:             45912 kB
KReclaimable:     102940 kB
Slab:             216272 kB
SReclaimable:     102940 kB
SUnreclaim:       113332 kB
KernelStack:        5032 kB
PageTables:        23752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13992996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6684672 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:      291540 kB
DirectMap2M:    38279168 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC015 at 2024-07-20 07:06:34