Trace number 4453021

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.18 3376.98

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v1_shuffle/normalized-grid10_59.shuf-2.opb
MD5SUMbff129d5f55fe22e82ee63766a82b7b0
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.110832
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables590
Total number of constraints1181
Number of constraints which are clauses1180
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint590
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 598
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Use constraints as they come during conflict analysis
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: EFFECTIVE
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Dynamic restart strategy considering the size of the coefficients
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4453021-1721481348.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.20	c ... done. Wall clock time 0.048s.
0.14/0.20	c declared #vars     590
0.14/0.20	c #constraints  1181
0.14/0.20	c constraints type 
0.14/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1180
0.14/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.14/0.20	c 1181 constraints processed.
60.47/53.37	c cleaning 2500 clauses out of 5000 with flag 0/5000
3600.05/3376.92	c starts		: 39
3600.05/3376.92	c conflicts		: 7933
3600.05/3376.92	c decisions		: 17717
3600.05/3376.92	c propagations		: 250418
3600.05/3376.92	c inspects		: 35108281
3600.05/3376.92	c shortcuts		: 0
3600.05/3376.92	c learnt literals	: 0
3600.05/3376.92	c learnt binary clauses	: 0
3600.05/3376.92	c learnt ternary clauses	: 0
3600.05/3376.92	c learnt constraints	: 7932
3600.05/3376.92	c ignored constraints	: 0
3600.05/3376.92	c root simplifications	: 0
3600.05/3376.92	c removed literals (reason simplification)	: 0
3600.05/3376.92	c reason swapping (by a shorter reason)	: 0
3600.05/3376.92	c Calls to reduceDB	: 1
3600.05/3376.92	c Number of update (reduction) of LBD	: 12176
3600.05/3376.92	c Imported unit clauses	: 0
3600.05/3376.92	c No decision after first conflict	: false
3600.05/3376.92	c number of reductions to clauses (during analyze)	: 0
3600.05/3376.92	c number of learned constraints concerned by reduction	: 0
3600.05/3376.92	c number of learning phase by resolution	: 0
3600.05/3376.92	c number of learning phase by cutting planes	: 0
3600.05/3376.92	c number of rounding to 1 operations	: 0
3600.05/3376.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3376.92	c number of reductions of the coefficients by power 2 	: 0
3600.05/3376.92	c number of right shift for reduction by power 2 	: 0
3600.05/3376.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3376.92	c number of ending skipping 	: 0
3600.05/3376.92	c number of internal skipping 	: 0
3600.05/3376.92	c number of derivation steps 	: 46390
3600.05/3376.92	c number of skipped derivation steps 	: 0
3600.05/3376.92	c number of remaining unassigned 	: 319612
3600.05/3376.92	c number of remaining assigned 	: 2064262
3600.05/3376.92	c number of falsified literals weakened from reason	: 0
3600.05/3376.92	c number of falsified literals weakened from conflict	: 0
3600.05/3376.92	c time for arithmetic operations	: 2147288052425
3600.05/3376.92	c minimum degree of deleted constraints	: 271
3600.05/3376.95	c maximum degree of deleted constraints	: 7205458646936848603254710448783075656812012913963742909848401173343474823766182560520493352237871520771718282442109360575284946872138917879948102308424329701492288043143290769328284626178127555353137913144778231248094820489075768503429906490361049607322846141520665685769387566650935238154125993314332297347161545157178529339972680556535592626348568885308344228788375874729860778276524000458668278178776903017285101239314041033203257770819070166561122588205476730835066820957074058680824679129881724626682538083862691277262783602398803521956744445553447210047908579304102386328351820988231244881940096677539834650619520715308726469990668516418362127480509163693716171948550231316079410516262112349752041468010702307847488550145986246304257021607916509813703316278409912338903954367228105322162238996534751149193098735749554965622683250353549439709803642938756469924200147117408312714146724739279951093263821233141056169295936270874857380742009478234852355543650950311323578247243850053064464082714514735020541782785283211728150576648118823870296571043938133418256370168134156537824007102774263938870296166017362926434902760547035970445822315195589689594842281643533462820884061057064735881605771351314549653907905680731016508098457574954525898509702309249588190891843721017667572669073120855471918529416214341431921751186619699577551103144608643259772168893024497241487536544025250351982467649706822552905378062364164372640454029093659310551620541865352489305552166299121091733174372850521138115373705709093212157758027092902786785887931614433899152615192092057114371171246907062274430839017854288504001229800820263859203276013690110349380155790895023292908233899742682433267104412900737898136410695918581969821706853675494808984962016230775953722636747113364709389813395593308989676371779095444051989749975752373428290323116670489220619717795464291843634035632227515695291353844683089437490202542496692380781716245267892004518435330849249659512408934037048359169134606304065884345563250773422479266330315027722202719818158887453983679351510455708527198077453230032277434053433117116305557790463751238275448750375663546331722939441655099167543023248741011544554808363098466824904134483549888006716270952306279824559401467077821882313359460168354525385532624806015638964599985779273989529377743252259078164493862243000649835593582439663225916373455447538943813553796234870325022927736085434203043920081883861991684736721054543653947328647298745070300980174717905033072485450707829539859905711581750980106333349544406341170171604534475584351789019573696252262052779435359186083044270614137248884160671172432540647314731905554019451999642555003320778734532928129238967995525116045916974023381940290723353218497286094739054748392318616803330481545339154656876560401258936447406506952981128052531508549660780939048682952301556544
3600.05/3376.95	c number of deleted constraints	: 2500
3600.05/3376.95	c speed (assignments/second)	: 74.15986818024054
3600.05/3376.95	c non guided choices	: 164
3600.05/3376.95	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 24
3600.05/3376.95	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5408
3600.05/3376.95	s UNKNOWN
3600.05/3376.95	c Total wall clock time (in seconds): 3376.792

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453021-1721481348/watcher-4453021-1721481348 -o /tmp/evaluation-result-4453021-1721481348/solver-4453021-1721481348 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721481360-1066379 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4453021-1721481348.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=1066472, runsolver pid=1066465
Current StackSize limit: 8192 KiB


[startup+0.102216 s]*
/proc/loadavg: 3.81 4.05 4.07 14/323 1066507
/proc/meminfo: memFree=128019392/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=18975048 memory=65092 CPUtime=0.14 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 7106 0 0 0 12 2 0 0 20 0 18 0 200299740 19430449152 16273 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4743762 16273 5727 1 0 549359 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) S 1066465 1066472 1066366 0 -1 1077936192 5685 0 0 0 7 1 0 0 20 0 18 0 200299740 19430449152 16273 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200299743 19430449152 16273 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=18975048 memory=13846374091011924 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200299743 19430449152 16273 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65092 KiB

[startup+0.208264 s]*
/proc/loadavg: 3.81 4.05 4.07 17/327 1066511
/proc/meminfo: memFree=127969784/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19041612 memory=77796 CPUtime=0.34 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 7743 0 0 0 31 3 0 0 20 0 19 0 200299740 19498610688 19449 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4760403 19449 5843 1 0 550069 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19041612 memory=8603368907145347203 CPUtime=0.19 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 5974 0 0 0 17 2 0 0 20 0 19 0 200299740 19498610688 19449 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19041612 memory=1783847 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200299743 19498610688 19449 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19041612 memory=15252649461155485 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200299743 19498610688 19449 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (java) R 1066465 1066472 1066366 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 200299760 19498610688 19449 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 77796 KiB

[startup+0.305846 s]*
/proc/loadavg: 3.81 4.05 4.07 10/307 1066513
/proc/meminfo: memFree=127998572/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19041612 memory=84308 CPUtime=0.53 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 7936 0 0 0 50 3 0 0 20 0 19 0 200299740 19498610688 21077 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4760403 21077 5843 1 0 550102 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19041612 memory=-7379250771982837091 CPUtime=0.29 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 6006 0 0 0 27 2 0 0 20 0 19 0 200299740 19498610688 21077 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200299743 19498610688 21077 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200299743 19498610688 21077 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200299760 19498610688 21077 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 84308 KiB

[startup+0.703272 s]
/proc/loadavg: 3.81 4.05 4.07 9/306 1066527
/proc/meminfo: memFree=127922784/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19041612 memory=143736 CPUtime=1.29 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 13318 0 0 0 125 4 0 0 20 0 19 0 200299740 19498610688 35934 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4760403 35934 5843 1 0 554009 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19041612 memory=12952 CPUtime=0.65 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 6091 0 0 0 63 2 0 0 20 0 19 0 200299740 19498610688 35934 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19041612 memory=12952 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200299743 19498610688 35934 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200299743 19498610688 35934 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19041612 memory=39380 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200299760 19498610688 35934 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 143736 KiB

[startup+1.50115 s]
/proc/loadavg: 3.81 4.05 4.07 12/330 1066580
/proc/meminfo: memFree=127660332/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19108176 memory=193576 CPUtime=2.87 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 22900 0 0 0 281 6 0 0 20 0 20 0 200299740 19566772224 48394 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4777044 48394 5843 1 0 557321 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19108176 memory=39380 CPUtime=1.42 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 6405 0 0 0 139 3 0 0 20 0 20 0 200299740 19566772224 48394 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 48394 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 48394 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200299760 19566772224 48394 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 193576 KiB

[startup+3.11515 s]
/proc/loadavg: 3.81 4.05 4.07 10/331 1066581
/proc/meminfo: memFree=127218976/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19108176 memory=245464 CPUtime=6.07 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 25465 0 0 0 599 8 0 0 20 0 20 0 200299740 19566772224 61366 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4777044 61366 5843 1 0 557733 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19108176 memory=12952 CPUtime=2.98 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 6873 0 0 0 294 4 0 0 20 0 20 0 200299740 19566772224 61366 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 61366 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 61366 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200299760 19566772224 61366 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 6.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 245464 KiB

[startup+6.30115 s]
/proc/loadavg: 4.15 4.12 4.09 6/331 1066583
/proc/meminfo: memFree=125572860/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19108176 memory=739556 CPUtime=10.46 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 27674 0 0 0 1027 19 0 0 20 0 20 0 200299740 19566772224 184889 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4777044 184889 5843 1 0 664247 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19108176 memory=0 CPUtime=6.06 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 7165 0 0 0 593 13 0 0 20 0 20 0 200299740 19566772224 184889 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19108176 memory=-8814538831020006773 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 184889 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 184889 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200299760 19566772224 184889 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 10.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 739556 KiB

[startup+12.7012 s]
/proc/loadavg: 4.22 4.13 4.10 7/331 1066583
/proc/meminfo: memFree=124735928/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19108176 memory=816888 CPUtime=17.31 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 33476 0 0 0 1709 22 0 0 20 0 20 0 200299740 19566772224 204222 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4777044 204222 5843 1 0 664259 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19108176 memory=0 CPUtime=12.3 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 7867 0 0 0 1215 15 0 0 20 0 20 0 200299740 19566772224 204222 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19108176 memory=816832 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 204222 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 204222 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19108176 memory=821476 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200299760 19566772224 204222 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 17.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 816888 KiB

[startup+25.5003 s]
/proc/loadavg: 4.38 4.18 4.11 6/331 1066586
/proc/meminfo: memFree=120948940/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19108176 memory=1654936 CPUtime=30.21 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 38635 0 0 0 2982 39 0 0 20 0 20 0 200299740 19566772224 413734 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4777044 413734 5843 1 0 664263 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19108176 memory=816832 CPUtime=24.84 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 10034 0 0 0 2456 28 0 0 20 0 20 0 200299740 19566772224 413734 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19108176 memory=1654864 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 413734 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19108176 memory=195856 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 413734 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19108176 memory=1130532 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200299760 19566772224 413734 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 30.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1654936 KiB

[startup+51.106 s]
/proc/loadavg: 4.25 4.16 4.11 6/331 1066589
/proc/meminfo: memFree=120354180/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19108176 memory=1787772 CPUtime=58.02 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 69865 0 0 0 5756 46 0 0 20 0 20 0 200299740 19566772224 446943 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4777044 446943 5842 1 0 668965 0

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

/proc/meminfo: memFree=100307492/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19108176 memory=6361328 CPUtime=3251.28 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 564558 0 0 0 324545 583 0 0 20 0 20 0 200299740 19566772224 1590332 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4777044 1590332 5855 1 0 1600860 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19108176 memory=6361328 CPUtime=3002 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 98500 0 0 0 300095 105 0 0 20 0 20 0 200299740 19566772224 1590332 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 40 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1590332 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19108176 memory=6361328 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 1918 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1590332 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19108176 memory=6361328 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200299760 19566772224 1590332 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 3251.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6361328 KiB

[startup+3102.3 s]
/proc/loadavg: 4.76 4.58 4.54 7/330 1068336
/proc/meminfo: memFree=99814140/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19108176 memory=6386224 CPUtime=3312.54 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 606277 0 0 0 330665 589 0 0 20 0 20 0 200299740 19566772224 1596556 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4777044 1596556 5855 1 0 1607128 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19108176 memory=6386224 CPUtime=3061.6 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 102696 0 0 0 306054 106 0 0 20 0 20 0 200299740 19566772224 1596556 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 40 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19108176 memory=47652 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1596556 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19108176 memory=6386224 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 1966 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1596556 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200299760 19566772224 1596556 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 3312.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6386224 KiB

[startup+3162.3 s]
/proc/loadavg: 4.81 4.65 4.57 6/330 1068347
/proc/meminfo: memFree=99617468/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19108176 memory=6538528 CPUtime=3377.49 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 628310 0 0 0 337143 606 0 0 20 0 20 0 200299740 19566772224 1634632 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4777044 1634632 5855 1 0 1644726 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19108176 memory=6386224 CPUtime=3120.68 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 104542 0 0 0 311958 110 0 0 20 0 20 0 200299740 19566772224 1634632 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 40 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19108176 memory=6361328 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1634632 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19108176 memory=6538528 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 1997 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1634632 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200299760 19566772224 1634632 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 3377.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6538528 KiB

[startup+3222.3 s]
/proc/loadavg: 4.96 4.70 4.59 6/330 1068425
/proc/meminfo: memFree=106103528/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19108176 memory=6596744 CPUtime=3442.07 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 653953 0 0 0 343587 620 0 0 20 0 20 0 200299740 19566772224 1649186 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4777044 1649186 5855 1 0 1659350 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19108176 memory=6361328 CPUtime=3180.01 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 107954 0 0 0 317889 112 0 0 20 0 20 0 200299740 19566772224 1649186 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 40 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19108176 memory=6580208 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1649186 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19108176 memory=6580236 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 2033 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1649186 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200299760 19566772224 1649186 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 3442.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6596744 KiB

[startup+3282.3 s]
/proc/loadavg: 4.64 4.67 4.58 5/332 1068440
/proc/meminfo: memFree=105211620/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19108176 memory=6613604 CPUtime=3504 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 658898 0 0 0 349774 626 0 0 20 0 20 0 200299740 19566772224 1653401 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4777044 1653401 5855 1 0 1663528 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19108176 memory=47652 CPUtime=3239.58 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 110077 0 0 0 323845 113 0 0 20 0 20 0 200299740 19566772224 1653401 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 40 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19108176 memory=6613572 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1653401 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19108176 memory=6613572 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 2066 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1653401 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19108176 memory=1816 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200299760 19566772224 1653401 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 3504 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6613604 KiB

[startup+3342.3 s]
/proc/loadavg: 4.38 4.59 4.56 5/333 1068452
/proc/meminfo: memFree=104994824/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19108176 memory=6613604 CPUtime=3564.4 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 680573 0 0 0 355809 631 0 0 20 0 20 0 200299740 19566772224 1653401 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4777044 1653401 5855 1 0 1663528 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19108176 memory=6613604 CPUtime=3299.36 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 112362 0 0 0 329823 113 0 0 20 0 20 0 200299740 19566772224 1653401 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 40 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19108176 memory=47652 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1653401 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19108176 memory=6613604 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 2114 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1653401 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19108176 memory=6613604 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200299760 19566772224 1653401 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 3564.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6613604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3376.9 s]
/proc/loadavg: 4.25 4.54 4.54 7/331 1068788
/proc/meminfo: memFree=115223816/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19108176 memory=6621932 CPUtime=3600.05 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 702350 0 0 0 359369 636 0 0 20 0 20 0 200299740 19566772224 1655483 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4777044 1655483 5855 1 0 1665616 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19108176 memory=6613604 CPUtime=3333.68 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 114106 0 0 0 333255 113 0 0 20 0 20 0 200299740 19566772224 1655483 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 40 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19108176 memory=47652 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1655483 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19108176 memory=6621796 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 2162 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1655483 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19108176 memory=6621932 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200299760 19566772224 1655483 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6621932 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.79 s, system=6.39104 s

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

[startup+3376.9 s]
/proc/loadavg: 4.25 4.54 4.54 7/331 1068788
/proc/meminfo: memFree=115223816/131524600 swapFree=131070704/131071996
[pid=1066472] ppid=1066465 vsize=19108176 memory=6621932 CPUtime=3600.05 cores=5,7
/proc/1066472/stat : 1066472 (java) S 1066465 1066472 1066366 0 -1 1077936128 702350 0 0 0 359369 636 0 0 20 0 20 0 200299740 19566772224 1655483 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
/proc/1066472/statm: 4777044 1655483 5855 1 0 1665616 0
[pid=1066472/tid=1066475] ppid=1066465 vsize=19108176 memory=6613604 CPUtime=3333.68 cores=5,7
/proc/1066472/task/1066475/stat : 1066475 (java) R 1066465 1066472 1066366 0 -1 4194368 114106 0 0 0 333255 113 0 0 20 0 20 0 200299740 19566772224 1655483 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 40 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066494] ppid=1066465 vsize=19108176 memory=47652 CPUtime=0 cores=5,7
/proc/1066472/task/1066494/stat : 1066494 (Finalizer) S 1066465 1066472 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1655483 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066507] ppid=1066465 vsize=19108176 memory=6621796 CPUtime=0 cores=5,7
/proc/1066472/task/1066507/stat : 1066507 (Common-Cleaner) S 1066465 1066472 1066366 0 -1 1077936192 2162 0 0 0 0 0 0 0 20 0 20 0 200299743 19566772224 1655483 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
[pid=1066472/tid=1066510] ppid=1066465 vsize=19108176 memory=6621932 CPUtime=0 cores=5,7
/proc/1066472/task/1066510/stat : 1066510 (Timer-0) S 1066465 1066472 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200299760 19566772224 1655483 134679101440 94081783201792 94081783205488 140728438058000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94081783213304 94081783214096 94081804771328 140728438060019 140728438060127 140728438060127 140728438067144 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6621932 KiB

Child status: 143

Real time (s): 3376.98
CPU time (s): 3600.18
CPU user time (s): 3593.79
CPU system time (s): 6.39104
CPU usage (%): 106.609
Max. virtual memory (cumulated for all children) (KiB): 19114172
Max. memory (cumulated for all children) (KiB): 6621932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.79
system time used= 6.39104
maximum resident set size= 6623516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 704822
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 228899
involuntary context switches= 26255


# summary of solver processes directly reported to runsolver:
#   pid: 1066472
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3593.79
#   total CPU system time (s): 6.39104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.77957 second user time and 16.867 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-20 15:16:00
IDJOB=4453021
IDBENCH=166052
IDSOLVER=3052
FILE ID=nodeC023/4453021-1721481348
RUNJOBID= nodeC023-1721481360-1066379
SLURM_JOB_ID= 7545760
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v1_shuffle/normalized-grid10_59.shuf-2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453021-1721481348/watcher-4453021-1721481348 -o /tmp/evaluation-result-4453021-1721481348/solver-4453021-1721481348 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721481360-1066379 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4453021-1721481348.opb

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

MD5SUM BENCH= bff129d5f55fe22e82ee63766a82b7b0
RANDOM SEED=936549318

nodeC023.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.205
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.61
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		: 3486.979
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	: 7005.48
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		: 3592.532
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.61
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		: 3632.906
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	: 7005.48
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		: 3474.154
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.61
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		: 3640.398
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	: 7005.48
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		: 3485.867
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.61
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		: 3481.102
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	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128153444 kB
MemAvailable:   129712428 kB
Buffers:          610484 kB
Cached:          1793504 kB
SwapCached:           80 kB
Active:          1282628 kB
Inactive:        1537684 kB
Active(anon):       1484 kB
Inactive(anon):   460580 kB
Active(file):    1281144 kB
Inactive(file):  1077104 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              3392 kB
Writeback:             0 kB
AnonPages:        416668 kB
Mapped:           118120 kB
Shmem:             45728 kB
KReclaimable:      81788 kB
Slab:             173820 kB
SReclaimable:      81788 kB
SUnreclaim:        92032 kB
KernelStack:        4076 kB
PageTables:        10192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    4986936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 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:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC023 at 2024-07-20 16:12:17