Trace number 4443995

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.72 3405.07

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUM4e71f8d633240b9029e11e93d5a0a0b4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark16.9097
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
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.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.18	c version CUSTOM.v20240707
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.21	c os.arch		amd64
0.29/0.23	c Free memory 		2115194816
0.29/0.23	c Max memory 		16282288128
0.29/0.23	c Total memory 		2122317824
0.29/0.24	c Number of processors 	2
0.47/0.40	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.40	 - never skip resolution steps
0.47/0.40	 - Auto-division on coefficients is disabled
0.47/0.40	 - No postprocessing
0.47/0.40	 - Conflict is considered as is when resolving
0.47/0.40	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.47/0.40	 - Weaken first using unassigned literals
0.47/0.40	 - Bump strategy: ALWAYS_ONE
0.47/0.40	 - Bumper: ASSIGNED
0.47/0.40	--- Begin Solver configuration ---
0.47/0.40	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.47/0.40	Learn all clauses as in MiniSAT
0.47/0.40	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.40	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.40	No reason simplification
0.47/0.40	Armin Biere (Picosat) restarts strategy
0.47/0.40	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.47/0.40	timeout=2147483s
0.47/0.40	DB Simplification allowed=false
0.47/0.40	Listener: none
0.47/0.40	--- End Solver configuration ---
0.47/0.41	c Pseudo Boolean Optimization by upper bound
0.47/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.41	c  - never skip resolution steps
0.47/0.41	c  - Auto-division on coefficients is disabled
0.47/0.41	c  - No postprocessing
0.47/0.41	c  - Conflict is considered as is when resolving
0.47/0.41	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.47/0.41	c  - Weaken first using unassigned literals
0.47/0.41	c  - Bump strategy: ALWAYS_ONE
0.47/0.41	c  - Bumper: ASSIGNED
0.47/0.41	c --- Begin Solver configuration ---
0.47/0.41	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.47/0.41	c Learn all clauses as in MiniSAT
0.47/0.41	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.41	c No reason simplification
0.47/0.41	c Armin Biere (Picosat) restarts strategy
0.47/0.41	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.47/0.41	c timeout=2147483s
0.47/0.41	c DB Simplification allowed=false
0.47/0.41	c Listener: none
0.47/0.41	c --- End Solver configuration ---
0.47/0.41	c solving HOME/instance-4443995-1721317695.opb
0.47/0.41	c reading problem ... 
0.47/0.41	c  no objective function found
2.89/1.62	c ... done. Wall clock time 1.203s.
2.89/1.62	c declared #vars     1440
2.89/1.62	c #constraints  86400
2.89/1.62	c constraints type 
2.89/1.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 360
2.89/1.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 86040
2.89/1.62	c 86400 constraints processed.
6.83/3.70	c cleaning 7 clauses out of 5002 with flag 0/5002
10.24/5.49	c cleaning 51 clauses out of 10995 with flag 0/11002
12.50/7.53	c cleaning 32 clauses out of 17942 with flag 0/18000
15.62/10.02	c cleaning 45 clauses out of 25911 with flag 0/26001
19.45/12.67	c cleaning 75 clauses out of 34867 with flag 0/35002
23.17/16.02	c cleaning 77 clauses out of 44790 with flag 0/45000
28.39/20.98	c cleaning 136 clauses out of 55713 with flag 0/56000
33.26/25.11	c cleaning 166 clauses out of 67577 with flag 0/68000
39.30/30.90	c cleaning 141 clauses out of 80411 with flag 0/81000
45.80/37.06	c cleaning 96 clauses out of 94271 with flag 0/95001
53.04/44.20	c cleaning 257 clauses out of 109177 with flag 0/110003
61.02/52.13	c cleaning 139 clauses out of 124917 with flag 0/126000
69.30/60.38	c cleaning 195 clauses out of 141778 with flag 0/143000
81.35/71.92	c cleaning 380 clauses out of 159583 with flag 0/161000
94.32/84.77	c cleaning 249 clauses out of 178203 with flag 0/180000
107.88/98.05	c cleaning 229 clauses out of 197954 with flag 0/200000
122.98/112.57	c cleaning 329 clauses out of 218726 with flag 0/221001
140.55/129.90	c cleaning 371 clauses out of 240398 with flag 0/243002
162.61/151.61	c cleaning 472 clauses out of 263025 with flag 0/266000
183.17/171.61	c cleaning 250 clauses out of 286553 with flag 0/290000
205.43/193.76	c cleaning 506 clauses out of 311303 with flag 0/315000
231.85/219.61	c cleaning 452 clauses out of 336798 with flag 0/341001
255.02/242.20	c cleaning 414 clauses out of 363345 with flag 0/368000
286.96/273.59	c cleaning 495 clauses out of 390934 with flag 0/396003
318.97/304.59	c cleaning 375 clauses out of 419436 with flag 0/425000
350.31/335.23	c cleaning 346 clauses out of 449061 with flag 0/455000
396.01/379.61	c cleaning 543 clauses out of 479716 with flag 0/486001
433.62/416.61	c cleaning 647 clauses out of 511172 with flag 0/518000
493.55/475.05	c cleaning 1242 clauses out of 543525 with flag 0/551000
578.86/558.72	c cleaning 1065 clauses out of 576284 with flag 0/585001
632.91/610.98	c cleaning 528 clauses out of 610219 with flag 0/620001
694.75/670.84	c cleaning 719 clauses out of 645690 with flag 0/656000
757.09/731.38	c cleaning 861 clauses out of 681971 with flag 0/693000
832.58/804.66	c cleaning 988 clauses out of 719110 with flag 0/731000
911.52/881.88	c cleaning 1288 clauses out of 757123 with flag 0/770001
996.89/964.46	c cleaning 998 clauses out of 795834 with flag 0/810000
1123.59/1087.79	c cleaning 1499 clauses out of 835836 with flag 0/851000
1272.98/1231.85	c cleaning 1214 clauses out of 876337 with flag 0/893000
1391.55/1344.92	c cleaning 588 clauses out of 918123 with flag 0/936000
1489.26/1439.66	c cleaning 861 clauses out of 961535 with flag 0/980000
1620.01/1566.73	c cleaning 959 clauses out of 1005674 with flag 0/1025000
1731.12/1674.13	c cleaning 1673 clauses out of 1050715 with flag 0/1071000
1910.36/1846.64	c cleaning 959 clauses out of 1096043 with flag 0/1118001
2134.67/2065.11	c cleaning 1569 clauses out of 1143085 with flag 0/1166002
2281.20/2205.34	c cleaning 1313 clauses out of 1190514 with flag 0/1215000
2410.52/2332.85	c cleaning 2042 clauses out of 1239201 with flag 0/1265000
2571.50/2491.13	c cleaning 2060 clauses out of 1288161 with flag 0/1316002
2812.38/2695.84	c cleaning 923 clauses out of 1338100 with flag 0/1368001
2949.77/2813.49	c cleaning 1037 clauses out of 1390177 with flag 0/1421001
3140.62/2984.59	c cleaning 1397 clauses out of 1443139 with flag 0/1475000
3364.21/3189.69	c cleaning 1673 clauses out of 1496743 with flag 0/1530001
3541.83/3350.08	c cleaning 1091 clauses out of 1551071 with flag 0/1586002
3600.38/3404.80	c timeout
3600.38/3404.82	c starts		: 208
3600.38/3404.83	c conflicts		: 1601898
3600.38/3404.83	c decisions		: 1958393
3600.38/3404.83	c propagations		: 173967502
3600.38/3404.83	c inspects		: 8206070746
3600.38/3404.83	c shortcuts		: 0
3600.38/3404.84	c learnt literals	: 0
3600.38/3404.84	c learnt binary clauses	: 0
3600.38/3404.84	c learnt ternary clauses	: 0
3600.38/3404.85	c learnt constraints	: 1601897
3600.38/3404.85	c ignored constraints	: 0
3600.38/3404.85	c root simplifications	: 0
3600.38/3404.85	c removed literals (reason simplification)	: 0
3600.38/3404.85	c reason swapping (by a shorter reason)	: 0
3600.38/3404.85	c Calls to reduceDB	: 52
3600.38/3404.85	c Number of update (reduction) of LBD	: 334
3600.38/3404.85	c Imported unit clauses	: 0
3600.38/3404.85	c No decision after first conflict	: false
3600.38/3404.85	c number of reductions to clauses (during analyze)	: 0
3600.38/3404.85	c number of learned constraints concerned by reduction	: 0
3600.38/3404.85	c number of learning phase by resolution	: 0
3600.38/3404.85	c number of learning phase by cutting planes	: 0
3600.38/3404.85	c number of rounding to 1 operations	: 220238
3600.38/3404.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.38/3404.85	c number of reductions of the coefficients by power 2 	: 0
3600.38/3404.85	c number of right shift for reduction by power 2 	: 0
3600.38/3404.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.38/3404.85	c number of ending skipping 	: 0
3600.38/3404.85	c number of internal skipping 	: 0
3600.38/3404.85	c number of derivation steps 	: 49895801
3600.38/3404.85	c number of skipped derivation steps 	: 0
3600.38/3404.85	c number of remaining unassigned 	: 13
3600.38/3404.85	c number of remaining assigned 	: 23785372
3600.38/3404.85	c number of falsified literals weakened from reason	: 0
3600.38/3404.85	c number of falsified literals weakened from conflict	: 0
3600.38/3404.85	c time for arithmetic operations	: 4075090276
3600.38/3404.86	c minimum degree of deleted constraints	: 4
3600.38/3404.86	c maximum degree of deleted constraints	: 72
3600.38/3404.86	c number of deleted constraints	: 36022
3600.38/3404.86	c speed (assignments/second)	: 51118.34992051669
3600.38/3404.86	c non guided choices	: 214
3600.50/3404.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1301266
3600.50/3404.99	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 14
3600.50/3404.99	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 264595
3600.50/3404.99	s UNKNOWN
3600.50/3404.99	c Total wall clock time (in seconds): 3404.583

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: 64096 MiB (59821 MiB free)
  memory of node 1: 64473 MiB (61785 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443995-1721317695/watcher-4443995-1721317695 -o /tmp/evaluation-result-4443995-1721317695/solver-4443995-1721317695 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968470 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4443995-1721317695.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=968502, runsolver pid=968498

[startup+0.100922 s]*
/proc/loadavg: 1.56 2.47 3.08 6/258 968536
/proc/meminfo: memFree=124452768/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=18975048 memory=54852 CPUtime=0.12 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 6377 0 0 0 9 3 0 0 20 0 18 0 183928343 19430449152 13713 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4743762 13713 5497 1 0 550760 0
[pid=968502/tid=968507] ppid=968498 vsize=18975048 memory=4026532157 CPUtime=0.09 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) R 968498 968502 968460 0 -1 4194368 5318 0 0 0 6 3 0 0 20 0 18 0 183928343 19430449152 13713 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=18975048 memory=215671374179 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183928350 19430449152 13713 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=18975048 memory=14415921146002814 CPUtime=0 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183928351 19430449152 13899 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 54852 KiB

[startup+0.215 s]*
/proc/loadavg: 1.56 2.47 3.08 7/268 968546
/proc/meminfo: memFree=124432012/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=18975048 memory=58516 CPUtime=0.29 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 7079 0 0 0 25 4 0 0 20 0 18 0 183928343 19430449152 14629 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4743762 14629 5666 1 0 551321 0
[pid=968502/tid=968507] ppid=968498 vsize=18975048 memory=7872697190685737277 CPUtime=0.18 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) R 968498 968502 968460 0 -1 4194368 5651 0 0 0 15 3 0 0 20 0 18 0 183928343 19430449152 14629 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=18975048 memory=215671374179 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183928350 19430449152 14629 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=18975048 memory=14415921146002814 CPUtime=0 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183928351 19430449152 14629 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58516 KiB

[startup+0.318877 s]*
/proc/loadavg: 1.56 2.47 3.08 7/266 968546
/proc/meminfo: memFree=124420804/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=18975048 memory=63724 CPUtime=0.47 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 7382 0 0 0 42 5 0 0 20 0 18 0 183928343 19430449152 15931 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4743762 15931 5675 1 0 551546 0
[pid=968502/tid=968507] ppid=968498 vsize=18975048 memory=8764446273926488160 CPUtime=0.28 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) R 968498 968502 968460 0 -1 4194368 5853 0 0 0 25 3 0 0 20 0 18 0 183928343 19430449152 15931 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=18975048 memory=-8889091246444028604 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183928350 19430449152 15931 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183928351 19430449152 15931 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63724 KiB

[startup+0.70046 s]
/proc/loadavg: 1.56 2.47 3.08 12/289 968574
/proc/meminfo: memFree=124356908/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=18975048 memory=140116 CPUtime=1.15 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 8952 0 0 0 106 9 0 0 20 0 18 0 183928343 19430449152 35029 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4743762 35029 5846 1 0 552467 0
[pid=968502/tid=968507] ppid=968498 vsize=18975048 memory=5624 CPUtime=0.58 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) R 968498 968502 968460 0 -1 4194368 6084 0 0 0 52 6 0 0 20 0 18 0 183928343 19430449152 35029 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=18975048 memory=11936 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183928350 19430449152 35029 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=18975048 memory=104 CPUtime=0 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183928351 19430449152 35029 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 140116 KiB

[startup+1.50046 s]
/proc/loadavg: 1.56 2.47 3.08 12/312 968604
/proc/meminfo: memFree=124049476/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=19045376 memory=608916 CPUtime=2.7 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 23072 0 0 0 245 25 0 0 20 0 19 0 183928343 19502465024 152381 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4761344 152381 5878 1 0 559085 0
[pid=968502/tid=968507] ppid=968498 vsize=19045376 memory=11936 CPUtime=1.3 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) R 968498 968502 968460 0 -1 4194368 6564 0 0 0 113 17 0 0 20 0 19 0 183928343 19502465024 151987 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=19045376 memory=104 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183928350 19502465024 151987 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=19045376 memory=0 CPUtime=0 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183928351 19502465024 151987 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19045376 KiB
Current children cumulated memory: 608916 KiB

[startup+3.10646 s]
/proc/loadavg: 1.56 2.47 3.08 9/316 968608
/proc/meminfo: memFree=117267200/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=19108176 memory=724756 CPUtime=5.88 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 28407 0 0 0 560 28 0 0 20 0 20 0 183928343 19566772224 181189 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4777044 181189 5891 1 0 559768 0
[pid=968502/tid=968507] ppid=968498 vsize=19108176 memory=198340509722 CPUtime=2.87 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) R 968498 968502 968460 0 -1 4194368 8155 0 0 0 267 20 0 0 20 0 20 0 183928343 19566772224 181189 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183928350 19566772224 181189 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=19108176 memory=11936 CPUtime=0 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183928351 19566772224 181189 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968607] ppid=968498 vsize=19108176 memory=20508 CPUtime=0 cores=0,2
/proc/968502/task/968607/stat : 968607 (Timer-0) S 968498 968502 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183928505 19566772224 181189 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 724756 KiB

[startup+6.30027 s]
/proc/loadavg: 2.08 2.56 3.11 6/317 968611
/proc/meminfo: memFree=113635844/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=19108176 memory=1403780 CPUtime=11.29 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 30648 0 0 0 1089 40 0 0 20 0 20 0 183928343 19566772224 350945 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4777044 350945 5891 1 0 994300 0
[pid=968502/tid=968507] ppid=968498 vsize=19108176 memory=0 CPUtime=5.79 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) S 968498 968502 968460 0 -1 1077936192 8664 0 0 0 549 30 0 0 20 0 20 0 183928343 19566772224 350945 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=19108176 memory=11936 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183928350 19566772224 350945 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=19108176 memory=20508 CPUtime=0 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 183928351 19566772224 350945 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968607] ppid=968498 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/968502/task/968607/stat : 968607 (Timer-0) S 968498 968502 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183928505 19566772224 350945 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 11.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1403780 KiB

[startup+12.7005 s]
/proc/loadavg: 2.63 2.67 3.14 7/297 968628
/proc/meminfo: memFree=116355788/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=19108176 memory=2317928 CPUtime=19.6 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 31352 0 0 0 1899 61 0 0 20 0 20 0 183928343 19566772224 579482 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4777044 579482 5891 1 0 994408 0
[pid=968502/tid=968507] ppid=968498 vsize=19108176 memory=2317928 CPUtime=11.93 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) R 968498 968502 968460 0 -1 4194368 9105 0 0 0 1145 48 0 0 20 0 20 0 183928343 19566772224 579482 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=19108176 memory=11936 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183928350 19566772224 579482 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 183928351 19566772224 579482 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968607] ppid=968498 vsize=19108176 memory=20508 CPUtime=0 cores=0,2
/proc/968502/task/968607/stat : 968607 (Timer-0) S 968498 968502 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183928505 19566772224 579482 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 19.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2317928 KiB

[startup+25.5005 s]
/proc/loadavg: 2.94 2.74 3.15 6/318 968683
/proc/meminfo: memFree=109184484/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=19108176 memory=3796828 CPUtime=33.83 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 33537 0 0 0 3292 91 0 0 20 0 20 0 183928343 19566772224 949207 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4777044 949207 5891 1 0 1357902 0
[pid=968502/tid=968507] ppid=968498 vsize=19108176 memory=2317928 CPUtime=23.91 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) R 968498 968502 968460 0 -1 4194368 10150 0 0 0 2316 75 0 0 20 0 20 0 183928343 19566772224 949207 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=19108176 memory=20508 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183928350 19566772224 949207 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=19108176 memory=3796576 CPUtime=0 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 183928351 19566772224 949207 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968607] ppid=968498 vsize=19108176 memory=1403780 CPUtime=0 cores=0,2
/proc/968502/task/968607/stat : 968607 (Timer-0) S 968498 968502 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183928505 19566772224 949207 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 33.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3796828 KiB

[startup+51.1133 s]
/proc/loadavg: 3.42 2.87 3.19 5/318 968686
/proc/meminfo: memFree=107185448/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=19108176 memory=4509108 CPUtime=60.02 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 42025 0 0 0 5895 107 0 0 20 0 20 0 183928343 19566772224 1127277 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4777044 1127277 5891 1 0 1470713 0
[pid=968502/tid=968507] ppid=968498 vsize=19108176 memory=4509108 CPUtime=48.75 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) R 968498 968502 968460 0 -1 4194368 13799 0 0 0 4789 86 0 0 20 0 20 0 183928343 19566772224 1127277 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=19108176 memory=12740 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183928350 19566772224 1127277 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=19108176 memory=11936 CPUtime=0 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 183928351 19566772224 1127277 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968607] ppid=968498 vsize=19108176 memory=4314296 CPUtime=0 cores=0,2
/proc/968502/task/968607/stat : 968607 (Timer-0) S 968498 968502 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183928505 19566772224 1127277 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0

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

/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183928350 19634933760 3987174 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=19174740 memory=15940476 CPUtime=0 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 3873 0 0 0 0 0 0 0 20 0 21 0 183928351 19634933760 3987174 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968607] ppid=968498 vsize=19174740 memory=15940500 CPUtime=0 cores=0,2
/proc/968502/task/968607/stat : 968607 (Timer-0) S 968498 968502 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183928505 19634933760 3987174 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 3266.55 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15948696 KiB

[startup+3162.3 s]
/proc/loadavg: 4.50 4.61 4.62 5/322 972507
/proc/meminfo: memFree=77853904/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=19174740 memory=15981572 CPUtime=3330.72 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 561203 0 0 0 332468 604 0 0 20 0 21 0 183928343 19634933760 3995393 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4793685 3995393 5907 1 0 4077932 0
[pid=968502/tid=968507] ppid=968498 vsize=19174740 memory=26008 CPUtime=3041.96 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) R 968498 968502 968460 0 -1 4194368 326038 0 0 0 303844 352 0 0 20 0 21 0 183928343 19634933760 3995393 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 76 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=19174740 memory=15940476 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183928350 19634933760 3995393 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=19174740 memory=15940476 CPUtime=0 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 3941 0 0 0 0 0 0 0 20 0 21 0 183928351 19634933760 3995393 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968607] ppid=968498 vsize=19174740 memory=15981572 CPUtime=0 cores=0,2
/proc/968502/task/968607/stat : 968607 (Timer-0) S 968498 968502 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183928505 19634933760 3995393 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 3330.72 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15981572 KiB

[startup+3222.3 s]
/proc/loadavg: 4.55 4.62 4.63 5/320 972652
/proc/meminfo: memFree=102847884/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=19174740 memory=16006664 CPUtime=3401.87 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 581040 0 0 0 339576 611 0 0 20 0 21 0 183928343 19634933760 4001666 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4793685 4001666 5907 1 0 4084325 0
[pid=968502/tid=968507] ppid=968498 vsize=19174740 memory=15998380 CPUtime=3096.64 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) R 968498 968502 968460 0 -1 4194368 336090 0 0 0 309310 354 0 0 20 0 21 0 183928343 19634933760 4001666 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 76 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=19174740 memory=26008 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183928350 19634933760 4001666 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=19174740 memory=15940476 CPUtime=0.01 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 4037 0 0 0 0 1 0 0 20 0 21 0 183928351 19634933760 4001666 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968607] ppid=968498 vsize=19174740 memory=16006664 CPUtime=0 cores=0,2
/proc/968502/task/968607/stat : 968607 (Timer-0) S 968498 968502 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183928505 19634933760 4001666 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 3401.87 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16006664 KiB

[startup+3282.3 s]
/proc/loadavg: 4.75 4.65 4.64 5/320 972663
/proc/meminfo: memFree=101818252/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=19174740 memory=16023220 CPUtime=3467.57 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 599720 0 0 0 346139 618 0 0 20 0 21 0 183928343 19634933760 4005805 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4793685 4005805 5907 1 0 4088527 0
[pid=968502/tid=968507] ppid=968498 vsize=19174740 memory=-8598610169990259388 CPUtime=3152.46 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) R 968498 968502 968460 0 -1 4194368 346205 0 0 0 314891 355 0 0 20 0 21 0 183928343 19634933760 4005805 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 77 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=19174740 memory=1828 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183928350 19634933760 4005805 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=19174740 memory=11936 CPUtime=0.01 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 4133 0 0 0 0 1 0 0 20 0 21 0 183928351 19634933760 4005805 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968607] ppid=968498 vsize=19174740 memory=16023220 CPUtime=0 cores=0,2
/proc/968502/task/968607/stat : 968607 (Timer-0) S 968498 968502 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183928505 19634933760 4005805 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 3467.57 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16023220 KiB

[startup+3342.3 s]
/proc/loadavg: 5.33 4.85 4.71 5/320 972674
/proc/meminfo: memFree=101242604/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=19174740 memory=16023224 CPUtime=3533.41 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 617494 0 0 0 352718 623 0 0 20 0 21 0 183928343 19634933760 4005806 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4793685 4005806 5907 1 0 4088527 0
[pid=968502/tid=968507] ppid=968498 vsize=19174740 memory=11936 CPUtime=3207.92 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) R 968498 968502 968460 0 -1 4194368 355801 0 0 0 320435 357 0 0 20 0 21 0 183928343 19634933760 4005806 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 77 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=19174740 memory=16023224 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183928350 19634933760 4005806 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=19174740 memory=16023224 CPUtime=0.01 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 4212 0 0 0 0 1 0 0 20 0 21 0 183928351 19634933760 4005806 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968607] ppid=968498 vsize=19174740 memory=16023224 CPUtime=0 cores=0,2
/proc/968502/task/968607/stat : 968607 (Timer-0) S 968498 968502 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183928505 19634933760 4005806 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 3533.41 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16023224 KiB

[startup+3402.3 s]
/proc/loadavg: 4.72 4.77 4.69 5/320 972685
/proc/meminfo: memFree=101146116/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=19174740 memory=16023232 CPUtime=3597.75 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 630698 0 0 0 359147 628 0 0 20 0 21 0 183928343 19634933760 4005808 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4793685 4005808 5907 1 0 4088527 0
[pid=968502/tid=968507] ppid=968498 vsize=19174740 memory=16023224 CPUtime=3264.02 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) R 968498 968502 968460 0 -1 4194368 364376 0 0 0 326044 358 0 0 20 0 21 0 183928343 19634933760 4005808 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 80 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=19174740 memory=16023224 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183928350 19634933760 4005808 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=19174740 memory=12740 CPUtime=0.01 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 4256 0 0 0 0 1 0 0 20 0 21 0 183928351 19634933760 4005808 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968607] ppid=968498 vsize=19174740 memory=16023224 CPUtime=0 cores=0,2
/proc/968502/task/968607/stat : 968607 (Timer-0) S 968498 968502 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183928505 19634933760 4005808 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 3597.75 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16023232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3404.6 s]
/proc/loadavg: 4.72 4.77 4.69 5/320 972686
/proc/meminfo: memFree=101143984/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=19174740 memory=16023232 CPUtime=3600.1 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 635975 0 0 0 359381 629 0 0 20 0 21 0 183928343 19634933760 4005808 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4793685 4005808 5907 1 0 4088527 0
[pid=968502/tid=968507] ppid=968498 vsize=19174740 memory=5532 CPUtime=3266.29 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) S 968498 968502 968460 0 -1 1077936192 366853 0 0 0 326270 359 0 0 20 0 21 0 183928343 19634933760 4005808 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 80 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=19174740 memory=21664 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183928350 19634933760 4005808 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=19174740 memory=104 CPUtime=0.01 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 4256 0 0 0 0 1 0 0 20 0 21 0 183928351 19634933760 4005808 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968607] ppid=968498 vsize=19174740 memory=26008 CPUtime=0 cores=0,2
/proc/968502/task/968607/stat : 968607 (Timer-0) S 968498 968502 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183928505 19634933760 4005808 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16023232 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.36 s, system=6.35754 s

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

[startup+3404.8 s]
/proc/loadavg: 4.72 4.77 4.69 5/320 972686
/proc/meminfo: memFree=101143984/131655788 swapFree=131071996/131071996
[pid=968502] ppid=968498 vsize=19308896 memory=16023732 CPUtime=3600.38 cores=0,2
/proc/968502/stat : 968502 (java) S 968498 968502 968460 0 -1 1077936128 638585 0 0 0 359409 629 0 0 20 0 24 0 183928343 19772309504 4005933 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
/proc/968502/statm: 4827224 4005933 5906 1 0 4089369 0
[pid=968502/tid=968507] ppid=968498 vsize=19308896 memory=16023224 CPUtime=3266.29 cores=0,2
/proc/968502/task/968507/stat : 968507 (java) S 968498 968502 968460 0 -1 1077936192 367041 0 0 0 326270 359 0 0 20 0 24 0 183928343 19772309504 4005933 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 80 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968523] ppid=968498 vsize=19308896 memory=280006098137200 CPUtime=0 cores=0,2
/proc/968502/task/968523/stat : 968523 (Finalizer) S 968498 968502 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 24 0 183928350 19772309504 4005933 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968535] ppid=968498 vsize=19308896 memory=12740 CPUtime=0.01 cores=0,2
/proc/968502/task/968535/stat : 968535 (Common-Cleaner) S 968498 968502 968460 0 -1 1077936192 4256 0 0 0 0 1 0 0 20 0 24 0 183928351 19772309504 4005933 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
[pid=968502/tid=968607] ppid=968498 vsize=19308896 memory=16023224 CPUtime=0 cores=0,2
/proc/968502/task/968607/stat : 968607 (Timer-0) S 968498 968502 968460 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 24 0 183928505 19772309504 4005933 134679101440 94223356211200 94223356214896 140731092745296 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94223356222712 94223356223504 94223369515008 140731092751343 140731092751456 140731092751456 140731092758472 0
Current children cumulated CPU time: 3600.38 s
Current children cumulated vsize: 19308896 KiB
Current children cumulated memory: 16023732 KiB

[startup+3405 s]*
/proc/loadavg: 4.72 4.77 4.69 5/314 972689
/proc/meminfo: memFree=101142972/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3405.07
CPU time (s): 3600.72
CPU user time (s): 3594.36
CPU system time (s): 6.35754
CPU usage (%): 105.746
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 16024252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.36
system time used= 6.35754
maximum resident set size= 16025228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 640255
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129415
involuntary context switches= 36713


# summary of solver processes directly reported to runsolver:
#   pid: 968502
#   total CPU time (s): 3600.72
#   total CPU user time (s): 3594.36
#   total CPU system time (s): 6.35754

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1616 second user time and 34.4222 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-18 17:48:27
IDJOB=4443995
IDBENCH=147893
IDSOLVER=3046
FILE ID=nodeC005/4443995-1721317695
RUNJOBID= nodeC005-1721317707-968470
SLURM_JOB_ID= 7542668
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443995-1721317695/watcher-4443995-1721317695 -o /tmp/evaluation-result-4443995-1721317695/solver-4443995-1721317695 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968470 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4443995-1721317695.opb

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

MD5SUM BENCH= 4e71f8d633240b9029e11e93d5a0a0b4
RANDOM SEED=1119208369

nodeC005.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	: 0xb00001f
cpu MHz		: 1197.178
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 1197.177
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.191
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 1197.205
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.177
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 1197.177
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.200
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 1197.191
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124531612 kB
MemAvailable:   129841872 kB
Buffers:          483484 kB
Cached:          5610172 kB
SwapCached:            0 kB
Active:          1032884 kB
Inactive:        5401308 kB
Active(anon):       3352 kB
Inactive(anon):   383072 kB
Active(file):    1029532 kB
Inactive(file):  5018236 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             22832 kB
Writeback:             0 kB
AnonPages:        339952 kB
Mapped:           106780 kB
Shmem:             45896 kB
KReclaimable:     205384 kB
Slab:             322960 kB
SReclaimable:     205384 kB
SUnreclaim:       117576 kB
KernelStack:        3592 kB
PageTables:         9504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     713484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58432 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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:      285512 kB
DirectMap2M:    36319232 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC005 at 2024-07-18 18:45:13