Trace number 4429748

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.58 3555

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-bg512142.opb
MD5SUMc14f7c55e56be8814a9acdc0ce68bb69
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24875458587
Best CPU time to get the best result obtained on this benchmark3600.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16800
Total number of constraints945
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints934
Minimum length of a constraint1
Maximum length of a constraint183
Number of terms in the objective function 9600
Biggest coefficient in the objective function 5368709120000
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 773893279252632
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 5368709120000
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 773893279252632
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.12	c version CUSTOM.v20240707
0.12/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.15	c java.vm.version	22.0.1+8-16
0.12/0.16	c java.vm.vendor	Oracle Corporation
0.12/0.16	c sun.arch.data.model	64
0.12/0.16	c java.version		22.0.1
0.12/0.16	c os.name		Linux
0.12/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.16	c os.arch		amd64
0.12/0.16	c Free memory 		2115194816
0.12/0.16	c Max memory 		16282288128
0.12/0.16	c Total memory 		2122317824
0.12/0.17	c Number of processors 	2
0.42/0.32	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.32	 - never skip resolution steps
0.42/0.32	 - Auto-division on coefficients is disabled
0.42/0.32	 - No postprocessing
0.42/0.32	 - Conflict is considered as is when resolving
0.42/0.32	 - Use constraints as they come during conflict analysis
0.42/0.32	 - Weaken first using unassigned literals
0.42/0.32	 - Bump strategy: ALWAYS_ONE
0.42/0.32	 - Bumper: EFFECTIVE
0.42/0.32	--- Begin Solver configuration ---
0.42/0.32	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.42/0.32	Learn all clauses as in MiniSAT
0.42/0.32	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.32	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.32	No reason simplification
0.42/0.32	Dynamic restart strategy considering the size of the coefficients
0.42/0.32	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.42/0.32	timeout=2147483s
0.42/0.32	DB Simplification allowed=false
0.42/0.32	Listener: none
0.42/0.32	--- End Solver configuration ---
0.42/0.32	c Pseudo Boolean Optimization by upper bound
0.42/0.32	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.32	c  - never skip resolution steps
0.42/0.32	c  - Auto-division on coefficients is disabled
0.42/0.32	c  - No postprocessing
0.42/0.32	c  - Conflict is considered as is when resolving
0.42/0.32	c  - Use constraints as they come during conflict analysis
0.42/0.32	c  - Weaken first using unassigned literals
0.42/0.32	c  - Bump strategy: ALWAYS_ONE
0.42/0.32	c  - Bumper: EFFECTIVE
0.42/0.32	c --- Begin Solver configuration ---
0.42/0.32	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.42/0.32	c Learn all clauses as in MiniSAT
0.42/0.32	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.32	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.32	c No reason simplification
0.42/0.32	c Dynamic restart strategy considering the size of the coefficients
0.42/0.32	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.42/0.32	c timeout=2147483s
0.42/0.32	c DB Simplification allowed=false
0.42/0.32	c Listener: none
0.42/0.32	c --- End Solver configuration ---
0.42/0.32	c solving HOME/instance-4429748-1721066604.opb
0.42/0.32	c reading problem ... 
0.42/0.34	c  objective function found
1.37/0.89	c ... done. Wall clock time 0.566s.
1.37/0.89	c declared #vars     16800
1.37/0.89	c #constraints  1185
1.37/0.89	c constraints type 
1.37/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
1.37/0.89	c org.sat4j.specs.Constr$1 => 1
1.37/0.89	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1174
1.37/0.89	c org.sat4j.pb.constraints.pb.UnitClausePB => 9
1.37/0.89	c 1185 constraints processed.
1.37/0.90	c objective function length is 9600 literals
11.82/6.95	c cleaning 2498 clauses out of 5000 with flag 0/5000
14.83/9.50	c cleaning 4252 clauses out of 8503 with flag 0/11001
17.59/12.00	c cleaning 5626 clauses out of 11251 with flag 0/18001
23.37/17.64	c cleaning 6807 clauses out of 13624 with flag 0/26000
34.25/27.64	c cleaning 7897 clauses out of 15817 with flag 0/35000
53.52/46.53	c cleaning 8957 clauses out of 17921 with flag 0/45001
77.30/69.50	c cleaning 9978 clauses out of 19963 with flag 0/56000
104.09/95.76	c cleaning 10991 clauses out of 21985 with flag 0/68000
134.96/126.25	c cleaning 11995 clauses out of 23994 with flag 0/81000
171.23/161.87	c cleaning 12994 clauses out of 26000 with flag 0/95001
213.30/203.26	c cleaning 13999 clauses out of 28006 with flag 0/110001
259.97/248.81	c cleaning 15001 clauses out of 30006 with flag 0/126000
314.38/302.74	c cleaning 16002 clauses out of 32006 with flag 0/143001
370.69/358.27	c cleaning 16998 clauses out of 34003 with flag 0/161000
429.14/415.84	c cleaning 17997 clauses out of 36005 with flag 0/180000
493.95/480.01	c cleaning 18997 clauses out of 38008 with flag 0/200000
566.88/552.14	c cleaning 20001 clauses out of 40012 with flag 0/221001
642.93/627.35	c cleaning 21000 clauses out of 42010 with flag 0/243000
724.61/708.03	c cleaning 22005 clauses out of 44011 with flag 0/266001
793.45/776.10	c cleaning 22995 clauses out of 46006 with flag 0/290001
878.17/859.64	c cleaning 23999 clauses out of 48010 with flag 0/315000
974.36/953.44	c cleaning 24996 clauses out of 50013 with flag 0/341002
1070.68/1048.70	c cleaning 26005 clauses out of 52015 with flag 0/368000
1152.27/1129.36	c cleaning 27002 clauses out of 54011 with flag 0/396001
1250.87/1227.13	c cleaning 27995 clauses out of 56009 with flag 0/425001
1362.10/1337.32	c cleaning 29004 clauses out of 58014 with flag 0/455001
1476.94/1451.29	c cleaning 30000 clauses out of 60011 with flag 0/486002
1593.64/1567.29	c cleaning 30999 clauses out of 62009 with flag 0/518000
1721.19/1693.97	c cleaning 31993 clauses out of 64010 with flag 0/551000
1855.39/1825.10	c cleaning 33003 clauses out of 66019 with flag 0/585002
2002.25/1970.83	c cleaning 34002 clauses out of 68017 with flag 0/620003
2159.34/2126.94	c cleaning 34995 clauses out of 70012 with flag 0/656000
2318.31/2284.72	c cleaning 36003 clauses out of 72018 with flag 0/693001
2485.60/2450.85	c cleaning 37002 clauses out of 74017 with flag 0/731003
2657.54/2621.79	c cleaning 37997 clauses out of 76013 with flag 0/770001
2847.38/2810.42	c cleaning 39005 clauses out of 78015 with flag 0/810000
3026.18/2988.04	c cleaning 39995 clauses out of 80010 with flag 0/851000
3232.15/3191.40	c cleaning 40998 clauses out of 82015 with flag 0/893000
3431.79/3390.10	c cleaning 42000 clauses out of 84018 with flag 0/936001
3600.41/3554.90	c starts		: 5
3600.41/3554.90	c conflicts		: 980000
3600.41/3554.90	c decisions		: 1376018
3600.41/3554.90	c propagations		: 7914990
3600.41/3554.90	c inspects		: 117967502
3600.41/3554.90	c shortcuts		: 0
3600.41/3554.90	c learnt literals	: 0
3600.41/3554.90	c learnt binary clauses	: 0
3600.41/3554.90	c learnt ternary clauses	: 0
3600.41/3554.90	c learnt constraints	: 980000
3600.41/3554.90	c ignored constraints	: 0
3600.41/3554.90	c root simplifications	: 0
3600.41/3554.91	c removed literals (reason simplification)	: 0
3600.41/3554.91	c reason swapping (by a shorter reason)	: 0
3600.41/3554.91	c Calls to reduceDB	: 40
3600.41/3554.91	c Number of update (reduction) of LBD	: 269205
3600.41/3554.91	c Imported unit clauses	: 0
3600.41/3554.91	c No decision after first conflict	: false
3600.41/3554.91	c number of reductions to clauses (during analyze)	: 0
3600.41/3554.91	c number of learned constraints concerned by reduction	: 0
3600.41/3554.91	c number of learning phase by resolution	: 0
3600.41/3554.91	c number of learning phase by cutting planes	: 0
3600.41/3554.91	c number of rounding to 1 operations	: 0
3600.41/3554.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.41/3554.91	c number of reductions of the coefficients by power 2 	: 0
3600.41/3554.91	c number of right shift for reduction by power 2 	: 0
3600.41/3554.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.41/3554.91	c number of ending skipping 	: 0
3600.41/3554.91	c number of internal skipping 	: 0
3600.41/3554.91	c number of derivation steps 	: 6085910
3600.41/3554.91	c number of skipped derivation steps 	: 0
3600.41/3554.91	c number of remaining unassigned 	: 64216
3600.41/3554.91	c number of remaining assigned 	: 691551055
3600.41/3554.91	c number of falsified literals weakened from reason	: 0
3600.41/3554.91	c number of falsified literals weakened from conflict	: 0
3600.41/3554.91	c time for arithmetic operations	: 62416121612
3600.41/3554.91	c minimum degree of deleted constraints	: 1070465023
3600.41/3554.91	c maximum degree of deleted constraints	: 1954187830095111198436257320768989643828406208378019543554348416456216357344893595068668051882362353769794887500588576
3600.41/3554.92	c number of deleted constraints	: 909478
3600.41/3554.92	c speed (assignments/second)	: 2227.0853311003366
3600.41/3554.92	c non guided choices	: 1031
3600.41/3554.96	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 86017
3600.41/3554.96	s UNKNOWN
3600.41/3554.96	c Total wall clock time (in seconds): 3554.642

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (59727 MiB free)
  memory of node 1: 64510 MiB (59070 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=805641, runsolver pid=805638

[startup+0.102573 s]*
/proc/loadavg: 4.54 4.37 4.34 8/317 805659
/proc/meminfo: memFree=121613904/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=18975048 memory=56424 CPUtime=0.12 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 6599 0 0 0 10 2 0 0 20 0 18 0 158816814 19430449152 14106 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4743762 14106 5637 1 0 550932 0
[pid=805641/tid=805643] ppid=805638 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 1077936192 5547 0 0 0 6 1 0 0 20 0 18 0 158816815 19430449152 14106 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158816820 19430449152 14106 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 158816821 19430449152 14106 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56424 KiB

[startup+0.206041 s]*
/proc/loadavg: 4.54 4.37 4.34 6/317 805659
/proc/meminfo: memFree=121602688/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=18975048 memory=67316 CPUtime=0.27 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 7254 0 0 0 24 3 0 0 20 0 18 0 158816814 19430449152 16829 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4743762 16829 5641 1 0 551462 0
[pid=805641/tid=805643] ppid=805638 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 5791 0 0 0 16 2 0 0 20 0 18 0 158816815 19430449152 16829 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=18975048 memory=5697 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158816820 19430449152 16829 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 158816821 19430449152 16829 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67316 KiB

[startup+0.306294 s]*
/proc/loadavg: 4.54 4.37 4.34 6/317 805659
/proc/meminfo: memFree=121601204/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=18975048 memory=71212 CPUtime=0.42 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 7560 0 0 0 39 3 0 0 20 0 18 0 158816814 19430449152 17803 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4743762 17803 5786 1 0 551667 0
[pid=805641/tid=805643] ppid=805638 vsize=18975048 memory=-8600296833812898492 CPUtime=0.27 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 5959 0 0 0 25 2 0 0 20 0 18 0 158816815 19430449152 17803 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158816820 19430449152 17803 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 158816821 19430449152 17803 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71212 KiB

[startup+0.701044 s]
/proc/loadavg: 4.54 4.37 4.34 8/317 805659
/proc/meminfo: memFree=121578716/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=18975656 memory=154296 CPUtime=1.17 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 10024 0 0 0 111 6 0 0 20 0 18 0 158816814 19431071744 38574 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4743914 38574 5886 1 0 553285 0
[pid=805641/tid=805643] ppid=805638 vsize=18975656 memory=5512 CPUtime=0.59 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 6100 0 0 0 55 4 0 0 20 0 18 0 158816815 19431071744 39086 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=18975656 memory=11992 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158816820 19431071744 39086 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=18975656 memory=0 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 158816821 19431071744 39086 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18975656 KiB
Current children cumulated memory: 154296 KiB

[startup+1.50036 s]
/proc/loadavg: 4.54 4.37 4.34 7/319 805661
/proc/meminfo: memFree=121483996/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=19108176 memory=195824 CPUtime=2.72 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 17623 0 0 0 264 8 0 0 20 0 20 0 158816814 19566772224 48956 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4777044 48956 5956 1 0 556164 0
[pid=805641/tid=805643] ppid=805638 vsize=19108176 memory=11992 CPUtime=1.26 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 6507 0 0 0 122 4 0 0 20 0 20 0 158816815 19566772224 48956 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158816820 19566772224 48956 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 158816821 19566772224 48956 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805661] ppid=805638 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/805641/task/805661/stat : 805661 (Timer-0) S 805638 805641 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158816908 19566772224 48956 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 195824 KiB

[startup+3.10606 s]
/proc/loadavg: 4.54 4.37 4.34 5/319 805661
/proc/meminfo: memFree=121343828/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=19108176 memory=357120 CPUtime=5.49 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 20467 0 0 0 537 12 0 0 20 0 20 0 158816814 19566772224 89280 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4777044 89280 5956 1 0 786187 0
[pid=805641/tid=805643] ppid=805638 vsize=19108176 memory=0 CPUtime=2.8 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 6916 0 0 0 273 7 0 0 20 0 20 0 158816815 19566772224 89280 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158816820 19566772224 89280 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 158816821 19566772224 89280 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805661] ppid=805638 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/805641/task/805661/stat : 805661 (Timer-0) S 805638 805641 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158816908 19566772224 89280 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 5.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 357120 KiB

[startup+6.30104 s]
/proc/loadavg: 4.66 4.40 4.35 6/319 805661
/proc/meminfo: memFree=120483584/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=19108176 memory=1184624 CPUtime=10.85 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 26254 0 0 0 1055 30 0 0 20 0 20 0 158816814 19566772224 296156 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4777044 296156 5956 1 0 789276 0
[pid=805641/tid=805643] ppid=805638 vsize=19108176 memory=0 CPUtime=5.91 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 7358 0 0 0 567 24 0 0 20 0 20 0 158816815 19566772224 296156 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158816820 19566772224 296156 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 158816821 19566772224 296156 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805661] ppid=805638 vsize=19108176 memory=40468 CPUtime=0 cores=1,3
/proc/805641/task/805661/stat : 805661 (Timer-0) S 805638 805641 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158816908 19566772224 296156 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 10.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1184624 KiB

[startup+12.7004 s]
/proc/loadavg: 4.61 4.39 4.35 6/318 805730
/proc/meminfo: memFree=122286896/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=19108176 memory=3041012 CPUtime=18.42 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 30414 0 0 0 1773 69 0 0 20 0 20 0 158816814 19566772224 760253 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4777044 760253 5956 1 0 1073672 0
[pid=805641/tid=805643] ppid=805638 vsize=19108176 memory=173348 CPUtime=11.89 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 9465 0 0 0 1129 60 0 0 20 0 20 0 158816815 19566772224 760253 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=19108176 memory=2371056 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158816820 19566772224 760253 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=19108176 memory=385792 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 158816821 19566772224 760253 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805661] ppid=805638 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/805641/task/805661/stat : 805661 (Timer-0) S 805638 805641 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158816908 19566772224 760253 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 18.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3041012 KiB

[startup+25.5005 s]
/proc/loadavg: 4.69 4.42 4.36 5/319 805800
/proc/meminfo: memFree=123661152/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=19108176 memory=3041548 CPUtime=31.57 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 36714 0 0 0 3085 72 0 0 20 0 20 0 158816814 19566772224 760387 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4777044 760387 5988 1 0 1073676 0
[pid=805641/tid=805643] ppid=805638 vsize=19108176 memory=1184624 CPUtime=24.42 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 11231 0 0 0 2381 61 0 0 20 0 20 0 158816815 19566772224 760387 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=19108176 memory=385792 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158816820 19566772224 760387 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 158816821 19566772224 760387 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805661] ppid=805638 vsize=19108176 memory=3041184 CPUtime=0 cores=1,3
/proc/805641/task/805661/stat : 805661 (Timer-0) S 805638 805641 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158816908 19566772224 760387 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 31.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3041548 KiB

[startup+51.1133 s]
/proc/loadavg: 4.52 4.40 4.36 5/318 805805
/proc/meminfo: memFree=120552064/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=19108176 memory=4961088 CPUtime=58.3 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 41896 0 0 0 5717 113 0 0 20 0 20 0 158816814 19566772224 1240272 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4777044 1240272 5988 1 0 1533236 0
[pid=805641/tid=805643] ppid=805638 vsize=19108176 memory=4719228 CPUtime=48.73 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 13727 0 0 0 4780 93 0 0 20 0 20 0 158816815 19566772224 1240272 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=19108176 memory=385792 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158816820 19566772224 1240272 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=19108176 memory=3041184 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 158816821 19566772224 1240272 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0

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

/proc/meminfo: memFree=98283008/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=19108176 memory=15355212 CPUtime=3324.25 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 423463 0 0 0 331842 583 0 0 20 0 20 0 158816814 19566772224 3838803 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4777044 3838803 5988 1 0 3860283 0
[pid=805641/tid=805643] ppid=805638 vsize=19108176 memory=15355212 CPUtime=3225.04 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 189125 0 0 0 322197 307 0 0 20 0 20 0 158816815 19566772224 3838803 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=19108176 memory=15355192 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158816820 19566772224 3838803 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=19108176 memory=40468 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 2561 0 0 0 0 0 0 0 20 0 20 0 158816821 19566772224 3838803 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805661] ppid=805638 vsize=19108176 memory=15355212 CPUtime=0 cores=1,3
/proc/805641/task/805661/stat : 805661 (Timer-0) S 805638 805641 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158816908 19566772224 3838803 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 3324.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15355212 KiB

[startup+3342.3 s]
/proc/loadavg: 4.44 4.44 4.38 4/297 807611
/proc/meminfo: memFree=107563632/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=19108176 memory=15355212 CPUtime=3384.16 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 423742 0 0 0 337830 586 0 0 20 0 20 0 158816814 19566772224 3838803 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4777044 3838803 5988 1 0 3860283 0
[pid=805641/tid=805643] ppid=805638 vsize=19108176 memory=15355212 CPUtime=3284.86 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 189398 0 0 0 328179 307 0 0 20 0 20 0 158816815 19566772224 3838803 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158816820 19566772224 3838803 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=19108176 memory=15355212 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 2562 0 0 0 0 0 0 0 20 0 20 0 158816821 19566772224 3838803 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805661] ppid=805638 vsize=19108176 memory=40468 CPUtime=0 cores=1,3
/proc/805641/task/805661/stat : 805661 (Timer-0) S 805638 805641 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158816908 19566772224 3838803 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 3384.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15355212 KiB

[startup+3402.3 s]
/proc/loadavg: 3.53 4.18 4.29 4/297 807622
/proc/meminfo: memFree=107364148/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=19108176 memory=15535780 CPUtime=3444.37 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 432860 0 0 0 343842 595 0 0 20 0 20 0 158816814 19566772224 3883945 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4777044 3883945 5988 1 0 3906219 0
[pid=805641/tid=805643] ppid=805638 vsize=19108176 memory=15355212 CPUtime=3344.41 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 193111 0 0 0 334130 311 0 0 20 0 20 0 158816815 19566772224 3883945 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158816820 19566772224 3883945 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=19108176 memory=15355212 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 2705 0 0 0 0 0 0 0 20 0 20 0 158816821 19566772224 3883945 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805661] ppid=805638 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/805641/task/805661/stat : 805661 (Timer-0) S 805638 805641 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158816908 19566772224 3883945 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 3444.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15535780 KiB

[startup+3462.3 s]
/proc/loadavg: 3.40 4.02 4.23 4/295 807645
/proc/meminfo: memFree=112072576/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=19108176 memory=10804500 CPUtime=3507.6 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 464409 0 0 0 350159 601 0 0 20 0 20 0 158816814 19566772224 2701125 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4777044 2701125 5988 1 0 2720238 0
[pid=805641/tid=805643] ppid=805638 vsize=19108176 memory=15355212 CPUtime=3402.81 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 197791 0 0 0 339969 312 0 0 20 0 20 0 158816815 19566772224 2701125 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158816820 19566772224 2701125 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=19108176 memory=15355212 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 2705 0 0 0 0 0 0 0 20 0 20 0 158816821 19566772224 2701125 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805661] ppid=805638 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/805641/task/805661/stat : 805661 (Timer-0) S 805638 805641 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158816908 19566772224 2701125 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 3507.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10804500 KiB

[startup+3522.3 s]
/proc/loadavg: 3.21 3.85 4.15 4/294 807656
/proc/meminfo: memFree=112039568/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=19108176 memory=10804504 CPUtime=3567.68 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 468255 0 0 0 356162 606 0 0 20 0 20 0 158816814 19566772224 2701126 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4777044 2701126 5988 1 0 2720238 0
[pid=805641/tid=805643] ppid=805638 vsize=19108176 memory=10804500 CPUtime=3462.65 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 201427 0 0 0 345952 313 0 0 20 0 20 0 158816815 19566772224 2701126 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=19108176 memory=10804500 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158816820 19566772224 2701126 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=19108176 memory=10804504 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 2847 0 0 0 0 0 0 0 20 0 20 0 158816821 19566772224 2701126 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805661] ppid=805638 vsize=19108176 memory=10804504 CPUtime=0 cores=1,3
/proc/805641/task/805661/stat : 805661 (Timer-0) S 805638 805641 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158816908 19566772224 2701126 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 3567.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10804504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3554.7 s]
/proc/loadavg: 3.12 3.77 4.12 3/268 807695
/proc/meminfo: memFree=114179580/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=19108176 memory=10804772 CPUtime=3600.04 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 468540 0 0 0 359395 609 0 0 20 0 20 0 158816814 19566772224 2701193 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4777044 2701193 5988 1 0 2720238 0
[pid=805641/tid=805643] ppid=805638 vsize=19108176 memory=40468 CPUtime=3494.96 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 201709 0 0 0 349182 314 0 0 20 0 20 0 158816815 19566772224 2701193 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=19108176 memory=10804772 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158816820 19566772224 2701193 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=19108176 memory=-8600296833812898492 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 2847 0 0 0 0 0 0 0 20 0 20 0 158816821 19566772224 2701193 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805661] ppid=805638 vsize=19108176 memory=40468 CPUtime=0 cores=1,3
/proc/805641/task/805661/stat : 805661 (Timer-0) S 805638 805641 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158816908 19566772224 2701193 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10804772 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.44 s, system=6.14321 s

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

[startup+3554.8 s]
/proc/loadavg: 3.12 3.77 4.12 3/268 807695
/proc/meminfo: memFree=114179580/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=19174740 memory=10804964 CPUtime=3600.23 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 470391 0 0 0 359414 609 0 0 20 0 21 0 158816814 19634933760 2701241 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4793685 2701241 5988 1 0 2720523 0
[pid=805641/tid=805643] ppid=805638 vsize=19174740 memory=20084 CPUtime=3494.96 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) S 805638 805641 801463 0 -1 1077936192 201712 0 0 0 349182 314 0 0 20 0 21 0 158816815 19634933760 2701241 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=19174740 memory=33448 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 158816820 19634933760 2701241 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=19174740 memory=-9044459746194447340 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 2847 0 0 0 0 0 0 0 20 0 21 0 158816821 19634933760 2701241 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805661] ppid=805638 vsize=19174740 memory=8340 CPUtime=0 cores=1,3
/proc/805641/task/805661/stat : 805661 (Timer-0) S 805638 805641 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 158816908 19634933760 2701241 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10804964 KiB

[startup+3554.9 s]
/proc/loadavg: 3.12 3.77 4.12 3/268 807695
/proc/meminfo: memFree=114179580/131655788 swapFree=131071996/131071996
[pid=805641] ppid=805638 vsize=19242332 memory=10805340 CPUtime=3600.41 cores=1,3
/proc/805641/stat : 805641 (java) S 805638 805641 801463 0 -1 1077936128 472783 0 0 0 359431 610 0 0 20 0 23 0 158816814 19704147968 2701335 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
/proc/805641/statm: 4810583 2701335 5987 1 0 2721112 0
[pid=805641/tid=805643] ppid=805638 vsize=19242332 memory=40468 CPUtime=3494.98 cores=1,3
/proc/805641/task/805643/stat : 805643 (java) R 805638 805641 801463 0 -1 4194368 201713 0 0 0 349184 314 0 0 20 0 23 0 158816815 19704147968 2701335 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 39 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805652] ppid=805638 vsize=19242332 memory=10804772 CPUtime=0 cores=1,3
/proc/805641/task/805652/stat : 805652 (Finalizer) S 805638 805641 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 23 0 158816820 19704147968 2701335 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805659] ppid=805638 vsize=19242332 memory=-8600296833812898492 CPUtime=0 cores=1,3
/proc/805641/task/805659/stat : 805659 (Common-Cleaner) S 805638 805641 801463 0 -1 1077936192 2847 0 0 0 0 0 0 0 20 0 23 0 158816821 19704147968 2701335 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
[pid=805641/tid=805661] ppid=805638 vsize=19242332 memory=40468 CPUtime=0 cores=1,3
/proc/805641/task/805661/stat : 805661 (Timer-0) R 805638 805641 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 23 0 158816908 19704147968 2701335 134679101440 94064306024448 94064306028144 140737076280736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94064306035960 94064306036752 94064326647808 140737076282357 140737076282465 140737076282465 140737076289480 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 19242332 KiB
Current children cumulated memory: 10805340 KiB

Child status: 143

Real time (s): 3555
CPU time (s): 3600.58
CPU user time (s): 3594.44
CPU system time (s): 6.14321
CPU usage (%): 101.282
Max. virtual memory (cumulated for all children) (KiB): 19242332
Max. memory (cumulated for all children) (KiB): 15535884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.44
system time used= 6.14321
maximum resident set size= 15535884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474052
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124219
involuntary context switches= 8671


# summary of solver processes directly reported to runsolver:
#   pid: 805641
#   total CPU time (s): 3600.58
#   total CPU user time (s): 3594.44
#   total CPU system time (s): 6.14321

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7792 second user time and 37.0689 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-15 20:03:36
IDJOB=4429748
IDBENCH=146776
IDSOLVER=3052
FILE ID=nodeC008/4429748-1721066604
RUNJOBID= nodeC008-1721059563-801475
SLURM_JOB_ID= 7505500
Free space on /tmp= 723760 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-bg512142.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429748-1721066604/watcher-4429748-1721066604 -o /tmp/evaluation-result-4429748-1721066604/solver-4429748-1721066604 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721059563-801475 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429748-1721066604.opb

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

MD5SUM BENCH= c14f7c55e56be8814a9acdc0ce68bb69
RANDOM SEED=1082529219

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        121649152 kB
MemAvailable:   121842564 kB
Buffers:          383660 kB
Cached:           654760 kB
SwapCached:            0 kB
Active:           613820 kB
Inactive:        8859312 kB
Active(anon):       1476 kB
Inactive(anon):  8470940 kB
Active(file):     612344 kB
Inactive(file):   388372 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2232 kB
Writeback:             0 kB
AnonPages:       8433732 kB
Mapped:           123548 kB
Shmem:             37704 kB
KReclaimable:      65456 kB
Slab:             159020 kB
SReclaimable:      65456 kB
SUnreclaim:        93564 kB
KernelStack:        4832 kB
PageTables:        26648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   10754840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51040 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8044544 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-15 21:02:51