Trace number 4430091

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.12 3574.38

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug4.5.opb
MD5SUM481101aa5750e702617a44583ed063de
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark204
Best CPU time to get the best result obtained on this benchmark3558.01
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 clauses27552
Number of constraints which are cardinality constraints (but not clauses)248
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4430091-1721167859.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
1.59/0.99	c ... done. Wall clock time 0.83s.
1.59/0.99	c declared #vars     9632
1.59/0.99	c #constraints  29620
1.59/0.99	c constraints type 
1.59/0.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16520
1.59/0.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 304
1.59/0.99	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 896
1.59/0.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11900
1.59/0.99	c 29620 constraints processed.
1.79/1.01	c objective function length is 26 literals
5.95/3.15	c cleaning 2496 clauses out of 5000 with flag 0/5000
13.94/10.34	c cleaning 4249 clauses out of 8504 with flag 0/11000
29.99/26.38	c cleaning 5626 clauses out of 11256 with flag 0/18001
34.57/30.77	c cleaning 6804 clauses out of 13630 with flag 0/26001
44.98/41.01	c cleaning 7902 clauses out of 15826 with flag 0/35001
68.42/64.39	c cleaning 8951 clauses out of 17925 with flag 0/45002
84.61/78.92	c cleaning 9979 clauses out of 19972 with flag 0/56000
103.26/97.57	c cleaning 10994 clauses out of 21993 with flag 0/68000
143.94/138.04	c cleaning 11999 clauses out of 24000 with flag 0/81001
182.51/176.56	c cleaning 13000 clauses out of 26001 with flag 0/95001
226.84/220.51	c cleaning 13999 clauses out of 28000 with flag 0/110000
287.80/280.88	c cleaning 14996 clauses out of 30002 with flag 0/126001
346.11/338.55	c cleaning 16001 clauses out of 32006 with flag 0/143001
408.50/400.59	c cleaning 16999 clauses out of 34004 with flag 0/161000
486.53/478.26	c cleaning 18004 clauses out of 36007 with flag 0/180002
557.17/548.67	c cleaning 19001 clauses out of 38002 with flag 0/200001
641.53/632.94	c cleaning 19999 clauses out of 40001 with flag 0/221001
727.46/718.59	c cleaning 21001 clauses out of 42004 with flag 0/243003
828.94/819.62	c cleaning 22001 clauses out of 44004 with flag 0/266004
930.53/920.88	c cleaning 22997 clauses out of 46001 with flag 0/290002
1050.77/1040.32	c cleaning 24003 clauses out of 48011 with flag 0/315009
1169.48/1158.55	c cleaning 24992 clauses out of 50000 with flag 0/341001
1303.30/1291.58	c cleaning 26000 clauses out of 52008 with flag 0/368001
1458.67/1446.39	c cleaning 26996 clauses out of 54011 with flag 0/396004
1631.14/1618.17	c cleaning 28005 clauses out of 56011 with flag 0/425000
1797.53/1783.84	c cleaning 28994 clauses out of 58007 with flag 0/455001
1971.65/1957.27	c cleaning 30000 clauses out of 60013 with flag 0/486001
2141.38/2125.94	c cleaning 30999 clauses out of 62013 with flag 0/518001
2321.49/2304.74	c cleaning 32004 clauses out of 64018 with flag 0/551005
2500.16/2482.49	c cleaning 32996 clauses out of 66011 with flag 0/585002
2555.90/2537.02	c cleaning 33997 clauses out of 68018 with flag 0/620005
2747.07/2726.04	c cleaning 35010 clauses out of 70019 with flag 0/656003
2879.53/2857.25	c cleaning 36004 clauses out of 72008 with flag 0/693002
3147.02/3123.58	c cleaning 36995 clauses out of 74002 with flag 0/731000
3405.19/3380.48	c cleaning 38006 clauses out of 76011 with flag 0/770004
3600.01/3574.31	c starts		: 43
3600.01/3574.31	c timeout
3600.01/3574.31	c conflicts		: 801744
3600.01/3574.31	c decisions		: 899091
3600.01/3574.31	c propagations		: 28653306
3600.01/3574.31	c inspects		: 4566844298
3600.01/3574.31	c shortcuts		: 0
3600.01/3574.31	c learnt literals	: 0
3600.01/3574.31	c learnt binary clauses	: 28
3600.01/3574.31	c learnt ternary clauses	: 61
3600.01/3574.31	c learnt constraints	: 801743
3600.01/3574.31	c ignored constraints	: 0
3600.01/3574.31	c root simplifications	: 0
3600.01/3574.31	c removed literals (reason simplification)	: 0
3600.01/3574.31	c reason swapping (by a shorter reason)	: 0
3600.01/3574.31	c Calls to reduceDB	: 35
3600.01/3574.31	c Number of update (reduction) of LBD	: 687982
3600.01/3574.31	c Imported unit clauses	: 0
3600.01/3574.31	c No decision after first conflict	: false
3600.01/3574.31	c number of reductions to clauses (during analyze)	: 0
3600.01/3574.31	c number of learned constraints concerned by reduction	: 0
3600.01/3574.31	c number of learning phase by resolution	: 0
3600.01/3574.31	c number of learning phase by cutting planes	: 0
3600.01/3574.31	c number of rounding to 1 operations	: 0
3600.01/3574.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3574.31	c number of reductions of the coefficients by power 2 	: 0
3600.01/3574.31	c number of right shift for reduction by power 2 	: 0
3600.01/3574.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3574.32	c number of ending skipping 	: 0
3600.01/3574.32	c number of internal skipping 	: 0
3600.01/3574.32	c number of derivation steps 	: 8895108
3600.01/3574.32	c number of skipped derivation steps 	: 0
3600.01/3574.32	c number of remaining unassigned 	: 83700
3600.01/3574.32	c number of remaining assigned 	: 118561035
3600.01/3574.32	c number of falsified literals weakened from reason	: 0
3600.01/3574.32	c number of falsified literals weakened from conflict	: 0
3600.01/3574.32	c time for arithmetic operations	: 4026233565
3600.01/3574.32	c minimum degree of deleted constraints	: 1
3600.01/3574.32	c maximum degree of deleted constraints	: 90866587246169565157366910180648465775427953174537667560
3600.01/3574.32	c number of deleted constraints	: 731999
3600.01/3574.32	c speed (assignments/second)	: 8018.714892435684
3600.01/3574.32	c non guided choices	: 22670
3600.01/3574.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 279
3600.01/3574.36	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2300
3600.01/3574.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 28
3600.01/3574.36	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 67137
3600.01/3574.36	s UNKNOWN
3600.01/3574.36	c Total wall clock time (in seconds): 3574.206

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (59205 MiB free)
  memory of node 1: 64473 MiB (57126 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430091-1721167859/watcher-4430091-1721167859 -o /tmp/evaluation-result-4430091-1721167859/solver-4430091-1721167859 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721160679-869038 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430091-1721167859.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=873834, runsolver pid=873831

[startup+0.101869 s]*
/proc/loadavg: 4.27 4.20 4.18 5/336 873852
/proc/meminfo: memFree=119080644/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=18975048 memory=62724 CPUtime=0.13 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 7223 0 0 0 11 2 0 0 20 0 18 0 168952552 19430449152 15681 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4743762 15681 5595 1 0 549323 0
[pid=873834/tid=873836] ppid=873831 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 1077936192 5748 0 0 0 6 2 0 0 20 0 18 0 168952552 19430449152 15681 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168952555 19430449152 15681 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 168952555 19430449152 15681 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62724 KiB

[startup+0.215852 s]*
/proc/loadavg: 4.27 4.20 4.18 7/336 873852
/proc/meminfo: memFree=119059880/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=18975048 memory=82192 CPUtime=0.35 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 7789 0 0 0 32 3 0 0 20 0 18 0 168952552 19430449152 20548 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4743762 20548 5822 1 0 549703 0
[pid=873834/tid=873836] ppid=873831 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 6047 0 0 0 17 2 0 0 20 0 18 0 168952552 19430449152 20548 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=18975048 memory=2643 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168952555 19430449152 20548 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 168952555 19430449152 20548 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 82192 KiB

[startup+0.313407 s]*
/proc/loadavg: 4.27 4.20 4.18 6/337 873853
/proc/meminfo: memFree=118977604/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19041612 memory=166724 CPUtime=0.52 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 9506 0 0 0 47 5 0 0 20 0 19 0 168952552 19498610688 41681 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4760403 41681 5822 1 0 551114 0
[pid=873834/tid=873836] ppid=873831 vsize=19041612 memory=-9104697801527632572 CPUtime=0.24 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 6101 0 0 0 21 3 0 0 20 0 19 0 168952552 19498610688 41681 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168952555 19498610688 41681 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168952555 19498610688 41681 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166724 KiB

[startup+0.700252 s]
/proc/loadavg: 4.27 4.20 4.18 6/337 873853
/proc/meminfo: memFree=118691128/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19041612 memory=995444 CPUtime=1.22 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 16097 0 0 0 101 21 0 0 20 0 19 0 168952552 19498610688 248861 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4760403 248861 5838 1 0 553379 0
[pid=873834/tid=873836] ppid=873831 vsize=19041612 memory=5544 CPUtime=0.59 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 1077936192 6509 0 0 0 40 19 0 0 20 0 19 0 168952552 19498610688 248861 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19041612 memory=12504 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168952555 19498610688 248861 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168952555 19498610688 248861 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 995444 KiB

[startup+1.50025 s]
/proc/loadavg: 4.27 4.20 4.18 6/337 873853
/proc/meminfo: memFree=117819760/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19108176 memory=1328464 CPUtime=2.77 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 22718 0 0 0 248 29 0 0 20 0 20 0 168952552 19566772224 332116 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4777044 332116 5875 1 0 557868 0
[pid=873834/tid=873836] ppid=873831 vsize=19108176 memory=12504 CPUtime=1.34 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 6782 0 0 0 109 25 0 0 20 0 20 0 168952552 19566772224 332116 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 332116 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 332116 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1328464 KiB

[startup+3.10685 s]
/proc/loadavg: 4.41 4.23 4.19 6/338 873854
/proc/meminfo: memFree=117287892/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19108176 memory=1932224 CPUtime=5.95 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 24131 0 0 0 554 41 0 0 20 0 20 0 168952552 19566772224 483056 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4777044 483056 5891 1 0 1084310 0
[pid=873834/tid=873836] ppid=873831 vsize=19108176 memory=198340509722 CPUtime=2.89 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 7308 0 0 0 253 36 0 0 20 0 20 0 168952552 19566772224 483056 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 483056 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 483056 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873854] ppid=873831 vsize=19108176 memory=1328824 CPUtime=0 cores=4,6
/proc/873834/task/873854/stat : 873854 (Timer-0) S 873831 873834 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168952654 19566772224 483056 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1932224 KiB

[startup+6.30029 s]
/proc/loadavg: 4.41 4.23 4.19 6/338 873854
/proc/meminfo: memFree=115731272/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19108176 memory=3397740 CPUtime=9.78 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 25143 0 0 0 909 69 0 0 20 0 20 0 168952552 19566772224 849435 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4777044 849435 5891 1 0 1084348 0
[pid=873834/tid=873836] ppid=873831 vsize=19108176 memory=0 CPUtime=6.02 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 8272 0 0 0 538 64 0 0 20 0 20 0 168952552 19566772224 849435 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 849435 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19108176 memory=1411748 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 849435 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873854] ppid=873831 vsize=19108176 memory=3395692 CPUtime=0 cores=4,6
/proc/873834/task/873854/stat : 873854 (Timer-0) S 873831 873834 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168952654 19566772224 849435 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 9.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3397740 KiB

[startup+12.7003 s]
/proc/loadavg: 4.38 4.22 4.19 5/317 873872
/proc/meminfo: memFree=119658820/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19108176 memory=3403300 CPUtime=16.37 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 26156 0 0 0 1567 70 0 0 20 0 20 0 168952552 19566772224 850825 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4777044 850825 5906 1 0 1084699 0
[pid=873834/tid=873836] ppid=873831 vsize=19108176 memory=3403300 CPUtime=12.29 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 8971 0 0 0 1164 65 0 0 20 0 20 0 168952552 19566772224 850825 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 850825 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 850825 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873854] ppid=873831 vsize=19108176 memory=6444 CPUtime=0 cores=4,6
/proc/873834/task/873854/stat : 873854 (Timer-0) S 873831 873834 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168952654 19566772224 850825 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 16.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3403300 KiB

[startup+25.5003 s]
/proc/loadavg: 4.52 4.26 4.20 5/338 873925
/proc/meminfo: memFree=116329220/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19108176 memory=3403860 CPUtime=29.19 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 30587 0 0 0 2847 72 0 0 20 0 20 0 168952552 19566772224 850965 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4777044 850965 5906 1 0 1084699 0
[pid=873834/tid=873836] ppid=873831 vsize=19108176 memory=0 CPUtime=24.92 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 10520 0 0 0 2427 65 0 0 20 0 20 0 168952552 19566772224 850965 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19108176 memory=6444 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 850965 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19108176 memory=3403860 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 850965 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873854] ppid=873831 vsize=19108176 memory=3403860 CPUtime=0 cores=4,6
/proc/873834/task/873854/stat : 873854 (Timer-0) S 873831 873834 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168952654 19566772224 850965 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 29.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3403860 KiB

[startup+51.106 s]
/proc/loadavg: 4.34 4.24 4.19 5/337 873929
/proc/meminfo: memFree=115746216/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19108176 memory=3408052 CPUtime=55.16 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 39599 0 0 0 5441 75 0 0 20 0 20 0 168952552 19566772224 852013 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4777044 852013 5922 1 0 1084699 0
[pid=873834/tid=873836] ppid=873831 vsize=19108176 memory=3406004 CPUtime=50.22 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 14134 0 0 0 4955 67 0 0 20 0 20 0 168952552 19566772224 852013 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19108176 memory=3403940 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 852013 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19108176 memory=3403928 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 852013 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873854] ppid=873831 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/873834/task/873854/stat : 873854 (Timer-0) S 873831 873834 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168952654 19566772224 852013 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0

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

/proc/meminfo: memFree=112311892/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19108176 memory=4286048 CPUtime=3246.41 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 293458 0 0 0 324373 268 0 0 20 0 20 0 168952552 19566772224 1071512 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4777044 1071512 5935 1 0 1085274 0
[pid=873834/tid=873836] ppid=873831 vsize=19108176 memory=11476 CPUtime=3174.31 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 154864 0 0 0 317330 101 0 0 20 0 20 0 168952552 19566772224 1071512 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071512 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19108176 memory=4286048 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 4550 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071512 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873854] ppid=873831 vsize=19108176 memory=4286048 CPUtime=0 cores=4,6
/proc/873834/task/873854/stat : 873854 (Timer-0) S 873831 873834 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168952654 19566772224 1071512 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 3246.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4286048 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.17 4.18 5/331 875696
/proc/meminfo: memFree=112311456/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19108176 memory=4286056 CPUtime=3306.72 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 296875 0 0 0 330400 272 0 0 20 0 20 0 168952552 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4777044 1071514 5935 1 0 1085274 0
[pid=873834/tid=873836] ppid=873831 vsize=19108176 memory=4286056 CPUtime=3233.68 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 156834 0 0 0 323267 101 0 0 20 0 20 0 168952552 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19108176 memory=4286056 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 4598 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873854] ppid=873831 vsize=19108176 memory=4286056 CPUtime=0 cores=4,6
/proc/873834/task/873854/stat : 873854 (Timer-0) S 873831 873834 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168952654 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 3306.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4286056 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.16 4.18 5/331 875706
/proc/meminfo: memFree=112311096/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19108176 memory=4286056 CPUtime=3366.99 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 300413 0 0 0 336423 276 0 0 20 0 20 0 168952552 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4777044 1071514 5935 1 0 1085274 0
[pid=873834/tid=873836] ppid=873831 vsize=19108176 memory=4286056 CPUtime=3293.08 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 158899 0 0 0 329206 102 0 0 20 0 20 0 168952552 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19108176 memory=4286056 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19108176 memory=4286056 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 4693 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873854] ppid=873831 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/873834/task/873854/stat : 873854 (Timer-0) S 873831 873834 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168952654 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 3366.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4286056 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.15 4.17 6/331 875717
/proc/meminfo: memFree=112310536/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19108176 memory=4286056 CPUtime=3427.18 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 304308 0 0 0 342438 280 0 0 20 0 20 0 168952552 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4777044 1071514 5935 1 0 1085274 0
[pid=873834/tid=873836] ppid=873831 vsize=19108176 memory=4286056 CPUtime=3352.31 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 161459 0 0 0 335128 103 0 0 20 0 20 0 168952552 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19108176 memory=4286056 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 4827 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873854] ppid=873831 vsize=19108176 memory=4286056 CPUtime=0 cores=4,6
/proc/873834/task/873854/stat : 873854 (Timer-0) S 873831 873834 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168952654 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 3427.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4286056 KiB

[startup+3462.3 s]
/proc/loadavg: 4.70 4.29 4.22 6/331 875727
/proc/meminfo: memFree=112310260/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19108176 memory=4286056 CPUtime=3487.53 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 307936 0 0 0 348470 283 0 0 20 0 20 0 168952552 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4777044 1071514 5935 1 0 1085274 0
[pid=873834/tid=873836] ppid=873831 vsize=19108176 memory=4286056 CPUtime=3411.34 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 163627 0 0 0 341030 104 0 0 20 0 20 0 168952552 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19108176 memory=4286056 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19108176 memory=-9104697801527632572 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 4884 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873854] ppid=873831 vsize=19108176 memory=4286056 CPUtime=0 cores=4,6
/proc/873834/task/873854/stat : 873854 (Timer-0) S 873831 873834 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168952654 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 3487.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4286056 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.27 4.21 5/331 875737
/proc/meminfo: memFree=112309936/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19108176 memory=4286056 CPUtime=3547.77 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 311213 0 0 0 354491 286 0 0 20 0 20 0 168952552 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4777044 1071514 5935 1 0 1085274 0
[pid=873834/tid=873836] ppid=873831 vsize=19108176 memory=4286056 CPUtime=3470.65 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 165539 0 0 0 346961 104 0 0 20 0 20 0 168952552 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19108176 memory=4286056 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19108176 memory=15940 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 4930 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873854] ppid=873831 vsize=19108176 memory=4286056 CPUtime=0 cores=4,6
/proc/873834/task/873854/stat : 873854 (Timer-0) S 873831 873834 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168952654 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 3547.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4286056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3574.3 s]
/proc/loadavg: 3.04 3.93 4.10 3/282 875820
/proc/meminfo: memFree=120961620/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19108176 memory=4286056 CPUtime=3600.01 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 314484 0 0 0 359712 289 0 0 20 0 20 0 168952552 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4777044 1071514 5935 1 0 1085274 0
[pid=873834/tid=873836] ppid=873831 vsize=19108176 memory=4286056 CPUtime=3522.06 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 167111 0 0 0 352101 105 0 0 20 0 20 0 168952552 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19108176 memory=4286056 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19108176 memory=4286056 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 5024 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873854] ppid=873831 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/873834/task/873854/stat : 873854 (Timer-0) S 873831 873834 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168952654 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4286056 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.2 s, system=2.91854 s

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

[startup+3574.3 s]
/proc/loadavg: 3.04 3.93 4.10 3/282 875820
/proc/meminfo: memFree=120961620/131524600 swapFree=131071996/131071996
[pid=873834] ppid=873831 vsize=19108176 memory=4286056 CPUtime=3600.01 cores=4,6
/proc/873834/stat : 873834 (java) S 873831 873834 869027 0 -1 1077936128 314484 0 0 0 359712 289 0 0 20 0 20 0 168952552 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
/proc/873834/statm: 4777044 1071514 5935 1 0 1085274 0
[pid=873834/tid=873836] ppid=873831 vsize=19108176 memory=4286056 CPUtime=3522.06 cores=4,6
/proc/873834/task/873836/stat : 873836 (java) R 873831 873834 869027 0 -1 4194368 167111 0 0 0 352101 105 0 0 20 0 20 0 168952552 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873845] ppid=873831 vsize=19108176 memory=4286056 CPUtime=0 cores=4,6
/proc/873834/task/873845/stat : 873845 (Finalizer) S 873831 873834 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873852] ppid=873831 vsize=19108176 memory=4286056 CPUtime=0 cores=4,6
/proc/873834/task/873852/stat : 873852 (Common-Cleaner) S 873831 873834 869027 0 -1 1077936192 5024 0 0 0 0 0 0 0 20 0 20 0 168952555 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
[pid=873834/tid=873854] ppid=873831 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/873834/task/873854/stat : 873854 (Timer-0) S 873831 873834 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168952654 19566772224 1071514 134679101440 94262774243328 94262774247024 140733266791792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94262774254840 94262774255632 94262795771904 140733266793461 140733266793569 140733266793569 140733266800584 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4286056 KiB

Child status: 143

Real time (s): 3574.38
CPU time (s): 3600.12
CPU user time (s): 3597.2
CPU system time (s): 2.91854
CPU usage (%): 100.72
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4286056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.2
system time used= 2.91854
maximum resident set size= 4287956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317845
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141997
involuntary context switches= 9022


# summary of solver processes directly reported to runsolver:
#   pid: 873834
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3597.2
#   total CPU system time (s): 2.91854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.61415 second user time and 18.8969 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-17 00:11:12
IDJOB=4430091
IDBENCH=158396
IDSOLVER=3052
FILE ID=nodeC027/4430091-1721167859
RUNJOBID= nodeC027-1721160679-869038
SLURM_JOB_ID= 7505775
Free space on /tmp= 890016 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug4.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-4430091-1721167859/watcher-4430091-1721167859 -o /tmp/evaluation-result-4430091-1721167859/solver-4430091-1721167859 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721160679-869038 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430091-1721167859.opb

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

MD5SUM BENCH= 481101aa5750e702617a44583ed063de
RANDOM SEED=537719591

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119123080 kB
MemAvailable:   119942332 kB
Buffers:          425240 kB
Cached:          1229904 kB
SwapCached:            0 kB
Active:           800876 kB
Inactive:       10984268 kB
Active(anon):       1584 kB
Inactive(anon): 10166160 kB
Active(file):     799292 kB
Inactive(file):   818108 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2208 kB
Writeback:             0 kB
AnonPages:      10128184 kB
Mapped:           125180 kB
Shmem:             37720 kB
KReclaimable:      83348 kB
Slab:             188568 kB
SReclaimable:      83348 kB
SUnreclaim:       105220 kB
KernelStack:        5148 kB
PageTables:        29792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12629880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62912 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9836544 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC027 at 2024-07-17 01:10:46