Trace number 4451731

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.16 3566.98

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_11.opb
MD5SUM66b8e371687d4e403b47b4700770389d
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 benchmark105.174
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1892
Total number of constraints9034
Number of constraints which are clauses9030
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint43
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 54
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.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.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4451731-1721431649.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.89/0.55	c ... done. Wall clock time 0.378s.
0.89/0.55	c declared #vars     1892
0.89/0.55	c #constraints  9038
0.89/0.55	c constraints type 
0.89/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3612
0.89/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.89/0.55	c org.sat4j.specs.Constr$1 => 3
0.89/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5418
0.89/0.55	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.89/0.55	c 9038 constraints processed.
10.56/7.64	c cleaning 2500 clauses out of 5002 with flag 0/5002
23.17/19.94	c cleaning 4249 clauses out of 8501 with flag 0/11001
42.69/38.72	c cleaning 5625 clauses out of 11251 with flag 0/18000
68.88/64.69	c cleaning 6805 clauses out of 13626 with flag 0/26000
111.82/106.14	c cleaning 7907 clauses out of 15823 with flag 0/35002
162.60/156.20	c cleaning 8954 clauses out of 17915 with flag 0/45001
220.69/213.60	c cleaning 9981 clauses out of 19961 with flag 0/56001
292.80/285.01	c cleaning 10989 clauses out of 21980 with flag 0/68001
377.74/369.09	c cleaning 11990 clauses out of 23990 with flag 0/81000
477.00/467.47	c cleaning 13001 clauses out of 26001 with flag 0/95001
602.41/592.18	c cleaning 13999 clauses out of 28000 with flag 0/110001
739.72/728.42	c cleaning 14993 clauses out of 30000 with flag 0/126000
907.08/895.04	c cleaning 16002 clauses out of 32010 with flag 0/143003
1079.56/1066.30	c cleaning 17003 clauses out of 34007 with flag 0/161002
1259.54/1244.80	c cleaning 17995 clauses out of 36002 with flag 0/180000
1480.99/1465.02	c cleaning 19004 clauses out of 38010 with flag 0/200003
1725.20/1708.09	c cleaning 19998 clauses out of 40003 with flag 0/221000
2007.34/1988.52	c cleaning 21000 clauses out of 42005 with flag 0/243000
2281.85/2260.89	c cleaning 22004 clauses out of 44008 with flag 0/266003
2572.57/2548.60	c cleaning 22999 clauses out of 46001 with flag 0/290000
2904.68/2878.17	c cleaning 23996 clauses out of 48005 with flag 0/315003
3225.57/3196.10	c cleaning 25001 clauses out of 50008 with flag 0/341002
3584.66/3551.67	c cleaning 25996 clauses out of 52006 with flag 0/368001
3600.05/3566.91	c starts		: 78
3600.05/3566.91	c timeout
3600.05/3566.91	c conflicts		: 369473
3600.05/3566.91	c decisions		: 405418
3600.05/3566.91	c propagations		: 43552147
3600.05/3566.91	c inspects		: 4065339606
3600.05/3566.91	c shortcuts		: 0
3600.05/3566.91	c learnt literals	: 0
3600.05/3566.91	c learnt binary clauses	: 0
3600.05/3566.91	c learnt ternary clauses	: 89
3600.05/3566.91	c learnt constraints	: 369472
3600.05/3566.91	c ignored constraints	: 0
3600.05/3566.91	c root simplifications	: 0
3600.05/3566.91	c removed literals (reason simplification)	: 0
3600.05/3566.91	c reason swapping (by a shorter reason)	: 0
3600.05/3566.91	c Calls to reduceDB	: 23
3600.05/3566.91	c Number of update (reduction) of LBD	: 429916
3600.05/3566.91	c Imported unit clauses	: 0
3600.05/3566.91	c No decision after first conflict	: false
3600.05/3566.91	c number of reductions to clauses (during analyze)	: 0
3600.05/3566.91	c number of learned constraints concerned by reduction	: 0
3600.05/3566.91	c number of learning phase by resolution	: 0
3600.05/3566.91	c number of learning phase by cutting planes	: 0
3600.05/3566.91	c number of rounding to 1 operations	: 0
3600.05/3566.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3566.91	c number of reductions of the coefficients by power 2 	: 0
3600.05/3566.91	c number of right shift for reduction by power 2 	: 0
3600.05/3566.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3566.91	c number of ending skipping 	: 0
3600.05/3566.91	c number of internal skipping 	: 0
3600.05/3566.91	c number of derivation steps 	: 6426735
3600.05/3566.91	c number of skipped derivation steps 	: 0
3600.05/3566.91	c number of remaining unassigned 	: 750180
3600.05/3566.91	c number of remaining assigned 	: 118131602
3600.05/3566.91	c number of falsified literals weakened from reason	: 0
3600.05/3566.91	c number of falsified literals weakened from conflict	: 0
3600.05/3566.91	c time for arithmetic operations	: 6038020251
3600.05/3566.93	c minimum degree of deleted constraints	: 1
3600.05/3566.93	c maximum degree of deleted constraints	: 894866770301297093588834868
3600.05/3566.93	c number of deleted constraints	: 341991
3600.05/3566.93	c speed (assignments/second)	: 12211.819336792103
3600.05/3566.93	c non guided choices	: 1261
3600.05/3566.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1529
3600.05/3566.95	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 735
3600.05/3566.95	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 25217
3600.05/3566.95	s UNKNOWN
3600.05/3566.95	c Total wall clock time (in seconds): 3566.798

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451731-1721431649/watcher-4451731-1721431649 -o /tmp/evaluation-result-4451731-1721431649/solver-4451731-1721431649 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721422956-1045728 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451731-1721431649.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=1051392, runsolver pid=1051389

[startup+0.101137 s]*
/proc/loadavg: 4.50 4.33 4.29 7/330 1051410
/proc/meminfo: memFree=116720340/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=18975048 memory=64596 CPUtime=0.13 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 7057 0 0 0 10 3 0 0 20 0 18 0 195329060 19430449152 16149 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4743762 16149 5719 1 0 549322 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 1077936192 5644 0 0 0 6 2 0 0 20 0 18 0 195329060 19430449152 16149 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195329063 19430449152 16149 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=18975048 memory=14126753849302661 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 195329064 19430449152 16149 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64596 KiB

[startup+0.206454 s]*
/proc/loadavg: 4.50 4.33 4.29 7/330 1051410
/proc/meminfo: memFree=116709964/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=18975048 memory=75604 CPUtime=0.33 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 7614 0 0 0 30 3 0 0 20 0 18 0 195329060 19430449152 18901 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4743762 18901 5856 1 0 549713 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 5921 0 0 0 16 2 0 0 20 0 18 0 195329060 19430449152 18901 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=18975048 memory=19020 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195329063 19430449152 18901 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=18975048 memory=15544020042516216 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 195329064 19430449152 18901 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75604 KiB

[startup+0.306455 s]*
/proc/loadavg: 4.50 4.33 4.29 7/330 1051410
/proc/meminfo: memFree=116678916/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=18975048 memory=106568 CPUtime=0.51 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 9161 0 0 0 47 4 0 0 20 0 18 0 195329060 19430449152 26642 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4743762 26642 5856 1 0 550700 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=18975048 memory=-7739820217148924772 CPUtime=0.26 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 5948 0 0 0 24 2 0 0 20 0 18 0 195329060 19430449152 26642 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195329063 19430449152 26642 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 195329064 19430449152 26642 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 106568 KiB

[startup+0.700453 s]
/proc/loadavg: 4.50 4.33 4.29 8/331 1051411
/proc/meminfo: memFree=116620172/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=173432 CPUtime=1.25 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 13825 0 0 0 119 6 0 0 20 0 20 0 195329060 19566772224 43358 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 43358 5904 1 0 553414 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=5432 CPUtime=0.61 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 6060 0 0 0 57 4 0 0 20 0 20 0 195329060 19566772224 43358 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=12576 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 43358 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 43358 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173432 KiB

[startup+1.50567 s]
/proc/loadavg: 4.50 4.33 4.29 7/332 1051412
/proc/meminfo: memFree=116598352/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=219452 CPUtime=2.84 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 24592 0 0 0 276 8 0 0 20 0 20 0 195329060 19566772224 54863 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 54863 5904 1 0 556933 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=12576 CPUtime=1.37 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) S 1051389 1051392 1045715 0 -1 1077936192 6361 0 0 0 132 5 0 0 20 0 20 0 195329060 19566772224 54863 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 54863 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 54863 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051412] ppid=1051389 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051392/task/1051412/stat : 1051412 (Timer-0) S 1051389 1051392 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195329114 19566772224 54863 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 219452 KiB

[startup+3.10581 s]
/proc/loadavg: 4.50 4.33 4.29 7/332 1051412
/proc/meminfo: memFree=116156732/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=690888 CPUtime=5.84 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 29196 0 0 0 565 19 0 0 20 0 20 0 195329060 19566772224 172722 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 172722 5904 1 0 751182 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=0 CPUtime=2.9 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 6968 0 0 0 277 13 0 0 20 0 20 0 195329060 19566772224 172722 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=11604 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 172722 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 172722 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051412] ppid=1051389 vsize=19108176 memory=12576 CPUtime=0 cores=5,7
/proc/1051392/task/1051412/stat : 1051412 (Timer-0) S 1051389 1051392 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195329114 19566772224 172722 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 690888 KiB

[startup+6.30045 s]
/proc/loadavg: 4.46 4.33 4.29 5/332 1051412
/proc/meminfo: memFree=115621152/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=1161932 CPUtime=9.11 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 29520 0 0 0 884 27 0 0 20 0 20 0 195329060 19566772224 290483 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 290483 5904 1 0 751196 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=0 CPUtime=6.01 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 7175 0 0 0 581 20 0 0 20 0 20 0 195329060 19566772224 290483 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=12576 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 290483 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=11604 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 290483 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051412] ppid=1051389 vsize=19108176 memory=48568 CPUtime=0 cores=5,7
/proc/1051392/task/1051412/stat : 1051412 (Timer-0) S 1051389 1051392 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195329114 19566772224 290483 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 9.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1161932 KiB

[startup+12.7005 s]
/proc/loadavg: 4.43 4.32 4.28 5/332 1051413
/proc/meminfo: memFree=114961992/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=1819972 CPUtime=15.81 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 36036 0 0 0 1540 41 0 0 20 0 20 0 195329060 19566772224 454993 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 454993 5904 1 0 751782 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=185012 CPUtime=12.29 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 9899 0 0 0 1198 31 0 0 20 0 20 0 195329060 19566772224 454993 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=1819948 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 454993 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=746184 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 454993 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051412] ppid=1051389 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051392/task/1051412/stat : 1051412 (Timer-0) S 1051389 1051392 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195329114 19566772224 454993 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 15.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1819972 KiB

[startup+25.5003 s]
/proc/loadavg: 4.41 4.32 4.28 5/332 1051415
/proc/meminfo: memFree=114934836/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=1847004 CPUtime=29.34 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 44384 0 0 0 2890 44 0 0 20 0 20 0 195329060 19566772224 461751 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 461751 5904 1 0 751783 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=1819948 CPUtime=24.8 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 11294 0 0 0 2448 32 0 0 20 0 20 0 195329060 19566772224 461751 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=1842640 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 461751 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 461751 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051412] ppid=1051389 vsize=19108176 memory=6944652177228980320 CPUtime=0 cores=5,7
/proc/1051392/task/1051412/stat : 1051412 (Timer-0) S 1051389 1051392 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195329114 19566772224 461751 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 29.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1847004 KiB

[startup+51.1058 s]
/proc/loadavg: 4.34 4.31 4.28 5/334 1051589
/proc/meminfo: memFree=114913256/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=1867648 CPUtime=55.24 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 49202 0 0 0 5478 46 0 0 20 0 20 0 195329060 19566772224 466912 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 466912 5904 1 0 751783 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=1861500 CPUtime=50 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 14095 0 0 0 4967 33 0 0 20 0 20 0 195329060 19566772224 466912 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=1859436 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 466912 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=1822020 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 466912 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0

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

/proc/meminfo: memFree=124168676/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=2967520 CPUtime=3251.97 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 275897 0 0 0 324956 241 0 0 20 0 20 0 195329060 19566772224 741880 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 741880 5965 1 0 752581 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=2967520 CPUtime=3171.63 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 107283 0 0 0 317117 46 0 0 20 0 20 0 195329060 19566772224 741880 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=2967520 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 741880 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=2967520 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 2447 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 741880 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051412] ppid=1051389 vsize=19108176 memory=48568 CPUtime=0 cores=5,7
/proc/1051392/task/1051412/stat : 1051412 (Timer-0) S 1051389 1051392 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195329114 19566772224 741880 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 3251.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2967520 KiB

[startup+3282.3 s]
/proc/loadavg: 1.13 1.16 1.85 2/255 1052911
/proc/meminfo: memFree=124168312/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=2967524 CPUtime=3312.57 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 279702 0 0 0 331013 244 0 0 20 0 20 0 195329060 19566772224 741881 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 741881 5965 1 0 752581 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=2967524 CPUtime=3230.69 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 109318 0 0 0 323022 47 0 0 20 0 20 0 195329060 19566772224 741881 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=2967524 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 741881 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=2967524 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 2519 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 741881 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051412] ppid=1051389 vsize=19108176 memory=2967524 CPUtime=0 cores=5,7
/proc/1051392/task/1051412/stat : 1051412 (Timer-0) S 1051389 1051392 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195329114 19566772224 741881 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 3312.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2967524 KiB

[startup+3342.3 s]
/proc/loadavg: 1.10 1.15 1.80 2/255 1052921
/proc/meminfo: memFree=124168032/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=2967524 CPUtime=3373.09 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 280446 0 0 0 337062 247 0 0 20 0 20 0 195329060 19566772224 741881 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 741881 5965 1 0 752581 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=11604 CPUtime=3289.79 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 109990 0 0 0 328932 47 0 0 20 0 20 0 195329060 19566772224 741881 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=11604 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 741881 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=48568 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 2519 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 741881 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051412] ppid=1051389 vsize=19108176 memory=12576 CPUtime=0 cores=5,7
/proc/1051392/task/1051412/stat : 1051412 (Timer-0) S 1051389 1051392 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195329114 19566772224 741881 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 3373.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2967524 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.13 1.75 2/254 1052933
/proc/meminfo: memFree=124167468/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=2967924 CPUtime=3434.05 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 292558 0 0 0 343154 251 0 0 20 0 20 0 195329060 19566772224 741981 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 741981 5965 1 0 752699 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=2967524 CPUtime=3348.96 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 114820 0 0 0 334849 47 0 0 20 0 20 0 195329060 19566772224 741981 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=2967528 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 741981 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=11604 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 2590 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 741981 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051412] ppid=1051389 vsize=19108176 memory=2967924 CPUtime=0 cores=5,7
/proc/1051392/task/1051412/stat : 1051412 (Timer-0) S 1051389 1051392 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195329114 19566772224 741981 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 3434.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2967924 KiB

[startup+3462.3 s]
/proc/loadavg: 1.12 1.14 1.71 2/256 1053327
/proc/meminfo: memFree=124165848/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=2967928 CPUtime=3494.58 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 293514 0 0 0 349204 254 0 0 20 0 20 0 195329060 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 741982 5965 1 0 752699 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=2967524 CPUtime=3408.14 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 115717 0 0 0 340767 47 0 0 20 0 20 0 195329060 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=2967928 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=2967928 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 2591 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051412] ppid=1051389 vsize=19108176 memory=2967928 CPUtime=0 cores=5,7
/proc/1051392/task/1051412/stat : 1051412 (Timer-0) S 1051389 1051392 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195329114 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 3494.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2967928 KiB

[startup+3522.3 s]
/proc/loadavg: 1.09 1.12 1.67 2/254 1053338
/proc/meminfo: memFree=124166448/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=2967928 CPUtime=3555.11 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 296856 0 0 0 355255 256 0 0 20 0 20 0 195329060 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 741982 5965 1 0 752699 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=2967928 CPUtime=3467.35 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 117359 0 0 0 346688 47 0 0 20 0 20 0 195329060 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=2967928 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=2967928 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 2662 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051412] ppid=1051389 vsize=19108176 memory=2967928 CPUtime=0 cores=5,7
/proc/1051392/task/1051412/stat : 1051412 (Timer-0) S 1051389 1051392 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195329114 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 3555.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2967928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3566.9 s]
/proc/loadavg: 1.08 1.12 1.64 2/254 1053345
/proc/meminfo: memFree=124166308/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=2967928 CPUtime=3600.05 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 300419 0 0 0 359747 258 0 0 20 0 20 0 195329060 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 741982 5965 1 0 752699 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=2967928 CPUtime=3511.43 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 118264 0 0 0 351095 48 0 0 20 0 20 0 195329060 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=1400222133119836218 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 2662 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051412] ppid=1051389 vsize=19108176 memory=1924 CPUtime=0 cores=5,7
/proc/1051392/task/1051412/stat : 1051412 (Timer-0) S 1051389 1051392 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195329114 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2967928 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.56 s, system=2.60148 s

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

[startup+3566.9 s]
/proc/loadavg: 1.08 1.12 1.64 2/254 1053345
/proc/meminfo: memFree=124166308/131524600 swapFree=131071996/131071996
[pid=1051392] ppid=1051389 vsize=19108176 memory=2967928 CPUtime=3600.05 cores=5,7
/proc/1051392/stat : 1051392 (java) S 1051389 1051392 1045715 0 -1 1077936128 300419 0 0 0 359747 258 0 0 20 0 20 0 195329060 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
/proc/1051392/statm: 4777044 741982 5965 1 0 752699 0
[pid=1051392/tid=1051394] ppid=1051389 vsize=19108176 memory=2967928 CPUtime=3511.43 cores=5,7
/proc/1051392/task/1051394/stat : 1051394 (java) R 1051389 1051392 1045715 0 -1 4194368 118264 0 0 0 351095 48 0 0 20 0 20 0 195329060 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051403] ppid=1051389 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/1051392/task/1051403/stat : 1051403 (Finalizer) S 1051389 1051392 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195329063 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051410] ppid=1051389 vsize=19108176 memory=1400222133119836218 CPUtime=0 cores=5,7
/proc/1051392/task/1051410/stat : 1051410 (Common-Cleaner) S 1051389 1051392 1045715 0 -1 1077936192 2662 0 0 0 0 0 0 0 20 0 20 0 195329064 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
[pid=1051392/tid=1051412] ppid=1051389 vsize=19108176 memory=1924 CPUtime=0 cores=5,7
/proc/1051392/task/1051412/stat : 1051412 (Timer-0) S 1051389 1051392 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195329114 19566772224 741982 134679101440 94262725844992 94262725848688 140730571745456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94262725856504 94262725857296 94262752612352 140730571752435 140730571752543 140730571752543 140730571759560 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2967928 KiB

Child status: 143

Real time (s): 3566.98
CPU time (s): 3600.16
CPU user time (s): 3597.56
CPU system time (s): 2.60148
CPU usage (%): 100.93
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2967928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.56
system time used= 2.60148
maximum resident set size= 2969440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303029
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148943
involuntary context switches= 7410


# summary of solver processes directly reported to runsolver:
#   pid: 1051392
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3597.56
#   total CPU system time (s): 2.60148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.51938 second user time and 16.9808 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-20 01:27:42
IDJOB=4451731
IDBENCH=162627
IDSOLVER=3052
FILE ID=nodeC022/4451731-1721431649
RUNJOBID= nodeC022-1721422956-1045728
SLURM_JOB_ID= 7545605
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_11.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451731-1721431649/watcher-4451731-1721431649 -o /tmp/evaluation-result-4451731-1721431649/solver-4451731-1721431649 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721422956-1045728 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451731-1721431649.opb

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

MD5SUM BENCH= 66b8e371687d4e403b47b4700770389d
RANDOM SEED=437935241

nodeC022.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		: 3600.318
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.66
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		: 3677.171
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	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3674.682
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.66
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		: 3601.522
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	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3674.674
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.66
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		: 3619.240
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	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.982
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.66
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		: 3651.821
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	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116764184 kB
MemAvailable:   119313932 kB
Buffers:          532244 kB
Cached:          2842664 kB
SwapCached:            0 kB
Active:          1232808 kB
Inactive:       12848760 kB
Active(anon):       1572 kB
Inactive(anon): 10751324 kB
Active(file):    1231236 kB
Inactive(file):  2097436 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1748 kB
Writeback:             0 kB
AnonPages:      10706312 kB
Mapped:           128384 kB
Shmem:             45912 kB
KReclaimable:     121444 kB
Slab:             238624 kB
SReclaimable:     121444 kB
SUnreclaim:       117180 kB
KernelStack:        5088 kB
PageTables:        30788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11294460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70944 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10452992 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      260820 kB
DirectMap2M:    28872704 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC022 at 2024-07-20 02:27:09