Trace number 4451581

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.19 3561.08

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v111-n3.opb
MD5SUM620ec95a477f88c30ed47944247286ff
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.208103
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables333
Total number of constraints111
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)111
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		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.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Use constraints as they come during conflict analysis
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: EFFECTIVE
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Dynamic restart strategy considering the size of the coefficients
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4451581-1721428345.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.13/0.18	c ... done. Wall clock time 0.023s.
0.13/0.18	c declared #vars     333
0.13/0.18	c #constraints  222
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 111
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 111
0.13/0.18	c 222 constraints processed.
13.46/9.95	c cleaning 2501 clauses out of 5002 with flag 0/5002
28.16/24.13	c cleaning 4245 clauses out of 8500 with flag 0/11001
45.69/41.34	c cleaning 5624 clauses out of 11255 with flag 0/18001
77.62/72.32	c cleaning 6816 clauses out of 13631 with flag 0/26001
110.81/104.91	c cleaning 7907 clauses out of 15814 with flag 0/35000
149.57/143.13	c cleaning 8953 clauses out of 17907 with flag 0/45000
190.90/183.88	c cleaning 9976 clauses out of 19954 with flag 0/56000
234.73/227.10	c cleaning 10991 clauses out of 21982 with flag 0/68004
281.36/273.12	c cleaning 11988 clauses out of 23987 with flag 0/81000
336.19/327.01	c cleaning 12996 clauses out of 26000 with flag 0/95001
413.48/403.55	c cleaning 13996 clauses out of 28005 with flag 0/110002
498.39/487.31	c cleaning 15004 clauses out of 30008 with flag 0/126001
586.18/573.69	c cleaning 15996 clauses out of 32004 with flag 0/143001
685.15/671.55	c cleaning 17004 clauses out of 34010 with flag 0/161003
790.03/775.31	c cleaning 18001 clauses out of 36007 with flag 0/180004
940.89/924.33	c cleaning 18999 clauses out of 38002 with flag 0/200000
1156.67/1137.90	c cleaning 20002 clauses out of 40003 with flag 0/221000
1416.37/1395.02	c cleaning 21000 clauses out of 42005 with flag 0/243004
1686.26/1662.72	c cleaning 21999 clauses out of 44002 with flag 0/266001
2024.81/1998.92	c cleaning 22995 clauses out of 46004 with flag 0/290002
2303.57/2275.03	c cleaning 23998 clauses out of 48012 with flag 0/315005
2642.58/2611.34	c cleaning 25005 clauses out of 50012 with flag 0/341003
2947.39/2913.57	c cleaning 26003 clauses out of 52005 with flag 0/368001
3336.97/3299.62	c cleaning 26995 clauses out of 54001 with flag 0/396000
3600.06/3561.02	c starts		: 18
3600.06/3561.02	c timeout
3600.06/3561.02	c conflicts		: 416700
3600.06/3561.02	c decisions		: 444414
3600.06/3561.02	c propagations		: 6924517
3600.06/3561.02	c inspects		: 1613285042
3600.06/3561.02	c shortcuts		: 0
3600.06/3561.02	c learnt literals	: 0
3600.06/3561.02	c learnt binary clauses	: 0
3600.06/3561.02	c learnt ternary clauses	: 0
3600.06/3561.02	c learnt constraints	: 416700
3600.06/3561.02	c ignored constraints	: 0
3600.06/3561.02	c root simplifications	: 0
3600.06/3561.02	c removed literals (reason simplification)	: 0
3600.06/3561.02	c reason swapping (by a shorter reason)	: 0
3600.06/3561.02	c Calls to reduceDB	: 24
3600.06/3561.02	c Number of update (reduction) of LBD	: 283587
3600.06/3561.02	c Imported unit clauses	: 0
3600.06/3561.02	c No decision after first conflict	: false
3600.06/3561.02	c number of reductions to clauses (during analyze)	: 0
3600.06/3561.02	c number of learned constraints concerned by reduction	: 0
3600.06/3561.02	c number of learning phase by resolution	: 0
3600.06/3561.02	c number of learning phase by cutting planes	: 0
3600.06/3561.02	c number of rounding to 1 operations	: 0
3600.06/3561.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3561.02	c number of reductions of the coefficients by power 2 	: 0
3600.06/3561.02	c number of right shift for reduction by power 2 	: 0
3600.06/3561.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3561.02	c number of ending skipping 	: 0
3600.06/3561.02	c number of internal skipping 	: 0
3600.06/3561.02	c number of derivation steps 	: 3775386
3600.06/3561.02	c number of skipped derivation steps 	: 0
3600.06/3561.02	c number of remaining unassigned 	: 119800
3600.06/3561.02	c number of remaining assigned 	: 303827942
3600.06/3561.02	c number of falsified literals weakened from reason	: 0
3600.06/3561.02	c number of falsified literals weakened from conflict	: 0
3600.06/3561.02	c time for arithmetic operations	: 15231978632
3600.06/3561.04	c minimum degree of deleted constraints	: 1
3600.06/3561.04	c maximum degree of deleted constraints	: 306767923752272351327963651185000
3600.06/3561.04	c number of deleted constraints	: 368994
3600.06/3561.04	c speed (assignments/second)	: 1944.626922927866
3600.06/3561.04	c non guided choices	: 91
3600.06/3561.06	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 14
3600.06/3561.06	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 47692
3600.06/3561.07	s UNKNOWN
3600.06/3561.07	c Total wall clock time (in seconds): 3560.912

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451581-1721428345/watcher-4451581-1721428345 -o /tmp/evaluation-result-4451581-1721428345/solver-4451581-1721428345 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721421240-1021655 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451581-1721428345.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=1026497, runsolver pid=1026494

[startup+0.100465 s]*
/proc/loadavg: 4.26 4.37 4.36 6/333 1026515
/proc/meminfo: memFree=122009732/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=18975048 memory=62472 CPUtime=0.13 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 7191 0 0 0 12 1 0 0 20 0 18 0 194999460 19430449152 15618 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4743762 15618 5535 1 0 549317 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 1077936192 5735 0 0 0 7 1 0 0 20 0 18 0 194999461 19430449152 15618 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194999463 19430449152 15618 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=18975048 memory=14979970577492358 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 194999464 19430449152 15618 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62472 KiB

[startup+0.207516 s]*
/proc/loadavg: 4.26 4.37 4.36 8/334 1026516
/proc/meminfo: memFree=121939348/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19041612 memory=69764 CPUtime=0.33 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 7846 0 0 0 31 2 0 0 20 0 19 0 194999460 19498610688 17441 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4760403 17441 5717 1 0 549993 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19041612 memory=6876556183782621315 CPUtime=0.17 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 1077936192 6086 0 0 0 16 1 0 0 20 0 19 0 194999461 19498610688 17441 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19041612 memory=17986 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194999463 19498610688 17441 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19041612 memory=13855165887284967 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 194999464 19498610688 17441 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194999479 19498610688 17441 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 69764 KiB

[startup+0.313083 s]*
/proc/loadavg: 4.26 4.37 4.36 7/334 1026516
/proc/meminfo: memFree=121863604/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19041612 memory=83888 CPUtime=0.53 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 8455 0 0 0 51 2 0 0 20 0 19 0 194999460 19498610688 20972 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4760403 20972 5810 1 0 550295 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19041612 memory=-7380376671889744483 CPUtime=0.28 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 6117 0 0 0 26 2 0 0 20 0 19 0 194999461 19498610688 20972 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194999463 19498610688 20972 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 194999464 19498610688 20972 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194999479 19498610688 20972 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 83888 KiB

[startup+0.705085 s]
/proc/loadavg: 4.48 4.41 4.37 7/334 1026516
/proc/meminfo: memFree=121786856/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=178188 CPUtime=1.28 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 13536 0 0 0 123 5 0 0 20 0 20 0 194999460 19566772224 44547 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 44547 5810 1 0 554498 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19108176 memory=46320 CPUtime=0.6 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 6216 0 0 0 57 3 0 0 20 0 20 0 194999461 19566772224 44547 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19108176 memory=13072 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999463 19566772224 44547 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 194999464 19566772224 44547 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19108176 memory=5528 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999479 19566772224 44547 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178188 KiB

[startup+1.50708 s]
/proc/loadavg: 4.48 4.41 4.37 6/335 1026517
/proc/meminfo: memFree=121735672/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=197764 CPUtime=2.86 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 23242 0 0 0 280 6 0 0 20 0 20 0 194999460 19566772224 49441 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 49441 5826 1 0 557678 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19108176 memory=13072 CPUtime=1.36 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 6418 0 0 0 133 3 0 0 20 0 20 0 194999461 19566772224 49441 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999463 19566772224 49441 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 194999464 19566772224 49441 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19108176 memory=5528 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999479 19566772224 49441 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 197764 KiB

[startup+3.10612 s]
/proc/loadavg: 4.48 4.41 4.37 6/335 1026517
/proc/meminfo: memFree=121569268/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=385196 CPUtime=5.94 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 25430 0 0 0 584 10 0 0 20 0 20 0 194999460 19566772224 96299 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 96299 5858 1 0 557682 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19108176 memory=0 CPUtime=2.9 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 7128 0 0 0 284 6 0 0 20 0 20 0 194999461 19566772224 96299 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19108176 memory=-7380376671889744483 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999463 19566772224 96299 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19108176 memory=13072 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 194999464 19566772224 96299 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999479 19566772224 96299 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 385196 KiB

[startup+6.30024 s]
/proc/loadavg: 4.44 4.40 4.37 5/335 1026519
/proc/meminfo: memFree=120974300/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=916832 CPUtime=9.33 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 26309 0 0 0 912 21 0 0 20 0 20 0 194999460 19566772224 229208 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 229208 5858 1 0 664206 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19108176 memory=2280 CPUtime=6.04 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 7440 0 0 0 588 16 0 0 20 0 20 0 194999461 19566772224 229208 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999463 19566772224 229208 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19108176 memory=13072 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 194999464 19566772224 229208 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999479 19566772224 229208 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 9.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 916832 KiB

[startup+12.7003 s]
/proc/loadavg: 4.41 4.40 4.37 6/335 1026519
/proc/meminfo: memFree=120689528/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=1170652 CPUtime=16.36 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 29234 0 0 0 1610 26 0 0 20 0 20 0 194999460 19566772224 292663 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 292663 5858 1 0 664272 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19108176 memory=13072 CPUtime=12.28 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 8971 0 0 0 1208 20 0 0 20 0 20 0 194999461 19566772224 292663 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19108176 memory=927256 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999463 19566772224 292663 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19108176 memory=46320 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 194999464 19566772224 292663 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19108176 memory=13072 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999479 19566772224 292663 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 16.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1170652 KiB

[startup+25.5003 s]
/proc/loadavg: 4.57 4.43 4.38 5/335 1026520
/proc/meminfo: memFree=119536268/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=1703720 CPUtime=29.63 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 36124 0 0 0 2924 39 0 0 20 0 20 0 194999460 19566772224 425930 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 425930 5858 1 0 664276 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19108176 memory=6944656574621848725 CPUtime=24.74 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 11217 0 0 0 2446 28 0 0 20 0 20 0 194999461 19566772224 425930 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19108176 memory=11444 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999463 19566772224 425930 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19108176 memory=3461 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 194999464 19566772224 425930 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19108176 memory=13072 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999479 19566772224 425930 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 29.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1703720 KiB

[startup+51.1062 s]
/proc/loadavg: 4.48 4.42 4.38 5/334 1026526
/proc/meminfo: memFree=118860652/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=1816748 CPUtime=55.78 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 44500 0 0 0 5535 43 0 0 20 0 20 0 194999460 19566772224 454187 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 454187 5858 1 0 664276 0

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

/proc/meminfo: memFree=114443372/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=2612052 CPUtime=3198.15 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 324744 0 0 0 319590 225 0 0 20 0 20 0 194999460 19566772224 653013 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 653013 5861 1 0 664753 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19108176 memory=2612052 CPUtime=3106.89 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 144277 0 0 0 310640 49 0 0 20 0 20 0 194999461 19566772224 653013 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19108176 memory=2612052 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999463 19566772224 653013 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19108176 memory=2612052 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 3285 0 0 0 0 0 0 0 20 0 20 0 194999464 19566772224 653013 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19108176 memory=5528 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999479 19566772224 653013 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 3198.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2612052 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.20 4.20 5/331 1028136
/proc/meminfo: memFree=114443332/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=2612052 CPUtime=3258.38 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 328497 0 0 0 325610 228 0 0 20 0 20 0 194999460 19566772224 653013 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 653013 5861 1 0 664753 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19108176 memory=2612052 CPUtime=3165.87 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 146514 0 0 0 316538 49 0 0 20 0 20 0 194999461 19566772224 653013 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19108176 memory=2612052 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999463 19566772224 653013 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19108176 memory=2612052 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 3362 0 0 0 0 0 0 0 20 0 20 0 194999464 19566772224 653013 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19108176 memory=2612052 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999479 19566772224 653013 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 3258.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2612052 KiB

[startup+3282.3 s]
/proc/loadavg: 4.33 4.24 4.21 5/331 1028146
/proc/meminfo: memFree=114443036/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=2612084 CPUtime=3319.62 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 338915 0 0 0 331730 232 0 0 20 0 20 0 194999460 19566772224 653021 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 653021 5861 1 0 664764 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19108176 memory=2612052 CPUtime=3224.97 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 150983 0 0 0 322447 50 0 0 20 0 20 0 194999461 19566772224 653021 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19108176 memory=11444 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999463 19566772224 653021 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19108176 memory=2612084 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 3454 0 0 0 0 0 0 0 20 0 20 0 194999464 19566772224 653021 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19108176 memory=11444 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999479 19566772224 653021 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 3319.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2612084 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.22 4.21 5/334 1028328
/proc/meminfo: memFree=114442492/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=2612180 CPUtime=3380.03 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 349196 0 0 0 337768 235 0 0 20 0 20 0 194999460 19566772224 653045 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 653045 5876 1 0 664764 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19108176 memory=2612180 CPUtime=3284.17 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 153476 0 0 0 328367 50 0 0 20 0 20 0 194999461 19566772224 653045 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19108176 memory=46816 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999463 19566772224 653045 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19108176 memory=-7380376671889744483 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 3475 0 0 0 0 0 0 0 20 0 20 0 194999464 19566772224 653045 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19108176 memory=2612180 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999479 19566772224 653045 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 3380.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2612180 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.23 4.21 5/333 1028338
/proc/meminfo: memFree=114442420/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=2612188 CPUtime=3440.35 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 352871 0 0 0 343797 238 0 0 20 0 20 0 194999460 19566772224 653047 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 653047 5876 1 0 664764 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19108176 memory=2612188 CPUtime=3343.29 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 155827 0 0 0 334279 50 0 0 20 0 20 0 194999461 19566772224 653047 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19108176 memory=2612188 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999463 19566772224 653047 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19108176 memory=2612188 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 3552 0 0 0 0 0 0 0 20 0 20 0 194999464 19566772224 653047 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19108176 memory=-7380376671889744483 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999479 19566772224 653047 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 3440.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2612188 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.21 4.20 4/309 1028439
/proc/meminfo: memFree=118599644/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=2612192 CPUtime=3500.63 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 356332 0 0 0 349822 241 0 0 20 0 20 0 194999460 19566772224 653048 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 653048 5876 1 0 664764 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19108176 memory=11444 CPUtime=3402.37 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 157878 0 0 0 340186 51 0 0 20 0 20 0 194999461 19566772224 653048 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19108176 memory=2612188 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999463 19566772224 653048 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19108176 memory=2612188 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 3629 0 0 0 0 0 0 0 20 0 20 0 194999464 19566772224 653048 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19108176 memory=11444 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999479 19566772224 653048 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 3500.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2612192 KiB

[startup+3522.3 s]
/proc/loadavg: 3.67 4.07 4.15 4/309 1028450
/proc/meminfo: memFree=118592460/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=2612196 CPUtime=3561.07 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 359857 0 0 0 355863 244 0 0 20 0 20 0 194999460 19566772224 653049 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 653049 5876 1 0 664764 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19108176 memory=11444 CPUtime=3461.54 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 160130 0 0 0 346103 51 0 0 20 0 20 0 194999461 19566772224 653049 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19108176 memory=13072 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999463 19566772224 653049 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19108176 memory=19068 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 3631 0 0 0 0 0 0 0 20 0 20 0 194999464 19566772224 653049 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999479 19566772224 653049 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 3561.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2612196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3561 s]*
/proc/loadavg: 3.23 3.91 4.10 3/283 1028491
/proc/meminfo: memFree=122739464/131524600 swapFree=131071996/131071996
[pid=1026497] ppid=1026494 vsize=19108176 memory=2612196 CPUtime=3600.06 cores=5,7
/proc/1026497/stat : 1026497 (java) S 1026494 1026497 1021642 0 -1 1077936128 360629 0 0 0 359760 246 0 0 20 0 20 0 194999460 19566772224 653049 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
/proc/1026497/statm: 4777044 653049 5876 1 0 664764 0
[pid=1026497/tid=1026499] ppid=1026494 vsize=19108176 memory=-7380376671889418849 CPUtime=3499.7 cores=5,7
/proc/1026497/task/1026499/stat : 1026499 (java) R 1026494 1026497 1021642 0 -1 4194368 160721 0 0 0 349919 51 0 0 20 0 20 0 194999461 19566772224 653049 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026508] ppid=1026494 vsize=19108176 memory=1470491724107972737 CPUtime=0 cores=5,7
/proc/1026497/task/1026508/stat : 1026508 (Finalizer) S 1026494 1026497 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999463 19566772224 653049 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026515] ppid=1026494 vsize=19108176 memory=19812 CPUtime=0 cores=5,7
/proc/1026497/task/1026515/stat : 1026515 (Common-Cleaner) S 1026494 1026497 1021642 0 -1 1077936192 3704 0 0 0 0 0 0 0 20 0 20 0 194999464 19566772224 653049 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
[pid=1026497/tid=1026516] ppid=1026494 vsize=19108176 memory=20292 CPUtime=0 cores=5,7
/proc/1026497/task/1026516/stat : 1026516 (Timer-0) S 1026494 1026497 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999479 19566772224 653049 134679101440 94318293925888 94318293929584 140724161110992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94318293937400 94318293938192 94318297444352 140724161115123 140724161115231 140724161115231 140724161122248 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2612196 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.7 s, system=2.48104 s

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

Child status: 143

Real time (s): 3561.08
CPU time (s): 3600.19
CPU user time (s): 3597.7
CPU system time (s): 2.48104
CPU usage (%): 101.098
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2612196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.7
system time used= 2.48104
maximum resident set size= 2613952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364252
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137688
involuntary context switches= 11167


# summary of solver processes directly reported to runsolver:
#   pid: 1026497
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.7
#   total CPU system time (s): 2.48104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.20005 second user time and 19.2507 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-20 00:32:39
IDJOB=4451581
IDBENCH=162589
IDSOLVER=3052
FILE ID=nodeC024/4451581-1721428345
RUNJOBID= nodeC024-1721421240-1021655
SLURM_JOB_ID= 7545498
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v111-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451581-1721428345/watcher-4451581-1721428345 -o /tmp/evaluation-result-4451581-1721428345/solver-4451581-1721428345 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721421240-1021655 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451581-1721428345.opb

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

MD5SUM BENCH= 620ec95a477f88c30ed47944247286ff
RANDOM SEED=1058716149

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122119836 kB
MemAvailable:   122881384 kB
Buffers:          534804 kB
Cached:          1071308 kB
SwapCached:            0 kB
Active:          1027472 kB
Inactive:        7750556 kB
Active(anon):       1564 kB
Inactive(anon):  7216268 kB
Active(file):    1025908 kB
Inactive(file):   534288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2232 kB
Writeback:             0 kB
AnonPages:       7171920 kB
Mapped:           127432 kB
Shmem:             45912 kB
KReclaimable:      82000 kB
Slab:             193992 kB
SReclaimable:      82000 kB
SUnreclaim:       111992 kB
KernelStack:        5052 kB
PageTables:        23600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10313112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70912 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6885376 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:      299732 kB
DirectMap2M:    36173824 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC024 at 2024-07-20 01:32:00