Trace number 4453141

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.16 3488.86

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-lines-v3_shuffle/normalized-grid6_61.shuf-3.opb
MD5SUMbfdf6d83df30c910f347e65f608bda2f
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.009769
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables366
Total number of constraints367
Number of constraints which are clauses366
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 constraint366
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 378
Number of bits of the biggest sum of numbers9
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.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.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	c  - never skip resolution steps
0.14/0.14	c  - Auto-division on coefficients is disabled
0.14/0.14	c  - No postprocessing
0.14/0.14	c  - Conflict is considered as is when resolving
0.14/0.14	c  - Use constraints as they come during conflict analysis
0.14/0.14	c  - Weaken first using unassigned literals
0.14/0.14	c  - Bump strategy: ALWAYS_ONE
0.14/0.14	c  - Bumper: EFFECTIVE
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Dynamic restart strategy considering the size of the coefficients
0.14/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.14	c solving HOME/instance-4453141-1721484563.opb
0.14/0.14	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.17	c ... done. Wall clock time 0.026s.
0.14/0.17	c declared #vars     366
0.14/0.17	c #constraints  367
0.14/0.17	c constraints type 
0.14/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 366
0.14/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.14/0.17	c 367 constraints processed.
26.12/21.10	c cleaning 2497 clauses out of 5000 with flag 0/5000
3600.04/3488.82	c starts		: 54
3600.04/3488.82	c conflicts		: 8546
3600.04/3488.82	c decisions		: 16529
3600.04/3488.82	c propagations		: 244345
3600.04/3488.82	c inspects		: 35934512
3600.04/3488.82	c shortcuts		: 0
3600.04/3488.82	c learnt literals	: 0
3600.04/3488.82	c learnt binary clauses	: 0
3600.04/3488.82	c learnt ternary clauses	: 0
3600.04/3488.82	c learnt constraints	: 8545
3600.04/3488.82	c ignored constraints	: 0
3600.04/3488.82	c root simplifications	: 0
3600.04/3488.82	c removed literals (reason simplification)	: 0
3600.04/3488.82	c reason swapping (by a shorter reason)	: 0
3600.04/3488.82	c Calls to reduceDB	: 1
3600.04/3488.82	c Number of update (reduction) of LBD	: 13548
3600.04/3488.82	c Imported unit clauses	: 0
3600.04/3488.82	c No decision after first conflict	: false
3600.04/3488.82	c number of reductions to clauses (during analyze)	: 0
3600.04/3488.82	c number of learned constraints concerned by reduction	: 0
3600.04/3488.82	c number of learning phase by resolution	: 0
3600.04/3488.82	c number of learning phase by cutting planes	: 0
3600.04/3488.82	c number of rounding to 1 operations	: 0
3600.04/3488.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3488.82	c number of reductions of the coefficients by power 2 	: 0
3600.04/3488.82	c number of right shift for reduction by power 2 	: 0
3600.04/3488.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3488.82	c number of ending skipping 	: 0
3600.04/3488.82	c number of internal skipping 	: 0
3600.04/3488.82	c number of derivation steps 	: 61673
3600.04/3488.82	c number of skipped derivation steps 	: 0
3600.04/3488.82	c number of remaining unassigned 	: 130662
3600.04/3488.82	c number of remaining assigned 	: 2018215
3600.04/3488.82	c number of falsified literals weakened from reason	: 0
3600.04/3488.82	c number of falsified literals weakened from conflict	: 0
3600.04/3488.82	c time for arithmetic operations	: 2498433712491
3600.04/3488.84	c minimum degree of deleted constraints	: 155
3600.04/3488.84	c maximum degree of deleted constraints	: 2031770122428895877272799364707835457825623892765263198133314362292203734224253317399166197931177922757380279787041024925620406949778058757854363833054622460241410279876124835650704439292578223225890190500005568641418504312023564328849505940894687694515186347560684360221385617281744873469591213030695861943103984696623270318421954710444982157071655478607487199802407286858686053495018324887334583889335828640752778532288158440830719359138549883381592052203762987530867700581943745721953784670430869325208811908339365263177604981493998826150297101597272287008156052020137523395640395784601172611839816207845821413555584553497604707674828089364953765033226528753809194707498224912469303758284133437449806899339989805316481104467374288291626900839261192884613688738784400082649111668084103433206192436567274431767743146348264668932060269719961581869312832351548448608112923970380118675810576361117911212061740808640582535102019479039095387708541043024614009931715777088947854308147079547910952286377422718458516102823852524620008716849088737351098792329833994119504408523492766270361232882282910855222992933113056454322530486443877472643928949715590839789391002872713677523488710802922390089318954975254910659817759721832719510728583618535560774627264581838070670473747467806279460647549200907948731388860218371887909232301902676328125197933199013072354921646349629021190684193959084929458480685792596420944530647755397271824132934921626719520269891439872183690029067866498227318061942635290309085842262329884393454502344118570756058142352959501522542474902118692177265572748700534025537651669457983064807992960460505521281600604228823064630182723289865597239532182253141750978505299691626865847369906891610131404562176286989365153946338943409418301534095773432838541545937634541440479720032905023515905617393475477410468212930731718180568625966812229791939592338734398248021635269732612908752231874824969193494272528704038704753257602661362091526886032659315482365966042136311954545725863661079329218120347038699536200627346032591390513442580426344573259969985228961371366868574323829207731461418642512823606730071420171479916236074228514913594730908598245023969405371873480277892867508626312631505027804052385212765571234367728996278257061087191068551350252195943407882327434895789352000000
3600.04/3488.84	c number of deleted constraints	: 2497
3600.04/3488.84	c speed (assignments/second)	: 70.03992658484522
3600.04/3488.84	c non guided choices	: 146
3600.04/3488.84	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 677
3600.04/3488.84	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5371
3600.04/3488.84	s UNKNOWN
3600.04/3488.84	c Total wall clock time (in seconds): 3488.697

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 (62546 MiB free)
  memory of node 1: 64473 MiB (62728 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453141-1721484563/watcher-4453141-1721484563 -o /tmp/evaluation-result-4453141-1721484563/solver-4453141-1721484563 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721484575-1069189 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4453141-1721484563.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=1069236, runsolver pid=1069230

[startup+0.102881 s]*
/proc/loadavg: 3.90 4.08 4.08 15/323 1069319
/proc/meminfo: memFree=128109180/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=18975048 memory=66488 CPUtime=0.14 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 7201 0 0 0 13 1 0 0 20 0 18 0 200625190 19430449152 16622 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4743762 16622 5581 1 0 549382 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) S 1069230 1069236 1069178 0 -1 1077936192 5772 0 0 0 8 1 0 0 20 0 18 0 200625191 19430449152 16622 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=18975048 memory=15932 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200625193 19430449152 16622 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=18975048 memory=14408211646121490 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200625194 19430449152 16622 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66488 KiB

[startup+0.207737 s]*
/proc/loadavg: 3.90 4.08 4.08 13/327 1069323
/proc/meminfo: memFree=128081892/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19041612 memory=73460 CPUtime=0.34 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 7718 0 0 0 32 2 0 0 20 0 19 0 200625190 19498610688 18365 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4760403 18365 5776 1 0 549977 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19041612 memory=8603368907145347203 CPUtime=0.19 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 6045 0 0 0 18 1 0 0 20 0 19 0 200625191 19498610688 18365 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19041612 memory=15932 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200625193 19498610688 18365 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19041612 memory=14408211646121490 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200625194 19498610688 18365 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200625208 19498610688 18365 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73460 KiB

[startup+0.317199 s]*
/proc/loadavg: 3.90 4.08 4.08 12/327 1069323
/proc/meminfo: memFree=128011644/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19041612 memory=93452 CPUtime=0.53 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 10112 0 0 0 51 2 0 0 20 0 19 0 200625190 19498610688 23363 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4760403 23363 5830 1 0 551926 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19041612 memory=-7163077989869250405 CPUtime=0.29 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 6100 0 0 0 28 1 0 0 20 0 19 0 200625191 19498610688 23363 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200625193 19498610688 23363 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200625194 19498610688 23363 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200625208 19498610688 23363 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 93452 KiB

[startup+0.700258 s]
/proc/loadavg: 3.90 4.08 4.08 12/327 1069323
/proc/meminfo: memFree=127895740/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19041612 memory=153768 CPUtime=1.28 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 11164 0 0 0 124 4 0 0 20 0 19 0 200625190 19498610688 38442 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4760403 38442 5830 1 0 552406 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19041612 memory=49380 CPUtime=0.62 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 6133 0 0 0 60 2 0 0 20 0 19 0 200625191 19498610688 38442 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19041612 memory=12512 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200625193 19498610688 38442 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19041612 memory=2268 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200625194 19498610688 38442 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19041612 memory=25944 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200625208 19498610688 38442 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 153768 KiB

[startup+1.50074 s]
/proc/loadavg: 3.90 4.08 4.08 12/310 1069329
/proc/meminfo: memFree=127802220/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19108176 memory=191592 CPUtime=2.86 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 22883 0 0 0 280 6 0 0 20 0 20 0 200625190 19566772224 47898 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4777044 47898 5845 1 0 556917 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19108176 memory=12512 CPUtime=1.38 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 6501 0 0 0 135 3 0 0 20 0 20 0 200625191 19566772224 47898 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200625193 19566772224 47898 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 200625194 19566772224 47898 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19108176 memory=25944 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200625208 19566772224 47898 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191592 KiB

[startup+3.10643 s]
/proc/loadavg: 3.90 4.08 4.08 8/310 1069462
/proc/meminfo: memFree=127407220/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19108176 memory=340492 CPUtime=5.94 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 26514 0 0 0 584 10 0 0 20 0 20 0 200625190 19566772224 85123 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4777044 85123 5861 1 0 557357 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19108176 memory=0 CPUtime=2.91 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 7054 0 0 0 286 5 0 0 20 0 20 0 200625191 19566772224 85123 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19108176 memory=-7163077989869381733 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200625193 19566772224 85123 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19108176 memory=12512 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 200625194 19566772224 85123 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200625208 19566772224 85123 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 340492 KiB

[startup+6.30027 s]
/proc/loadavg: 3.99 4.10 4.08 9/331 1069529
/proc/meminfo: memFree=126157456/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19108176 memory=532440 CPUtime=10.65 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 28710 0 0 0 1050 15 0 0 20 0 20 0 200625190 19566772224 133110 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4777044 133110 5876 1 0 559108 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19108176 memory=12512 CPUtime=6.03 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 7199 0 0 0 595 8 0 0 20 0 20 0 200625191 19566772224 133110 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200625193 19566772224 133110 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 200625194 19566772224 133110 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19108176 memory=8390361644446492005 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200625208 19566772224 133110 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 10.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 532440 KiB

[startup+12.7003 s]
/proc/loadavg: 3.99 4.09 4.08 7/331 1069529
/proc/meminfo: memFree=123917496/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19108176 memory=1078832 CPUtime=17.38 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 31388 0 0 0 1712 26 0 0 20 0 20 0 200625190 19566772224 269708 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4777044 269708 5876 1 0 559108 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19108176 memory=1078824 CPUtime=12.33 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 8704 0 0 0 1216 17 0 0 20 0 20 0 200625191 19566772224 269708 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200625193 19566772224 269708 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19108176 memory=12512 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 200625194 19566772224 269708 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19108176 memory=886984 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200625208 19566772224 269708 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 17.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1078832 KiB

[startup+25.5097 s]
/proc/loadavg: 4.06 4.10 4.09 5/331 1069532
/proc/meminfo: memFree=122275796/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19108176 memory=1407212 CPUtime=32.19 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 54213 0 0 0 3182 37 0 0 20 0 20 0 200625190 19566772224 351803 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4777044 351803 5875 1 0 562800 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19108176 memory=12512 CPUtime=24.92 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 11033 0 0 0 2469 23 0 0 20 0 20 0 200625191 19566772224 351803 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19108176 memory=-7163077989869381733 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200625193 19566772224 351803 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19108176 memory=1392672 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 200625194 19566772224 351803 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200625208 19566772224 351803 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 32.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1407212 KiB

[startup+51.106 s]
/proc/loadavg: 4.04 4.10 4.09 5/330 1069535
/proc/meminfo: memFree=119799948/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19108176 memory=2784312 CPUtime=58.8 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 63746 0 0 0 5811 69 0 0 20 0 20 0 200625190 19566772224 696078 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4777044 696078 5875 1 0 880374 0

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

/proc/meminfo: memFree=112546780/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=3212.8 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 501741 0 0 0 320897 383 0 0 20 0 20 0 200625190 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4777044 996146 5887 1 0 1010062 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19108176 memory=12088 CPUtime=3073.08 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 101169 0 0 0 307235 73 0 0 20 0 20 0 200625191 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200625193 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19108176 memory=12088 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 3478 0 0 0 0 0 0 0 20 0 20 0 200625194 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200625208 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 3212.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3984584 KiB

[startup+3162.3 s]
/proc/loadavg: 4.59 4.65 4.50 5/334 1071302
/proc/meminfo: memFree=112496152/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=3272.91 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 514949 0 0 0 326906 385 0 0 20 0 20 0 200625190 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4777044 996146 5887 1 0 1010062 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19108176 memory=12088 CPUtime=3132.95 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 102621 0 0 0 313222 73 0 0 20 0 20 0 200625191 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19108176 memory=12512 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200625193 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 3509 0 0 0 0 0 0 0 20 0 20 0 200625194 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200625208 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 3272.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3984584 KiB

[startup+3222.3 s]
/proc/loadavg: 4.64 4.66 4.51 5/334 1071313
/proc/meminfo: memFree=112261152/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=3333.22 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 537719 0 0 0 332934 388 0 0 20 0 20 0 200625190 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4777044 996146 5887 1 0 1010062 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=3192.81 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 104503 0 0 0 319208 73 0 0 20 0 20 0 200625191 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200625193 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 3562 0 0 0 0 0 0 0 20 0 20 0 200625194 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200625208 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 3333.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3984584 KiB

[startup+3282.3 s]
/proc/loadavg: 4.53 4.63 4.51 5/334 1071324
/proc/meminfo: memFree=112201968/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=3393.33 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 550606 0 0 0 338943 390 0 0 20 0 20 0 200625190 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4777044 996146 5887 1 0 1010062 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19108176 memory=12088 CPUtime=3252.69 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 105929 0 0 0 325196 73 0 0 20 0 20 0 200625191 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200625193 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 3617 0 0 0 0 0 0 0 20 0 20 0 200625194 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200625208 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 3393.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3984584 KiB

[startup+3342.3 s]
/proc/loadavg: 4.61 4.63 4.52 6/333 1071404
/proc/meminfo: memFree=115224412/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=3453.29 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 555030 0 0 0 344937 392 0 0 20 0 20 0 200625190 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4777044 996146 5887 1 0 1010062 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=3312.42 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 107784 0 0 0 331169 73 0 0 20 0 20 0 200625191 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 31 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19108176 memory=12088 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200625193 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 3670 0 0 0 0 0 0 0 20 0 20 0 200625194 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200625208 19566772224 996146 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 3453.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3984584 KiB

[startup+3402.3 s]
/proc/loadavg: 4.48 4.58 4.51 5/331 1071414
/proc/meminfo: memFree=113960404/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19108176 memory=3984588 CPUtime=3513.28 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 568431 0 0 0 350934 394 0 0 20 0 20 0 200625190 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4777044 996147 5887 1 0 1010062 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19108176 memory=335562 CPUtime=3372.18 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 109234 0 0 0 337145 73 0 0 20 0 20 0 200625191 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19108176 memory=3984584 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200625193 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19108176 memory=31516 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 3724 0 0 0 0 0 0 0 20 0 20 0 200625194 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19108176 memory=3984588 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200625208 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 3513.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3984588 KiB

[startup+3462.3 s]
/proc/loadavg: 4.36 4.53 4.50 5/331 1071425
/proc/meminfo: memFree=113635212/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19108176 memory=3984588 CPUtime=3573.59 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 591222 0 0 0 356963 396 0 0 20 0 20 0 200625190 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4777044 996147 5887 1 0 1010062 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19108176 memory=3984588 CPUtime=3432.04 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 111155 0 0 0 343131 73 0 0 20 0 20 0 200625191 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19108176 memory=3984588 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200625193 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19108176 memory=3984588 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 3777 0 0 0 0 0 0 0 20 0 20 0 200625194 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19108176 memory=3984588 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200625208 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 3573.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3984588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3488.8 s]
/proc/loadavg: 4.29 4.50 4.49 5/331 1071430
/proc/meminfo: memFree=113599976/131524600 swapFree=131071996/131071996
[pid=1069236] ppid=1069230 vsize=19108176 memory=3984588 CPUtime=3600.04 cores=4,6
/proc/1069236/stat : 1069236 (java) S 1069230 1069236 1069178 0 -1 1077936128 591235 0 0 0 359608 396 0 0 20 0 20 0 200625190 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
/proc/1069236/statm: 4777044 996147 5887 1 0 1010062 0
[pid=1069236/tid=1069252] ppid=1069230 vsize=19108176 memory=49536 CPUtime=3458.49 cores=4,6
/proc/1069236/task/1069252/stat : 1069252 (java) R 1069230 1069236 1069178 0 -1 4194368 111159 0 0 0 345776 73 0 0 20 0 20 0 200625191 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069293] ppid=1069230 vsize=19108176 memory=12512 CPUtime=0 cores=4,6
/proc/1069236/task/1069293/stat : 1069293 (Finalizer) S 1069230 1069236 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200625193 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069318] ppid=1069230 vsize=19108176 memory=5500 CPUtime=0 cores=4,6
/proc/1069236/task/1069318/stat : 1069318 (Common-Cleaner) S 1069230 1069236 1069178 0 -1 1077936192 3777 0 0 0 0 0 0 0 20 0 20 0 200625194 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
[pid=1069236/tid=1069320] ppid=1069230 vsize=19108176 memory=16184 CPUtime=0 cores=4,6
/proc/1069236/task/1069320/stat : 1069320 (Timer-0) S 1069230 1069236 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200625208 19566772224 996147 134679101440 93981008879616 93981008883312 140732148570096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93981008891128 93981008891920 93981037281280 140732148573171 140732148573279 140732148573279 140732148580296 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3984588 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.17 s, system=3.98514 s

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

Child status: 143

Real time (s): 3488.86
CPU time (s): 3600.16
CPU user time (s): 3596.17
CPU system time (s): 3.98514
CPU usage (%): 103.19
Max. virtual memory (cumulated for all children) (KiB): 19111232
Max. memory (cumulated for all children) (KiB): 3984588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.17
system time used= 3.98514
maximum resident set size= 3986048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 593904
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 201873
involuntary context switches= 16454


# summary of solver processes directly reported to runsolver:
#   pid: 1069236
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3596.17
#   total CPU system time (s): 3.98514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.28918 second user time and 18.1185 second system time

The end

Launcher Data

Begin job on nodeC032 at 2024-07-20 16:09:35
IDJOB=4453141
IDBENCH=169053
IDSOLVER=3052
FILE ID=nodeC032/4453141-1721484563
RUNJOBID= nodeC032-1721484575-1069189
SLURM_JOB_ID= 7545777
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-lines-v3_shuffle/normalized-grid6_61.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453141-1721484563/watcher-4453141-1721484563 -o /tmp/evaluation-result-4453141-1721484563/solver-4453141-1721484563 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721484575-1069189 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4453141-1721484563.opb

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

MD5SUM BENCH= bfdf6d83df30c910f347e65f608bda2f
RANDOM SEED=1336015389

nodeC032.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		: 3478.548
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.33
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		: 3422.998
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.03
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		: 3355.056
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.33
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		: 3505.938
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.03
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		: 3472.543
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.33
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		: 3474.789
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.03
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		: 3539.663
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.33
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		: 3563.289
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.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128284452 kB
MemAvailable:   129688924 kB
Buffers:          574228 kB
Cached:          1668208 kB
SwapCached:            0 kB
Active:          1070200 kB
Inactive:        1537968 kB
Active(anon):       1452 kB
Inactive(anon):   410192 kB
Active(file):    1068748 kB
Inactive(file):  1127776 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1528 kB
Writeback:             0 kB
AnonPages:        365892 kB
Mapped:           107344 kB
Shmem:             45912 kB
KReclaimable:      95540 kB
Slab:             209424 kB
SReclaimable:      95540 kB
SUnreclaim:       113884 kB
KernelStack:        3856 kB
PageTables:         9804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     761512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            74976 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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:      246484 kB
DirectMap2M:    24692736 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC032 at 2024-07-20 17:07:44