Trace number 4451005

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.29 3372.67

General information on the benchmark

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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: ASSIGNED
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Armin Biere (Picosat) restarts strategy
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- 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-4451005-1721422123.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.35/0.22	c ... done. Wall clock time 0.057s.
0.35/0.22	c declared #vars     1301
0.35/0.22	c #constraints  1302
0.35/0.22	c constraints type 
0.35/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.35/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1300
0.35/0.22	c 1302 constraints processed.
1.48/0.86	c cleaning 1823 clauses out of 5001 with flag 0/5001
2.66/1.42	c cleaning 1677 clauses out of 9177 with flag 0/11000
4.05/2.14	c cleaning 2466 clauses out of 14500 with flag 0/18000
5.44/2.98	c cleaning 2541 clauses out of 20034 with flag 0/26000
6.52/3.85	c cleaning 2372 clauses out of 26494 with flag 0/35001
7.65/4.81	c cleaning 2971 clauses out of 34121 with flag 0/45000
8.87/6.05	c cleaning 3201 clauses out of 42150 with flag 0/56000
10.19/7.34	c cleaning 2903 clauses out of 50951 with flag 0/68002
11.90/9.01	c cleaning 3715 clauses out of 61046 with flag 0/81000
13.83/10.92	c cleaning 4081 clauses out of 71332 with flag 0/95001
15.88/12.95	c cleaning 3505 clauses out of 82252 with flag 0/110002
18.68/15.73	c cleaning 4897 clauses out of 94745 with flag 0/126000
21.49/18.52	c cleaning 4836 clauses out of 106848 with flag 0/143000
24.93/21.98	c cleaning 3543 clauses out of 120012 with flag 0/161000
28.64/25.66	c cleaning 3609 clauses out of 135469 with flag 0/180000
33.27/30.24	c cleaning 5474 clauses out of 151862 with flag 0/200002
39.86/36.74	c cleaning 6954 clauses out of 167386 with flag 0/221000
45.92/42.73	c cleaning 7858 clauses out of 182432 with flag 0/243000
52.55/49.20	c cleaning 5415 clauses out of 197574 with flag 0/266000
61.89/58.37	c cleaning 9683 clauses out of 216160 with flag 0/290001
69.41/65.79	c cleaning 6928 clauses out of 231477 with flag 0/315001
80.41/76.55	c cleaning 9283 clauses out of 250549 with flag 0/341001
94.66/90.50	c cleaning 9108 clauses out of 268266 with flag 0/368001
106.56/102.28	c cleaning 8300 clauses out of 287157 with flag 0/396000
119.36/114.90	c cleaning 8366 clauses out of 307857 with flag 0/425000
133.03/128.23	c cleaning 9936 clauses out of 329491 with flag 0/455000
147.52/142.40	c cleaning 9342 clauses out of 350555 with flag 0/486000
181.97/176.37	c cleaning 11578 clauses out of 373213 with flag 0/518000
198.70/192.86	c cleaning 11113 clauses out of 394635 with flag 0/551000
217.08/210.93	c cleaning 9759 clauses out of 417522 with flag 0/585000
241.16/234.37	c cleaning 7216 clauses out of 442764 with flag 0/620001
261.71/254.53	c cleaning 9913 clauses out of 471547 with flag 0/656000
285.46/277.89	c cleaning 9979 clauses out of 498635 with flag 0/693001
312.61/304.40	c cleaning 9491 clauses out of 526655 with flag 0/731000
352.30/343.35	c cleaning 10737 clauses out of 556164 with flag 0/770000
386.49/376.94	c cleaning 9414 clauses out of 585427 with flag 0/810000
413.24/402.74	c cleaning 7218 clauses out of 617015 with flag 0/851002
459.35/447.10	c cleaning 8061 clauses out of 651796 with flag 0/893001
498.35/484.51	c cleaning 11460 clauses out of 686734 with flag 0/936000
549.48/533.73	c cleaning 9983 clauses out of 719275 with flag 0/980001
599.96/582.21	c cleaning 8417 clauses out of 754292 with flag 0/1025001
653.88/633.77	c cleaning 7548 clauses out of 791876 with flag 0/1071002
724.71/701.55	c cleaning 10843 clauses out of 831327 with flag 0/1118001
797.10/771.66	c cleaning 10502 clauses out of 868484 with flag 0/1166001
875.28/846.82	c cleaning 23330 clauses out of 906981 with flag 0/1215000
975.08/942.12	c cleaning 14889 clauses out of 933651 with flag 0/1265000
1058.65/1020.84	c cleaning 9707 clauses out of 969762 with flag 0/1316000
1161.76/1117.25	c cleaning 10819 clauses out of 1012055 with flag 0/1368000
1244.43/1195.32	c cleaning 11817 clauses out of 1054237 with flag 0/1421001
1357.74/1302.02	c cleaning 12145 clauses out of 1096420 with flag 0/1475001
1468.54/1406.70	c cleaning 10358 clauses out of 1139275 with flag 0/1530001
1607.37/1537.01	c cleaning 9655 clauses out of 1184916 with flag 0/1586000
1761.22/1680.21	c cleaning 10622 clauses out of 1232262 with flag 0/1643001
1898.45/1809.81	c cleaning 10611 clauses out of 1279640 with flag 0/1701001
2047.55/1949.36	c cleaning 11813 clauses out of 1328029 with flag 0/1760001
2196.25/2086.93	c cleaning 9684 clauses out of 1376215 with flag 0/1820000
2374.73/2254.34	c cleaning 10165 clauses out of 1427535 with flag 0/1881004
2511.63/2381.17	c cleaning 17440 clauses out of 1479367 with flag 0/1943001
2751.74/2601.14	c cleaning 10403 clauses out of 1524927 with flag 0/2006001
2998.36/2824.63	c cleaning 9583 clauses out of 1578523 with flag 0/2070000
3156.62/2968.23	c cleaning 9816 clauses out of 1633941 with flag 0/2135001
3448.24/3234.97	c cleaning 9715 clauses out of 1690124 with flag 0/2201000
3600.07/3372.51	c starts		: 228
3600.07/3372.51	c timeout
3600.07/3372.51	c conflicts		: 2235016
3600.07/3372.51	c decisions		: 3943888
3600.07/3372.51	c propagations		: 20296990
3600.07/3372.51	c inspects		: 10868970360
3600.07/3372.51	c shortcuts		: 0
3600.07/3372.51	c learnt literals	: 0
3600.07/3372.51	c learnt binary clauses	: 0
3600.07/3372.51	c learnt ternary clauses	: 0
3600.07/3372.51	c learnt constraints	: 2235016
3600.07/3372.51	c ignored constraints	: 0
3600.07/3372.51	c root simplifications	: 0
3600.07/3372.51	c removed literals (reason simplification)	: 0
3600.07/3372.51	c reason swapping (by a shorter reason)	: 0
3600.07/3372.51	c Calls to reduceDB	: 62
3600.07/3372.51	c Number of update (reduction) of LBD	: 117768
3600.07/3372.51	c Imported unit clauses	: 0
3600.07/3372.51	c No decision after first conflict	: false
3600.07/3372.51	c number of reductions to clauses (during analyze)	: 0
3600.07/3372.51	c number of learned constraints concerned by reduction	: 0
3600.07/3372.51	c number of learning phase by resolution	: 0
3600.07/3372.51	c number of learning phase by cutting planes	: 0
3600.07/3372.51	c number of rounding to 1 operations	: 3771562
3600.07/3372.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3372.51	c number of reductions of the coefficients by power 2 	: 0
3600.07/3372.51	c number of right shift for reduction by power 2 	: 0
3600.07/3372.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3372.52	c number of ending skipping 	: 0
3600.07/3372.52	c number of internal skipping 	: 0
3600.07/3372.52	c number of derivation steps 	: 9730900
3600.07/3372.52	c number of skipped derivation steps 	: 0
3600.07/3372.52	c number of remaining unassigned 	: 12392
3600.07/3372.52	c number of remaining assigned 	: 34561898
3600.07/3372.52	c number of falsified literals weakened from reason	: 0
3600.07/3372.52	c number of falsified literals weakened from conflict	: 0
3600.07/3372.52	c time for arithmetic operations	: 3418023921
3600.07/3372.52	c minimum degree of deleted constraints	: 4
3600.07/3372.52	c maximum degree of deleted constraints	: 2328742
3600.07/3372.52	c number of deleted constraints	: 520591
3600.07/3372.52	c speed (assignments/second)	: 6018.709397339989
3600.07/3372.52	c non guided choices	: 78686
3600.22/3372.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1101476
3600.22/3372.64	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 21180
3600.22/3372.64	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 591769
3600.22/3372.65	s UNKNOWN
3600.22/3372.65	c Total wall clock time (in seconds): 3372.5

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-4451005-1721422123/watcher-4451005-1721422123 -o /tmp/evaluation-result-4451005-1721422123/solver-4451005-1721422123 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721422136-1031743 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451005-1721422123.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
solver pid=1031797, runsolver pid=1031789
Current StackSize limit: 8192 KiB


[startup+0.100469 s]*
/proc/loadavg: 1.15 2.24 3.27 16/324 1031875
/proc/meminfo: memFree=129056260/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=18975048 memory=65084 CPUtime=0.14 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 7162 0 0 0 12 2 0 0 20 0 18 0 194378532 19430449152 16271 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4743762 16271 5693 1 0 549382 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) D 1031789 1031797 1031733 0 -1 1078198336 5720 0 0 0 7 1 0 0 20 0 18 0 194378533 19430449152 16271 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 194378534 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=18975048 memory=1676398 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194378535 19430449152 16271 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194378536 19430449152 16271 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65084 KiB

[startup+0.21638 s]*
/proc/loadavg: 1.15 2.24 3.27 16/325 1031876
/proc/meminfo: memFree=128938956/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19041612 memory=98680 CPUtime=0.35 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 7779 0 0 0 33 2 0 0 20 0 19 0 194378532 19498610688 24670 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4760403 24670 5864 1 0 550072 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19041612 memory=8603368907145347203 CPUtime=0.2 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 6065 0 0 0 18 2 0 0 20 0 19 0 194378533 19498610688 24670 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 194378534 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19041612 memory=1676398 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194378535 19498610688 24670 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19041612 memory=15544020042516215 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194378536 19498610688 24670 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (java) R 1031789 1031797 1031733 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 194378553 19498610688 24670 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 98680 KiB

[startup+0.313379 s]*
/proc/loadavg: 1.15 2.24 3.27 15/328 1031879
/proc/meminfo: memFree=128844140/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19041612 memory=123632 CPUtime=0.54 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 8391 0 0 0 51 3 0 0 20 0 19 0 194378532 19498610688 30908 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4760403 30908 5864 1 0 550508 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19041612 memory=-7740383167102935648 CPUtime=0.29 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 6110 0 0 0 27 2 0 0 20 0 19 0 194378533 19498610688 30908 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 194378534 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194378535 19498610688 30908 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194378536 19498610688 30908 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (Timer-0) S 1031789 1031797 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194378553 19498610688 30908 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 123632 KiB

[startup+0.700383 s]
/proc/loadavg: 1.15 2.24 3.27 13/332 1031883
/proc/meminfo: memFree=128624620/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19108176 memory=181472 CPUtime=1.27 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 13079 0 0 0 122 5 0 0 20 0 20 0 194378532 19566772224 45368 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4777044 45368 5880 1 0 553759 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19108176 memory=47456 CPUtime=0.65 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 6142 0 0 0 62 3 0 0 20 0 20 0 194378533 19566772224 45368 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 194378534 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 45368 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 45368 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19108176 memory=39476 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (Timer-0) S 1031789 1031797 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378553 19566772224 45368 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181472 KiB

[startup+1.50025 s]
/proc/loadavg: 1.15 2.24 3.27 12/332 1031885
/proc/meminfo: memFree=128288792/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19108176 memory=433612 CPUtime=2.86 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 18520 0 0 0 275 11 0 0 20 0 20 0 194378532 19566772224 108403 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4777044 108403 5896 1 0 558337 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19108176 memory=12420 CPUtime=1.4 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 6312 0 0 0 133 7 0 0 20 0 20 0 194378533 19566772224 108403 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 194378534 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 108403 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 108403 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19108176 memory=39476 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (Timer-0) S 1031789 1031797 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378553 19566772224 108403 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 433612 KiB

[startup+3.10638 s]
/proc/loadavg: 1.15 2.24 3.27 11/332 1031885
/proc/meminfo: memFree=124732808/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19108176 memory=1306384 CPUtime=5.79 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 26844 0 0 0 551 28 0 0 20 0 20 0 194378532 19566772224 326596 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4777044 326596 5912 1 0 559226 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19108176 memory=0 CPUtime=2.97 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 7150 0 0 0 274 23 0 0 20 0 20 0 194378533 19566772224 326596 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 194378534 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19108176 memory=-7740383167102346080 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 326596 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 326596 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (Timer-0) S 1031789 1031797 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378553 19566772224 326596 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 5.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1306384 KiB

[startup+6.30038 s]
/proc/loadavg: 1.46 2.29 3.28 7/332 1031885
/proc/meminfo: memFree=123991608/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19108176 memory=1328344 CPUtime=9.18 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 29489 0 0 0 888 30 0 0 20 0 20 0 194378532 19566772224 332086 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4777044 332086 5912 1 0 559226 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19108176 memory=12420 CPUtime=6.08 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 8079 0 0 0 584 24 0 0 20 0 20 0 194378533 19566772224 332086 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 194378534 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 332086 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 332086 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19108176 memory=524016 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (Timer-0) S 1031789 1031797 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378553 19566772224 332086 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 9.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1328344 KiB

[startup+12.7004 s]
/proc/loadavg: 1.67 2.32 3.28 7/332 1031886
/proc/meminfo: memFree=122685244/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19108176 memory=1348864 CPUtime=15.68 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 30280 0 0 0 1538 30 0 0 20 0 20 0 194378532 19566772224 337216 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4777044 337216 5912 1 0 559226 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19108176 memory=524016 CPUtime=12.27 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 8617 0 0 0 1203 24 0 0 20 0 20 0 194378533 19566772224 337216 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 194378534 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19108176 memory=1344768 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 337216 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 337216 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (Timer-0) S 1031789 1031797 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378553 19566772224 337216 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 15.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1348864 KiB

[startup+25.5004 s]
/proc/loadavg: 2.26 2.42 3.30 7/332 1031888
/proc/meminfo: memFree=120681344/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19108176 memory=2293128 CPUtime=28.54 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 33861 0 0 0 2804 50 0 0 20 0 20 0 194378532 19566772224 573282 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4777044 573282 5912 1 0 793176 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19108176 memory=2149768 CPUtime=24.54 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 10339 0 0 0 2411 43 0 0 20 0 20 0 194378533 19566772224 573282 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 194378534 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19108176 memory=-7740383167102346080 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 573282 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19108176 memory=6655300316396806240 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 573282 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19108176 memory=1799560 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (Timer-0) S 1031789 1031797 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378553 19566772224 573282 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 28.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2293128 KiB

[startup+51.1067 s]
/proc/loadavg: 2.86 2.55 3.32 6/331 1031892
/proc/meminfo: memFree=119468228/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19108176 memory=2336716 CPUtime=54.51 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 38114 0 0 0 5399 52 0 0 20 0 20 0 194378532 19566772224 584179 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4777044 584179 5928 1 0 793193 0

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

[startup+3042.3 s]
/proc/loadavg: 4.53 4.49 4.40 7/332 1033630
/proc/meminfo: memFree=104977916/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19108176 memory=5043920 CPUtime=3236.41 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 343458 0 0 0 323351 290 0 0 20 0 20 0 194378532 19566772224 1260980 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4777044 1260980 5928 1 0 1297071 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19108176 memory=11664 CPUtime=2928.04 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 164150 0 0 0 292683 121 0 0 20 0 20 0 194378533 19566772224 1260980 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 194378584 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19108176 memory=5043920 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1260980 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19108176 memory=5043920 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 3520 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1260980 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19108176 memory=28564 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (Timer-0) S 1031789 1031797 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378553 19566772224 1260980 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 3236.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5043920 KiB

[startup+3102.3 s]
/proc/loadavg: 4.56 4.49 4.41 6/334 1033645
/proc/meminfo: memFree=104977084/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19108176 memory=5043940 CPUtime=3301.89 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 350979 0 0 0 329894 295 0 0 20 0 20 0 194378532 19566772224 1260985 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4777044 1260985 5928 1 0 1297077 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19108176 memory=28564 CPUtime=2985.69 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 166751 0 0 0 298447 122 0 0 20 0 20 0 194378533 19566772224 1260985 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 194378584 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19108176 memory=5043920 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1260985 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 3620 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1260985 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (Timer-0) S 1031789 1031797 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378553 19566772224 1260985 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 3301.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5043940 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=1031797] ppid=1031789 vsize=19108176 memory=5044056 CPUtime=3367.9 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 353764 0 0 0 336493 297 0 0 20 0 20 0 194378532 19566772224 1261014 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4777044 1261014 5928 1 0 1297101 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19108176 memory=28564 CPUtime=3043.02 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 168697 0 0 0 304179 123 0 0 20 0 20 0 194378533 19566772224 1261014 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 194378584 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261014 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19108176 memory=5043976 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 3718 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261014 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (Timer-0) S 1031789 1031797 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378553 19566772224 1261014 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 3367.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5044056 KiB

[startup+3222.3 s]
/proc/loadavg: 4.51 4.49 4.42 6/334 1033668
/proc/meminfo: memFree=104975192/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19108176 memory=5044076 CPUtime=3434.4 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 361178 0 0 0 343140 300 0 0 20 0 20 0 194378532 19566772224 1261019 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4777044 1261019 5928 1 0 1297101 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19108176 memory=11664 CPUtime=3100.2 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 171479 0 0 0 309897 123 0 0 20 0 20 0 194378533 19566772224 1261019 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 194378584 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19108176 memory=5044064 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261019 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19108176 memory=5044076 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 3814 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261019 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19108176 memory=19704 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (Timer-0) S 1031789 1031797 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378553 19566772224 1261019 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 3434.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5044076 KiB

[startup+3282.3 s]
/proc/loadavg: 6.36 4.95 4.58 6/334 1033680
/proc/meminfo: memFree=104974092/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19108176 memory=5044096 CPUtime=3500.25 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 368738 0 0 0 349721 304 0 0 20 0 20 0 194378532 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4777044 1261024 5928 1 0 1297101 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19108176 memory=19704 CPUtime=3157.52 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 175311 0 0 0 315628 124 0 0 20 0 20 0 194378533 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 194378584 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19108176 memory=5044096 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19108176 memory=28300 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 3823 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19108176 memory=5044096 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (Timer-0) S 1031789 1031797 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378553 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 3500.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5044096 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=1031797] ppid=1031789 vsize=19108176 memory=5044096 CPUtime=3566.25 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 376285 0 0 0 356317 308 0 0 20 0 20 0 194378532 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4777044 1261024 5928 1 0 1297101 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19108176 memory=11664 CPUtime=3214.96 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 177987 0 0 0 321371 125 0 0 20 0 20 0 194378533 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 194378584 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19108176 memory=5044096 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 3915 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (Timer-0) S 1031789 1031797 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378553 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 3566.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5044096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3372.5 s]
/proc/loadavg: 4.89 4.84 4.57 7/333 1033699
/proc/meminfo: memFree=104973228/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19108176 memory=5044096 CPUtime=3600.07 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 377655 0 0 0 359697 310 0 0 20 0 20 0 194378532 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4777044 1261024 5928 1 0 1297101 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19108176 memory=5044096 CPUtime=3243.8 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) R 1031789 1031797 1031733 0 -1 4194368 179001 0 0 0 324254 126 0 0 20 0 20 0 194378533 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 194378584 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19108176 memory=5044096 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 4011 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031876] ppid=1031789 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1031797/task/1031876/stat : 1031876 (Timer-0) S 1031789 1031797 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378553 19566772224 1261024 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5044096 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.18 s, system=3.11841 s

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

[startup+3372.61 s]
/proc/loadavg: 4.89 4.84 4.57 7/333 1033699
/proc/meminfo: memFree=104973228/131524600 swapFree=131071996/131071996
[pid=1031797] ppid=1031789 vsize=19307868 memory=5044860 CPUtime=3600.22 cores=0,2
/proc/1031797/stat : 1031797 (java) S 1031789 1031797 1031733 0 -1 1077936128 380608 0 0 0 359712 310 0 0 20 0 21 0 194378532 19771256832 1261215 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
/proc/1031797/statm: 4826967 1261215 5927 1 0 1298004 0
[pid=1031797/tid=1031808] ppid=1031789 vsize=19307868 memory=28372 CPUtime=3243.82 cores=0,2
/proc/1031797/task/1031808/stat : 1031808 (java) S 1031789 1031797 1031733 0 -1 1077936192 179109 0 0 0 324256 126 0 0 20 0 21 0 194378533 19771256832 1261215 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 194378584 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031843] ppid=1031789 vsize=19307868 memory=19552 CPUtime=0 cores=0,2
/proc/1031797/task/1031843/stat : 1031843 (Finalizer) S 1031789 1031797 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 194378535 19771256832 1261215 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
[pid=1031797/tid=1031872] ppid=1031789 vsize=19307868 memory=7096 CPUtime=0 cores=0,2
/proc/1031797/task/1031872/stat : 1031872 (Common-Cleaner) S 1031789 1031797 1031733 0 -1 1077936192 4011 0 0 0 0 0 0 0 20 0 21 0 194378536 19771256832 1261215 134679101440 94004481789952 94004481793648 140736102077536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94004481801464 94004481802256 94004491476992 140736102085614 140736102085727 140736102085727 140736102092744 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5044860 KiB

Child status: 143

Real time (s): 3372.67
CPU time (s): 3600.29
CPU user time (s): 3597.18
CPU system time (s): 3.11841
CPU usage (%): 106.749
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5044860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.18
system time used= 3.11841
maximum resident set size= 5045748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380933
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145135
involuntary context switches= 42492


# summary of solver processes directly reported to runsolver:
#   pid: 1031797
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3597.18
#   total CPU system time (s): 3.11841

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.11588 second user time and 18.5158 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 22:48:56
IDJOB=4451005
IDBENCH=162339
IDSOLVER=3046
FILE ID=nodeC026/4451005-1721422123
RUNJOBID= nodeC026-1721422136-1031743
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-ECgrid5x130split.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451005-1721422123/watcher-4451005-1721422123 -o /tmp/evaluation-result-4451005-1721422123/solver-4451005-1721422123 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721422136-1031743 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451005-1721422123.opb

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

MD5SUM BENCH= d15c8502de0d235fb9400ddf00f66b48
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:        129229340 kB
MemAvailable:   129734872 kB
Buffers:          573552 kB
Cached:           778680 kB
SwapCached:            0 kB
Active:          1086096 kB
Inactive:         601964 kB
Active(anon):       1440 kB
Inactive(anon):   380296 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:        332508 kB
Mapped:           106788 kB
Shmem:             45912 kB
KReclaimable:      78060 kB
Slab:             188444 kB
SReclaimable:      78060 kB
SUnreclaim:       110384 kB
KernelStack:        3840 kB
PageTables:         9392 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:09