Trace number 4450381

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 Cutting Planes 2024 2024-07-12? (TO) 3600.38 3560.47

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/SUMINEQ/
normalized-sumineqArity4houseP128.opb
MD5SUMe9f5941775c0ec216e13c0fdf86c7766
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.40217
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables66044
Total number of constraints16512
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)129
Number of constraints which are nor clauses,nor cardinality constraints16383
Minimum length of a constraint4
Maximum length of a constraint12
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 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.13/0.11	c version CUSTOM.v20240707
0.13/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.12	c java.vm.version	22.0.1+8-16
0.13/0.12	c java.vm.vendor	Oracle Corporation
0.13/0.12	c sun.arch.data.model	64
0.13/0.12	c java.version		22.0.1
0.13/0.12	c os.name		Linux
0.13/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.12	c os.arch		amd64
0.13/0.13	c Free memory 		2115194816
0.13/0.13	c Max memory 		16282288128
0.13/0.13	c Total memory 		2122317824
0.13/0.13	c Number of processors 	2
0.13/0.20	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.20	 - never skip resolution steps
0.13/0.20	 - Auto-division on coefficients is disabled
0.13/0.20	 - No postprocessing
0.13/0.20	 - Conflict is considered as is when resolving
0.13/0.20	 - Use constraints as they come during conflict analysis
0.13/0.20	 - Weaken first using unassigned literals
0.13/0.20	 - Bump strategy: ALWAYS_ONE
0.13/0.20	 - Bumper: EFFECTIVE
0.13/0.20	--- Begin Solver configuration ---
0.13/0.20	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.20	Learn all clauses as in MiniSAT
0.13/0.20	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.20	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.20	No reason simplification
0.13/0.20	Dynamic restart strategy considering the size of the coefficients
0.13/0.20	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.20	timeout=2147483s
0.13/0.20	DB Simplification allowed=false
0.13/0.20	Listener: none
0.13/0.20	--- End Solver configuration ---
0.13/0.20	c Pseudo Boolean Optimization by upper bound
0.13/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.20	c  - never skip resolution steps
0.13/0.20	c  - Auto-division on coefficients is disabled
0.13/0.20	c  - No postprocessing
0.13/0.20	c  - Conflict is considered as is when resolving
0.13/0.20	c  - Use constraints as they come during conflict analysis
0.13/0.20	c  - Weaken first using unassigned literals
0.13/0.20	c  - Bump strategy: ALWAYS_ONE
0.13/0.20	c  - Bumper: EFFECTIVE
0.13/0.20	c --- Begin Solver configuration ---
0.13/0.20	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.20	c Learn all clauses as in MiniSAT
0.13/0.20	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.20	c No reason simplification
0.13/0.20	c Dynamic restart strategy considering the size of the coefficients
0.13/0.20	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.20	c timeout=2147483s
0.13/0.20	c DB Simplification allowed=false
0.13/0.20	c Listener: none
0.13/0.20	c --- End Solver configuration ---
0.13/0.20	c solving HOME/instance-4450381-1721409198.opb
0.13/0.20	c reading problem ... 
0.13/0.21	c  no objective function found
4.70/2.75	c ... done. Wall clock time 2.545s.
4.70/2.75	c declared #vars     66044
4.70/2.75	c #constraints  16512
4.70/2.75	c constraints type 
4.70/2.75	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 16512
4.70/2.75	c 16512 constraints processed.
10.06/5.60	c cleaning 2491 clauses out of 5000 with flag 0/5000
46.02/41.12	c cleaning 4253 clauses out of 8510 with flag 0/11001
70.12/64.32	c cleaning 5623 clauses out of 11257 with flag 0/18001
82.01/75.83	c cleaning 6807 clauses out of 13633 with flag 0/26000
86.55/79.56	c cleaning 7878 clauses out of 15827 with flag 0/35001
140.57/133.24	c cleaning 8929 clauses out of 17948 with flag 0/45000
156.02/148.47	c cleaning 9988 clauses out of 20019 with flag 0/56000
181.35/173.47	c cleaning 10994 clauses out of 22031 with flag 0/68000
232.11/223.88	c cleaning 11973 clauses out of 24038 with flag 0/81001
275.67/266.95	c cleaning 12996 clauses out of 26064 with flag 0/95000
326.95/317.68	c cleaning 13996 clauses out of 28068 with flag 0/110000
379.29/369.34	c cleaning 15001 clauses out of 30072 with flag 0/126000
436.42/425.93	c cleaning 15995 clauses out of 32072 with flag 0/143001
507.72/496.69	c cleaning 16998 clauses out of 34076 with flag 0/161000
592.26/580.33	c cleaning 18000 clauses out of 36079 with flag 0/180001
676.42/663.64	c cleaning 18999 clauses out of 38079 with flag 0/200001
779.87/766.20	c cleaning 19999 clauses out of 40080 with flag 0/221001
882.80/868.40	c cleaning 21002 clauses out of 42080 with flag 0/243000
1025.82/1009.98	c cleaning 22000 clauses out of 44078 with flag 0/266000
1168.64/1151.61	c cleaning 23007 clauses out of 46079 with flag 0/290001
1317.56/1299.48	c cleaning 23999 clauses out of 48073 with flag 0/315002
1472.24/1452.70	c cleaning 24997 clauses out of 50072 with flag 0/341000
1628.63/1607.10	c cleaning 25997 clauses out of 52076 with flag 0/368001
1795.26/1770.88	c cleaning 27000 clauses out of 54078 with flag 0/396000
1992.92/1965.56	c cleaning 27997 clauses out of 56078 with flag 0/425000
2083.16/2053.31	c cleaning 29028 clauses out of 58081 with flag 0/455000
2172.99/2140.71	c cleaning 30027 clauses out of 60054 with flag 0/486001
2237.28/2202.86	c cleaning 30979 clauses out of 62026 with flag 0/518000
3177.33/3139.60	c cleaning 32001 clauses out of 64049 with flag 0/551002
3600.09/3560.33	c starts		: 8
3600.09/3560.35	c conflicts		: 576121
3600.09/3560.35	c decisions		: 959639
3600.09/3560.36	c propagations		: 3896354
3600.09/3560.36	c inspects		: 2353591870
3600.09/3560.36	c shortcuts		: 0
3600.09/3560.36	c learnt literals	: 0
3600.09/3560.37	c learnt binary clauses	: 0
3600.09/3560.37	c learnt ternary clauses	: 0
3600.09/3560.37	c learnt constraints	: 576121
3600.09/3560.37	c ignored constraints	: 0
3600.09/3560.37	c root simplifications	: 0
3600.09/3560.37	c removed literals (reason simplification)	: 0
3600.09/3560.37	c reason swapping (by a shorter reason)	: 0
3600.09/3560.38	c timeout
3600.09/3560.38	c Calls to reduceDB	: 29
3600.09/3560.38	c Number of update (reduction) of LBD	: 365702
3600.09/3560.38	c Imported unit clauses	: 0
3600.09/3560.38	c No decision after first conflict	: false
3600.09/3560.38	c number of reductions to clauses (during analyze)	: 0
3600.09/3560.38	c number of learned constraints concerned by reduction	: 0
3600.09/3560.38	c number of learning phase by resolution	: 0
3600.09/3560.38	c number of learning phase by cutting planes	: 0
3600.27/3560.41	c number of rounding to 1 operations	: 0
3600.27/3560.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.27/3560.41	c number of reductions of the coefficients by power 2 	: 0
3600.27/3560.41	c number of right shift for reduction by power 2 	: 0
3600.27/3560.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.27/3560.41	c number of ending skipping 	: 0
3600.27/3560.41	c number of internal skipping 	: 0
3600.27/3560.41	c number of derivation steps 	: 2386796
3600.27/3560.41	c number of skipped derivation steps 	: 0
3600.27/3560.41	c number of remaining unassigned 	: 1396844
3600.27/3560.41	c number of remaining assigned 	: 66784127
3600.27/3560.41	c number of falsified literals weakened from reason	: 0
3600.27/3560.41	c number of falsified literals weakened from conflict	: 0
3600.27/3560.41	c time for arithmetic operations	: 12050416074
3600.27/3560.41	c minimum degree of deleted constraints	: 1
3600.27/3560.41	c maximum degree of deleted constraints	: 4640769274220682860276527478009757249137857632064527284673490625031472072367543672653777054352088820386417916368161942028895815424605413467748779243163274521744866226816949344117836137642432031844801474978659673376839019244304923925988213680420476767786686937652944795459235431450
3600.27/3560.41	c number of deleted constraints	: 518954
3600.27/3560.41	c speed (assignments/second)	: 1095.2071892582753
3600.27/3560.41	c non guided choices	: 7377
3600.27/3560.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 80
3600.27/3560.44	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 57087
3600.27/3560.44	s UNKNOWN
3600.27/3560.44	c Total wall clock time (in seconds): 3560.239

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450381-1721409198/watcher-4450381-1721409198 -o /tmp/evaluation-result-4450381-1721409198/solver-4450381-1721409198 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008279 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450381-1721409198.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=1014524, runsolver pid=1014521

[startup+0.100111 s]*
/proc/loadavg: 4.38 4.36 4.35 5/318 1014542
/proc/meminfo: memFree=116928924/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=18975048 memory=57196 CPUtime=0.13 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 6698 0 0 0 10 3 0 0 20 0 18 0 193076181 19430449152 14299 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4743762 14299 5732 1 0 551003 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 5608 0 0 0 6 2 0 0 20 0 18 0 193076181 19430449152 14299 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193076187 19430449152 14299 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193076187 19430449152 14299 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57196 KiB

[startup+0.214984 s]*
/proc/loadavg: 4.38 4.36 4.35 7/318 1014542
/proc/meminfo: memFree=116914932/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=18975048 memory=75800 CPUtime=0.33 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 7602 0 0 0 30 3 0 0 20 0 18 0 193076181 19430449152 18950 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4743762 18950 5867 1 0 551749 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=18975048 memory=6876556183782621315 CPUtime=0.2 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 6084 0 0 0 17 3 0 0 20 0 18 0 193076181 19430449152 18950 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193076187 19430449152 18950 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193076187 19430449152 18950 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75800 KiB

[startup+0.317493 s]*
/proc/loadavg: 4.38 4.36 4.35 7/319 1014543
/proc/meminfo: memFree=116823728/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19041612 memory=161960 CPUtime=0.52 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 7773 0 0 0 47 5 0 0 20 0 19 0 193076181 19498610688 40490 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4760403 40490 5867 1 0 552059 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19041612 memory=-7524773334942509410 CPUtime=0.28 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 6135 0 0 0 24 4 0 0 20 0 19 0 193076181 19498610688 40490 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193076187 19498610688 40490 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193076187 19498610688 40490 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 161960 KiB

[startup+0.700982 s]
/proc/loadavg: 4.38 4.36 4.35 6/319 1014543
/proc/meminfo: memFree=116760436/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19041612 memory=673268 CPUtime=1.17 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 10045 0 0 0 101 16 0 0 20 0 19 0 193076181 19498610688 168317 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4760403 168317 5915 1 0 553265 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19041612 memory=5512 CPUtime=0.58 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 6386 0 0 0 44 14 0 0 20 0 19 0 193076181 19498610688 168317 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19041612 memory=11992 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193076187 19498610688 168317 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193076187 19498610688 168317 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 673268 KiB

[startup+1.50098 s]
/proc/loadavg: 4.38 4.36 4.35 7/319 1014543
/proc/meminfo: memFree=115388268/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19041612 memory=2278336 CPUtime=2.7 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 18506 0 0 0 220 50 0 0 20 0 19 0 193076181 19498610688 569584 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4760403 569584 5915 1 0 1295576 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19041612 memory=11992 CPUtime=1.31 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 7151 0 0 0 85 46 0 0 20 0 19 0 193076181 19498610688 570096 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193076187 19498610688 570096 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193076187 19498610688 570096 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2278336 KiB

[startup+3.10698 s]
/proc/loadavg: 4.38 4.36 4.35 7/320 1014544
/proc/meminfo: memFree=114267500/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19108176 memory=3170612 CPUtime=5.48 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 21469 0 0 0 480 68 0 0 20 0 20 0 193076181 19566772224 792653 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4777044 792653 5915 1 0 1512679 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19108176 memory=0 CPUtime=2.78 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 7584 0 0 0 216 62 0 0 20 0 20 0 193076181 19566772224 792653 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 792653 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19108176 memory=2623572 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 792653 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014544] ppid=1014521 vsize=19108176 memory=33 CPUtime=0 cores=4,6
/proc/1014524/task/1014544/stat : 1014544 (Timer-0) S 1014521 1014524 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193076457 19566772224 792653 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 5.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3170612 KiB

[startup+6.30098 s]
/proc/loadavg: 4.43 4.37 4.36 5/320 1014545
/proc/meminfo: memFree=113513816/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19108176 memory=3914832 CPUtime=10.8 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 23045 0 0 0 997 83 0 0 20 0 20 0 193076181 19566772224 978708 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4777044 978708 5915 1 0 1513097 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19108176 memory=0 CPUtime=5.79 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 8015 0 0 0 504 75 0 0 20 0 20 0 193076181 19566772224 978708 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 978708 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19108176 memory=3914484 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 978708 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014544] ppid=1014521 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1014524/task/1014544/stat : 1014544 (Timer-0) S 1014521 1014524 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193076457 19566772224 978708 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 10.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3914832 KiB

[startup+12.7005 s]
/proc/loadavg: 4.39 4.36 4.36 5/320 1014545
/proc/meminfo: memFree=113525104/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19108176 memory=3903592 CPUtime=17.3 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 23815 0 0 0 1647 83 0 0 20 0 20 0 193076181 19566772224 975898 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4777044 975898 5931 1 0 1513099 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19108176 memory=-7524773334942509410 CPUtime=12.01 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 8734 0 0 0 1125 76 0 0 20 0 20 0 193076181 19566772224 975898 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19108176 memory=3903452 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 975898 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 975898 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014544] ppid=1014521 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1014524/task/1014544/stat : 1014544 (Timer-0) S 1014521 1014524 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193076457 19566772224 975898 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 17.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3903592 KiB

[startup+25.5004 s]
/proc/loadavg: 4.38 4.36 4.36 5/320 1014548
/proc/meminfo: memFree=113603136/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19108176 memory=4442664 CPUtime=30.31 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 29898 0 0 0 2936 95 0 0 20 0 20 0 193076181 19566772224 1110666 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4777044 1110666 5947 1 0 1513103 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19108176 memory=11600 CPUtime=24.71 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 10617 0 0 0 2386 85 0 0 20 0 20 0 193076181 19566772224 1110666 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19108176 memory=4350444 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1110666 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19108176 memory=3903792 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1110666 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014544] ppid=1014521 vsize=19108176 memory=4357 CPUtime=0 cores=4,6
/proc/1014524/task/1014544/stat : 1014544 (Timer-0) S 1014521 1014524 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193076457 19566772224 1110666 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 30.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4442664 KiB

[startup+51.1148 s]
/proc/loadavg: 4.25 4.33 4.35 5/320 1014551
/proc/meminfo: memFree=113203220/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19108176 memory=4699856 CPUtime=56.6 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 41253 0 0 0 5557 103 0 0 20 0 20 0 193076181 19566772224 1174964 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4777044 1174964 5947 1 0 1513104 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19108176 memory=45716 CPUtime=49.8 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 13467 0 0 0 4892 88 0 0 20 0 20 0 193076181 19566772224 1174964 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19108176 memory=4699856 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1174964 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1174964 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014544] ppid=1014521 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1014524/task/1014544/stat : 1014544 (Timer-0) S 1014521 1014524 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193076457 19566772224 1174964 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0

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

[startup+3222.3 s]
/proc/loadavg: 1.11 1.10 1.36 2/240 1016407
/proc/meminfo: memFree=121633784/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19108176 memory=5907524 CPUtime=3260.95 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 326984 0 0 0 325747 348 0 0 20 0 20 0 193076181 19566772224 1476881 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4777044 1476881 5950 1 0 1513340 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19108176 memory=5905456 CPUtime=3176.53 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 173930 0 0 0 317535 118 0 0 20 0 20 0 193076181 19566772224 1476881 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 69 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19108176 memory=45716 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1476881 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19108176 memory=5907504 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 4453 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1476881 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014544] ppid=1014521 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1014524/task/1014544/stat : 1014544 (Timer-0) S 1014521 1014524 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193076457 19566772224 1476881 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 3260.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5907524 KiB

[startup+3282.3 s]
/proc/loadavg: 1.17 1.12 1.35 2/240 1016417
/proc/meminfo: memFree=121633400/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19108176 memory=5907560 CPUtime=3321.34 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 331019 0 0 0 331784 350 0 0 20 0 20 0 193076181 19566772224 1476890 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4777044 1476890 5950 1 0 1513340 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19108176 memory=2244 CPUtime=3235.83 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 175840 0 0 0 323465 118 0 0 20 0 20 0 193076181 19566772224 1476890 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 69 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19108176 memory=5907540 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1476890 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19108176 memory=5907540 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 4551 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1476890 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014544] ppid=1014521 vsize=19108176 memory=5907540 CPUtime=0 cores=4,6
/proc/1014524/task/1014544/stat : 1014544 (Timer-0) S 1014521 1014524 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193076457 19566772224 1476890 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 3321.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5907560 KiB

[startup+3342.3 s]
/proc/loadavg: 1.17 1.13 1.34 2/240 1016428
/proc/meminfo: memFree=121633092/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=3381.58 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 333949 0 0 0 337803 355 0 0 20 0 20 0 193076181 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4777044 1476892 5950 1 0 1513340 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=3295.36 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 178000 0 0 0 329417 119 0 0 20 0 20 0 193076181 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 69 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19108176 memory=13640 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 4649 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014544] ppid=1014521 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1014524/task/1014544/stat : 1014544 (Timer-0) S 1014521 1014524 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193076457 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 3381.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5907568 KiB

[startup+3402.3 s]
/proc/loadavg: 1.11 1.12 1.32 2/240 1016438
/proc/meminfo: memFree=121632792/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=3441.76 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 338345 0 0 0 343817 359 0 0 20 0 20 0 193076181 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4777044 1476892 5950 1 0 1513340 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=3354.93 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 180451 0 0 0 335373 120 0 0 20 0 20 0 193076181 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 69 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19108176 memory=5907524 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 4748 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014544] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=0 cores=4,6
/proc/1014524/task/1014544/stat : 1014544 (Timer-0) S 1014521 1014524 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193076457 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 3441.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5907568 KiB

[startup+3462.3 s]
/proc/loadavg: 1.16 1.12 1.31 2/242 1016453
/proc/meminfo: memFree=121632448/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=3501.89 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 342472 0 0 0 349826 363 0 0 20 0 20 0 193076181 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4777044 1476892 5950 1 0 1513340 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19108176 memory=5907524 CPUtime=3414.58 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 182898 0 0 0 341337 121 0 0 20 0 20 0 193076181 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 69 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19108176 memory=16252 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 4846 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014544] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=0 cores=4,6
/proc/1014524/task/1014544/stat : 1014544 (Timer-0) S 1014521 1014524 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193076457 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 3501.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5907568 KiB

[startup+3522.3 s]
/proc/loadavg: 1.12 1.12 1.30 2/241 1016463
/proc/meminfo: memFree=121632240/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=3561.99 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 346197 0 0 0 355831 368 0 0 20 0 20 0 193076181 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4777044 1476892 5950 1 0 1513340 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=3474.26 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 184998 0 0 0 347304 122 0 0 20 0 20 0 193076181 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 69 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19108176 memory=16252 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 4944 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014544] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=0 cores=4,6
/proc/1014524/task/1014544/stat : 1014544 (Timer-0) S 1014521 1014524 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193076457 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 3561.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5907568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3560.3 s]
/proc/loadavg: 1.13 1.12 1.29 2/241 1016470
/proc/meminfo: memFree=121632016/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=3600.09 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 349389 0 0 0 359639 370 0 0 20 0 20 0 193076181 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4777044 1476892 5950 1 0 1513340 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=3512.02 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) R 1014521 1014524 1008215 0 -1 4194368 186259 0 0 0 351080 122 0 0 20 0 20 0 193076181 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 69 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19108176 memory=5907568 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 5044 0 0 0 0 0 0 0 20 0 20 0 193076187 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014544] ppid=1014521 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1014524/task/1014544/stat : 1014544 (Timer-0) S 1014521 1014524 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193076457 19566772224 1476892 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5907568 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.64 s, system=3.73944 s

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

[startup+3560.41 s]
/proc/loadavg: 1.13 1.12 1.29 2/241 1016470
/proc/meminfo: memFree=121632016/131655788 swapFree=131071996/131071996
[pid=1014524] ppid=1014521 vsize=19307868 memory=5908440 CPUtime=3600.27 cores=4,6
/proc/1014524/stat : 1014524 (java) S 1014521 1014524 1008215 0 -1 1077936128 352782 0 0 0 359656 371 0 0 20 0 21 0 193076181 19771256832 1477110 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
/proc/1014524/statm: 4826967 1477110 5949 1 0 1514283 0
[pid=1014524/tid=1014526] ppid=1014521 vsize=19307868 memory=1944 CPUtime=3512.1 cores=4,6
/proc/1014524/task/1014526/stat : 1014526 (java) S 1014521 1014524 1008215 0 -1 1077936192 186466 0 0 0 351088 122 0 0 20 0 21 0 193076181 19771256832 1477110 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 69 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014535] ppid=1014521 vsize=19307868 memory=16252 CPUtime=0 cores=4,6
/proc/1014524/task/1014535/stat : 1014535 (Finalizer) S 1014521 1014524 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 193076187 19771256832 1477110 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
[pid=1014524/tid=1014542] ppid=1014521 vsize=19307868 memory=2312 CPUtime=0 cores=4,6
/proc/1014524/task/1014542/stat : 1014542 (Common-Cleaner) S 1014521 1014524 1008215 0 -1 1077936192 5044 0 0 0 0 0 0 0 20 0 21 0 193076187 19771256832 1477110 134679101440 94222936141824 94222936145520 140723203722800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94222936153336 94222936154128 94222966624256 140723203724275 140723203724383 140723203724383 140723203731400 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5908440 KiB

Child status: 143

Real time (s): 3560.47
CPU time (s): 3600.38
CPU user time (s): 3596.64
CPU system time (s): 3.73944
CPU usage (%): 101.121
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5908440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.64
system time used= 3.73944
maximum resident set size= 5909356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353582
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126633
involuntary context switches= 5016


# summary of solver processes directly reported to runsolver:
#   pid: 1014524
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3596.64
#   total CPU system time (s): 3.73944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6884 second user time and 40.144 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 19:13:30
IDJOB=4450381
IDBENCH=160448
IDSOLVER=3052
FILE ID=nodeC008/4450381-1721409198
RUNJOBID= nodeC008-1721399517-1008279
SLURM_JOB_ID= 7545437
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/SUMINEQ/normalized-sumineqArity4houseP128.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450381-1721409198/watcher-4450381-1721409198 -o /tmp/evaluation-result-4450381-1721409198/solver-4450381-1721409198 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008279 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450381-1721409198.opb

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

MD5SUM BENCH= e9f5941775c0ec216e13c0fdf86c7766
RANDOM SEED=2092693126

nodeC008.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		: 3638.806
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.91
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		: 3503.882
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.31
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.378
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.91
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.388
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.31
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		: 3491.993
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.91
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		: 3550.553
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.31
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.244
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.91
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.318
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        116964764 kB
MemAvailable:   119343812 kB
Buffers:          565840 kB
Cached:          2639352 kB
SwapCached:            0 kB
Active:          1082984 kB
Inactive:       12991152 kB
Active(anon):       1484 kB
Inactive(anon): 10913332 kB
Active(file):    1081500 kB
Inactive(file):  2077820 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2816 kB
Writeback:             0 kB
AnonPages:      10864308 kB
Mapped:           126716 kB
Shmem:             45896 kB
KReclaimable:     119520 kB
Slab:             225184 kB
SReclaimable:     119520 kB
SUnreclaim:       105664 kB
KernelStack:        4816 kB
PageTables:        31588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11364296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60160 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10440704 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC008 at 2024-07-19 20:12:50