Trace number 4453861

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.14 3596.56

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq8/normalized-28array_alg_ineq8.opb
MD5SUMe563df95219b214aec9816293324d964
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 benchmark8.09183
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1820
Total number of constraints4903
Number of constraints which are clauses4872
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint1
Maximum length of a constraint840
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 36028797018963968
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 144115188075855871
Number of bits of the biggest sum of numbers57
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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-4453861-1721485761.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.33/0.27	c ... done. Wall clock time 0.117s.
0.33/0.28	c declared #vars     1820
0.33/0.28	c #constraints  4933
0.33/0.28	c constraints type 
0.33/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2464
0.33/0.28	c org.sat4j.specs.Constr$1 => 1204
0.33/0.28	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 5
0.33/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 840
0.33/0.28	c org.sat4j.pb.constraints.pb.UnitClausePB => 420
0.33/0.28	c 4933 constraints processed.
1689.01/1686.00	c cleaning 2500 clauses out of 5000 with flag 0/5000
3600.01/3596.51	c starts		: 7
3600.01/3596.52	c conflicts		: 8001
3600.01/3596.52	c decisions		: 9337
3600.01/3596.52	c propagations		: 1239427
3600.01/3596.52	c inspects		: 142887726
3600.01/3596.52	c shortcuts		: 0
3600.01/3596.52	c learnt literals	: 0
3600.01/3596.52	c learnt binary clauses	: 0
3600.01/3596.52	c learnt ternary clauses	: 0
3600.01/3596.52	c learnt constraints	: 8001
3600.01/3596.52	c ignored constraints	: 0
3600.01/3596.52	c root simplifications	: 0
3600.01/3596.52	c removed literals (reason simplification)	: 0
3600.01/3596.52	c reason swapping (by a shorter reason)	: 0
3600.01/3596.52	c Calls to reduceDB	: 1
3600.01/3596.52	c Number of update (reduction) of LBD	: 5950
3600.01/3596.52	c Imported unit clauses	: 0
3600.01/3596.52	c No decision after first conflict	: false
3600.01/3596.52	c number of reductions to clauses (during analyze)	: 0
3600.01/3596.52	c number of learned constraints concerned by reduction	: 0
3600.01/3596.52	c number of learning phase by resolution	: 0
3600.01/3596.52	c number of learning phase by cutting planes	: 0
3600.01/3596.52	c number of rounding to 1 operations	: 0
3600.01/3596.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3596.52	c number of reductions of the coefficients by power 2 	: 0
3600.01/3596.52	c number of right shift for reduction by power 2 	: 0
3600.01/3596.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3596.52	c number of ending skipping 	: 0
3600.01/3596.52	c number of internal skipping 	: 0
3600.01/3596.52	c number of derivation steps 	: 354621
3600.01/3596.52	c number of skipped derivation steps 	: 0
3600.01/3596.52	c number of remaining unassigned 	: 51966
3600.01/3596.52	c number of remaining assigned 	: 40316485
3600.01/3596.52	c number of falsified literals weakened from reason	: 0
3600.01/3596.52	c number of falsified literals weakened from conflict	: 0
3600.01/3596.52	c time for arithmetic operations	: 29549241043
3600.01/3596.52	c minimum degree of deleted constraints	: 72057565404812736
3600.01/3596.53	c maximum degree of deleted constraints	: 416357249630854736049143683851676642227355054418813801168953410290794592849466386696617549941290846768823169337669387100318990753971396610161724899186882865457472721880746715397101959512791826257363272141239520007351498555695750319833648366661222605674510726763954826710739223552488372469767305619916642139687965090637650975881169241696288998823836175090560828124710937795560080499841999743224644346052391636369991882411209554584585631587045565180132078123696226815197604135968622223430453449713126732385023679163933067154334079610098874123347257674114244652464327473631187589045077806839011841286781805757763351954531488179107970724590880674130192846499276536478746281641430772018184805787910171887222455268717804796334740822427594287630045785856813871258740161994570997243541734038183205528382728633121825082851397001739078497006149121193621014757698439180877385920852437797261605791460138195148523077757828038811655865821821453314135496623138291982800570929704763063929082446664644938443547942924148240596097520672874495416459313118930222124128580586087821518039956579989360454632531247255698108026622301683079377240633228464888153407412818247139359932633006935114946106170310829190809699066815298944911896713656380980481103744559977384592688377076711367396185798941371203104023553074600825669665176671528627925752001864108131844051054673727300575012347665195860355401338212106650054799706793356558257524777566575879451649134001112032651548846328118051898996871073302897016137575782865834169174593925724921036006494962952055516731680252757618544942860223559429686025586724288087298402227935139242825128041453579236510331555806952684125309902095626885862197069938062907351068361784478814567780692708650781849293790588416743407418566305440909670527767373430624182587494413207919179039210190455648629161950293046249990131244895672430934021143327790458113591829142872728003126663218450319768834457823231422557536767110745252411869874664608462273291967128310660102915324951820482984971792216979743985124572103703374564346536007344676250353757755894456196364521485531776980555245889315411435114030992838088399174959672081689523756705551105958015182312054692966026646880
3600.01/3596.54	c number of deleted constraints	: 2500
3600.01/3596.54	c speed (assignments/second)	: 344.64398530026784
3600.01/3596.54	c non guided choices	: 14
3600.01/3596.55	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5501
3600.01/3596.55	s UNKNOWN
3600.01/3596.55	c Total wall clock time (in seconds): 3596.393

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: 63968 MiB (57841 MiB free)
  memory of node 1: 64473 MiB (59676 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453861-1721485761/watcher-4453861-1721485761 -o /tmp/evaluation-result-4453861-1721485761/solver-4453861-1721485761 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721481360-1066379 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4453861-1721485761.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=1070380, runsolver pid=1070377

[startup+0.100989 s]*
/proc/loadavg: 4.16 4.14 4.24 5/333 1070398
/proc/meminfo: memFree=120296732/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=18975048 memory=62500 CPUtime=0.13 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 7193 0 0 0 11 2 0 0 20 0 18 0 200741052 19430449152 15625 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4743762 15625 5547 1 0 549317 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 5732 0 0 0 7 1 0 0 20 0 18 0 200741052 19430449152 15625 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 200741055 19430449152 15625 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=18975048 memory=13846374091011924 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200741055 19430449152 15625 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62500 KiB

[startup+0.206984 s]*
/proc/loadavg: 4.16 4.14 4.24 7/333 1070398
/proc/meminfo: memFree=120281856/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=18975048 memory=78356 CPUtime=0.33 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 7816 0 0 0 30 3 0 0 20 0 18 0 200741052 19430449152 19589 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4743762 19589 5857 1 0 549737 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 6059 0 0 0 16 2 0 0 20 0 18 0 200741052 19430449152 19589 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=18975048 memory=1783847 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 200741055 19430449152 19589 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200741055 19430449152 19589 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78356 KiB

[startup+0.311983 s]*
/proc/loadavg: 4.16 4.14 4.24 7/334 1070399
/proc/meminfo: memFree=120203452/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19041612 memory=156296 CPUtime=0.51 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 9429 0 0 0 47 4 0 0 20 0 19 0 200741052 19498610688 39074 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4760403 39074 5857 1 0 551030 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19041612 memory=-7811314861233562724 CPUtime=0.27 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 6126 0 0 0 24 3 0 0 20 0 19 0 200741052 19498610688 39074 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 200741055 19498610688 39074 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200741055 19498610688 39140 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200741080 19498610688 39140 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 156296 KiB

[startup+0.703444 s]
/proc/loadavg: 4.16 4.14 4.24 7/335 1070400
/proc/meminfo: memFree=120196020/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=171516 CPUtime=1.25 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 12672 0 0 0 121 4 0 0 20 0 20 0 200741052 19566772224 42879 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 42879 5873 1 0 553308 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=12952 CPUtime=0.62 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 6167 0 0 0 59 3 0 0 20 0 20 0 200741052 19566772224 42879 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 42879 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 42879 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19108176 memory=39380 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200741080 19566772224 42879 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 171516 KiB

[startup+1.50098 s]
/proc/loadavg: 4.23 4.16 4.25 7/335 1070400
/proc/meminfo: memFree=120187872/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=179308 CPUtime=2.84 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 17232 0 0 0 279 5 0 0 20 0 20 0 200741052 19566772224 44827 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 44827 5873 1 0 553519 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=12952 CPUtime=1.39 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 6443 0 0 0 136 3 0 0 20 0 20 0 200741052 19566772224 44827 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 44827 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 44827 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200741080 19566772224 44827 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179308 KiB

[startup+3.106 s]
/proc/loadavg: 4.23 4.16 4.25 5/335 1070402
/proc/meminfo: memFree=120022380/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=337072 CPUtime=5.61 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 24622 0 0 0 552 9 0 0 20 0 20 0 200741052 19566772224 84268 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 84268 5889 1 0 556422 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=0 CPUtime=2.95 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 6937 0 0 0 289 6 0 0 20 0 20 0 200741052 19566772224 84268 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 84268 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19108176 memory=196584 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 84268 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200741080 19566772224 84268 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 337072 KiB

[startup+6.30098 s]
/proc/loadavg: 4.21 4.15 4.25 5/335 1070402
/proc/meminfo: memFree=119687780/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=668324 CPUtime=9.14 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 25353 0 0 0 897 17 0 0 20 0 20 0 200741052 19566772224 167081 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 167081 5889 1 0 556440 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=12952 CPUtime=6.12 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 7529 0 0 0 599 13 0 0 20 0 20 0 200741052 19566772224 167081 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 167081 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 167081 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200741080 19566772224 167081 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 9.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 668324 KiB

[startup+12.701 s]
/proc/loadavg: 4.19 4.15 4.25 5/335 1070403
/proc/meminfo: memFree=118966328/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=1336412 CPUtime=16.04 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 31928 0 0 0 1572 32 0 0 20 0 20 0 200741052 19566772224 334103 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 334103 5889 1 0 556440 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=0 CPUtime=12.44 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 8764 0 0 0 1217 27 0 0 20 0 20 0 200741052 19566772224 334103 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19108176 memory=1336412 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 334103 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 334103 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200741080 19566772224 334103 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 16.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1336412 KiB

[startup+25.501 s]
/proc/loadavg: 4.24 4.16 4.25 5/335 1070405
/proc/meminfo: memFree=118937052/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=1363432 CPUtime=29.04 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 38204 0 0 0 2870 34 0 0 20 0 20 0 200741052 19566772224 340858 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 340858 5889 1 0 556456 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=6944656592455359580 CPUtime=25.04 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 10165 0 0 0 2477 27 0 0 20 0 20 0 200741052 19566772224 340858 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 340858 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 340858 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200741080 19566772224 340858 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 29.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1363432 KiB

[startup+51.106 s]
/proc/loadavg: 4.61 4.26 4.28 5/336 1070465
/proc/meminfo: memFree=118933588/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=1363900 CPUtime=55.38 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 59811 0 0 0 5501 37 0 0 20 0 20 0 200741052 19566772224 340975 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 340975 5889 1 0 560636 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=1363868 CPUtime=50.49 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 12843 0 0 0 5021 28 0 0 20 0 20 0 200741052 19566772224 340975 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0

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

/proc/meminfo: memFree=123883764/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=3284.65 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 256182 0 0 0 328289 176 0 0 20 0 20 0 200741052 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 545902 5900 1 0 560988 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=3264.28 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 97741 0 0 0 326387 41 0 0 20 0 20 0 200741052 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 4010 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200741080 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 3284.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183608 KiB

[startup+3342.3 s]
/proc/loadavg: 2.34 2.36 3.08 3/281 1072157
/proc/meminfo: memFree=123851816/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=3344.63 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 259843 0 0 0 334285 178 0 0 20 0 20 0 200741052 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 545902 5900 1 0 560988 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=3324.06 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 99841 0 0 0 332365 41 0 0 20 0 20 0 200741052 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 4127 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200741080 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 3344.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183608 KiB

[startup+3402.3 s]
/proc/loadavg: 2.24 2.32 3.02 3/279 1072167
/proc/meminfo: memFree=123852332/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=3404.61 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 263307 0 0 0 340281 180 0 0 20 0 20 0 200741052 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 545902 5900 1 0 560988 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=3383.85 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 101911 0 0 0 338343 42 0 0 20 0 20 0 200741052 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 4245 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19108176 memory=-7811314861233562724 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200741080 19566772224 545902 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 3404.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183608 KiB

[startup+3462.3 s]
/proc/loadavg: 2.09 2.26 2.95 3/279 1072177
/proc/meminfo: memFree=123851960/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=2183848 CPUtime=3465.23 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 273284 0 0 0 346339 184 0 0 20 0 20 0 200741052 19566772224 545962 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 545962 5900 1 0 560988 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=3443.61 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 103501 0 0 0 344319 42 0 0 20 0 20 0 200741052 19566772224 545962 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545962 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 4315 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545962 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19108176 memory=47652 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200741080 19566772224 545962 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 3465.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183848 KiB

[startup+3522.3 s]
/proc/loadavg: 2.07 2.23 2.89 3/280 1072357
/proc/meminfo: memFree=123850660/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=2183848 CPUtime=3525.19 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 277150 0 0 0 352334 185 0 0 20 0 20 0 200741052 19566772224 545962 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 545962 5900 1 0 560988 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=11648 CPUtime=3503.41 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 105091 0 0 0 350299 42 0 0 20 0 20 0 200741052 19566772224 545962 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19108176 memory=2183848 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545962 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 4391 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545962 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200741080 19566772224 545962 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 3525.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183848 KiB

[startup+3582.3 s]
/proc/loadavg: 2.16 2.23 2.85 3/280 1072367
/proc/meminfo: memFree=123850612/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=2183856 CPUtime=3585.83 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 286717 0 0 0 358394 189 0 0 20 0 20 0 200741052 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 545964 5900 1 0 560988 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=2183856 CPUtime=3563.2 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 106856 0 0 0 356277 43 0 0 20 0 20 0 200741052 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19108176 memory=2183848 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 4462 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200741080 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 3585.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.5 s]
/proc/loadavg: 2.14 2.22 2.84 3/280 1072369
/proc/meminfo: memFree=123850572/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=2183856 CPUtime=3600.01 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 286967 0 0 0 359812 189 0 0 20 0 20 0 200741052 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 545964 5900 1 0 560988 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=2183856 CPUtime=3577.32 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 107061 0 0 0 357689 43 0 0 20 0 20 0 200741052 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 4462 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19108176 memory=2183856 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200741080 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183856 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.22 s, system=1.9123 s

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

[startup+3596.5 s]
/proc/loadavg: 2.14 2.22 2.84 3/280 1072369
/proc/meminfo: memFree=123850572/131524600 swapFree=131070704/131071996
[pid=1070380] ppid=1070377 vsize=19108176 memory=2183856 CPUtime=3600.01 cores=5,7
/proc/1070380/stat : 1070380 (java) S 1070377 1070380 1066366 0 -1 1077936128 286967 0 0 0 359812 189 0 0 20 0 20 0 200741052 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
/proc/1070380/statm: 4777044 545964 5900 1 0 560988 0
[pid=1070380/tid=1070382] ppid=1070377 vsize=19108176 memory=2183856 CPUtime=3577.32 cores=5,7
/proc/1070380/task/1070382/stat : 1070382 (java) R 1070377 1070380 1066366 0 -1 4194368 107061 0 0 0 357689 43 0 0 20 0 20 0 200741052 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070391] ppid=1070377 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/1070380/task/1070391/stat : 1070391 (Finalizer) S 1070377 1070380 1066366 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070398] ppid=1070377 vsize=19108176 memory=2183608 CPUtime=0 cores=5,7
/proc/1070380/task/1070398/stat : 1070398 (Common-Cleaner) S 1070377 1070380 1066366 0 -1 1077936192 4462 0 0 0 0 0 0 0 20 0 20 0 200741055 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
[pid=1070380/tid=1070399] ppid=1070377 vsize=19108176 memory=2183856 CPUtime=0 cores=5,7
/proc/1070380/task/1070399/stat : 1070399 (Timer-0) S 1070377 1070380 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200741080 19566772224 545964 134679101440 94497078755328 94497078759024 140733190956224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94497078766840 94497078767632 94497089949696 140733190960115 140733190960223 140733190960223 140733190967240 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183856 KiB

Child status: 143

Real time (s): 3596.56
CPU time (s): 3600.14
CPU user time (s): 3598.22
CPU system time (s): 1.9123
CPU usage (%): 100.099
Max. virtual memory (cumulated for all children) (KiB): 19110868
Max. memory (cumulated for all children) (KiB): 2183856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.22
system time used= 1.9123
maximum resident set size= 2185428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289361
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115418
involuntary context switches= 5377


# summary of solver processes directly reported to runsolver:
#   pid: 1070380
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3598.22
#   total CPU system time (s): 1.9123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.4278 second user time and 18.1444 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-20 16:29:34
IDJOB=4453861
IDBENCH=175942
IDSOLVER=3052
FILE ID=nodeC023/4453861-1721485761
RUNJOBID= nodeC023-1721481360-1066379
SLURM_JOB_ID= 7545760
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq8/normalized-28array_alg_ineq8.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453861-1721485761/watcher-4453861-1721485761 -o /tmp/evaluation-result-4453861-1721485761/solver-4453861-1721485761 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721481360-1066379 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4453861-1721485761.opb

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

MD5SUM BENCH= e563df95219b214aec9816293324d964
RANDOM SEED=1671903430

nodeC023.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		: 3663.118
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.61
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		: 3647.018
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3599.770
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.61
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		: 3681.693
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3663.250
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.61
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		: 3636.690
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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.820
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.61
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		: 3661.984
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120338912 kB
MemAvailable:   121933272 kB
Buffers:          613660 kB
Cached:          1825232 kB
SwapCached:           80 kB
Active:          1288512 kB
Inactive:        9328840 kB
Active(anon):       1604 kB
Inactive(anon):  8222564 kB
Active(file):    1286908 kB
Inactive(file):  1106276 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:               808 kB
Writeback:            20 kB
AnonPages:       8178344 kB
Mapped:           127276 kB
Shmem:             45728 kB
KReclaimable:      81996 kB
Slab:             175192 kB
SReclaimable:      81996 kB
SUnreclaim:        93196 kB
KernelStack:        5116 kB
PageTables:        26000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9255508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7954432 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:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC023 at 2024-07-20 17:29:30