Trace number 4452841

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.21 3583.7

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP055.shuf-3.opb
MD5SUM55cb808c8f1f2df9d76a318ac560e798
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 benchmark0.449063
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7980
Total number of constraints1597
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints1595
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4452841-1721452063.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.34/0.29	c ... done. Wall clock time 0.144s.
0.34/0.29	c declared #vars     7980
0.34/0.29	c #constraints  1597
0.34/0.29	c constraints type 
0.34/0.29	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1597
0.34/0.29	c 1597 constraints processed.
5.65/3.07	c cleaning 2486 clauses out of 5000 with flag 0/5000
9.73/5.26	c cleaning 4231 clauses out of 8515 with flag 0/11001
18.30/13.40	c cleaning 5626 clauses out of 11284 with flag 0/18001
49.23/43.85	c cleaning 6813 clauses out of 13658 with flag 0/26001
86.48/80.81	c cleaning 7904 clauses out of 15844 with flag 0/35000
142.18/136.54	c cleaning 8953 clauses out of 17941 with flag 0/45001
233.59/227.89	c cleaning 9978 clauses out of 19989 with flag 0/56002
318.68/312.81	c cleaning 10992 clauses out of 22011 with flag 0/68002
398.81/392.88	c cleaning 11990 clauses out of 24017 with flag 0/81000
581.49/575.97	c cleaning 12996 clauses out of 26028 with flag 0/95001
666.16/660.45	c cleaning 14001 clauses out of 28032 with flag 0/110001
691.51/685.61	c cleaning 14968 clauses out of 30030 with flag 0/126000
756.52/750.13	c cleaning 15974 clauses out of 32062 with flag 0/143000
797.18/790.29	c cleaning 17034 clauses out of 34089 with flag 0/161001
855.90/848.18	c cleaning 18017 clauses out of 36055 with flag 0/180001
879.31/870.95	c cleaning 18951 clauses out of 38037 with flag 0/200000
980.21/970.88	c cleaning 19996 clauses out of 40086 with flag 0/221000
1168.60/1157.67	c cleaning 21009 clauses out of 42093 with flag 0/243003
1228.37/1216.71	c cleaning 22024 clauses out of 44082 with flag 0/266001
1357.21/1344.20	c cleaning 23011 clauses out of 46057 with flag 0/290000
1743.02/1729.52	c cleaning 24004 clauses out of 48046 with flag 0/315000
2094.61/2080.39	c cleaning 24997 clauses out of 50043 with flag 0/341001
2415.42/2400.51	c cleaning 26002 clauses out of 52046 with flag 0/368001
2853.81/2837.90	c cleaning 27000 clauses out of 54044 with flag 0/396001
3154.21/3137.75	c cleaning 28000 clauses out of 56044 with flag 0/425001
3600.06/3583.62	c starts		: 21
3600.06/3583.62	c conflicts		: 450992
3600.06/3583.62	c decisions		: 735361
3600.06/3583.62	c propagations		: 2756551
3600.06/3583.62	c inspects		: 1996026741
3600.06/3583.62	c shortcuts		: 0
3600.06/3583.62	c learnt literals	: 0
3600.06/3583.62	c learnt binary clauses	: 0
3600.06/3583.62	c learnt ternary clauses	: 0
3600.06/3583.62	c learnt constraints	: 450992
3600.06/3583.62	c ignored constraints	: 0
3600.06/3583.62	c root simplifications	: 0
3600.06/3583.62	c removed literals (reason simplification)	: 0
3600.06/3583.62	c reason swapping (by a shorter reason)	: 0
3600.06/3583.62	c Calls to reduceDB	: 25
3600.06/3583.62	c Number of update (reduction) of LBD	: 331575
3600.06/3583.62	c Imported unit clauses	: 0
3600.06/3583.62	c No decision after first conflict	: false
3600.06/3583.62	c number of reductions to clauses (during analyze)	: 0
3600.06/3583.62	c number of learned constraints concerned by reduction	: 0
3600.06/3583.62	c number of learning phase by resolution	: 0
3600.06/3583.62	c number of learning phase by cutting planes	: 0
3600.06/3583.62	c number of rounding to 1 operations	: 0
3600.06/3583.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3583.62	c timeout
3600.06/3583.64	c number of reductions of the coefficients by power 2 	: 0
3600.06/3583.64	c number of right shift for reduction by power 2 	: 0
3600.06/3583.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3583.64	c number of ending skipping 	: 0
3600.06/3583.64	c number of internal skipping 	: 0
3600.06/3583.64	c number of derivation steps 	: 1668179
3600.06/3583.64	c number of skipped derivation steps 	: 0
3600.06/3583.64	c number of remaining unassigned 	: 503645
3600.06/3583.64	c number of remaining assigned 	: 88026184
3600.06/3583.64	c number of falsified literals weakened from reason	: 0
3600.06/3583.64	c number of falsified literals weakened from conflict	: 0
3600.06/3583.64	c time for arithmetic operations	: 17237555339
3600.06/3583.64	c minimum degree of deleted constraints	: 1
3600.06/3583.64	c maximum degree of deleted constraints	: 44465928452289799045203422848171376785485067369895109209085130713142856832279238748975008964104152328438065799359126711746850444742887873752354172482161256781741222605978078417644796293720837160436231045504767160062831170262585006827608377735148208389038644526862251637668466119173270129733952279955982400
3600.06/3583.64	c number of deleted constraints	: 396957
3600.06/3583.64	c speed (assignments/second)	: 769.2684006350498
3600.06/3583.64	c non guided choices	: 33730
3600.06/3583.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 273
3600.06/3583.68	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 53762
3600.06/3583.68	s UNKNOWN
3600.06/3583.68	c Total wall clock time (in seconds): 3583.532

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452841-1721452063/watcher-4452841-1721452063 -o /tmp/evaluation-result-4452841-1721452063/solver-4452841-1721452063 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721444913-1069359 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452841-1721452063.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=1073669, runsolver pid=1073666

[startup+0.100152 s]*
/proc/loadavg: 4.10 4.13 4.12 6/330 1073687
/proc/meminfo: memFree=112286336/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=18975048 memory=63556 CPUtime=0.13 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 7232 0 0 0 12 1 0 0 20 0 18 0 197371628 19430449152 15889 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4743762 15889 5734 1 0 549357 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) D 1073666 1073669 1069348 0 -1 1078198336 5766 0 0 0 7 1 0 0 20 0 18 0 197371628 19430449152 15889 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197371631 19430449152 15889 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=18975048 memory=14699586522474005 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197371631 19430449152 15889 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63556 KiB

[startup+0.207257 s]*
/proc/loadavg: 4.10 4.13 4.12 7/330 1073687
/proc/meminfo: memFree=112255228/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=18975048 memory=99048 CPUtime=0.34 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 7783 0 0 0 32 2 0 0 20 0 18 0 197371628 19430449152 24762 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4743762 24762 5908 1 0 549700 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 6052 0 0 0 17 2 0 0 20 0 18 0 197371628 19430449152 24762 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=18975048 memory=1670 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197371631 19430449152 24762 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=18975048 memory=14418111545738792 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197371631 19430449152 24762 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 99048 KiB

[startup+0.305833 s]*
/proc/loadavg: 4.10 4.13 4.12 8/332 1073689
/proc/meminfo: memFree=112184820/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=164864 CPUtime=0.51 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 9423 0 0 0 47 4 0 0 20 0 20 0 197371628 19566772224 41216 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 41216 5924 1 0 551296 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=-7595142079119844705 CPUtime=0.26 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 6120 0 0 0 23 3 0 0 20 0 20 0 197371628 19566772224 41216 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 41216 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 41216 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (java) R 1073666 1073669 1069348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 41216 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 164864 KiB

[startup+0.700255 s]
/proc/loadavg: 4.10 4.13 4.12 6/332 1073689
/proc/meminfo: memFree=112181040/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=188800 CPUtime=1.25 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 16602 0 0 0 120 5 0 0 20 0 20 0 197371628 19566772224 47200 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 47200 5924 1 0 555695 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=13040 CPUtime=0.61 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 6205 0 0 0 58 3 0 0 20 0 20 0 197371628 19566772224 47200 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=13040 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 47200 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 47200 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=1956 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (Timer-0) S 1073666 1073669 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 47200 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188800 KiB

[startup+1.50025 s]
/proc/loadavg: 4.10 4.13 4.12 8/332 1073689
/proc/meminfo: memFree=112050976/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=634068 CPUtime=2.84 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 17464 0 0 0 270 14 0 0 20 0 20 0 197371628 19566772224 158517 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 158517 5924 1 0 735320 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=13040 CPUtime=1.38 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 6420 0 0 0 127 11 0 0 20 0 20 0 197371628 19566772224 158517 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 158517 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 158517 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (Timer-0) S 1073666 1073669 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 158517 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 634068 KiB

[startup+3.10625 s]
/proc/loadavg: 4.10 4.13 4.12 6/332 1073691
/proc/meminfo: memFree=111360932/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=970608 CPUtime=5.86 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 20066 0 0 0 564 22 0 0 20 0 20 0 197371628 19566772224 242652 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 242652 5924 1 0 736471 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=0 CPUtime=2.95 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 6801 0 0 0 277 18 0 0 20 0 20 0 197371628 19566772224 242652 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 242652 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=792028 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 242652 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=13040 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (Timer-0) S 1073666 1073669 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 242652 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 970608 KiB

[startup+6.30028 s]
/proc/loadavg: 4.33 4.18 4.14 5/332 1073691
/proc/meminfo: memFree=110928568/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=1381840 CPUtime=11.23 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 32912 0 0 0 1090 33 0 0 20 0 20 0 197371628 19566772224 345460 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 345460 5940 1 0 738022 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=13040 CPUtime=6.07 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 8437 0 0 0 580 27 0 0 20 0 20 0 197371628 19566772224 345460 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 345460 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=7813006903661784172 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 345460 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=5448 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (Timer-0) S 1073666 1073669 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 345460 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 11.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1381840 KiB

[startup+12.7003 s]
/proc/loadavg: 4.31 4.17 4.14 5/332 1073692
/proc/meminfo: memFree=110506188/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=1778464 CPUtime=17.69 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 34271 0 0 0 1728 41 0 0 20 0 20 0 197371628 19566772224 444616 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 444616 5940 1 0 738041 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=0 CPUtime=12.38 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 9137 0 0 0 1203 35 0 0 20 0 20 0 197371628 19566772224 444616 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=1778464 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 444616 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 444616 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=16096 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (Timer-0) S 1073666 1073669 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 444616 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 17.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1778464 KiB

[startup+25.5003 s]
/proc/loadavg: 4.38 4.20 4.15 6/331 1073761
/proc/meminfo: memFree=113328876/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=1792644 CPUtime=30.78 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 39756 0 0 0 3035 43 0 0 20 0 20 0 197371628 19566772224 448161 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 448161 5940 1 0 738041 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=1778464 CPUtime=25.08 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 10370 0 0 0 2472 36 0 0 20 0 20 0 197371628 19566772224 448161 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=16096 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 448161 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=1788548 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 448161 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=11860 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (Timer-0) S 1073666 1073669 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 448161 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 30.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1792644 KiB

[startup+51.1057 s]
/proc/loadavg: 4.31 4.20 4.15 5/332 1073900
/proc/meminfo: memFree=112566556/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=1807760 CPUtime=56.71 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 52763 0 0 0 5626 45 0 0 20 0 20 0 197371628 19566772224 451940 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 451940 5956 1 0 738290 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=1805644 CPUtime=50.39 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 12466 0 0 0 5003 36 0 0 20 0 20 0 197371628 19566772224 451940 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0

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

/proc/meminfo: memFree=104835268/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=3239.06 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 262406 0 0 0 323686 220 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 863467 5956 1 0 874664 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=47032 CPUtime=3185.71 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 114691 0 0 0 318507 64 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=-6881358310078242939 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=47032 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 3584 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=16096 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (Timer-0) S 1073666 1073669 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 3239.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3453868 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.27 4.26 5/335 1075702
/proc/meminfo: memFree=104829944/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=3298.83 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 263357 0 0 0 329661 222 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 863467 5956 1 0 874664 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=3244.68 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 115514 0 0 0 324404 64 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 33 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=11860 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=16096 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 3585 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (Timer-0) S 1073666 1073669 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 3298.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3453868 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.23 4.24 5/334 1075713
/proc/meminfo: memFree=104828592/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=3358.55 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 266424 0 0 0 335630 225 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 863467 5956 1 0 874664 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=47032 CPUtime=3303.86 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 117306 0 0 0 330321 65 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=4571322536410813299 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 3675 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=11860 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (Timer-0) S 1073666 1073669 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 3358.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3453868 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.20 4.23 5/334 1075726
/proc/meminfo: memFree=104811420/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=3418.63 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 267321 0 0 0 341635 228 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 863467 5956 1 0 874664 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=13040 CPUtime=3363.39 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 118140 0 0 0 336274 65 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=11860 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=11860 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 3676 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (Timer-0) S 1073666 1073669 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 3418.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3453868 KiB

[startup+3462.3 s]
/proc/loadavg: 3.73 4.10 4.19 4/306 1075770
/proc/meminfo: memFree=110060648/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=3478.67 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 270596 0 0 0 347636 231 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 863467 5956 1 0 874664 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=13040 CPUtime=3422.99 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 120067 0 0 0 342234 65 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=11860 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 3775 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (Timer-0) S 1073666 1073669 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 3478.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3453868 KiB

[startup+3522.3 s]
/proc/loadavg: 3.15 3.88 4.11 3/279 1075815
/proc/meminfo: memFree=114382676/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=3538.7 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 271490 0 0 0 353637 233 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 863467 5956 1 0 874664 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=3482.59 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 120918 0 0 0 348194 65 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=47032 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 3776 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (Timer-0) S 1073666 1073669 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 3538.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3453868 KiB

[startup+3582.3 s]
/proc/loadavg: 2.50 3.55 3.98 3/279 1075826
/proc/meminfo: memFree=114381948/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=3598.74 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 274772 0 0 0 359638 236 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 863467 5956 1 0 874664 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=11860 CPUtime=3542.19 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 122675 0 0 0 354153 66 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 34 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=39340 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 3866 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (Timer-0) S 1073666 1073669 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 3598.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3453868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.6 s]
/proc/loadavg: 2.50 3.55 3.98 3/279 1075826
/proc/meminfo: memFree=114381948/131524600 swapFree=131071996/131071996
[pid=1073669] ppid=1073666 vsize=19108176 memory=3453868 CPUtime=3600.06 cores=4,6
/proc/1073669/stat : 1073669 (java) S 1073666 1073669 1069348 0 -1 1077936128 274791 0 0 0 359770 236 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
/proc/1073669/statm: 4777044 863467 5956 1 0 874664 0
[pid=1073669/tid=1073671] ppid=1073666 vsize=19108176 memory=2244 CPUtime=3543.46 cores=4,6
/proc/1073669/task/1073671/stat : 1073671 (java) R 1073666 1073669 1069348 0 -1 4194368 122675 0 0 0 354280 66 0 0 20 0 20 0 197371628 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 34 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073680] ppid=1073666 vsize=19108176 memory=1956 CPUtime=0 cores=4,6
/proc/1073669/task/1073680/stat : 1073680 (Finalizer) S 1073666 1073669 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073687] ppid=1073666 vsize=19108176 memory=104 CPUtime=0 cores=4,6
/proc/1073669/task/1073687/stat : 1073687 (Common-Cleaner) S 1073666 1073669 1069348 0 -1 1077936192 3866 0 0 0 0 0 0 0 20 0 20 0 197371631 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
[pid=1073669/tid=1073689] ppid=1073666 vsize=19108176 memory=5484 CPUtime=0 cores=4,6
/proc/1073669/task/1073689/stat : 1073689 (Timer-0) S 1073666 1073669 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197371658 19566772224 863467 134679101440 94554866089984 94554866093680 140722986627280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94554866101496 94554866102288 94554869350400 140722986632179 140722986632287 140722986632287 140722986639304 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3453868 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.83 s, system=2.38167 s

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

Child status: 143

Real time (s): 3583.7
CPU time (s): 3600.21
CPU user time (s): 3597.83
CPU system time (s): 2.38167
CPU usage (%): 100.461
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3453868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.83
system time used= 2.38167
maximum resident set size= 3455516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278456
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133946
involuntary context switches= 8825


# summary of solver processes directly reported to runsolver:
#   pid: 1073669
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.83
#   total CPU system time (s): 2.38167

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.54128 second user time and 19.153 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-20 07:07:55
IDJOB=4452841
IDBENCH=165335
IDSOLVER=3052
FILE ID=nodeC025/4452841-1721452063
RUNJOBID= nodeC025-1721444913-1069359
SLURM_JOB_ID= 7545661
Free space on /tmp= 890028 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP055.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452841-1721452063/watcher-4452841-1721452063 -o /tmp/evaluation-result-4452841-1721452063/solver-4452841-1721452063 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721444913-1069359 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452841-1721452063.opb

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

MD5SUM BENCH= 55cb808c8f1f2df9d76a318ac560e798
RANDOM SEED=823715221

nodeC025.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3626.508
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3686.412
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3675.520
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.122
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3638.612
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3686.464
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3646.534
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.050
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112328520 kB
MemAvailable:   118465164 kB
Buffers:          571588 kB
Cached:          6334924 kB
SwapCached:            0 kB
Active:          1153164 kB
Inactive:       17236460 kB
Active(anon):       1528 kB
Inactive(anon): 11527496 kB
Active(file):    1151636 kB
Inactive(file):  5708964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               760 kB
Writeback:             0 kB
AnonPages:      11481100 kB
Mapped:           127192 kB
Shmem:             45912 kB
KReclaimable:     231384 kB
Slab:             361484 kB
SReclaimable:     231384 kB
SUnreclaim:       130100 kB
KernelStack:        5040 kB
PageTables:        32624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13446560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73824 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11132928 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:      318164 kB
DirectMap2M:    43495424 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC025 at 2024-07-20 08:07:39