Trace number 4430094

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.29 3540.16

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-jul5.5.opb
MD5SUMd644f29675162790fbe3eaac4bda72a3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark2.83158
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27553
Number of constraints which are cardinality constraints (but not clauses)247
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2115194816
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2122317824
0.00/0.11	c Number of processors 	2
0.15/0.20	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.20	 - never skip resolution steps
0.15/0.20	 - Auto-division on coefficients is disabled
0.15/0.20	 - No postprocessing
0.15/0.20	 - Conflict is considered as is when resolving
0.15/0.20	 - Use constraints as they come during conflict analysis
0.15/0.20	 - Weaken first using unassigned literals
0.15/0.20	 - Bump strategy: ALWAYS_ONE
0.15/0.20	 - Bumper: EFFECTIVE
0.15/0.20	--- Begin Solver configuration ---
0.15/0.20	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.20	Learn all clauses as in MiniSAT
0.15/0.20	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.20	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.20	No reason simplification
0.15/0.20	Dynamic restart strategy considering the size of the coefficients
0.15/0.20	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.20	timeout=2147483s
0.15/0.20	DB Simplification allowed=false
0.15/0.20	Listener: none
0.15/0.20	--- End Solver configuration ---
0.15/0.21	c Pseudo Boolean Optimization by upper bound
0.15/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.21	c  - never skip resolution steps
0.15/0.21	c  - Auto-division on coefficients is disabled
0.15/0.21	c  - No postprocessing
0.15/0.21	c  - Conflict is considered as is when resolving
0.15/0.21	c  - Use constraints as they come during conflict analysis
0.15/0.21	c  - Weaken first using unassigned literals
0.15/0.21	c  - Bump strategy: ALWAYS_ONE
0.15/0.21	c  - Bumper: EFFECTIVE
0.15/0.21	c --- Begin Solver configuration ---
0.15/0.21	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.21	c Learn all clauses as in MiniSAT
0.15/0.21	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.21	c No reason simplification
0.15/0.21	c Dynamic restart strategy considering the size of the coefficients
0.15/0.21	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.21	c timeout=2147483s
0.15/0.21	c DB Simplification allowed=false
0.15/0.21	c Listener: none
0.15/0.21	c --- End Solver configuration ---
0.15/0.21	c solving HOME/instance-4430094-1721167738.opb
0.15/0.21	c reading problem ... 
0.15/0.21	c  objective function found
2.12/1.24	c ... done. Wall clock time 1.022s.
2.12/1.24	c declared #vars     9632
2.12/1.24	c #constraints  29620
2.12/1.24	c constraints type 
2.12/1.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16520
2.12/1.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 303
2.12/1.24	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 896
2.12/1.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11901
2.12/1.24	c 29620 constraints processed.
2.12/1.25	c objective function length is 26 literals
6.47/3.47	c cleaning 2501 clauses out of 5001 with flag 0/5001
10.11/6.47	c cleaning 4248 clauses out of 8499 with flag 0/11000
14.56/10.60	c cleaning 5624 clauses out of 11252 with flag 0/18001
17.53/13.09	c cleaning 6803 clauses out of 13627 with flag 0/26000
21.88/17.03	c cleaning 7905 clauses out of 15825 with flag 0/35001
26.55/21.48	c cleaning 8945 clauses out of 17919 with flag 0/45000
35.75/30.66	c cleaning 9982 clauses out of 19974 with flag 0/56000
49.43/44.21	c cleaning 10997 clauses out of 21994 with flag 0/68002
62.16/56.95	c cleaning 11993 clauses out of 23996 with flag 0/81001
71.38/64.60	c cleaning 12989 clauses out of 26002 with flag 0/95000
90.81/83.45	c cleaning 14002 clauses out of 28014 with flag 0/110001
117.22/109.06	c cleaning 14996 clauses out of 30012 with flag 0/126001
158.35/149.06	c cleaning 16002 clauses out of 32016 with flag 0/143001
208.47/198.28	c cleaning 17002 clauses out of 34013 with flag 0/161000
268.15/256.92	c cleaning 18000 clauses out of 36011 with flag 0/180000
338.11/325.79	c cleaning 18995 clauses out of 38011 with flag 0/200000
418.44/404.91	c cleaning 20001 clauses out of 40016 with flag 0/221000
501.68/487.36	c cleaning 20999 clauses out of 42015 with flag 0/243000
576.88/561.45	c cleaning 22006 clauses out of 44023 with flag 0/266007
656.12/639.66	c cleaning 22995 clauses out of 46010 with flag 0/290000
743.36/725.52	c cleaning 24006 clauses out of 48018 with flag 0/315003
855.75/836.66	c cleaning 24998 clauses out of 50009 with flag 0/341000
972.52/951.91	c cleaning 25999 clauses out of 52012 with flag 0/368001
1086.17/1064.29	c cleaning 27001 clauses out of 54014 with flag 0/396002
1220.35/1196.74	c cleaning 28000 clauses out of 56011 with flag 0/425000
1395.69/1370.26	c cleaning 28999 clauses out of 58011 with flag 0/455000
1551.04/1523.84	c cleaning 30001 clauses out of 60014 with flag 0/486002
1701.36/1672.85	c cleaning 30996 clauses out of 62011 with flag 0/518000
1864.86/1834.01	c cleaning 32003 clauses out of 64015 with flag 0/551000
2020.45/1987.71	c cleaning 33002 clauses out of 66014 with flag 0/585002
2218.06/2183.29	c cleaning 33997 clauses out of 68010 with flag 0/620000
2429.23/2392.74	c cleaning 34996 clauses out of 70015 with flag 0/656002
2525.83/2487.30	c cleaning 36000 clauses out of 72020 with flag 0/693003
2620.86/2578.96	c cleaning 37003 clauses out of 74021 with flag 0/731004
2727.65/2683.71	c cleaning 37989 clauses out of 76014 with flag 0/770000
2887.95/2841.46	c cleaning 38999 clauses out of 78025 with flag 0/810000
3009.08/2960.96	c cleaning 40010 clauses out of 80027 with flag 0/851001
3090.00/3039.95	c cleaning 41005 clauses out of 82017 with flag 0/893001
3210.48/3158.59	c cleaning 41996 clauses out of 84012 with flag 0/936001
3301.72/3247.42	c cleaning 42990 clauses out of 86015 with flag 0/980000
3487.77/3430.09	c cleaning 44000 clauses out of 88025 with flag 0/1025000
3589.06/3529.28	c cleaning 45009 clauses out of 90025 with flag 0/1071000
3600.07/3540.03	c timeout
3600.07/3540.05	c starts		: 175
3600.07/3540.08	c conflicts		: 1081620
3600.07/3540.08	c decisions		: 1273146
3600.07/3540.08	c propagations		: 46863339
3600.07/3540.08	c inspects		: 5058292859
3600.07/3540.08	c shortcuts		: 0
3600.07/3540.08	c learnt literals	: 0
3600.07/3540.08	c learnt binary clauses	: 119
3600.07/3540.08	c learnt ternary clauses	: 354
3600.07/3540.08	c learnt constraints	: 1081620
3600.07/3540.08	c ignored constraints	: 0
3600.07/3540.08	c root simplifications	: 0
3600.07/3540.08	c removed literals (reason simplification)	: 0
3600.07/3540.08	c reason swapping (by a shorter reason)	: 0
3600.07/3540.08	c Calls to reduceDB	: 42
3600.07/3540.08	c Number of update (reduction) of LBD	: 995217
3600.07/3540.08	c Imported unit clauses	: 0
3600.07/3540.08	c No decision after first conflict	: false
3600.07/3540.08	c number of reductions to clauses (during analyze)	: 0
3600.07/3540.08	c number of learned constraints concerned by reduction	: 0
3600.07/3540.08	c number of learning phase by resolution	: 0
3600.07/3540.08	c number of learning phase by cutting planes	: 0
3600.07/3540.08	c number of rounding to 1 operations	: 0
3600.07/3540.08	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3540.08	c number of reductions of the coefficients by power 2 	: 0
3600.07/3540.08	c number of right shift for reduction by power 2 	: 0
3600.07/3540.08	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3540.08	c number of ending skipping 	: 0
3600.07/3540.08	c number of internal skipping 	: 0
3600.07/3540.08	c number of derivation steps 	: 14994084
3600.07/3540.08	c number of skipped derivation steps 	: 0
3600.07/3540.08	c number of remaining unassigned 	: 25618
3600.07/3540.08	c number of remaining assigned 	: 221805075
3600.07/3540.08	c number of falsified literals weakened from reason	: 0
3600.07/3540.08	c number of falsified literals weakened from conflict	: 0
3600.07/3540.08	c time for arithmetic operations	: 3830593049
3600.07/3540.08	c minimum degree of deleted constraints	: 1
3600.07/3540.08	c maximum degree of deleted constraints	: 14557004695350
3600.07/3540.08	c number of deleted constraints	: 1025984
3600.07/3540.08	c speed (assignments/second)	: 13242.611892238929
3600.07/3540.08	c non guided choices	: 67550
3600.07/3540.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2105
3600.07/3540.11	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 6586
3600.07/3540.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 119
3600.07/3540.11	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 46826
3600.07/3540.11	s UNKNOWN
3600.07/3540.11	c Total wall clock time (in seconds): 3539.905

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430094-1721167738/watcher-4430094-1721167738 -o /tmp/evaluation-result-4430094-1721167738/solver-4430094-1721167738 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721164162-862700 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430094-1721167738.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=865023, runsolver pid=865020

[startup+0.107097 s]*
/proc/loadavg: 4.70 4.43 4.20 7/319 865042
/proc/meminfo: memFree=109050720/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=18975048 memory=63508 CPUtime=0.15 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 6878 0 0 0 13 2 0 0 20 0 18 0 168930768 19430449152 15877 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4743762 15877 5601 1 0 551117 0
[pid=865023/tid=865025] ppid=865020 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 5774 0 0 0 8 1 0 0 20 0 18 0 168930768 19430449152 15877 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168930771 19430449152 15877 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=18975048 memory=14130048156493157 CPUtime=0 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168930772 19430449152 15877 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63508 KiB

[startup+0.215421 s]*
/proc/loadavg: 4.97 4.49 4.22 6/319 865042
/proc/meminfo: memFree=109040800/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=18975048 memory=69136 CPUtime=0.34 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 7651 0 0 0 31 3 0 0 20 0 18 0 168930768 19430449152 17284 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4743762 17284 5723 1 0 551741 0
[pid=865023/tid=865025] ppid=865020 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 6022 0 0 0 17 2 0 0 20 0 18 0 168930768 19430449152 17284 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=18975048 memory=657 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168930771 19430449152 17284 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=18975048 memory=15260341814695506 CPUtime=0 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168930772 19430449152 17284 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69136 KiB

[startup+0.321085 s]*
/proc/loadavg: 4.97 4.49 4.22 10/322 865045
/proc/meminfo: memFree=109004500/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=18975048 memory=119424 CPUtime=0.52 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 7869 0 0 0 49 3 0 0 20 0 18 0 168930768 19430449152 29856 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4743762 29856 5830 1 0 551840 0
[pid=865023/tid=865025] ppid=865020 vsize=18975048 memory=-9177045658062135996 CPUtime=0.28 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 6105 0 0 0 26 2 0 0 20 0 18 0 168930768 19430449152 29856 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168930771 19430449152 29856 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168930772 19430449152 29856 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 119424 KiB

[startup+0.701073 s]
/proc/loadavg: 4.97 4.49 4.22 10/324 865049
/proc/meminfo: memFree=108938524/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19041612 memory=445768 CPUtime=1.21 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 9681 0 0 0 110 11 0 0 20 0 19 0 168930768 19498610688 111442 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4760403 111442 5877 1 0 553101 0
[pid=865023/tid=865025] ppid=865020 vsize=19041612 memory=5524 CPUtime=0.57 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 6265 0 0 0 49 8 0 0 20 0 19 0 168930768 19498610688 111442 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19041612 memory=12556 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168930771 19498610688 111442 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 168930772 19498610688 111442 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 445768 KiB

[startup+1.50107 s]
/proc/loadavg: 4.97 4.49 4.22 6/279 865077
/proc/meminfo: memFree=118163560/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19108176 memory=1331420 CPUtime=2.72 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 21383 0 0 0 241 31 0 0 20 0 20 0 168930768 19566772224 332855 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4777044 332855 5915 1 0 559010 0
[pid=865023/tid=865025] ppid=865020 vsize=19108176 memory=12556 CPUtime=1.32 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 6810 0 0 0 106 26 0 0 20 0 20 0 168930768 19566772224 332855 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168930771 19566772224 332855 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168930772 19566772224 332855 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1331420 KiB

[startup+3.10607 s]
/proc/loadavg: 4.97 4.49 4.22 8/298 865127
/proc/meminfo: memFree=117579732/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19108176 memory=1830972 CPUtime=5.89 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 22931 0 0 0 547 42 0 0 20 0 20 0 168930768 19566772224 457743 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4777044 457743 5915 1 0 1049959 0
[pid=865023/tid=865025] ppid=865020 vsize=19108176 memory=0 CPUtime=2.85 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 7283 0 0 0 250 35 0 0 20 0 20 0 168930768 19566772224 457743 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19108176 memory=12556 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168930771 19566772224 457743 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19108176 memory=1331720 CPUtime=0 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168930772 19566772224 457743 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865078] ppid=865020 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/865023/task/865078/stat : 865078 (Timer-0) S 865020 865023 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168930893 19566772224 457743 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1830972 KiB

[startup+6.30045 s]
/proc/loadavg: 4.97 4.50 4.22 6/300 865129
/proc/meminfo: memFree=114782456/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19108176 memory=3267532 CPUtime=9.95 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 23923 0 0 0 926 69 0 0 20 0 20 0 168930768 19566772224 816883 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4777044 816883 5915 1 0 1050005 0
[pid=865023/tid=865025] ppid=865020 vsize=19108176 memory=0 CPUtime=5.93 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 8130 0 0 0 531 62 0 0 20 0 20 0 168930768 19566772224 816883 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19108176 memory=12556 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168930771 19566772224 816883 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168930772 19566772224 816883 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865078] ppid=865020 vsize=19108176 memory=1331420 CPUtime=0 cores=5,7
/proc/865023/task/865078/stat : 865078 (Timer-0) S 865020 865023 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168930893 19566772224 816883 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 9.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3267532 KiB

[startup+12.7005 s]
/proc/loadavg: 4.89 4.49 4.22 7/321 865182
/proc/meminfo: memFree=112509004/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19108176 memory=3267532 CPUtime=17.22 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 24701 0 0 0 1652 70 0 0 20 0 20 0 168930768 19566772224 816883 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4777044 816883 5915 1 0 1050007 0
[pid=865023/tid=865025] ppid=865020 vsize=19108176 memory=1331420 CPUtime=12.08 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 8792 0 0 0 1146 62 0 0 20 0 20 0 168930768 19566772224 816883 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19108176 memory=-8745261944276361916 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168930771 19566772224 816883 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168930772 19566772224 816883 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865078] ppid=865020 vsize=19108176 memory=3267532 CPUtime=0 cores=5,7
/proc/865023/task/865078/stat : 865078 (Timer-0) S 865020 865023 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168930893 19566772224 816883 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 17.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3267532 KiB

[startup+25.5005 s]
/proc/loadavg: 4.98 4.52 4.24 6/321 865183
/proc/meminfo: memFree=107325336/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19108176 memory=3797988 CPUtime=30.65 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 32682 0 0 0 2983 82 0 0 20 0 20 0 168930768 19566772224 949497 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4777044 949497 5963 1 0 1183687 0
[pid=865023/tid=865025] ppid=865020 vsize=19108176 memory=3268540 CPUtime=24.36 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 10992 0 0 0 2363 73 0 0 20 0 20 0 168930768 19566772224 949497 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19108176 memory=-9177045658062135996 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168930771 19566772224 949497 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168930772 19566772224 949497 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865078] ppid=865020 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/865023/task/865078/stat : 865078 (Timer-0) S 865020 865023 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168930893 19566772224 949497 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 30.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3797988 KiB

[startup+51.1061 s]
/proc/loadavg: 4.77 4.52 4.25 5/321 865188
/proc/meminfo: memFree=105769244/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19108176 memory=3835332 CPUtime=56.37 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 37285 0 0 0 5553 84 0 0 20 0 20 0 168930768 19566772224 958833 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4777044 958833 5963 1 0 1183699 0
[pid=865023/tid=865025] ppid=865020 vsize=19108176 memory=3835332 CPUtime=49.13 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 14503 0 0 0 4840 73 0 0 20 0 20 0 168930768 19566772224 958833 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19108176 memory=3834968 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168930771 19566772224 958833 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19108176 memory=3267532 CPUtime=0 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168930772 19566772224 958833 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865078] ppid=865020 vsize=19108176 memory=3835332 CPUtime=0 cores=5,7
/proc/865023/task/865078/stat : 865078 (Timer-0) S 865020 865023 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168930893 19566772224 958833 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0

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

[startup+3222.3 s]
/proc/loadavg: 4.21 4.22 4.21 5/319 867229
/proc/meminfo: memFree=101882384/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19108176 memory=5147088 CPUtime=3276.21 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 302482 0 0 0 327249 372 0 0 20 0 20 0 168930768 19566772224 1286772 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4777044 1286772 5963 1 0 1301618 0
[pid=865023/tid=865025] ppid=865020 vsize=19108176 memory=5147088 CPUtime=3142.08 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 158409 0 0 0 314097 111 0 0 20 0 20 0 168930768 19566772224 1286772 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19108176 memory=5147088 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168930771 19566772224 1286772 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19108176 memory=5147088 CPUtime=0.01 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 3541 0 0 0 0 1 0 0 20 0 20 0 168930772 19566772224 1286772 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865078] ppid=865020 vsize=19108176 memory=12556 CPUtime=0 cores=5,7
/proc/865023/task/865078/stat : 865078 (Timer-0) S 865020 865023 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168930893 19566772224 1286772 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 3276.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5147088 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.21 4.21 5/319 867239
/proc/meminfo: memFree=101881976/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19108176 memory=5147100 CPUtime=3337.26 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 304385 0 0 0 333350 376 0 0 20 0 20 0 168930768 19566772224 1286775 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4777044 1286775 5963 1 0 1301618 0
[pid=865023/tid=865025] ppid=865020 vsize=19108176 memory=5147100 CPUtime=3200.49 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 159488 0 0 0 319938 111 0 0 20 0 20 0 168930768 19566772224 1286775 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19108176 memory=5147100 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168930771 19566772224 1286775 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19108176 memory=-9177045658062135996 CPUtime=0.01 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 3541 0 0 0 0 1 0 0 20 0 20 0 168930772 19566772224 1286775 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865078] ppid=865020 vsize=19108176 memory=42116 CPUtime=0 cores=5,7
/proc/865023/task/865078/stat : 865078 (Timer-0) S 865020 865023 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168930893 19566772224 1286775 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 3337.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5147100 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.18 4.20 5/318 867251
/proc/meminfo: memFree=101881832/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19108176 memory=5147108 CPUtime=3398.31 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 307652 0 0 0 339450 381 0 0 20 0 20 0 168930768 19566772224 1286777 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4777044 1286777 5963 1 0 1301618 0
[pid=865023/tid=865025] ppid=865020 vsize=19108176 memory=5147108 CPUtime=3259 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 161182 0 0 0 325788 112 0 0 20 0 20 0 168930768 19566772224 1286777 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19108176 memory=11404 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168930771 19566772224 1286777 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19108176 memory=5147108 CPUtime=0.01 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 3541 0 0 0 0 1 0 0 20 0 20 0 168930772 19566772224 1286777 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865078] ppid=865020 vsize=19108176 memory=12556 CPUtime=0 cores=5,7
/proc/865023/task/865078/stat : 865078 (Timer-0) S 865020 865023 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168930893 19566772224 1286777 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 3398.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5147108 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.21 4.20 5/318 867261
/proc/meminfo: memFree=101881468/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19108176 memory=5147108 CPUtime=3459.01 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 308249 0 0 0 345517 384 0 0 20 0 20 0 168930768 19566772224 1286777 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4777044 1286777 5963 1 0 1301618 0
[pid=865023/tid=865025] ppid=865020 vsize=19108176 memory=5147108 CPUtime=3317.87 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 161474 0 0 0 331675 112 0 0 20 0 20 0 168930768 19566772224 1286777 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19108176 memory=5147100 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168930771 19566772224 1286777 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19108176 memory=5147108 CPUtime=0.01 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 3630 0 0 0 0 1 0 0 20 0 20 0 168930772 19566772224 1286777 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865078] ppid=865020 vsize=19108176 memory=5147108 CPUtime=0 cores=5,7
/proc/865023/task/865078/stat : 865078 (Timer-0) S 865020 865023 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168930893 19566772224 1286777 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 3459.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5147108 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.21 4.20 5/317 867271
/proc/meminfo: memFree=101871132/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19108176 memory=5155160 CPUtime=3520.48 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 323883 0 0 0 351656 392 0 0 20 0 20 0 168930768 19566772224 1288790 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4777044 1288790 5963 1 0 1301823 0
[pid=865023/tid=865025] ppid=865020 vsize=19108176 memory=5147108 CPUtime=3376.72 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 163078 0 0 0 337560 112 0 0 20 0 20 0 168930768 19566772224 1288790 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19108176 memory=5147100 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168930771 19566772224 1288790 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19108176 memory=5155160 CPUtime=0.01 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 3630 0 0 0 0 1 0 0 20 0 20 0 168930772 19566772224 1288790 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865078] ppid=865020 vsize=19108176 memory=11404 CPUtime=0 cores=5,7
/proc/865023/task/865078/stat : 865078 (Timer-0) S 865020 865023 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168930893 19566772224 1288790 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 3520.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5155160 KiB

[startup+3522.3 s]
/proc/loadavg: 4.49 4.28 4.22 5/292 867383
/proc/meminfo: memFree=109461816/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19108176 memory=5155168 CPUtime=3582.06 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 327654 0 0 0 357808 398 0 0 20 0 20 0 168930768 19566772224 1288792 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4777044 1288792 5963 1 0 1301823 0
[pid=865023/tid=865025] ppid=865020 vsize=19108176 memory=12556 CPUtime=3434.78 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 164982 0 0 0 343365 113 0 0 20 0 20 0 168930768 19566772224 1288792 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19108176 memory=11404 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168930771 19566772224 1288792 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19108176 memory=5155168 CPUtime=0.01 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 3718 0 0 0 0 1 0 0 20 0 20 0 168930772 19566772224 1288792 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865078] ppid=865020 vsize=19108176 memory=5155168 CPUtime=0 cores=5,7
/proc/865023/task/865078/stat : 865078 (Timer-0) S 865020 865023 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168930893 19566772224 1288792 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 3582.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5155168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3540 s]*
/proc/loadavg: 4.68 4.33 4.24 6/316 867553
/proc/meminfo: memFree=110859852/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19108176 memory=5155172 CPUtime=3600.07 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 327940 0 0 0 359608 399 0 0 20 0 20 0 168930768 19566772224 1288793 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4777044 1288793 5963 1 0 1301823 0
[pid=865023/tid=865025] ppid=865020 vsize=19108176 memory=-8600579399610639036 CPUtime=3451.98 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) R 865020 865023 862687 0 -1 4194368 165195 0 0 0 345085 113 0 0 20 0 20 0 168930768 19566772224 1288793 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19108176 memory=4284812 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168930771 19566772224 1288793 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19108176 memory=2656 CPUtime=0.01 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 3718 0 0 0 0 1 0 0 20 0 20 0 168930772 19566772224 1288793 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865078] ppid=865020 vsize=19108176 memory=4568 CPUtime=0 cores=5,7
/proc/865023/task/865078/stat : 865078 (Timer-0) S 865020 865023 862687 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168930893 19566772224 1288793 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5155172 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.26 s, system=4.03454 s

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

[startup+3540.12 s]
/proc/loadavg: 4.68 4.33 4.24 6/316 867553
/proc/meminfo: memFree=110859852/131655788 swapFree=131071996/131071996
[pid=865023] ppid=865020 vsize=19307868 memory=5155792 CPUtime=3600.25 cores=5,7
/proc/865023/stat : 865023 (java) S 865020 865023 862687 0 -1 1077936128 331240 0 0 0 359625 400 0 0 20 0 19 0 168930768 19771256832 1288948 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
/proc/865023/statm: 4826967 1288948 5962 1 0 1302758 0
[pid=865023/tid=865025] ppid=865020 vsize=19307868 memory=5155168 CPUtime=3452 cores=5,7
/proc/865023/task/865025/stat : 865025 (java) S 865020 865023 862687 0 -1 1077936192 165482 0 0 0 345087 113 0 0 20 0 16 0 168930768 19771256832 1288967 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865034] ppid=865020 vsize=19307868 memory=5155168 CPUtime=0 cores=5,7
/proc/865023/task/865034/stat : 865034 (Finalizer) S 865020 865023 862687 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 16 0 168930771 19771256832 1288972 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
[pid=865023/tid=865041] ppid=865020 vsize=19307868 memory=11404 CPUtime=0.01 cores=5,7
/proc/865023/task/865041/stat : 865041 (Common-Cleaner) S 865020 865023 862687 0 -1 1077936192 3718 0 0 0 0 1 0 0 20 0 16 0 168930772 19771256832 1288956 134679101440 94347286859776 94347286863472 140724211760144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347286871288 94347286872080 94347319730176 140724211766261 140724211766369 140724211766369 140724211773384 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5155792 KiB

Child status: 143

Real time (s): 3540.16
CPU time (s): 3600.29
CPU user time (s): 3596.26
CPU system time (s): 4.03454
CPU usage (%): 101.699
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5155792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.26
system time used= 4.03454
maximum resident set size= 5156784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331300
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141122
involuntary context switches= 8415


# summary of solver processes directly reported to runsolver:
#   pid: 865023
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3596.26
#   total CPU system time (s): 4.03454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8051 second user time and 36.3526 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-17 00:09:11
IDJOB=4430094
IDBENCH=158389
IDSOLVER=3052
FILE ID=nodeC012/4430094-1721167738
RUNJOBID= nodeC012-1721164162-862700
SLURM_JOB_ID= 7505784
Free space on /tmp= 723676 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-jul5.5.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430094-1721167738/watcher-4430094-1721167738 -o /tmp/evaluation-result-4430094-1721167738/solver-4430094-1721167738 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721164162-862700 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430094-1721167738.opb

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

MD5SUM BENCH= d644f29675162790fbe3eaac4bda72a3
RANDOM SEED=1813391827

nodeC012.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		: 3660.227
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	: 6984.37
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		: 3661.671
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.32
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.509
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	: 6984.37
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		: 1197.367
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.32
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		: 3492.187
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	: 6984.37
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		: 3644.835
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.32
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.476
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	: 6984.37
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.327
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        109088836 kB
MemAvailable:   112877444 kB
Buffers:          428768 kB
Cached:          4156952 kB
SwapCached:            0 kB
Active:           918488 kB
Inactive:       20985520 kB
Active(anon):       1448 kB
Inactive(anon): 17354540 kB
Active(file):     917040 kB
Inactive(file):  3630980 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3988 kB
Writeback:           116 kB
AnonPages:      17318288 kB
Mapped:           124632 kB
Shmem:             37704 kB
KReclaimable:     161236 kB
Slab:             267468 kB
SReclaimable:     161236 kB
SUnreclaim:       106232 kB
KernelStack:        4832 kB
PageTables:        43980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   19263632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54048 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16961536 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:      303944 kB
DirectMap2M:    33155072 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC012 at 2024-07-17 01:08:11