Trace number 4446581

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.15 3581.76

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K151.opb
MD5SUMabcade21393c5164863b40206a5f4f64
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17969
Total number of constraints18273
Number of constraints which are clauses18122
Number of constraints which are cardinality constraints (but not clauses)151
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint151
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 152
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		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.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-4446581-1721342568.opb
0.14/0.14	c reading problem ... 
0.14/0.14	c  no objective function found
1.98/1.18	c ... done. Wall clock time 1.03s.
1.98/1.18	c declared #vars     17969
1.98/1.18	c #constraints  18273
1.98/1.18	c constraints type 
1.98/1.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1950
1.98/1.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 151
1.98/1.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16170
1.98/1.18	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.98/1.18	c 18273 constraints processed.
131.15/124.97	c cleaning 2496 clauses out of 5000 with flag 0/5000
489.44/482.70	c cleaning 4238 clauses out of 8504 with flag 0/11000
1599.90/1590.57	c cleaning 5611 clauses out of 11266 with flag 0/18000
3600.04/3581.71	c starts		: 20
3600.04/3581.71	c conflicts		: 22814
3600.04/3581.71	c decisions		: 190746
3600.04/3581.71	c propagations		: 18718354
3600.04/3581.71	c inspects		: 97893226
3600.04/3581.71	c shortcuts		: 0
3600.04/3581.71	c learnt literals	: 0
3600.04/3581.71	c learnt binary clauses	: 0
3600.04/3581.71	c learnt ternary clauses	: 90
3600.04/3581.71	c learnt constraints	: 22813
3600.04/3581.71	c ignored constraints	: 0
3600.04/3581.71	c root simplifications	: 0
3600.04/3581.71	c removed literals (reason simplification)	: 0
3600.04/3581.71	c reason swapping (by a shorter reason)	: 0
3600.04/3581.71	c Calls to reduceDB	: 3
3600.04/3581.71	c Number of update (reduction) of LBD	: 42547
3600.04/3581.71	c Imported unit clauses	: 0
3600.04/3581.71	c No decision after first conflict	: false
3600.04/3581.71	c number of reductions to clauses (during analyze)	: 0
3600.04/3581.71	c number of learned constraints concerned by reduction	: 0
3600.04/3581.71	c number of learning phase by resolution	: 0
3600.04/3581.71	c number of learning phase by cutting planes	: 0
3600.04/3581.71	c number of rounding to 1 operations	: 0
3600.04/3581.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3581.71	c number of reductions of the coefficients by power 2 	: 0
3600.04/3581.71	c number of right shift for reduction by power 2 	: 0
3600.04/3581.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3581.71	c number of ending skipping 	: 0
3600.04/3581.71	c number of internal skipping 	: 0
3600.04/3581.71	c number of derivation steps 	: 1358437
3600.04/3581.71	c number of skipped derivation steps 	: 0
3600.04/3581.71	c number of remaining unassigned 	: 440694
3600.04/3581.71	c number of remaining assigned 	: 77226211
3600.04/3581.72	c number of falsified literals weakened from reason	: 0
3600.04/3581.72	c number of falsified literals weakened from conflict	: 0
3600.04/3581.72	c time for arithmetic operations	: 583360957116
3600.04/3581.73	c minimum degree of deleted constraints	: 1
3600.04/3581.73	c maximum degree of deleted constraints	: 2286461369429254048796243461280298084543340500311242739758569200732287859848677318118586040726417849238936227244175997105941429809748992435867888049824135112801898348557837534000781540070704827095728987544007171992983442613106804605710471648864466607816523810502606577182672771685972887814848186610602203575947005163694442517033145115327171436574815857402727128028577622382869773274367030219116196483209358857935453039384997474992007651564896690776059191336246889091392850532209169783156843706719198812592438196655994995976522388138954349229417381410432099731531051170188220118853544763091992553271771480544769342217756729714694893328246135529940465605932302570341184649277326901121951365015423312309477467841246635909076301116912848653156477564353883090169805640259913291560070609749176701501134791926089166191551718578876214129092522382050411147638047477177858518185070626535867088539616350377735234471313921440715515071292709278088464781181428560104206037614357791497897448842681331182715163358666844903127399215807545436529232049741667826472764791546876022421437802542357260885223673341338415006242924707094874216385597720255844227755776573053035844352022355798692165599380764473358856863906734951233879567843650043597674269543684618771038686442519095773617145223161117795283641850880433128914435825096443981789740449932899442521436783132319594367420050685389228304683751723470413030874073966905114729019355863009710546377918369378053837012337336250871802824732406333422315380334855962225716817651093955456622814305820676299919965106889541641402332854190901954460803152921576484241270775034505460133625528427733133913881561882340284240524894787500309084434179503129623769275280605364960189802698738754052511438439832855872301616269041346299147483767886531830749137523896299099608667227932656256916117322206801124176195257020241066478399817696508294437399747151444452471525587551048256039292131876025783886578314195606633092569613887711379242621278808697601997946833622297193218722295440042332798920606918003110111081987318704426689904161184539405730784755751683664604328149326348763816555244397627229335906542517150137869399474871599131640812402701781309307909043451894724399960653503960799460607225142102101550605455276910340196363887042313361249380439611863090985741092775694541952594959953454876451388508984345134384314186883610823071491021090539336763818186773842746475430887580087183786666662610155626545947762559944636111236431757637049092541779849654280944164385996425622939984859977009422199935182238058855862740826785654506571386415533198081841173826840304885476920503705600758450092370522553902278269827695827573619356882670868993881659263714061178215504705364833989607938734514457005871397685443566945531792935398045954560041501700119214788864583862315802596162529882050371119071087579123738107183837831882455635732219152895870156305089709271837146642072001298215333467897975110021364938996791351765983757666183798084393113989268931611518879793099704644659965267389605496999951753705429264551367016383830386608125651659479474120636547902976730452977672118269526082651316093228008112285926533524733426000598214374076216579617544496722245262373256971182373429423711873040002346828019364943970464660000
3600.04/3581.73	c number of deleted constraints	: 12345
3600.04/3581.73	c speed (assignments/second)	: 5227.807791906016
3600.04/3581.73	c non guided choices	: 6672
3600.04/3581.74	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 517
3600.04/3581.74	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2807
3600.04/3581.74	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7144
3600.04/3581.74	s UNKNOWN
3600.04/3581.74	c Total wall clock time (in seconds): 3581.598

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (60543 MiB free)
  memory of node 1: 64510 MiB (60341 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.104339 s]*
/proc/loadavg: 1.10 1.13 1.65 12/325 1001790
/proc/meminfo: memFree=123612820/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=18975048 memory=63020 CPUtime=0.14 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 7294 0 0 0 12 2 0 0 20 0 18 0 186426549 19430449152 15755 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4743762 15755 5638 1 0 549381 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 5812 0 0 0 8 1 0 0 20 0 18 0 186426549 19430449152 15755 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=18975048 memory=17963 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186426552 19430449152 15755 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186426552 19430449152 15755 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63020 KiB

[startup+0.212899 s]*
/proc/loadavg: 1.10 1.13 1.65 14/325 1001790
/proc/meminfo: memFree=123517864/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=18975048 memory=94416 CPUtime=0.35 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 7797 0 0 0 32 3 0 0 20 0 18 0 186426549 19430449152 23604 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4743762 23604 5832 1 0 549679 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=18975048 memory=8603368907145347203 CPUtime=0.19 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 6069 0 0 0 17 2 0 0 20 0 18 0 186426549 19430449152 23604 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=18975048 memory=17963 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186426552 19430449152 23604 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186426552 19430449152 23604 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 94416 KiB

[startup+0.306133 s]*
/proc/loadavg: 1.10 1.13 1.65 10/328 1001793
/proc/meminfo: memFree=123250564/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19041612 memory=166560 CPUtime=0.53 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 9442 0 0 0 49 4 0 0 20 0 19 0 186426549 19498610688 41640 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4760403 41640 5848 1 0 550963 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19041612 memory=-7741227592032611168 CPUtime=0.27 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 6106 0 0 0 24 3 0 0 20 0 19 0 186426549 19498610688 41640 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 186426552 19498610688 41640 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186426552 19498610688 41640 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166560 KiB

[startup+0.700899 s]
/proc/loadavg: 1.10 1.13 1.65 8/329 1001794
/proc/meminfo: memFree=122586472/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19042580 memory=792564 CPUtime=1.21 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 13671 0 0 0 105 16 0 0 20 0 19 0 186426549 19499601920 198141 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4760645 198141 5880 1 0 553303 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19042580 memory=5492 CPUtime=0.61 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 6412 0 0 0 47 14 0 0 20 0 19 0 186426549 19499601920 198141 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19042580 memory=12312 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 186426552 19499601920 198141 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19042580 memory=0 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186426552 19499601920 198141 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19042580 KiB
Current children cumulated memory: 792564 KiB

[startup+1.5069 s]
/proc/loadavg: 1.10 1.13 1.65 9/329 1001794
/proc/meminfo: memFree=117023168/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19108176 memory=1324760 CPUtime=2.75 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 21764 0 0 0 248 27 0 0 20 0 20 0 186426549 19566772224 331190 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4777044 331190 5880 1 0 557521 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19108176 memory=0 CPUtime=1.35 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 6814 0 0 0 111 24 0 0 20 0 20 0 186426549 19566772224 331190 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19108176 memory=5492 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 331190 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 331190 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1324760 KiB

[startup+3.10555 s]
/proc/loadavg: 1.97 1.31 1.70 15/333 1001798
/proc/meminfo: memFree=115883960/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19108176 memory=1425720 CPUtime=5.91 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 23059 0 0 0 562 29 0 0 20 0 20 0 186426549 19566772224 356430 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4777044 356430 5880 1 0 979480 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19108176 memory=12312 CPUtime=2.89 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 6895 0 0 0 264 25 0 0 20 0 20 0 186426549 19566772224 356430 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 356430 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19108176 memory=1325284 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 356430 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001796] ppid=1001700 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1001709/task/1001796/stat : 1001796 (Timer-0) S 1001700 1001709 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186426668 19566772224 356430 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1425720 KiB

[startup+6.30027 s]
/proc/loadavg: 1.97 1.31 1.70 6/333 1001800
/proc/meminfo: memFree=115342124/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19108176 memory=1915460 CPUtime=10.99 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 23380 0 0 0 1059 40 0 0 20 0 20 0 186426549 19566772224 478865 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4777044 478865 5896 1 0 979505 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19108176 memory=0 CPUtime=6.08 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 7143 0 0 0 572 36 0 0 20 0 20 0 186426549 19566772224 478865 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 478865 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 478865 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001796] ppid=1001700 vsize=19108176 memory=-7671999165582111936 CPUtime=0 cores=5,7
/proc/1001709/task/1001796/stat : 1001796 (Timer-0) S 1001700 1001709 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186426668 19566772224 478865 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 10.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1915460 KiB

[startup+12.7003 s]
/proc/loadavg: 2.14 1.36 1.72 5/334 1001801
/proc/meminfo: memFree=113722800/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19108176 memory=2551208 CPUtime=18.17 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 30425 0 0 0 1764 53 0 0 20 0 20 0 186426549 19566772224 637802 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4777044 637802 5912 1 0 979580 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19108176 memory=12312 CPUtime=12.46 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 8533 0 0 0 1198 48 0 0 20 0 20 0 186426549 19566772224 637802 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19108176 memory=2465192 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 637802 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19108176 memory=2356648 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 637802 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001796] ppid=1001700 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1001709/task/1001796/stat : 1001796 (Timer-0) S 1001700 1001709 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186426668 19566772224 637802 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 18.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2551208 KiB

[startup+25.5003 s]
/proc/loadavg: 2.62 1.51 1.76 5/334 1001804
/proc/meminfo: memFree=112210080/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19108176 memory=2985684 CPUtime=31.45 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 35162 0 0 0 3082 63 0 0 20 0 20 0 186426549 19566772224 746421 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4777044 746421 5912 1 0 979594 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19108176 memory=12340 CPUtime=25.17 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 10901 0 0 0 2459 58 0 0 20 0 20 0 186426549 19566772224 746421 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 746421 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 746421 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001796] ppid=1001700 vsize=19108176 memory=8761640388318109335 CPUtime=0 cores=5,7
/proc/1001709/task/1001796/stat : 1001796 (Timer-0) S 1001700 1001709 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186426668 19566772224 746421 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 31.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2985684 KiB

[startup+51.1063 s]
/proc/loadavg: 3.09 1.71 1.82 5/334 1001807
/proc/meminfo: memFree=111853572/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19108176 memory=3045188 CPUtime=57.08 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 38188 0 0 0 5643 65 0 0 20 0 20 0 186426549 19566772224 761297 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4777044 761297 5912 1 0 979596 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19108176 memory=3045184 CPUtime=50.62 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 13048 0 0 0 5004 58 0 0 20 0 20 0 186426549 19566772224 761297 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19108176 memory=3045184 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 761297 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19108176 memory=46904 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 761297 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001796] ppid=1001700 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1001709/task/1001796/stat : 1001796 (Timer-0) S 1001700 1001709 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186426668 19566772224 761297 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0

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

/proc/meminfo: memFree=108360676/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19108176 memory=5150600 CPUtime=3238.37 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 310817 0 0 0 323551 286 0 0 20 0 20 0 186426549 19566772224 1287650 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4777044 1287650 5943 1 0 1305534 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19108176 memory=5150600 CPUtime=3192.81 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 119356 0 0 0 319175 106 0 0 20 0 20 0 186426549 19566772224 1287650 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19108176 memory=5150600 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1287650 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19108176 memory=5150600 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 3939 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1287650 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001796] ppid=1001700 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1001709/task/1001796/stat : 1001796 (Timer-0) S 1001700 1001709 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186426668 19566772224 1287650 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 3238.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5150600 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.17 4.10 5/331 1003572
/proc/meminfo: memFree=108914968/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19108176 memory=5152648 CPUtime=3298.69 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 314834 0 0 0 329580 289 0 0 20 0 20 0 186426549 19566772224 1288162 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4777044 1288162 5943 1 0 1305534 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19108176 memory=5150600 CPUtime=3252.18 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 121565 0 0 0 325112 106 0 0 20 0 20 0 186426549 19566772224 1288162 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19108176 memory=32260 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1288162 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19108176 memory=1816 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 4025 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1288162 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001796] ppid=1001700 vsize=19108176 memory=5152648 CPUtime=0 cores=5,7
/proc/1001709/task/1001796/stat : 1001796 (Timer-0) S 1001700 1001709 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186426668 19566772224 1288162 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 3298.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5152648 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.18 4.10 5/331 1003582
/proc/meminfo: memFree=107936064/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19108176 memory=5152648 CPUtime=3359.14 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 318618 0 0 0 335621 293 0 0 20 0 20 0 186426549 19566772224 1288162 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4777044 1288162 5943 1 0 1305534 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19108176 memory=12340 CPUtime=3311.06 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 123165 0 0 0 331000 106 0 0 20 0 20 0 186426549 19566772224 1288162 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1288162 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19108176 memory=5152648 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 4112 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1288162 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001796] ppid=1001700 vsize=19108176 memory=5152648 CPUtime=0 cores=5,7
/proc/1001709/task/1001796/stat : 1001796 (Timer-0) S 1001700 1001709 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186426668 19566772224 1288162 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 3359.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5152648 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.19 4.11 5/331 1003592
/proc/meminfo: memFree=107459596/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19108176 memory=5170756 CPUtime=3420.36 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 326092 0 0 0 341737 299 0 0 20 0 20 0 186426549 19566772224 1292689 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4777044 1292689 5943 1 0 1305538 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19108176 memory=5150600 CPUtime=3369.75 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 124663 0 0 0 336868 107 0 0 20 0 20 0 186426549 19566772224 1292689 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1292689 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19108176 memory=5170756 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 4193 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1292689 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001796] ppid=1001700 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1001709/task/1001796/stat : 1001796 (Timer-0) S 1001700 1001709 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186426668 19566772224 1292689 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 3420.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5170756 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.20 4.11 5/330 1003602
/proc/meminfo: memFree=107289820/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19108176 memory=5170808 CPUtime=3480.57 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 329010 0 0 0 347755 302 0 0 20 0 20 0 186426549 19566772224 1292702 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4777044 1292702 5943 1 0 1305538 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19108176 memory=46904 CPUtime=3428.93 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 126019 0 0 0 342786 107 0 0 20 0 20 0 186426549 19566772224 1292702 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19108176 memory=5170808 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1292702 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19108176 memory=-7741227592033069920 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 4193 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1292702 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001796] ppid=1001700 vsize=19108176 memory=5170808 CPUtime=0 cores=5,7
/proc/1001709/task/1001796/stat : 1001796 (Timer-0) S 1001700 1001709 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186426668 19566772224 1292702 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 3480.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5170808 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.18 4.11 5/332 1003617
/proc/meminfo: memFree=107289184/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19108176 memory=5170808 CPUtime=3540.55 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 332263 0 0 0 353750 305 0 0 20 0 20 0 186426549 19566772224 1292702 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4777044 1292702 5943 1 0 1305538 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19108176 memory=5170808 CPUtime=3488.69 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 127460 0 0 0 348762 107 0 0 20 0 20 0 186426549 19566772224 1292702 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19108176 memory=5150600 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1292702 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 4282 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1292702 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001796] ppid=1001700 vsize=19108176 memory=5170808 CPUtime=0 cores=5,7
/proc/1001709/task/1001796/stat : 1001796 (Timer-0) S 1001700 1001709 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186426668 19566772224 1292702 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 3540.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5170808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3581.7 s]
/proc/loadavg: 4.84 4.34 4.16 5/332 1003764
/proc/meminfo: memFree=109426776/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19108176 memory=5170860 CPUtime=3600.04 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 333991 0 0 0 359695 309 0 0 20 0 20 0 186426549 19566772224 1292715 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4777044 1292715 5943 1 0 1305538 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19108176 memory=5170860 CPUtime=3547.25 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 128523 0 0 0 354618 107 0 0 20 0 20 0 186426549 19566772224 1292715 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19108176 memory=5170860 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1292715 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19108176 memory=46904 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 4369 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1292715 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001796] ppid=1001700 vsize=19108176 memory=5170860 CPUtime=0 cores=5,7
/proc/1001709/task/1001796/stat : 1001796 (Timer-0) S 1001700 1001709 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186426668 19566772224 1292715 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5170860 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.04 s, system=3.11055 s

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

[startup+3581.7 s]
/proc/loadavg: 4.84 4.34 4.16 5/332 1003764
/proc/meminfo: memFree=109426776/131524600 swapFree=131071996/131071996
[pid=1001709] ppid=1001700 vsize=19108176 memory=5170860 CPUtime=3600.04 cores=5,7
/proc/1001709/stat : 1001709 (java) S 1001700 1001709 1001648 0 -1 1077936128 333991 0 0 0 359695 309 0 0 20 0 20 0 186426549 19566772224 1292715 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
/proc/1001709/statm: 4777044 1292715 5943 1 0 1305538 0
[pid=1001709/tid=1001723] ppid=1001700 vsize=19108176 memory=5170860 CPUtime=3547.25 cores=5,7
/proc/1001709/task/1001723/stat : 1001723 (java) R 1001700 1001709 1001648 0 -1 4194368 128523 0 0 0 354618 107 0 0 20 0 20 0 186426549 19566772224 1292715 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001756] ppid=1001700 vsize=19108176 memory=5170860 CPUtime=0 cores=5,7
/proc/1001709/task/1001756/stat : 1001756 (Finalizer) S 1001700 1001709 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1292715 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001790] ppid=1001700 vsize=19108176 memory=46904 CPUtime=0 cores=5,7
/proc/1001709/task/1001790/stat : 1001790 (Common-Cleaner) S 1001700 1001709 1001648 0 -1 1077936192 4369 0 0 0 0 0 0 0 20 0 20 0 186426552 19566772224 1292715 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
[pid=1001709/tid=1001796] ppid=1001700 vsize=19108176 memory=5170860 CPUtime=0 cores=5,7
/proc/1001709/task/1001796/stat : 1001796 (Timer-0) S 1001700 1001709 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186426668 19566772224 1292715 134679101440 94375890944000 94375890947696 140730754961536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94375890955512 94375890956304 94375914573824 140730754966515 140730754966623 140730754966623 140730754973640 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5170860 KiB

Child status: 143

Real time (s): 3581.76
CPU time (s): 3600.15
CPU user time (s): 3597.04
CPU system time (s): 3.11055
CPU usage (%): 100.513
Max. virtual memory (cumulated for all children) (KiB): 19113532
Max. memory (cumulated for all children) (KiB): 5170860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.04
system time used= 3.11055
maximum resident set size= 5171968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 336755
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 154462
involuntary context switches= 6598


# summary of solver processes directly reported to runsolver:
#   pid: 1001709
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3597.04
#   total CPU system time (s): 3.11055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.03834 second user time and 19.9108 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-19 00:43:00
IDJOB=4446581
IDBENCH=158279
IDSOLVER=3052
FILE ID=nodeC033/4446581-1721342568
RUNJOBID= nodeC033-1721342580-1001661
SLURM_JOB_ID= 7542741
Free space on /tmp= 890080 MiB

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

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

MD5SUM BENCH= abcade21393c5164863b40206a5f4f64
RANDOM SEED=1068481481

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123786936 kB
MemAvailable:   129608252 kB
Buffers:          538672 kB
Cached:          6054068 kB
SwapCached:            0 kB
Active:           982000 kB
Inactive:        5984468 kB
Active(anon):       1460 kB
Inactive(anon):   418480 kB
Active(file):     980540 kB
Inactive(file):  5565988 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6044 kB
Writeback:            24 kB
AnonPages:        371432 kB
Mapped:           107600 kB
Shmem:             45908 kB
KReclaimable:     228868 kB
Slab:             356072 kB
SReclaimable:     228868 kB
SUnreclaim:       127204 kB
KernelStack:        3948 kB
PageTables:         9360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     727404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68960 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      273108 kB
DirectMap2M:    28860416 kB
DirectMap1G:    106954752 kB

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