Trace number 4451065

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.28 3389.07

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x110split.opb
MD5SUM1b3727bc41a297c1e3576d09f30c6702
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 benchmark18.802
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1101
Total number of constraints551
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)551
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.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-4451065-1721422124.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  no objective function found
0.33/0.22	c ... done. Wall clock time 0.065s.
0.33/0.22	c declared #vars     1101
0.33/0.22	c #constraints  1102
0.33/0.22	c constraints type 
0.33/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.33/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1100
0.33/0.22	c 1102 constraints processed.
1.67/0.97	c cleaning 2117 clauses out of 5000 with flag 0/5000
2.85/1.51	c cleaning 1762 clauses out of 8883 with flag 0/11000
4.23/2.21	c cleaning 2372 clauses out of 14121 with flag 0/18000
5.63/3.00	c cleaning 2383 clauses out of 19750 with flag 0/26001
7.01/3.81	c cleaning 2076 clauses out of 26366 with flag 0/35000
7.94/4.71	c cleaning 2734 clauses out of 34290 with flag 0/45000
9.07/5.80	c cleaning 2794 clauses out of 42558 with flag 0/56002
10.48/7.20	c cleaning 3344 clauses out of 51763 with flag 0/68001
12.26/9.03	c cleaning 4196 clauses out of 61418 with flag 0/81000
14.58/11.39	c cleaning 4904 clauses out of 71222 with flag 0/95000
17.14/13.87	c cleaning 4648 clauses out of 81318 with flag 0/110000
19.64/16.34	c cleaning 4218 clauses out of 92670 with flag 0/126000
23.40/20.01	c cleaning 5932 clauses out of 105452 with flag 0/143000
29.10/25.61	c cleaning 7567 clauses out of 117521 with flag 0/161001
33.10/29.56	c cleaning 6650 clauses out of 128953 with flag 0/180000
38.39/34.72	c cleaning 5916 clauses out of 142303 with flag 0/200000
45.60/41.87	c cleaning 5830 clauses out of 157387 with flag 0/221000
51.73/47.88	c cleaning 6450 clauses out of 173557 with flag 0/243000
60.49/56.41	c cleaning 7455 clauses out of 190107 with flag 0/266000
68.99/64.86	c cleaning 7527 clauses out of 206652 with flag 0/290000
81.10/76.76	c cleaning 6846 clauses out of 224127 with flag 0/315002
97.70/93.10	c cleaning 7376 clauses out of 243279 with flag 0/341000
110.62/105.88	c cleaning 8204 clauses out of 262903 with flag 0/368000
125.80/120.87	c cleaning 8249 clauses out of 282699 with flag 0/396000
139.42/134.27	c cleaning 8530 clauses out of 303450 with flag 0/425000
152.24/146.85	c cleaning 7952 clauses out of 324920 with flag 0/455000
172.53/166.87	c cleaning 11117 clauses out of 347969 with flag 0/486001
200.04/193.94	c cleaning 14633 clauses out of 368852 with flag 0/518001
223.29/216.64	c cleaning 12824 clauses out of 387218 with flag 0/551000
251.93/244.61	c cleaning 11791 clauses out of 408395 with flag 0/585001
283.24/275.12	c cleaning 11234 clauses out of 431603 with flag 0/620000
318.96/310.08	c cleaning 12235 clauses out of 456369 with flag 0/656000
347.28/337.75	c cleaning 12048 clauses out of 481135 with flag 0/693001
383.54/373.03	c cleaning 9812 clauses out of 507087 with flag 0/731001
423.23/411.93	c cleaning 10933 clauses out of 536274 with flag 0/770000
464.18/451.78	c cleaning 10716 clauses out of 565341 with flag 0/810000
513.12/499.53	c cleaning 9454 clauses out of 595626 with flag 0/851001
573.97/559.07	c cleaning 10657 clauses out of 628171 with flag 0/893000
625.30/608.03	c cleaning 11698 clauses out of 660515 with flag 0/936001
701.92/682.00	c cleaning 11082 clauses out of 692817 with flag 0/980001
777.24/754.38	c cleaning 10811 clauses out of 726734 with flag 0/1025000
842.50/816.95	c cleaning 11052 clauses out of 761923 with flag 0/1071000
922.78/893.02	c cleaning 9480 clauses out of 797871 with flag 0/1118000
1004.22/970.78	c cleaning 9457 clauses out of 836392 with flag 0/1166001
1097.31/1059.61	c cleaning 12712 clauses out of 875935 with flag 0/1215001
1177.38/1136.88	c cleaning 13189 clauses out of 913223 with flag 0/1265001
1275.77/1230.41	c cleaning 12302 clauses out of 951033 with flag 0/1316000
1385.97/1333.77	c cleaning 12664 clauses out of 990731 with flag 0/1368000
1492.32/1433.43	c cleaning 19523 clauses out of 1031068 with flag 0/1421001
1639.16/1573.28	c cleaning 19314 clauses out of 1065544 with flag 0/1475000
1755.45/1683.01	c cleaning 11974 clauses out of 1101231 with flag 0/1530001
1883.81/1803.56	c cleaning 15421 clauses out of 1145258 with flag 0/1586002
2042.98/1953.25	c cleaning 21209 clauses out of 1186835 with flag 0/1643000
2185.40/2089.85	c cleaning 15834 clauses out of 1223626 with flag 0/1701000
2347.43/2239.24	c cleaning 12689 clauses out of 1266793 with flag 0/1760001
2524.14/2403.47	c cleaning 13170 clauses out of 1314103 with flag 0/1820000
2685.34/2553.21	c cleaning 16024 clauses out of 1361933 with flag 0/1881000
2876.10/2729.08	c cleaning 17545 clauses out of 1407909 with flag 0/1943000
3075.91/2910.55	c cleaning 16288 clauses out of 1453366 with flag 0/2006002
3319.40/3133.33	c cleaning 15478 clauses out of 1501076 with flag 0/2070000
3517.45/3313.04	c cleaning 14019 clauses out of 1550598 with flag 0/2135000
3600.04/3388.92	c starts		: 227
3600.04/3388.92	c conflicts		: 2156113
3600.04/3388.92	c decisions		: 3811632
3600.04/3388.92	c propagations		: 22761283
3600.04/3388.92	c inspects		: 10799601260
3600.04/3388.92	c shortcuts		: 0
3600.04/3388.92	c learnt literals	: 0
3600.04/3388.92	c learnt binary clauses	: 0
3600.04/3388.92	c learnt ternary clauses	: 0
3600.04/3388.92	c learnt constraints	: 2156113
3600.04/3388.92	c ignored constraints	: 0
3600.04/3388.92	c root simplifications	: 0
3600.04/3388.92	c removed literals (reason simplification)	: 0
3600.04/3388.92	c reason swapping (by a shorter reason)	: 0
3600.04/3388.92	c Calls to reduceDB	: 61
3600.04/3388.92	c Number of update (reduction) of LBD	: 146930
3600.04/3388.92	c Imported unit clauses	: 0
3600.04/3388.92	c No decision after first conflict	: false
3600.04/3388.92	c number of reductions to clauses (during analyze)	: 0
3600.04/3388.92	c number of learned constraints concerned by reduction	: 0
3600.04/3388.92	c number of learning phase by resolution	: 0
3600.04/3388.92	c number of learning phase by cutting planes	: 0
3600.04/3388.92	c number of rounding to 1 operations	: 4355858
3600.04/3388.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3388.92	c number of reductions of the coefficients by power 2 	: 0
3600.04/3388.92	c number of right shift for reduction by power 2 	: 0
3600.04/3388.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3388.92	c number of ending skipping 	: 0
3600.04/3388.92	c number of internal skipping 	: 0
3600.04/3388.92	c number of derivation steps 	: 10071274
3600.04/3388.92	c number of skipped derivation steps 	: 0
3600.04/3388.92	c number of remaining unassigned 	: 21557
3600.04/3388.92	c number of remaining assigned 	: 39816857
3600.04/3388.92	c number of falsified literals weakened from reason	: 0
3600.04/3388.92	c number of falsified literals weakened from conflict	: 0
3600.04/3388.92	c time for arithmetic operations	: 3334281812
3600.04/3388.92	c timeout
3600.04/3388.93	c minimum degree of deleted constraints	: 4
3600.04/3388.93	c maximum degree of deleted constraints	: 35059
3600.04/3388.93	c number of deleted constraints	: 598421
3600.04/3388.93	c speed (assignments/second)	: 6716.806651270425
3600.04/3388.93	c non guided choices	: 51875
3600.20/3389.05	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 989173
3600.20/3389.05	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 26872
3600.20/3389.05	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 541647
3600.20/3389.05	s UNKNOWN
3600.20/3389.05	c Total wall clock time (in seconds): 3388.899

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-4451065-1721422124/watcher-4451065-1721422124 -o /tmp/evaluation-result-4451065-1721422124/solver-4451065-1721422124 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721422136-1031745 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451065-1721422124.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10043 s]*
/proc/loadavg: 1.15 2.24 3.27 14/324 1031875
/proc/meminfo: memFree=129056260/131524600 swapFree=131071996/131071996
[pid=1031805] ppid=1031790 vsize=18975048 memory=64772 CPUtime=0.13 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 7233 0 0 0 11 2 0 0 20 0 18 0 194378532 19430449152 16193 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4743762 16193 5567 1 0 549364 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 5763 0 0 0 7 2 0 0 20 0 18 0 194378533 19430449152 16193 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194378533 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194378535 19430449152 16193 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=18975048 memory=13845278874243994 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194378536 19430449152 16193 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64772 KiB

[startup+0.209984 s]*
/proc/loadavg: 1.15 2.24 3.27 15/324 1031875
/proc/meminfo: memFree=128941340/131524600 swapFree=131071996/131071996
[pid=1031805] ppid=1031790 vsize=18975048 memory=89992 CPUtime=0.33 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 7741 0 0 0 30 3 0 0 20 0 18 0 194378532 19430449152 22498 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4743762 22498 5771 1 0 549682 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=18975048 memory=8603368907145347203 CPUtime=0.18 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) S 1031790 1031805 1031733 0 -1 1077936192 6027 0 0 0 16 2 0 0 20 0 18 0 194378533 19430449152 22498 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194378533 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=18975048 memory=1676398 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194378535 19430449152 22498 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194378536 19430449152 22498 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 89992 KiB

[startup+0.310984 s]*
/proc/loadavg: 1.15 2.24 3.27 16/328 1031879
/proc/meminfo: memFree=128848264/131524600 swapFree=131071996/131071996
[pid=1031805] ppid=1031790 vsize=19041612 memory=112808 CPUtime=0.53 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 8408 0 0 0 49 4 0 0 20 0 19 0 194378532 19498610688 28202 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4760403 28202 5894 1 0 550344 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19041612 memory=-7740383167102935648 CPUtime=0.29 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 6136 0 0 0 26 3 0 0 20 0 19 0 194378533 19498610688 28202 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194378533 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194378535 19498610688 28202 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194378536 19498610688 28202 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031878] ppid=1031790 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1031805/task/1031878/stat : 1031878 (Timer-0) S 1031790 1031805 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194378555 19498610688 28202 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 112808 KiB

[startup+0.70251 s]
/proc/loadavg: 1.15 2.24 3.27 15/332 1031883
/proc/meminfo: memFree=128624956/131524600 swapFree=131071996/131071996
[pid=1031805] ppid=1031790 vsize=19108176 memory=172656 CPUtime=1.26 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 11915 0 0 0 121 5 0 0 20 0 20 0 194378532 19566772224 43164 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4777044 43164 5910 1 0 552491 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19108176 memory=12420 CPUtime=0.62 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 6175 0 0 0 58 4 0 0 20 0 20 0 194378533 19566772224 43164 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194378533 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 43164 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19108176 memory=280167293711328 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 43164 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031878] ppid=1031790 vsize=19108176 memory=39476 CPUtime=0 cores=1,3
/proc/1031805/task/1031878/stat : 1031878 (Timer-0) S 1031790 1031805 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378555 19566772224 43164 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 172656 KiB

[startup+1.5012 s]
/proc/loadavg: 1.15 2.24 3.27 10/332 1031885
/proc/meminfo: memFree=128280572/131524600 swapFree=131071996/131071996
[pid=1031805] ppid=1031790 vsize=19108176 memory=506088 CPUtime=2.85 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 23208 0 0 0 272 13 0 0 20 0 20 0 194378532 19566772224 126522 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4777044 126522 5926 1 0 557563 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19108176 memory=12420 CPUtime=1.37 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 6685 0 0 0 128 9 0 0 20 0 20 0 194378533 19566772224 126522 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 194378533 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 126522 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 126522 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031878] ppid=1031790 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/1031805/task/1031878/stat : 1031878 (Timer-0) S 1031790 1031805 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378555 19566772224 126522 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 506088 KiB

[startup+3.1063 s]
/proc/loadavg: 1.15 2.24 3.27 12/332 1031885
/proc/meminfo: memFree=124730732/131524600 swapFree=131071996/131071996
[pid=1031805] ppid=1031790 vsize=19108176 memory=1058488 CPUtime=6.01 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 26203 0 0 0 578 23 0 0 20 0 20 0 194378532 19566772224 264622 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4777044 264622 5926 1 0 558237 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19108176 memory=0 CPUtime=2.95 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 7416 0 0 0 276 19 0 0 20 0 20 0 194378533 19566772224 264622 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194378533 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 264622 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19108176 memory=508760 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 264622 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031878] ppid=1031790 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1031805/task/1031878/stat : 1031878 (Timer-0) S 1031790 1031805 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378555 19566772224 264622 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1058488 KiB

[startup+6.3012 s]
/proc/loadavg: 1.46 2.29 3.28 8/332 1031885
/proc/meminfo: memFree=123991608/131524600 swapFree=131071996/131071996
[pid=1031805] ppid=1031790 vsize=19108176 memory=1329984 CPUtime=9.56 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 26543 0 0 0 927 29 0 0 20 0 20 0 194378532 19566772224 332496 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4777044 332496 5926 1 0 558237 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19108176 memory=0 CPUtime=6.07 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 7636 0 0 0 583 24 0 0 20 0 20 0 194378533 19566772224 332496 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 194378533 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19108176 memory=7090460638444874095 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 332496 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19108176 memory=8514726395715219830 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 332496 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031878] ppid=1031790 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/1031805/task/1031878/stat : 1031878 (Timer-0) S 1031790 1031805 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378555 19566772224 332496 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1329984 KiB

[startup+12.7012 s]
/proc/loadavg: 1.67 2.32 3.28 8/332 1031886
/proc/meminfo: memFree=122685244/131524600 swapFree=131071996/131071996
[pid=1031805] ppid=1031790 vsize=19108176 memory=1760948 CPUtime=16.02 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 27725 0 0 0 1564 38 0 0 20 0 20 0 194378532 19566772224 440237 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4777044 440237 5942 1 0 664763 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19108176 memory=1760948 CPUtime=12.22 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 8326 0 0 0 1190 32 0 0 20 0 20 0 194378533 19566772224 440237 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 194378533 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19108176 memory=47456 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 440237 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 440237 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031878] ppid=1031790 vsize=19108176 memory=1334080 CPUtime=0 cores=1,3
/proc/1031805/task/1031878/stat : 1031878 (Timer-0) S 1031790 1031805 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378555 19566772224 440237 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 16.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1760948 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=1031805] ppid=1031790 vsize=19108176 memory=1779760 CPUtime=29 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 30376 0 0 0 2861 39 0 0 20 0 20 0 194378532 19566772224 444940 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4777044 444940 5942 1 0 664763 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19108176 memory=1760948 CPUtime=24.66 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 9540 0 0 0 2434 32 0 0 20 0 20 0 194378533 19566772224 444940 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194378533 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19108176 memory=1775664 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 444940 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 444940 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031878] ppid=1031790 vsize=19108176 memory=1329984 CPUtime=0 cores=1,3
/proc/1031805/task/1031878/stat : 1031878 (Timer-0) S 1031790 1031805 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378555 19566772224 444940 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1779760 KiB

[startup+51.1066 s]
/proc/loadavg: 2.86 2.55 3.32 8/331 1031892
/proc/meminfo: memFree=119468228/131524600 swapFree=131071996/131071996
[pid=1031805] ppid=1031790 vsize=19108176 memory=2323852 CPUtime=55.09 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 36006 0 0 0 5457 52 0 0 20 0 20 0 194378532 19566772224 580963 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4777044 580963 5958 1 0 792188 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19108176 memory=2323852 CPUtime=49.48 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 12262 0 0 0 4905 43 0 0 20 0 20 0 194378533 19566772224 580963 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194378533 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0

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

/proc/meminfo: memFree=104977916/131524600 swapFree=131071996/131071996
[pid=1031805] ppid=1031790 vsize=19108176 memory=5046564 CPUtime=3221.16 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 326918 0 0 0 321856 260 0 0 20 0 20 0 194378532 19566772224 1261641 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4777044 1261641 5958 1 0 1296116 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19108176 memory=5046548 CPUtime=2934.7 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) S 1031790 1031805 1031733 0 -1 1077936192 151729 0 0 0 293365 105 0 0 20 0 20 0 194378533 19566772224 1261641 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194378572 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19108176 memory=5046548 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261641 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19108176 memory=5046516 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 3508 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261641 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031878] ppid=1031790 vsize=19108176 memory=5046564 CPUtime=0 cores=1,3
/proc/1031805/task/1031878/stat : 1031878 (Timer-0) S 1031790 1031805 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378555 19566772224 1261641 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 3221.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5046564 KiB

[startup+3102.3 s]
/proc/loadavg: 4.56 4.49 4.41 7/334 1033645
/proc/meminfo: memFree=104977084/131524600 swapFree=131071996/131071996
[pid=1031805] ppid=1031790 vsize=19108176 memory=5046608 CPUtime=3286.14 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 335029 0 0 0 328350 264 0 0 20 0 20 0 194378532 19566772224 1261652 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4777044 1261652 5958 1 0 1296116 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19108176 memory=2248 CPUtime=2992.41 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 155064 0 0 0 299136 105 0 0 20 0 20 0 194378533 19566772224 1261652 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194378572 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19108176 memory=5046564 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261652 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19108176 memory=5046564 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 3605 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261652 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031878] ppid=1031790 vsize=19108176 memory=1471054682567508097 CPUtime=0 cores=1,3
/proc/1031805/task/1031878/stat : 1031878 (Timer-0) S 1031790 1031805 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378555 19566772224 1261652 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 3286.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5046608 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=1031805] ppid=1031790 vsize=19108176 memory=5046612 CPUtime=3351.64 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 343095 0 0 0 334897 267 0 0 20 0 20 0 194378532 19566772224 1261653 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4777044 1261653 5958 1 0 1296116 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19108176 memory=2248 CPUtime=3049.79 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 158312 0 0 0 304874 105 0 0 20 0 20 0 194378533 19566772224 1261653 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194378572 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19108176 memory=5046612 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261653 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19108176 memory=5046612 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 3683 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261653 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031878] ppid=1031790 vsize=19108176 memory=5046612 CPUtime=0 cores=1,3
/proc/1031805/task/1031878/stat : 1031878 (Timer-0) S 1031790 1031805 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378555 19566772224 1261653 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 3351.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5046612 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=1031805] ppid=1031790 vsize=19108176 memory=5046632 CPUtime=3417.68 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 347001 0 0 0 341498 270 0 0 20 0 20 0 194378532 19566772224 1261658 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4777044 1261658 5958 1 0 1296116 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19108176 memory=5046628 CPUtime=3107.27 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 161702 0 0 0 310621 106 0 0 20 0 20 0 194378533 19566772224 1261658 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194378572 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19108176 memory=5046628 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261658 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19108176 memory=5046628 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 3776 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261658 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031878] ppid=1031790 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1031805/task/1031878/stat : 1031878 (Timer-0) S 1031790 1031805 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378555 19566772224 1261658 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 3417.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5046632 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=1031805] ppid=1031790 vsize=19108176 memory=5046668 CPUtime=3483.73 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 353255 0 0 0 348099 274 0 0 20 0 20 0 194378532 19566772224 1261667 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4777044 1261667 5958 1 0 1296116 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19108176 memory=5046668 CPUtime=3164.61 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 164568 0 0 0 316354 107 0 0 20 0 20 0 194378533 19566772224 1261667 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194378572 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19108176 memory=5046668 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261667 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 3870 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261667 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031878] ppid=1031790 vsize=19108176 memory=39476 CPUtime=0 cores=1,3
/proc/1031805/task/1031878/stat : 1031878 (Timer-0) S 1031790 1031805 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378555 19566772224 1261667 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 3483.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5046668 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=1031805] ppid=1031790 vsize=19108176 memory=5046672 CPUtime=3550.08 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 361412 0 0 0 354732 276 0 0 20 0 20 0 194378532 19566772224 1261668 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4777044 1261668 5958 1 0 1296116 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19108176 memory=-7740383167102935648 CPUtime=3221.98 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 168263 0 0 0 322091 107 0 0 20 0 20 0 194378533 19566772224 1261668 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 194378572 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19108176 memory=-7740383167102935648 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261668 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 3963 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261668 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031878] ppid=1031790 vsize=19108176 memory=2289 CPUtime=0 cores=1,3
/proc/1031805/task/1031878/stat : 1031878 (Timer-0) S 1031790 1031805 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378555 19566772224 1261668 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 3550.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5046672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3388.9 s]
/proc/loadavg: 4.83 4.83 4.57 6/332 1033971
/proc/meminfo: memFree=120678064/131524600 swapFree=131071996/131071996
[pid=1031805] ppid=1031790 vsize=19108176 memory=5046672 CPUtime=3600.04 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 368581 0 0 0 359726 278 0 0 20 0 20 0 194378532 19566772224 1261668 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4777044 1261668 5958 1 0 1296116 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19108176 memory=-7740383167102935648 CPUtime=3267.07 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) R 1031790 1031805 1031733 0 -1 4194368 170773 0 0 0 326599 108 0 0 20 0 20 0 194378533 19566772224 1261668 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194378572 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19108176 memory=5046672 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261668 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 4057 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261668 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031878] ppid=1031790 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1031805/task/1031878/stat : 1031878 (Timer-0) S 1031790 1031805 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378555 19566772224 1261668 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5046672 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.47 s, system=2.80718 s

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

[startup+3389.01 s]*
/proc/loadavg: 4.83 4.83 4.57 5/333 1033974
/proc/meminfo: memFree=120668676/131524600 swapFree=131071996/131071996
[pid=1031805] ppid=1031790 vsize=19307868 memory=5047624 CPUtime=3600.2 cores=1,3
/proc/1031805/stat : 1031805 (java) S 1031790 1031805 1031733 0 -1 1077936128 371660 0 0 0 359741 279 0 0 20 0 21 0 194378532 19771256832 1261906 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
/proc/1031805/statm: 4826967 1261906 5957 1 0 1297067 0
[pid=1031805/tid=1031811] ppid=1031790 vsize=19307868 memory=-7596267979026556766 CPUtime=3267.08 cores=1,3
/proc/1031805/task/1031811/stat : 1031811 (java) S 1031790 1031805 1031733 0 -1 1077936192 170846 0 0 0 326600 108 0 0 20 0 21 0 194378533 19771256832 1261906 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194378572 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031857] ppid=1031790 vsize=19307868 memory=2772 CPUtime=0 cores=1,3
/proc/1031805/task/1031857/stat : 1031857 (Finalizer) S 1031790 1031805 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 194378535 19771256832 1261906 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1031871] ppid=1031790 vsize=19307868 memory=2756 CPUtime=0 cores=1,3
/proc/1031805/task/1031871/stat : 1031871 (Common-Cleaner) S 1031790 1031805 1031733 0 -1 1077936192 4057 0 0 0 0 0 0 0 20 0 21 0 194378536 19771256832 1261906 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
[pid=1031805/tid=1033973] ppid=1031790 vsize=19307868 memory=5004 CPUtime=0.08 cores=1,3
/proc/1031805/task/1033973/stat : 1033973 (Thread-0) R 1031790 1031805 1031733 0 -1 4194368 542 0 0 0 8 0 0 0 20 0 21 0 194717423 19771256832 1261906 134679101440 94621367410688 94621367414384 140731500360784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621367422200 94621367422992 94621398208512 140731500368878 140731500368991 140731500368991 140731500376008 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5047624 KiB

Child status: 143

Real time (s): 3389.07
CPU time (s): 3600.28
CPU user time (s): 3597.47
CPU system time (s): 2.80718
CPU usage (%): 106.232
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5047624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.47
system time used= 2.80719
maximum resident set size= 5048544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 371948
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= 147341
involuntary context switches= 25855


# summary of solver processes directly reported to runsolver:
#   pid: 1031805
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.47
#   total CPU system time (s): 2.80718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.01663 second user time and 19.5797 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 22:48:56
IDJOB=4451065
IDBENCH=162346
IDSOLVER=3046
FILE ID=nodeC026/4451065-1721422124
RUNJOBID= nodeC026-1721422136-1031745
SLURM_JOB_ID= 7545504
Free space on /tmp= 890084 MiB

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

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

MD5SUM BENCH= 1b3727bc41a297c1e3576d09f30c6702
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:        129228640 kB
MemAvailable:   129734172 kB
Buffers:          573552 kB
Cached:           778680 kB
SwapCached:            0 kB
Active:          1086096 kB
Inactive:         602288 kB
Active(anon):       1440 kB
Inactive(anon):   380620 kB
Active(file):    1084656 kB
Inactive(file):   221668 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2252 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:         8908 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:25