Trace number 4448201

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-12UNSAT 136.564 131.763

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x20split.cnf-extracted.pb.metafix.opb
MD5SUM35375f6b743dd6cf76dbca7c0490fbc2
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.085087
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables201
Total number of constraints278
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)276
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2115194816
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2122317824
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4448201-1721358017.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
0.14/0.18	c ... done. Wall clock time 0.029s.
0.14/0.18	c declared #vars     201
0.14/0.18	c #constraints  278
0.14/0.18	c constraints type 
0.14/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.14/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 276
0.14/0.18	c 278 constraints processed.
1.87/1.09	c cleaning 2495 clauses out of 5002 with flag 0/5002
3.45/1.90	c cleaning 4251 clauses out of 8505 with flag 0/11000
5.17/2.79	c cleaning 5620 clauses out of 11255 with flag 0/18001
6.43/3.85	c cleaning 6815 clauses out of 13636 with flag 0/26002
7.57/4.81	c cleaning 7899 clauses out of 15819 with flag 0/35000
9.41/6.59	c cleaning 8959 clauses out of 17920 with flag 0/45000
11.34/8.34	c cleaning 9977 clauses out of 19962 with flag 0/56001
12.76/9.72	c cleaning 10982 clauses out of 21984 with flag 0/68000
15.18/12.12	c cleaning 11996 clauses out of 24002 with flag 0/81000
18.86/15.87	c cleaning 12996 clauses out of 26007 with flag 0/95001
22.33/19.15	c cleaning 13996 clauses out of 28010 with flag 0/110000
26.72/23.59	c cleaning 15006 clauses out of 30016 with flag 0/126002
32.44/29.14	c cleaning 16002 clauses out of 32009 with flag 0/143001
38.76/35.30	c cleaning 17000 clauses out of 34007 with flag 0/161001
45.30/41.84	c cleaning 18002 clauses out of 36007 with flag 0/180001
52.28/48.89	c cleaning 18994 clauses out of 38004 with flag 0/200000
59.94/56.45	c cleaning 20002 clauses out of 40010 with flag 0/221000
68.73/65.11	c cleaning 20996 clauses out of 42008 with flag 0/243000
77.68/74.10	c cleaning 22002 clauses out of 44012 with flag 0/266000
87.91/84.12	c cleaning 22999 clauses out of 46010 with flag 0/290000
99.75/95.85	c cleaning 24003 clauses out of 48012 with flag 0/315001
112.15/108.12	c cleaning 24999 clauses out of 50009 with flag 0/341001
124.66/120.53	c cleaning 26001 clauses out of 52009 with flag 0/368000
136.26/131.70	c starts		: 719
136.26/131.70	c conflicts		: 390095
136.26/131.70	c decisions		: 567375
136.26/131.70	c propagations		: 3003076
136.26/131.70	c inspects		: 358754171
136.26/131.70	c shortcuts		: 0
136.26/131.70	c learnt literals	: 0
136.26/131.70	c learnt binary clauses	: 0
136.26/131.70	c learnt ternary clauses	: 2
136.26/131.70	c learnt constraints	: 390094
136.26/131.70	c ignored constraints	: 0
136.26/131.70	c root simplifications	: 0
136.26/131.70	c removed literals (reason simplification)	: 0
136.26/131.70	c reason swapping (by a shorter reason)	: 0
136.26/131.70	c Calls to reduceDB	: 23
136.26/131.70	c Number of update (reduction) of LBD	: 329841
136.26/131.70	c Imported unit clauses	: 0
136.26/131.70	c No decision after first conflict	: false
136.26/131.70	c number of reductions to clauses (during analyze)	: 0
136.26/131.70	c number of learned constraints concerned by reduction	: 0
136.26/131.70	c number of learning phase by resolution	: 0
136.26/131.70	c number of learning phase by cutting planes	: 0
136.26/131.70	c number of rounding to 1 operations	: 0
136.26/131.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
136.26/131.70	c number of reductions of the coefficients by power 2 	: 0
136.26/131.70	c number of right shift for reduction by power 2 	: 0
136.26/131.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
136.26/131.70	c number of ending skipping 	: 0
136.26/131.70	c number of internal skipping 	: 0
136.26/131.70	c number of derivation steps 	: 1553932
136.26/131.70	c number of skipped derivation steps 	: 0
136.26/131.70	c number of remaining unassigned 	: 2769
136.26/131.70	c number of remaining assigned 	: 14212108
136.26/131.70	c number of falsified literals weakened from reason	: 0
136.26/131.70	c number of falsified literals weakened from conflict	: 0
136.26/131.70	c time for arithmetic operations	: 723478261
136.26/131.70	c minimum degree of deleted constraints	: 1
136.26/131.70	c maximum degree of deleted constraints	: 4290
136.26/131.70	c number of deleted constraints	: 341992
136.26/131.70	c speed (assignments/second)	: 22835.169681623593
136.26/131.70	c non guided choices	: 183
136.48/131.73	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9284
136.48/131.73	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 15
136.48/131.73	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 38803
136.48/131.73	s UNSATISFIABLE
136.48/131.73	c Total wall clock time (in seconds): 131.581

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: 64096 MiB (54730 MiB free)
  memory of node 1: 64473 MiB (60603 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448201-1721358017/watcher-4448201-1721358017 -o /tmp/evaluation-result-4448201-1721358017/solver-4448201-1721358017 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721350778-987410 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448201-1721358017.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
solver pid=992433, runsolver pid=992430
Current StackSize limit: 8192 KiB


[startup+0.100583 s]*
/proc/loadavg: 4.74 4.44 4.30 7/320 992451
/proc/meminfo: memFree=118060656/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=18975048 memory=63608 CPUtime=0.14 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 7214 0 0 0 12 2 0 0 20 0 18 0 187958827 19430449152 15902 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4743762 15902 5771 1 0 551406 0
[pid=992433/tid=992435] ppid=992430 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 1077936192 5751 0 0 0 7 1 0 0 20 0 18 0 187958827 19430449152 15902 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187958830 19430449152 15902 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187958830 19430449152 15902 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63608 KiB

[startup+0.206032 s]*
/proc/loadavg: 4.74 4.44 4.30 7/321 992452
/proc/meminfo: memFree=118054024/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19041612 memory=69944 CPUtime=0.33 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 7849 0 0 0 31 2 0 0 20 0 19 0 187958827 19498610688 17486 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4760403 17486 5787 1 0 552105 0
[pid=992433/tid=992435] ppid=992430 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 4194368 6106 0 0 0 17 1 0 0 20 0 19 0 187958827 19498610688 17486 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19041612 memory=1774770 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187958830 19498610688 17486 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19041612 memory=13848573179598470 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187958830 19498610688 17486 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187958846 19498610688 17486 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 69944 KiB

[startup+0.309033 s]*
/proc/loadavg: 4.74 4.44 4.30 7/321 992452
/proc/meminfo: memFree=118037956/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19041612 memory=85772 CPUtime=0.52 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 9296 0 0 0 49 3 0 0 20 0 19 0 187958827 19498610688 21443 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4760403 21443 5888 1 0 552860 0
[pid=992433/tid=992435] ppid=992430 vsize=19041612 memory=-9176759797873418940 CPUtime=0.25 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 4194368 6135 0 0 0 24 1 0 0 20 0 19 0 187958827 19498610688 21443 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187958830 19498610688 21443 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187958830 19498610688 21443 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187958846 19498610688 21443 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 85772 KiB

[startup+0.705035 s]
/proc/loadavg: 4.74 4.44 4.30 7/321 992452
/proc/meminfo: memFree=117967972/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=170352 CPUtime=1.27 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 11633 0 0 0 123 4 0 0 20 0 20 0 187958827 19566772224 42588 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 42588 5888 1 0 554519 0
[pid=992433/tid=992435] ppid=992430 vsize=19108176 memory=45720 CPUtime=0.59 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) S 992430 992433 987398 0 -1 1077936192 6189 0 0 0 57 2 0 0 20 0 20 0 187958827 19566772224 42588 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 42588 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19108176 memory=2264 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 42588 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19108176 memory=1936 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187958846 19566772224 42588 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 170352 KiB

[startup+1.50025 s]
/proc/loadavg: 4.74 4.44 4.30 7/322 992453
/proc/meminfo: memFree=117901732/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=441820 CPUtime=2.85 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 19606 0 0 0 273 12 0 0 20 0 20 0 187958827 19566772224 110455 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 110455 5888 1 0 557670 0
[pid=992433/tid=992435] ppid=992430 vsize=19108176 memory=12508 CPUtime=1.36 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 4194368 6424 0 0 0 128 8 0 0 20 0 20 0 187958827 19566772224 110455 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 110455 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19108176 memory=2264 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 110455 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19108176 memory=1936 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187958846 19566772224 110455 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 441820 KiB

[startup+3.1058 s]
/proc/loadavg: 4.76 4.45 4.31 5/322 992453
/proc/meminfo: memFree=117222144/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=994104 CPUtime=5.73 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 26465 0 0 0 548 25 0 0 20 0 20 0 187958827 19566772224 248526 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 248526 5888 1 0 558354 0
[pid=992433/tid=992435] ppid=992430 vsize=19108176 memory=0 CPUtime=2.93 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 4194368 7730 0 0 0 274 19 0 0 20 0 20 0 187958827 19566772224 248526 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19108176 memory=-9176759797873418940 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 248526 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 248526 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19108176 memory=2264 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187958846 19566772224 248526 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 5.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 994104 KiB

[startup+6.30043 s]
/proc/loadavg: 4.76 4.45 4.31 5/322 992453
/proc/meminfo: memFree=116500320/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=1332464 CPUtime=9.21 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 26803 0 0 0 889 32 0 0 20 0 20 0 187958827 19566772224 333116 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 333116 5888 1 0 558355 0
[pid=992433/tid=992435] ppid=992430 vsize=19108176 memory=2264 CPUtime=6.07 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 4194368 7971 0 0 0 581 26 0 0 20 0 20 0 187958827 19566772224 333116 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 333116 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 333116 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187958846 19566772224 333116 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 9.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1332464 KiB

[startup+12.7004 s]
/proc/loadavg: 4.70 4.44 4.30 5/322 992456
/proc/meminfo: memFree=115825672/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=1825148 CPUtime=15.77 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 27978 0 0 0 1535 42 0 0 20 0 20 0 187958827 19566772224 456287 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 456287 5888 1 0 683683 0
[pid=992433/tid=992435] ppid=992430 vsize=19108176 memory=12508 CPUtime=12.2 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 4194368 8767 0 0 0 1185 35 0 0 20 0 20 0 187958827 19566772224 456287 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19108176 memory=1825056 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 456287 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19108176 memory=45720 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 456287 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187958846 19566772224 456287 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 15.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1825148 KiB

[startup+25.5005 s]
/proc/loadavg: 4.54 4.42 4.30 5/321 992458
/proc/meminfo: memFree=114716860/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=2864136 CPUtime=28.85 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 35008 0 0 0 2822 63 0 0 20 0 20 0 187958827 19566772224 716034 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 716034 5897 1 0 946886 0
[pid=992433/tid=992435] ppid=992430 vsize=19108176 memory=6943526294502006880 CPUtime=24.52 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 1077936192 11273 0 0 0 2398 54 0 0 20 0 20 0 187958827 19566772224 716034 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 716034 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19108176 memory=4378 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 716034 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187958846 19566772224 716034 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 28.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2864136 KiB

[startup+51.1134 s]
/proc/loadavg: 4.50 4.42 4.30 5/321 992474
/proc/meminfo: memFree=114148284/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=3375520 CPUtime=54.62 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 39772 0 0 0 5387 75 0 0 20 0 20 0 187958827 19566772224 843880 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 843880 5897 1 0 1074313 0

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

/proc/loadavg: 4.33 4.38 4.29 5/321 992482
/proc/meminfo: memFree=112975144/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=4355308 CPUtime=106.36 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 47679 0 0 0 10537 99 0 0 20 0 20 0 187958827 19566772224 1088827 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 1088827 5897 1 0 1312474 0
[pid=992433/tid=992435] ppid=992430 vsize=19108176 memory=0 CPUtime=98.6 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 4194368 19294 0 0 0 9778 82 0 0 20 0 20 0 187958827 19566772224 1088827 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1088827 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 79 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1088827 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187958846 19566772224 1088827 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 106.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4355308 KiB

[startup+115.2 s]
/proc/loadavg: 4.41 4.40 4.30 6/321 992484
/proc/meminfo: memFree=112476708/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=4371820 CPUtime=119.29 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 52163 0 0 0 11829 100 0 0 20 0 20 0 187958827 19566772224 1092955 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 1092955 5897 1 0 1312474 0
[pid=992433/tid=992435] ppid=992430 vsize=19108176 memory=97 CPUtime=110.93 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 4194368 21378 0 0 0 11010 83 0 0 20 0 20 0 187958827 19566772224 1092955 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1092955 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19108176 memory=45720 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 79 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1092955 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187958846 19566772224 1092955 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 119.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4371820 KiB

[startup+121.6 s]
/proc/loadavg: 4.38 4.39 4.30 5/321 992486
/proc/meminfo: memFree=112441508/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=4377976 CPUtime=125.76 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 52407 0 0 0 12476 100 0 0 20 0 20 0 187958827 19566772224 1094494 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 1094494 5897 1 0 1312482 0
[pid=992433/tid=992435] ppid=992430 vsize=19108176 memory=2264 CPUtime=117.09 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 4194368 21525 0 0 0 11626 83 0 0 20 0 20 0 187958827 19566772224 1094494 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19108176 memory=45720 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1094494 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 124 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1094494 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19108176 memory=4377976 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187958846 19566772224 1094494 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 125.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4377976 KiB

[startup+128 s]*
/proc/loadavg: 4.39 4.39 4.30 5/321 992487
/proc/meminfo: memFree=112390156/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=4388224 CPUtime=132.22 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 52803 0 0 0 13121 101 0 0 20 0 20 0 187958827 19566772224 1097056 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 1097056 5897 1 0 1312482 0
[pid=992433/tid=992435] ppid=992430 vsize=19108176 memory=-9176759797873418940 CPUtime=123.29 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 4194368 21900 0 0 0 12246 83 0 0 20 0 20 0 187958827 19566772224 1097056 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19108176 memory=4377976 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1097056 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 124 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1097056 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187958846 19566772224 1097056 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 132.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4388224 KiB

[startup+129.6 s]
/proc/loadavg: 4.39 4.39 4.30 6/321 992489
/proc/meminfo: memFree=112390072/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=4392328 CPUtime=133.99 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 54529 0 0 0 13298 101 0 0 20 0 20 0 187958827 19566772224 1098082 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 1098082 5897 1 0 1312482 0
[pid=992433/tid=992435] ppid=992430 vsize=19108176 memory=4388224 CPUtime=124.81 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 4194368 22031 0 0 0 12398 83 0 0 20 0 20 0 187958827 19566772224 1098082 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19108176 memory=4388224 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1098082 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19108176 memory=-9176759797873418940 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 124 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1098082 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19108176 memory=4949004 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187958846 19566772224 1098082 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 133.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4392328 KiB

[startup+130.4 s]
/proc/loadavg: 4.39 4.39 4.30 5/321 992489
/proc/meminfo: memFree=112379664/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=4392328 CPUtime=134.79 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 54575 0 0 0 13378 101 0 0 20 0 20 0 187958827 19566772224 1098082 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 1098082 5897 1 0 1312482 0
[pid=992433/tid=992435] ppid=992430 vsize=19108176 memory=4980 CPUtime=125.61 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 4194368 22054 0 0 0 12478 83 0 0 20 0 20 0 187958827 19566772224 1098082 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19108176 memory=1936 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1098082 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19108176 memory=26808 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 124 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1098082 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19108176 memory=-9176759797873418940 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187958846 19566772224 1098082 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 134.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4392328 KiB

[startup+131.2 s]
/proc/loadavg: 4.39 4.39 4.30 5/321 992489
/proc/meminfo: memFree=112375528/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=4392388 CPUtime=135.8 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 55232 0 0 0 13479 101 0 0 20 0 20 0 187958827 19566772224 1098097 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 1098097 5897 1 0 1312482 0
[pid=992433/tid=992435] ppid=992430 vsize=19108176 memory=1832 CPUtime=126.41 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 4194368 22268 0 0 0 12558 83 0 0 20 0 20 0 187958827 19566772224 1098097 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19108176 memory=5424 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1098097 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19108176 memory=4388224 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 124 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1098097 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19108176 memory=4388224 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187958846 19566772224 1098097 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 135.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4392388 KiB

[startup+131.602 s]
/proc/loadavg: 4.39 4.39 4.30 5/321 992489
/proc/meminfo: memFree=112375528/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19108176 memory=4392388 CPUtime=136.26 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 55234 0 0 0 13525 101 0 0 20 0 20 0 187958827 19566772224 1098097 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4777044 1098097 5897 1 0 1312482 0
[pid=992433/tid=992435] ppid=992430 vsize=19108176 memory=2931624 CPUtime=126.81 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) R 992430 992433 987398 0 -1 4194368 22268 0 0 0 12598 83 0 0 20 0 20 0 187958827 19566772224 1098097 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19108176 memory=-9176759797873418940 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1098097 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 124 0 0 0 0 0 0 0 20 0 20 0 187958830 19566772224 1098097 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992452] ppid=992430 vsize=19108176 memory=-9176759797873418940 CPUtime=0 cores=1,3
/proc/992433/task/992452/stat : 992452 (Timer-0) S 992430 992433 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187958846 19566772224 1098097 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 136.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4392388 KiB

[startup+131.708 s]
/proc/loadavg: 4.39 4.39 4.30 5/321 992489
/proc/meminfo: memFree=112375528/131655788 swapFree=131070704/131071996
[pid=992433] ppid=992430 vsize=19241304 memory=4392836 CPUtime=136.48 cores=1,3
/proc/992433/stat : 992433 (java) S 992430 992433 987398 0 -1 1077936128 56972 0 0 0 13546 102 0 0 20 0 20 0 187958827 19703095296 1098209 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
/proc/992433/statm: 4810326 1098209 5896 1 0 1313106 0
[pid=992433/tid=992435] ppid=992430 vsize=19241304 memory=4377984 CPUtime=126.89 cores=1,3
/proc/992433/task/992435/stat : 992435 (java) S 992430 992433 987398 0 -1 1077936192 23479 0 0 0 12606 83 0 0 20 0 20 0 187958827 19703095296 1098209 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992444] ppid=992430 vsize=19241304 memory=4384128 CPUtime=0 cores=1,3
/proc/992433/task/992444/stat : 992444 (Finalizer) S 992430 992433 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187958830 19703095296 1098209 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
[pid=992433/tid=992451] ppid=992430 vsize=19241304 memory=4375928 CPUtime=0 cores=1,3
/proc/992433/task/992451/stat : 992451 (Common-Cleaner) S 992430 992433 987398 0 -1 1077936192 124 0 0 0 0 0 0 0 20 0 20 0 187958830 19703095296 1098209 134679101440 94335057014784 94335057018480 140730051472608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94335057026296 94335057027088 94335082336256 140730051478516 140730051478624 140730051478624 140730051485640 0
Current children cumulated CPU time: 136.48 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 4392836 KiB

Child status: 20

Real time (s): 131.763
CPU time (s): 136.564
CPU user time (s): 135.53
CPU system time (s): 1.03449
CPU usage (%): 103.644
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 4392836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.53
system time used= 1.03449
maximum resident set size= 4393940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57217
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6885
involuntary context switches= 748


# summary of solver processes directly reported to runsolver:
#   pid: 992433
#   total CPU time (s): 136.564
#   total CPU user time (s): 135.53
#   total CPU system time (s): 1.03449

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.688569 second user time and 1.42191 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-19 05:00:29
IDJOB=4448201
IDBENCH=160377
IDSOLVER=3052
FILE ID=nodeC011/4448201-1721358017
RUNJOBID= nodeC011-1721350778-987410
SLURM_JOB_ID= 7542750
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x20split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448201-1721358017/watcher-4448201-1721358017 -o /tmp/evaluation-result-4448201-1721358017/solver-4448201-1721358017 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721350778-987410 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448201-1721358017.opb

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

MD5SUM BENCH= 35375f6b743dd6cf76dbca7c0490fbc2
RANDOM SEED=1400275605

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.318
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.20
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.120
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:        118104692 kB
MemAvailable:   118599936 kB
Buffers:          535536 kB
Cached:           799332 kB
SwapCached:          132 kB
Active:          1044660 kB
Inactive:       11993824 kB
Active(anon):       1452 kB
Inactive(anon): 11739284 kB
Active(file):    1043208 kB
Inactive(file):   254540 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              1008 kB
Writeback:             0 kB
AnonPages:      11702984 kB
Mapped:           125132 kB
Shmem:             37400 kB
KReclaimable:      75392 kB
Slab:             157944 kB
SReclaimable:      75392 kB
SUnreclaim:        82552 kB
KernelStack:        4828 kB
PageTables:        32992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   14288856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11411456 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC011 at 2024-07-19 05:02:41