Trace number 4446791

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.09 3583.46

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K172.opb
MD5SUM44b1adf4a7e5c26b78f2dbc134a2606f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark605.744
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20468
Total number of constraints20814
Number of constraints which are clauses20642
Number of constraints which are cardinality constraints (but not clauses)172
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint172
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 173
Number of bits of the biggest sum of numbers8
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 		2104792832
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-4446791-1721349671.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
2.57/1.41	c ... done. Wall clock time 1.252s.
2.57/1.41	c declared #vars     20468
2.57/1.41	c #constraints  20814
2.57/1.41	c constraints type 
2.57/1.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2223
2.57/1.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 172
2.57/1.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18417
2.57/1.41	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.57/1.41	c 20814 constraints processed.
112.07/104.71	c cleaning 2460 clauses out of 5000 with flag 0/5000
373.80/365.78	c cleaning 4168 clauses out of 8540 with flag 0/11000
1092.00/1078.72	c cleaning 5659 clauses out of 11372 with flag 0/18000
3600.00/3583.41	c starts		: 26
3600.00/3583.41	c conflicts		: 25789
3600.00/3583.42	c decisions		: 307485
3600.00/3583.42	c propagations		: 32723364
3600.00/3583.42	c inspects		: 138138544
3600.00/3583.42	c shortcuts		: 0
3600.00/3583.42	c timeout
3600.00/3583.42	c learnt literals	: 0
3600.00/3583.42	c learnt binary clauses	: 0
3600.00/3583.42	c learnt ternary clauses	: 98
3600.00/3583.42	c learnt constraints	: 25789
3600.00/3583.42	c ignored constraints	: 0
3600.00/3583.42	c root simplifications	: 0
3600.00/3583.42	c removed literals (reason simplification)	: 0
3600.00/3583.42	c reason swapping (by a shorter reason)	: 0
3600.00/3583.42	c Calls to reduceDB	: 3
3600.00/3583.42	c Number of update (reduction) of LBD	: 59556
3600.00/3583.42	c Imported unit clauses	: 0
3600.00/3583.42	c No decision after first conflict	: false
3600.00/3583.42	c number of reductions to clauses (during analyze)	: 0
3600.00/3583.42	c number of learned constraints concerned by reduction	: 0
3600.00/3583.42	c number of learning phase by resolution	: 0
3600.00/3583.42	c number of learning phase by cutting planes	: 0
3600.00/3583.42	c number of rounding to 1 operations	: 0
3600.00/3583.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3583.42	c number of reductions of the coefficients by power 2 	: 0
3600.00/3583.42	c number of right shift for reduction by power 2 	: 0
3600.00/3583.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3583.42	c number of ending skipping 	: 0
3600.00/3583.42	c number of internal skipping 	: 0
3600.00/3583.42	c number of derivation steps 	: 1471062
3600.00/3583.42	c number of skipped derivation steps 	: 0
3600.00/3583.42	c number of remaining unassigned 	: 390815
3600.00/3583.42	c number of remaining assigned 	: 62567849
3600.00/3583.42	c number of falsified literals weakened from reason	: 0
3600.00/3583.42	c number of falsified literals weakened from conflict	: 0
3600.00/3583.42	c time for arithmetic operations	: 566070428801
3600.00/3583.42	c minimum degree of deleted constraints	: 1
3600.00/3583.43	c maximum degree of deleted constraints	: 627704388302336546363615012419476960850033426135523559979142900309109355954879781499876689509850622870247160259328272920460066752908959275378036258826634451833777838628385409357187442646463529469753710726756988128605015784535004494364926885203013405165849321410303102731717424314347409000283071648892944089739988739473775682415833054682431131513117128694839620264949000041674470574426554897927747080439593953961003112882497767999939141587341561886457599336980840389901331188324144548151991633300638736807683988153024968335007142658093308260233796822979845249289348415639093356746904979061545536490041999297307537897388007368516650117696177974433683692903187641134387928797650127945355873353335863673284241684221916060373933782713063963444464183496776016534677886106000438817422832170130685905724847127996506997185790835129321936113450184945875538576594547067520883529484089497774053671661103370176062238563996781712761627389368950771152615833732991566801931973817141416185189813533911836272519872485889836410457749007360163940563216781794571516805911254395277954183217509510078654199052905725625875833715658279808567050656348697853423828049109278495091812953297813566819410473910743784499701525811859914764239362075409774700671628850371556971933628598936256730844437147157450504943215782742654865509098427124919947599847506063791419136274194499013770405951754751901412862454652280030201181092539723091724755767132048304634585678649404714290622294963476732609162791993941065920106084476899570498476539773413939280659429027912683402349961581367296482961934467008389230025354551492724553456268347980509786432232612523449157223545358738691259880338619191226600608139646173623264873259912843562112753145427291785674236189688483741426962215153864517680775217458031175026408860201260488049390976022623651981061443966022799802438521290685814045999867599745633506808917936955919587652270817308714985510507032386993982290258882482076631816442199938971087304934184333248553962252993313618811107758606964073985943197912304550889531188631145789253775862697041893904841153021246850456346348209437902819470903527419950087696332848841851653210453066226724018385797605917053645559748547399100997746211200024838728611903847031849136468355891415828557172364233078355557250254822630362160091820296585972496849741343848480
3600.00/3583.43	c number of deleted constraints	: 12287
3600.00/3583.43	c speed (assignments/second)	: 9135.485535200109
3600.00/3583.43	c non guided choices	: 3678
3600.00/3583.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 903
3600.00/3583.44	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4062
3600.00/3583.44	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8537
3600.00/3583.44	s UNKNOWN
3600.00/3583.44	c Total wall clock time (in seconds): 3583.29

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446791-1721349671/watcher-4446791-1721349671 -o /tmp/evaluation-result-4446791-1721349671/solver-4446791-1721349671 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721342580-1001661 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446791-1721349671.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
solver pid=1005769, runsolver pid=1005766
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.52 4.41 4.28 5/331 1005787
/proc/meminfo: memFree=106519600/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=18975048 memory=64800 CPUtime=0.13 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 7231 0 0 0 11 2 0 0 20 0 18 0 187136801 19430449152 16200 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4743762 16200 5579 1 0 549356 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 5768 0 0 0 7 2 0 0 20 0 18 0 187136801 19430449152 16200 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187136803 19430449152 16200 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=18975048 memory=15817789847927870 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187136804 19430449152 16200 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64800 KiB

[startup+0.2149 s]*
/proc/loadavg: 4.52 4.41 4.28 7/331 1005787
/proc/meminfo: memFree=106496824/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=18975048 memory=90488 CPUtime=0.35 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 7783 0 0 0 32 3 0 0 20 0 18 0 187136801 19430449152 22622 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4743762 22622 5857 1 0 549682 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 6035 0 0 0 17 2 0 0 20 0 18 0 187136801 19430449152 22622 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=18975048 memory=17963 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187136803 19430449152 22622 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187136804 19430449152 22622 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 90488 KiB

[startup+0.30591 s]*
/proc/loadavg: 4.52 4.41 4.28 7/331 1005787
/proc/meminfo: memFree=106424648/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19041612 memory=164800 CPUtime=0.53 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 9407 0 0 0 48 5 0 0 20 0 19 0 187136801 19498610688 41200 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4760403 41200 5873 1 0 550980 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19041612 memory=-7452997215880963424 CPUtime=0.27 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) S 1005766 1005769 1001648 0 -1 1077936192 6073 0 0 0 23 4 0 0 20 0 19 0 187136801 19498610688 41200 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187136803 19498610688 41200 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187136804 19498610688 41200 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164800 KiB

[startup+0.701999 s]
/proc/loadavg: 4.52 4.41 4.28 6/332 1005788
/proc/meminfo: memFree=106417720/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19041612 memory=748912 CPUtime=1.22 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 12289 0 0 0 106 16 0 0 20 0 19 0 187136801 19498610688 187228 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4760403 187228 5905 1 0 1049623 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19041612 memory=5492 CPUtime=0.62 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 6359 0 0 0 47 15 0 0 20 0 19 0 187136801 19498610688 187228 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19041612 memory=12312 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187136803 19498610688 187228 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187136804 19498610688 187228 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 748912 KiB

[startup+1.50025 s]
/proc/loadavg: 4.52 4.41 4.28 6/332 1005788
/proc/meminfo: memFree=104770632/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19108176 memory=2506768 CPUtime=2.76 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 23267 0 0 0 226 50 0 0 20 0 20 0 187136801 19566772224 626692 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4777044 626692 5905 1 0 1054528 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19108176 memory=12312 CPUtime=1.38 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 7283 0 0 0 91 47 0 0 20 0 20 0 187136801 19566772224 626692 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187136803 19566772224 626692 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187136804 19566772224 626692 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2506768 KiB

[startup+3.10568 s]
/proc/loadavg: 4.64 4.44 4.29 7/333 1005791
/proc/meminfo: memFree=104071744/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19108176 memory=2508492 CPUtime=5.91 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 23715 0 0 0 541 50 0 0 20 0 20 0 187136801 19566772224 627123 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4777044 627123 5905 1 0 1054589 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19108176 memory=198340509722 CPUtime=2.96 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 7296 0 0 0 249 47 0 0 20 0 20 0 187136801 19566772224 627123 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187136803 19566772224 627123 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187136804 19566772224 627123 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005789] ppid=1005766 vsize=19108176 memory=2507448 CPUtime=0 cores=5,7
/proc/1005769/task/1005789/stat : 1005789 (Timer-0) S 1005766 1005769 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187136943 19566772224 627123 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2508492 KiB

[startup+6.3009 s]
/proc/loadavg: 4.64 4.44 4.29 5/333 1005791
/proc/meminfo: memFree=104080816/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19108176 memory=2499512 CPUtime=10.04 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 23936 0 0 0 953 51 0 0 20 0 20 0 187136801 19566772224 624878 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4777044 624878 5937 1 0 1054609 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19108176 memory=0 CPUtime=6.14 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 7373 0 0 0 567 47 0 0 20 0 20 0 187136801 19566772224 624878 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187136803 19566772224 624878 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19108176 memory=2508232 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187136804 19566772224 624878 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005789] ppid=1005766 vsize=19108176 memory=2499488 CPUtime=0 cores=5,7
/proc/1005769/task/1005789/stat : 1005789 (Timer-0) S 1005766 1005769 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187136943 19566772224 624878 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 10.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2499512 KiB

[startup+12.7003 s]
/proc/loadavg: 4.62 4.44 4.29 5/333 1005791
/proc/meminfo: memFree=104064464/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19108176 memory=2516096 CPUtime=18.79 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 38238 0 0 0 1825 54 0 0 20 0 20 0 187136801 19566772224 629024 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4777044 629024 5937 1 0 1055951 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19108176 memory=2515972 CPUtime=12.53 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 8958 0 0 0 1205 48 0 0 20 0 20 0 187136801 19566772224 629024 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187136803 19566772224 629024 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19108176 memory=4641350100799023464 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187136804 19566772224 629024 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005789] ppid=1005766 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1005769/task/1005789/stat : 1005789 (Timer-0) S 1005766 1005769 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187136943 19566772224 629024 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 18.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2516096 KiB

[startup+25.5003 s]
/proc/loadavg: 4.52 4.42 4.28 7/333 1005862
/proc/meminfo: memFree=111292664/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19108176 memory=2538240 CPUtime=31.98 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 41413 0 0 0 3143 55 0 0 20 0 20 0 187136801 19566772224 634560 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4777044 634560 5937 1 0 1055969 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19108176 memory=4641350100799023464 CPUtime=25.27 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 10631 0 0 0 2479 48 0 0 20 0 20 0 187136801 19566772224 634560 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187136803 19566772224 634560 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19108176 memory=32284 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 187136804 19566772224 634560 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005789] ppid=1005766 vsize=19108176 memory=-7452997215880963424 CPUtime=0 cores=5,7
/proc/1005769/task/1005789/stat : 1005789 (Timer-0) S 1005766 1005769 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187136943 19566772224 634560 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 31.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2538240 KiB

[startup+51.1057 s]
/proc/loadavg: 4.56 4.44 4.29 5/333 1005933
/proc/meminfo: memFree=110448324/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19108176 memory=2567524 CPUtime=58.22 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 52719 0 0 0 5765 57 0 0 20 0 20 0 187136801 19566772224 641881 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4777044 641881 5937 1 0 1056115 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19108176 memory=2538824 CPUtime=50.71 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 14022 0 0 0 5023 48 0 0 20 0 20 0 187136801 19566772224 641881 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19108176 memory=2538772 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187136803 19566772224 641881 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19108176 memory=2538496 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 187136804 19566772224 641881 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005789] ppid=1005766 vsize=19108176 memory=2538596 CPUtime=0 cores=5,7
/proc/1005769/task/1005789/stat : 1005789 (Timer-0) S 1005766 1005769 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187136943 19566772224 641881 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0

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

/proc/meminfo: memFree=100821464/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=3238.55 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 351358 0 0 0 323590 265 0 0 20 0 20 0 187136801 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4777044 1168121 5984 1 0 1186288 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=3198.66 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 127186 0 0 0 319788 78 0 0 20 0 20 0 187136801 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187136803 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 4313 0 0 0 0 0 0 0 20 0 20 0 187136804 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005789] ppid=1005766 vsize=19108176 memory=37484 CPUtime=0 cores=5,7
/proc/1005769/task/1005789/stat : 1005789 (Timer-0) S 1005766 1005769 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187136943 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 3238.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4672484 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.19 4.18 5/335 1007766
/proc/meminfo: memFree=100820952/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=3298.55 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 355236 0 0 0 329587 268 0 0 20 0 20 0 187136801 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4777044 1168121 5984 1 0 1186288 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=3258.39 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 129513 0 0 0 325760 79 0 0 20 0 20 0 187136801 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187136803 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 4438 0 0 0 0 0 0 0 20 0 20 0 187136804 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005789] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=0 cores=5,7
/proc/1005769/task/1005789/stat : 1005789 (Timer-0) S 1005766 1005769 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187136943 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 3298.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4672484 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.17 4.18 5/331 1007776
/proc/meminfo: memFree=100820268/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=3358.35 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 357350 0 0 0 335564 271 0 0 20 0 20 0 187136801 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4777044 1168121 5984 1 0 1186288 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19108176 memory=-7452997215880963424 CPUtime=3317.94 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 131316 0 0 0 331714 80 0 0 20 0 20 0 187136801 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187136803 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 4522 0 0 0 0 0 0 0 20 0 20 0 187136804 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005789] ppid=1005766 vsize=19108176 memory=5492 CPUtime=0 cores=5,7
/proc/1005769/task/1005789/stat : 1005789 (Timer-0) S 1005766 1005769 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187136943 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 3358.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4672484 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/331 1007787
/proc/meminfo: memFree=100819968/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=3418.28 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 360585 0 0 0 341553 275 0 0 20 0 20 0 187136801 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4777044 1168121 5984 1 0 1186288 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19108176 memory=164 CPUtime=3377.68 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 133483 0 0 0 337687 81 0 0 20 0 20 0 187136801 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187136803 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 4649 0 0 0 0 0 0 0 20 0 20 0 187136804 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005789] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=0 cores=5,7
/proc/1005769/task/1005789/stat : 1005789 (Timer-0) S 1005766 1005769 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187136943 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 3418.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4672484 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.15 4.17 5/331 1007797
/proc/meminfo: memFree=100819296/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=3478.33 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 364784 0 0 0 347556 277 0 0 20 0 20 0 187136801 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4777044 1168121 5984 1 0 1186288 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=3437.38 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 135830 0 0 0 343657 81 0 0 20 0 20 0 187136801 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187136803 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 4725 0 0 0 0 0 0 0 20 0 20 0 187136804 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005789] ppid=1005766 vsize=19108176 memory=-7452997215880963424 CPUtime=0 cores=5,7
/proc/1005769/task/1005789/stat : 1005789 (Timer-0) S 1005766 1005769 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187136943 19566772224 1168121 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 3478.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4672484 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/333 1007828
/proc/meminfo: memFree=100818428/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19108176 memory=4672528 CPUtime=3538.38 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 368239 0 0 0 353559 279 0 0 20 0 20 0 187136801 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4777044 1168132 5984 1 0 1186288 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=3497.05 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 138068 0 0 0 349623 82 0 0 20 0 20 0 187136801 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187136803 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19108176 memory=4672484 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 4809 0 0 0 0 0 0 0 20 0 20 0 187136804 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005789] ppid=1005766 vsize=19108176 memory=-7452997215880963424 CPUtime=0 cores=5,7
/proc/1005769/task/1005789/stat : 1005789 (Timer-0) S 1005766 1005769 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187136943 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 3538.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4672528 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.14 4.16 5/333 1007839
/proc/meminfo: memFree=100817952/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19108176 memory=4672528 CPUtime=3598.9 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 370925 0 0 0 359609 281 0 0 20 0 20 0 187136801 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4777044 1168132 5984 1 0 1186288 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19108176 memory=1401348054568296506 CPUtime=3556.25 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 139982 0 0 0 355543 82 0 0 20 0 20 0 187136801 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19108176 memory=47236 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187136803 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 4893 0 0 0 0 0 0 0 20 0 20 0 187136804 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005789] ppid=1005766 vsize=19108176 memory=-7452997215880963424 CPUtime=0 cores=5,7
/proc/1005769/task/1005789/stat : 1005789 (Timer-0) S 1005766 1005769 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187136943 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 3598.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4672528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.4 s]
/proc/loadavg: 4.15 4.14 4.16 6/333 1007841
/proc/meminfo: memFree=100817924/131524600 swapFree=131071996/131071996
[pid=1005769] ppid=1005766 vsize=19108176 memory=4672528 CPUtime=3600 cores=5,7
/proc/1005769/stat : 1005769 (java) S 1005766 1005769 1001648 0 -1 1077936128 370946 0 0 0 359718 282 0 0 20 0 20 0 187136801 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
/proc/1005769/statm: 4777044 1168132 5984 1 0 1186288 0
[pid=1005769/tid=1005771] ppid=1005766 vsize=19108176 memory=-7452997215880963424 CPUtime=3557.35 cores=5,7
/proc/1005769/task/1005771/stat : 1005771 (java) R 1005766 1005769 1001648 0 -1 4194368 140003 0 0 0 355653 82 0 0 20 0 20 0 187136801 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005780] ppid=1005766 vsize=19108176 memory=5492 CPUtime=0 cores=5,7
/proc/1005769/task/1005780/stat : 1005780 (Finalizer) S 1005766 1005769 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187136803 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005787] ppid=1005766 vsize=19108176 memory=15976 CPUtime=0 cores=5,7
/proc/1005769/task/1005787/stat : 1005787 (Common-Cleaner) S 1005766 1005769 1001648 0 -1 1077936192 4893 0 0 0 0 0 0 0 20 0 20 0 187136804 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
[pid=1005769/tid=1005789] ppid=1005766 vsize=19108176 memory=2220 CPUtime=0 cores=5,7
/proc/1005769/task/1005789/stat : 1005789 (Timer-0) S 1005766 1005769 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187136943 19566772224 1168132 134679101440 94790527344640 94790527348336 140731982973232 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790527356152 94790527356944 94790555652096 140731982980083 140731982980191 140731982980191 140731982987208 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4672528 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.26 s, system=2.83818 s

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

Child status: 143

Real time (s): 3583.46
CPU time (s): 3600.09
CPU user time (s): 3597.26
CPU system time (s): 2.83818
CPU usage (%): 100.464
Max. virtual memory (cumulated for all children) (KiB): 19112972
Max. memory (cumulated for all children) (KiB): 4672528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.26
system time used= 2.83818
maximum resident set size= 4673548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373951
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140451
involuntary context switches= 5455


# summary of solver processes directly reported to runsolver:
#   pid: 1005769
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3597.26
#   total CPU system time (s): 2.83818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.63039 second user time and 17.9975 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-19 02:41:23
IDJOB=4446791
IDBENCH=158312
IDSOLVER=3052
FILE ID=nodeC033/4446791-1721349671
RUNJOBID= nodeC033-1721342580-1001661
SLURM_JOB_ID= 7542741
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K172.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446791-1721349671/watcher-4446791-1721349671 -o /tmp/evaluation-result-4446791-1721349671/solver-4446791-1721349671 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721342580-1001661 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446791-1721349671.opb

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

MD5SUM BENCH= 44b1adf4a7e5c26b78f2dbc134a2606f
RANDOM SEED=30165337

nodeC033.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		: 3655.986
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.50
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		: 3668.746
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.25
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		: 3600.093
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.50
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.163
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.25
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		: 3657.421
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.50
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		: 3655.776
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.25
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.773
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.50
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		: 3661.790
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        106563512 kB
MemAvailable:   112443684 kB
Buffers:          544508 kB
Cached:          6106352 kB
SwapCached:            0 kB
Active:           994412 kB
Inactive:       23158180 kB
Active(anon):       1564 kB
Inactive(anon): 17545744 kB
Active(file):     992848 kB
Inactive(file):  5612436 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2080 kB
Writeback:             0 kB
AnonPages:      17495100 kB
Mapped:           127280 kB
Shmem:             45908 kB
KReclaimable:     229068 kB
Slab:             357648 kB
SReclaimable:     229068 kB
SUnreclaim:       128580 kB
KernelStack:        5036 kB
PageTables:        44644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   18082048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69088 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17098752 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:      273108 kB
DirectMap2M:    28860416 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC033 at 2024-07-19 03:41:07