Trace number 4450165

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.46 3234.16

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
MD5SUM60aa0ac85dc632e57e54cb255f142331
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4830
Total number of constraints15140
Number of constraints which are clauses15140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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-4450165-1721406873.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.71/0.43	c ... done. Wall clock time 0.282s.
0.71/0.44	c declared #vars     4830
0.71/0.44	c #constraints  15140
0.71/0.44	c constraints type 
0.71/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 13530
0.71/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1610
0.71/0.44	c 15140 constraints processed.
3.59/2.04	c cleaning 0 clauses out of 5000 with flag 0/5000
5.68/4.10	c cleaning 0 clauses out of 11000 with flag 0/11000
8.60/6.85	c cleaning 0 clauses out of 18000 with flag 0/18000
11.48/9.79	c cleaning 0 clauses out of 26001 with flag 0/26001
15.38/13.69	c cleaning 0 clauses out of 35000 with flag 0/35000
20.47/18.73	c cleaning 0 clauses out of 45001 with flag 0/45001
26.26/24.48	c cleaning 0 clauses out of 56003 with flag 0/56003
33.27/31.45	c cleaning 0 clauses out of 68000 with flag 0/68000
41.00/39.04	c cleaning 0 clauses out of 81001 with flag 0/81001
48.90/46.76	c cleaning 0 clauses out of 95001 with flag 0/95001
58.07/55.82	c cleaning 0 clauses out of 110001 with flag 0/110001
69.71/67.24	c cleaning 0 clauses out of 126000 with flag 0/126000
83.33/80.60	c cleaning 0 clauses out of 143003 with flag 0/143003
97.27/94.43	c cleaning 0 clauses out of 161001 with flag 0/161001
116.42/113.22	c cleaning 0 clauses out of 180002 with flag 0/180002
132.44/129.09	c cleaning 0 clauses out of 200000 with flag 0/200000
152.09/148.43	c cleaning 0 clauses out of 221000 with flag 0/221000
175.09/171.06	c cleaning 0 clauses out of 243002 with flag 0/243002
199.63/195.39	c cleaning 0 clauses out of 266000 with flag 0/266000
225.57/220.96	c cleaning 0 clauses out of 290000 with flag 0/290000
260.80/255.97	c cleaning 0 clauses out of 315001 with flag 0/315001
293.28/288.15	c cleaning 0 clauses out of 341001 with flag 0/341001
326.49/321.24	c cleaning 0 clauses out of 368001 with flag 0/368001
369.71/364.37	c cleaning 0 clauses out of 396000 with flag 0/396000
412.58/406.97	c cleaning 0 clauses out of 425000 with flag 0/425000
452.93/446.83	c cleaning 0 clauses out of 455001 with flag 0/455001
506.61/493.55	c cleaning 0 clauses out of 486001 with flag 0/486001
592.77/574.32	c cleaning 0 clauses out of 518000 with flag 0/518000
656.01/629.53	c cleaning 0 clauses out of 551005 with flag 0/551005
729.42/698.36	c cleaning 0 clauses out of 585001 with flag 0/585001
812.55/772.23	c cleaning 0 clauses out of 620001 with flag 0/620001
886.87/836.68	c cleaning 0 clauses out of 656001 with flag 0/656001
958.16/895.86	c cleaning 0 clauses out of 693000 with flag 0/693000
1039.15/965.11	c cleaning 0 clauses out of 731000 with flag 0/731000
1134.09/1046.75	c cleaning 0 clauses out of 770000 with flag 0/770000
1239.81/1138.17	c cleaning 0 clauses out of 810001 with flag 0/810001
1369.26/1254.53	c cleaning 0 clauses out of 851001 with flag 0/851001
1505.06/1376.76	c cleaning 0 clauses out of 893000 with flag 0/893000
1561.79/1426.21	c cleaning 0 clauses out of 936000 with flag 0/936000
1638.02/1487.22	c cleaning 0 clauses out of 980001 with flag 0/980001
1726.54/1559.86	c cleaning 0 clauses out of 1025001 with flag 0/1025001
1826.85/1643.14	c cleaning 0 clauses out of 1071000 with flag 0/1071000
1914.76/1719.25	c cleaning 0 clauses out of 1118000 with flag 0/1118000
2023.78/1813.47	c cleaning 0 clauses out of 1166000 with flag 0/1166000
2157.86/1928.60	c cleaning 0 clauses out of 1215002 with flag 0/1215002
2313.32/2064.92	c cleaning 0 clauses out of 1265001 with flag 0/1265001
2487.91/2229.47	c cleaning 0 clauses out of 1316002 with flag 0/1316002
2626.67/2358.01	c cleaning 0 clauses out of 1368000 with flag 0/1368000
2755.43/2475.67	c cleaning 0 clauses out of 1421000 with flag 0/1421000
2907.35/2615.95	c cleaning 0 clauses out of 1475000 with flag 0/1475000
3110.67/2806.84	c cleaning 0 clauses out of 1530000 with flag 0/1530000
3298.28/2969.34	c cleaning 0 clauses out of 1586000 with flag 0/1586000
3466.64/3124.63	c cleaning 0 clauses out of 1643002 with flag 0/1643002
3600.00/3233.97	c starts		: 209
3600.00/3233.98	c timeout
3600.00/3234.00	c conflicts		: 1687281
3600.00/3234.00	c decisions		: 2172782
3600.00/3234.00	c propagations		: 709440133
3600.00/3234.00	c inspects		: 17709553173
3600.00/3234.00	c shortcuts		: 0
3600.00/3234.00	c learnt literals	: 0
3600.00/3234.00	c learnt binary clauses	: 0
3600.00/3234.00	c learnt ternary clauses	: 3951
3600.00/3234.00	c learnt constraints	: 1687281
3600.00/3234.00	c ignored constraints	: 0
3600.00/3234.00	c root simplifications	: 0
3600.00/3234.00	c removed literals (reason simplification)	: 0
3600.00/3234.00	c reason swapping (by a shorter reason)	: 0
3600.00/3234.00	c Calls to reduceDB	: 53
3600.00/3234.00	c Number of update (reduction) of LBD	: 0
3600.00/3234.00	c Imported unit clauses	: 0
3600.00/3234.00	c No decision after first conflict	: false
3600.00/3234.00	c number of reductions to clauses (during analyze)	: 0
3600.00/3234.00	c number of learned constraints concerned by reduction	: 0
3600.00/3234.00	c number of learning phase by resolution	: 0
3600.00/3234.00	c number of learning phase by cutting planes	: 0
3600.00/3234.00	c number of rounding to 1 operations	: 0
3600.00/3234.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3234.00	c number of reductions of the coefficients by power 2 	: 0
3600.00/3234.00	c number of right shift for reduction by power 2 	: 0
3600.00/3234.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3234.00	c number of ending skipping 	: 0
3600.00/3234.00	c number of internal skipping 	: 0
3600.00/3234.00	c number of derivation steps 	: 96081564
3600.00/3234.00	c number of skipped derivation steps 	: 0
3600.00/3234.00	c number of remaining unassigned 	: 0
3600.00/3234.00	c number of remaining assigned 	: 0
3600.00/3234.00	c number of falsified literals weakened from reason	: 0
3600.00/3234.00	c number of falsified literals weakened from conflict	: 0
3600.00/3234.00	c time for arithmetic operations	: 0
3600.00/3234.00	c minimum degree of deleted constraints	: null
3600.00/3234.00	c maximum degree of deleted constraints	: null
3600.00/3234.00	c number of deleted constraints	: 0
3600.00/3234.00	c speed (assignments/second)	: 219399.29712078682
3600.00/3234.00	c non guided choices	: 18905
3600.39/3234.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1687281
3600.39/3234.11	s UNKNOWN
3600.39/3234.11	c Total wall clock time (in seconds): 3233.959

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (59692 MiB free)
  memory of node 1: 64510 MiB (54713 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450165-1721406873/watcher-4450165-1721406873 -o /tmp/evaluation-result-4450165-1721406873/solver-4450165-1721406873 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721406737-1023806 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450165-1721406873.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=1024220, runsolver pid=1024217

[startup+0.101018 s]*
/proc/loadavg: 4.04 2.91 2.44 8/333 1024238
/proc/meminfo: memFree=117109240/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=18975048 memory=62788 CPUtime=0.13 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 7218 0 0 0 12 1 0 0 20 0 18 0 192846489 19430449152 15697 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4743762 15697 5605 1 0 549322 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 1077936192 5753 0 0 0 7 1 0 0 20 0 18 0 192846489 19430449152 15697 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192846492 19430449152 15697 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=18975048 memory=14134446136991189 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192846492 19430449152 15697 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62788 KiB

[startup+0.206032 s]*
/proc/loadavg: 4.04 2.91 2.44 7/333 1024238
/proc/meminfo: memFree=117072128/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=18975048 memory=101240 CPUtime=0.33 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 7788 0 0 0 31 2 0 0 20 0 18 0 192846489 19430449152 25310 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4743762 25310 5917 1 0 549712 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=18975048 memory=6876556183782621315 CPUtime=0.17 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 6047 0 0 0 16 1 0 0 20 0 18 0 192846489 19430449152 25310 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=18975048 memory=1285800 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192846492 19430449152 25310 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=18975048 memory=13571496182286042 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192846492 19430449152 25310 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 101240 KiB

[startup+0.306031 s]*
/proc/loadavg: 4.04 2.91 2.44 7/334 1024239
/proc/meminfo: memFree=117010024/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19041612 memory=163028 CPUtime=0.51 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 9446 0 0 0 48 3 0 0 20 0 19 0 192846489 19498610688 40757 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4760403 40757 5917 1 0 550980 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19041612 memory=-7524491859965405797 CPUtime=0.25 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 6078 0 0 0 23 2 0 0 20 0 19 0 192846489 19498610688 40757 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192846492 19498610688 40757 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 192846492 19498610688 40757 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 163028 KiB

[startup+0.701087 s]
/proc/loadavg: 4.04 2.91 2.44 7/335 1024240
/proc/meminfo: memFree=116788260/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19108176 memory=406444 CPUtime=1.26 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 12722 0 0 0 117 9 0 0 20 0 20 0 192846489 19566772224 101611 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4777044 101611 5933 1 0 553655 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19108176 memory=736 CPUtime=0.59 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 6235 0 0 0 52 7 0 0 20 0 20 0 192846489 19566772224 101611 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19108176 memory=4892 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 101611 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19108176 memory=280873681609384 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 101611 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024240] ppid=1024217 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1024220/task/1024240/stat : 1024240 (Timer-0) S 1024217 1024220 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192846533 19566772224 101611 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 406444 KiB

[startup+1.50103 s]
/proc/loadavg: 4.20 2.96 2.46 6/335 1024240
/proc/meminfo: memFree=116697092/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19108176 memory=555264 CPUtime=2.83 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 19333 0 0 0 269 14 0 0 20 0 20 0 192846489 19566772224 138816 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4777044 138816 5933 1 0 557027 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19108176 memory=4892 CPUtime=1.36 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 6386 0 0 0 126 10 0 0 20 0 20 0 192846489 19566772224 138816 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 138816 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 138816 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024240] ppid=1024217 vsize=19108176 memory=280873681462544 CPUtime=0 cores=0,2
/proc/1024220/task/1024240/stat : 1024240 (Timer-0) S 1024217 1024220 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192846533 19566772224 138816 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 555264 KiB

[startup+3.10605 s]
/proc/loadavg: 4.20 2.96 2.46 5/335 1024240
/proc/meminfo: memFree=116340484/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19108176 memory=796044 CPUtime=4.77 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 21476 0 0 0 458 19 0 0 20 0 20 0 192846489 19566772224 199011 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4777044 199011 5933 1 0 557088 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19108176 memory=0 CPUtime=2.94 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 6766 0 0 0 279 15 0 0 20 0 20 0 192846489 19566772224 199011 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19108176 memory=4892 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 199011 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 199011 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024240] ppid=1024217 vsize=19108176 memory=7804 CPUtime=0 cores=0,2
/proc/1024220/task/1024240/stat : 1024240 (Timer-0) S 1024217 1024220 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192846533 19566772224 199011 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 4.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 796044 KiB

[startup+6.30104 s]
/proc/loadavg: 4.26 2.99 2.47 5/335 1024240
/proc/meminfo: memFree=115752676/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19108176 memory=1362380 CPUtime=8.07 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 26835 0 0 0 777 30 0 0 20 0 20 0 192846489 19566772224 340595 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4777044 340595 5949 1 0 557088 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19108176 memory=4892 CPUtime=6.02 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 7815 0 0 0 578 24 0 0 20 0 20 0 192846489 19566772224 340595 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 340595 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19108176 memory=-6163001859702092992 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 340595 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024240] ppid=1024217 vsize=19108176 memory=588304 CPUtime=0 cores=0,2
/proc/1024220/task/1024240/stat : 1024240 (Timer-0) S 1024217 1024220 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192846533 19566772224 340595 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 8.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1362380 KiB

[startup+12.701 s]
/proc/loadavg: 4.24 3.01 2.48 5/335 1024242
/proc/meminfo: memFree=115676356/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19108176 memory=1370608 CPUtime=14.48 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 27484 0 0 0 1418 30 0 0 20 0 20 0 192846489 19566772224 342652 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4777044 342652 5949 1 0 557088 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19108176 memory=0 CPUtime=12.29 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 7870 0 0 0 1205 24 0 0 20 0 20 0 192846489 19566772224 342652 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 342652 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19108176 memory=1370608 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 342652 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024240] ppid=1024217 vsize=19108176 memory=4892 CPUtime=0 cores=0,2
/proc/1024220/task/1024240/stat : 1024240 (Timer-0) S 1024217 1024220 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192846533 19566772224 342652 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 14.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1370608 KiB

[startup+25.501 s]
/proc/loadavg: 4.28 3.06 2.50 5/335 1024243
/proc/meminfo: memFree=114018384/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19108176 memory=2859188 CPUtime=27.35 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 32979 0 0 0 2676 59 0 0 20 0 20 0 192846489 19566772224 714797 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4777044 714797 5952 1 0 1146151 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19108176 memory=1370608 CPUtime=24.64 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 10213 0 0 0 2414 50 0 0 20 0 20 0 192846489 19566772224 714797 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19108176 memory=-7524491859965405797 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 714797 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19108176 memory=29536 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 714797 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024240] ppid=1024217 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1024220/task/1024240/stat : 1024240 (Timer-0) S 1024217 1024220 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192846533 19566772224 714797 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 27.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2859188 KiB

[startup+51.1058 s]
/proc/loadavg: 4.39 3.20 2.57 5/333 1024248
/proc/meminfo: memFree=112903648/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19108176 memory=3834184 CPUtime=53.39 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 38572 0 0 0 5260 79 0 0 20 0 20 0 192846489 19566772224 958546 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4777044 958546 5968 1 0 1146158 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19108176 memory=3791108 CPUtime=49.51 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 12656 0 0 0 4883 68 0 0 20 0 20 0 192846489 19566772224 958546 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19108176 memory=29536 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 958546 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0

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

/proc/meminfo: memFree=98101040/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19108176 memory=12591748 CPUtime=3311.3 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 1150796 0 0 0 330435 695 0 0 20 0 20 0 192846489 19566772224 3147937 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4777044 3147937 5981 1 0 3160864 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19108176 memory=12325000 CPUtime=2932.27 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 534178 0 0 0 292954 273 0 0 20 0 20 0 192846489 19566772224 3147937 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 20 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19108176 memory=12591748 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 3147937 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19108176 memory=7804 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 3356 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 3147937 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024240] ppid=1024217 vsize=19108176 memory=12591748 CPUtime=0 cores=0,2
/proc/1024220/task/1024240/stat : 1024240 (Timer-0) S 1024217 1024220 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192846533 19566772224 3147937 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 3311.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12591748 KiB

[startup+3042.3 s]
/proc/loadavg: 5.09 4.95 4.72 7/333 1025527
/proc/meminfo: memFree=98100148/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19108176 memory=12591856 CPUtime=3371.22 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 1162027 0 0 0 336424 698 0 0 20 0 20 0 192846489 19566772224 3147964 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4777044 3147964 5981 1 0 3160864 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19108176 memory=12591748 CPUtime=2991.92 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 541968 0 0 0 298917 275 0 0 20 0 20 0 192846489 19566772224 3147964 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 20 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19108176 memory=12591748 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 3147964 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19108176 memory=12591856 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 3500 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 3147964 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024240] ppid=1024217 vsize=19108176 memory=12591856 CPUtime=0 cores=0,2
/proc/1024220/task/1024240/stat : 1024240 (Timer-0) S 1024217 1024220 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192846533 19566772224 3147964 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 3371.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12591856 KiB

[startup+3102.3 s]
/proc/loadavg: 4.92 4.93 4.73 5/333 1025921
/proc/meminfo: memFree=97324912/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19108176 memory=12902484 CPUtime=3444.44 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 1205791 0 0 0 343719 725 0 0 20 0 20 0 192846489 19566772224 3225621 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4777044 3225621 5981 1 0 3238154 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19108176 memory=12591856 CPUtime=3051.12 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 563365 0 0 0 304828 284 0 0 20 0 20 0 192846489 19566772224 3225621 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19108176 memory=7804 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 3225621 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19108176 memory=7804 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 3582 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 3225621 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024240] ppid=1024217 vsize=19108176 memory=29932 CPUtime=0 cores=0,2
/proc/1024220/task/1024240/stat : 1024240 (Timer-0) S 1024217 1024220 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192846533 19566772224 3225621 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 3444.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12902484 KiB

[startup+3162.3 s]
/proc/loadavg: 3.93 4.65 4.64 3/281 1025999
/proc/meminfo: memFree=107683588/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19108176 memory=13160912 CPUtime=3517.9 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 1250534 0 0 0 351043 747 0 0 20 0 20 0 192846489 19566772224 3290228 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4777044 3290228 5981 1 0 3302916 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19108176 memory=4892 CPUtime=3110.15 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 584029 0 0 0 310722 293 0 0 20 0 20 0 192846489 19566772224 3290228 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 20 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19108176 memory=29932 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 3290228 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19108176 memory=13160912 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 3716 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 3290228 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024240] ppid=1024217 vsize=19108176 memory=736 CPUtime=0 cores=0,2
/proc/1024220/task/1024240/stat : 1024240 (Timer-0) S 1024217 1024220 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192846533 19566772224 3290228 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 3517.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 13160912 KiB

[startup+3222.3 s]
/proc/loadavg: 3.11 4.27 4.51 4/281 1026012
/proc/meminfo: memFree=107682900/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19108176 memory=13161048 CPUtime=3577.88 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 1262492 0 0 0 357038 750 0 0 20 0 20 0 192846489 19566772224 3290262 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4777044 3290262 5981 1 0 3302918 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19108176 memory=0 CPUtime=3169.74 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 592303 0 0 0 316680 294 0 0 20 0 20 0 192846489 19566772224 3290262 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 20 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19108176 memory=7804 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 3290262 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19108176 memory=13160912 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 3866 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 3290262 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024240] ppid=1024217 vsize=19108176 memory=13161048 CPUtime=0 cores=0,2
/proc/1024220/task/1024240/stat : 1024240 (Timer-0) S 1024217 1024220 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192846533 19566772224 3290262 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 3577.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 13161048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3233.9 s]
/proc/loadavg: 3.10 4.23 4.50 4/283 1026184
/proc/meminfo: memFree=107682444/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19108176 memory=13161048 CPUtime=3600 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 1285076 0 0 0 359238 762 0 0 20 0 20 0 192846489 19566772224 3290262 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4777044 3290262 5981 1 0 3302918 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19108176 memory=7804 CPUtime=3181.04 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) R 1024217 1024220 1019718 0 -1 4194368 599806 0 0 0 317810 294 0 0 20 0 20 0 192846489 19566772224 3290262 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19108176 memory=13160912 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 3290262 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19108176 memory=29932 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 3866 0 0 0 0 0 0 0 20 0 20 0 192846492 19566772224 3290262 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024240] ppid=1024217 vsize=19108176 memory=13161048 CPUtime=0 cores=0,2
/proc/1024220/task/1024240/stat : 1024240 (Timer-0) S 1024217 1024220 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192846533 19566772224 3290262 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 13161048 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.79 s, system=7.67405 s

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

[startup+3234.01 s]*
/proc/loadavg: 3.10 4.23 4.50 5/284 1026187
/proc/meminfo: memFree=107679160/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19307868 memory=13164456 CPUtime=3600.21 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 1287876 0 0 0 359258 763 0 0 20 0 21 0 192846489 19771256832 3291114 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4826967 3291114 5980 1 0 3364402 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19307868 memory=-7524491859965600355 CPUtime=3181.12 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) S 1024217 1024220 1019718 0 -1 1077936192 599897 0 0 0 317818 294 0 0 20 0 21 0 192846489 19771256832 3291114 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19307868 memory=-9187040407654332868 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 192846492 19771256832 3291114 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19307868 memory=32964 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 3866 0 0 0 0 0 0 0 20 0 21 0 192846492 19771256832 3291114 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1026186] ppid=1024217 vsize=19307868 memory=5460 CPUtime=0.02 cores=0,2
/proc/1024220/task/1026186/stat : 1026186 (Thread-0) R 1024217 1024220 1019718 0 -1 4194368 422 0 0 0 2 0 0 0 20 0 21 0 193169886 19771256832 3291114 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 13164456 KiB

[startup+3234.11 s]
/proc/loadavg: 3.10 4.23 4.50 5/284 1026187
/proc/meminfo: memFree=107679160/131524600 swapFree=130799640/131071996
[pid=1024220] ppid=1024217 vsize=19307868 memory=13164460 CPUtime=3600.39 cores=0,2
/proc/1024220/stat : 1024220 (java) S 1024217 1024220 1019718 0 -1 1077936128 1287981 0 0 0 359276 763 0 0 20 0 21 0 192846489 19771256832 3291115 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
/proc/1024220/statm: 4826967 3291115 5980 1 0 3364405 0
[pid=1024220/tid=1024222] ppid=1024217 vsize=19307868 memory=7804 CPUtime=3181.12 cores=0,2
/proc/1024220/task/1024222/stat : 1024222 (java) S 1024217 1024220 1019718 0 -1 1077936192 599897 0 0 0 317818 294 0 0 20 0 21 0 192846489 19771256832 3291115 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024231] ppid=1024217 vsize=19307868 memory=13160912 CPUtime=0 cores=0,2
/proc/1024220/task/1024231/stat : 1024231 (Finalizer) S 1024217 1024220 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 192846492 19771256832 3291115 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1024238] ppid=1024217 vsize=19307868 memory=29932 CPUtime=0 cores=0,2
/proc/1024220/task/1024238/stat : 1024238 (Common-Cleaner) S 1024217 1024220 1019718 0 -1 1077936192 3866 0 0 0 0 0 0 0 20 0 21 0 192846492 19771256832 3291115 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
[pid=1024220/tid=1026186] ppid=1024217 vsize=19307868 memory=13161048 CPUtime=0.1 cores=0,2
/proc/1024220/task/1026186/stat : 1026186 (Thread-0) R 1024217 1024220 1019718 0 -1 4194368 424 0 0 0 10 0 0 0 20 0 21 0 193169886 19771256832 3291115 134679101440 94114514812928 94114514816624 140735639624816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94114514824440 94114514825232 94114546147328 140735639630830 140735639630943 140735639630943 140735639637960 0
Current children cumulated CPU time: 3600.39 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 13164460 KiB

Child status: 143

Real time (s): 3234.16
CPU time (s): 3600.46
CPU user time (s): 3592.79
CPU system time (s): 7.67405
CPU usage (%): 111.326
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 13164460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.79
system time used= 7.67405
maximum resident set size= 13165396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1288141
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106810
involuntary context switches= 43627


# summary of solver processes directly reported to runsolver:
#   pid: 1024220
#   total CPU time (s): 3600.46
#   total CPU user time (s): 3592.79
#   total CPU system time (s): 7.67405

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.20388 second user time and 16.134 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-19 18:34:46
IDJOB=4450165
IDBENCH=160409
IDSOLVER=3046
FILE ID=nodeC014/4450165-1721406873
RUNJOBID= nodeC014-1721406737-1023806
SLURM_JOB_ID= 7545426
Free space on /tmp= 890032 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450165-1721406873/watcher-4450165-1721406873 -o /tmp/evaluation-result-4450165-1721406873/solver-4450165-1721406873 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721406737-1023806 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450165-1721406873.opb

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

MD5SUM BENCH= 60aa0ac85dc632e57e54cb255f142331
RANDOM SEED=1867234529

nodeC014.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		: 3622.158
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.32
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		: 3599.912
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.96
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		: 3631.719
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.32
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		: 3686.660
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.96
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		: 3616.348
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.32
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		: 3599.855
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.96
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		: 3668.665
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.32
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		: 3679.118
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117151504 kB
MemAvailable:   121255272 kB
Buffers:          484012 kB
Cached:          4415448 kB
SwapCached:        12872 kB
Active:          1487064 kB
Inactive:       12242676 kB
Active(anon):       9176 kB
Inactive(anon):  8850580 kB
Active(file):    1477888 kB
Inactive(file):  3392096 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130799640 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       8821488 kB
Mapped:            70676 kB
Shmem:             29476 kB
KReclaimable:     146864 kB
Slab:             249988 kB
SReclaimable:     146864 kB
SUnreclaim:       103124 kB
KernelStack:        5088 kB
PageTables:        27900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10602732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35264 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8585216 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:      303828 kB
DirectMap2M:    38266880 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890036 MiB
End job on nodeC014 at 2024-07-19 19:28:40