Trace number 4451551

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 3545.99

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l060-r059-n1.opb
MD5SUMf51b92e6ea4641775f90070f7fcfd036
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 benchmark122.746
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3282
Total number of constraints6986
Number of constraints which are clauses5892
Number of constraints which are cardinality constraints (but not clauses)1094
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4451551-1721428342.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.33/0.30	c ... done. Wall clock time 0.153s.
0.52/0.32	c declared #vars     3282
0.52/0.32	c #constraints  8080
0.52/0.32	c constraints type 
0.52/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5892
0.52/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1094
0.52/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1094
0.52/0.32	c 8080 constraints processed.
4.25/2.25	c cleaning 2479 clauses out of 5000 with flag 0/5000
8.45/4.85	c cleaning 4257 clauses out of 8521 with flag 0/11000
12.24/8.52	c cleaning 5630 clauses out of 11264 with flag 0/18000
17.52/13.58	c cleaning 6814 clauses out of 13634 with flag 0/26000
24.32/20.08	c cleaning 7907 clauses out of 15820 with flag 0/35000
32.93/28.66	c cleaning 8950 clauses out of 17913 with flag 0/45000
42.95/38.69	c cleaning 9979 clauses out of 19966 with flag 0/56003
55.60/51.19	c cleaning 10986 clauses out of 21986 with flag 0/68002
72.11/67.46	c cleaning 12000 clauses out of 24000 with flag 0/81002
89.30/84.23	c cleaning 12993 clauses out of 25999 with flag 0/95001
108.85/103.38	c cleaning 14000 clauses out of 28005 with flag 0/110000
132.25/126.24	c cleaning 15001 clauses out of 30006 with flag 0/126001
159.65/153.08	c cleaning 15998 clauses out of 32004 with flag 0/143000
191.13/183.71	c cleaning 17002 clauses out of 34006 with flag 0/161000
225.35/217.48	c cleaning 17999 clauses out of 36005 with flag 0/180001
264.36/255.84	c cleaning 19000 clauses out of 38006 with flag 0/200001
306.25/297.16	c cleaning 20000 clauses out of 40007 with flag 0/221002
348.16/338.26	c cleaning 21001 clauses out of 42007 with flag 0/243002
394.61/384.04	c cleaning 21998 clauses out of 44004 with flag 0/266000
451.86/440.68	c cleaning 23002 clauses out of 46011 with flag 0/290005
511.60/499.52	c cleaning 23999 clauses out of 48004 with flag 0/315000
574.49/561.68	c cleaning 24998 clauses out of 50005 with flag 0/341000
636.68/622.67	c cleaning 25999 clauses out of 52007 with flag 0/368000
714.89/699.88	c cleaning 27003 clauses out of 54009 with flag 0/396001
798.60/782.26	c cleaning 27998 clauses out of 56005 with flag 0/425000
880.66/862.97	c cleaning 28993 clauses out of 58007 with flag 0/455000
959.61/940.45	c cleaning 29998 clauses out of 60015 with flag 0/486001
1041.67/1021.18	c cleaning 31004 clauses out of 62016 with flag 0/518000
1130.20/1108.71	c cleaning 32004 clauses out of 64014 with flag 0/551002
1221.27/1198.76	c cleaning 33002 clauses out of 66009 with flag 0/585001
1322.87/1298.73	c cleaning 33999 clauses out of 68006 with flag 0/620000
1434.97/1409.06	c cleaning 35002 clauses out of 70007 with flag 0/656000
1549.26/1522.00	c cleaning 36000 clauses out of 72005 with flag 0/693000
1674.95/1645.65	c cleaning 37000 clauses out of 74007 with flag 0/731002
1798.02/1767.14	c cleaning 37997 clauses out of 76005 with flag 0/770000
1934.77/1902.12	c cleaning 39002 clauses out of 78008 with flag 0/810000
2078.45/2044.39	c cleaning 40000 clauses out of 80006 with flag 0/851000
2219.72/2183.82	c cleaning 41001 clauses out of 82007 with flag 0/893001
2373.66/2335.31	c cleaning 41998 clauses out of 84005 with flag 0/936000
2552.45/2512.01	c cleaning 43001 clauses out of 86008 with flag 0/980001
2727.10/2684.31	c cleaning 44001 clauses out of 88007 with flag 0/1025001
2924.60/2879.69	c cleaning 44999 clauses out of 90005 with flag 0/1071000
3124.52/3077.33	c cleaning 46001 clauses out of 92008 with flag 0/1118002
3321.22/3271.31	c cleaning 46999 clauses out of 94005 with flag 0/1166000
3531.38/3478.63	c cleaning 48002 clauses out of 96007 with flag 0/1215001
3600.01/3545.91	c starts		: 6960
3600.01/3545.92	c timeout
3600.01/3545.92	c conflicts		: 1239670
3600.01/3545.92	c decisions		: 2570485
3600.01/3545.92	c propagations		: 347227140
3600.01/3545.92	c inspects		: 6601726525
3600.01/3545.92	c shortcuts		: 0
3600.01/3545.92	c learnt literals	: 0
3600.01/3545.92	c learnt binary clauses	: 0
3600.01/3545.92	c learnt ternary clauses	: 2694
3600.01/3545.92	c learnt constraints	: 1239669
3600.01/3545.92	c ignored constraints	: 0
3600.01/3545.92	c root simplifications	: 0
3600.01/3545.92	c removed literals (reason simplification)	: 0
3600.01/3545.92	c reason swapping (by a shorter reason)	: 0
3600.01/3545.92	c Calls to reduceDB	: 45
3600.01/3545.92	c Number of update (reduction) of LBD	: 1171083
3600.01/3545.92	c Imported unit clauses	: 0
3600.01/3545.92	c No decision after first conflict	: false
3600.01/3545.92	c number of reductions to clauses (during analyze)	: 0
3600.01/3545.92	c number of learned constraints concerned by reduction	: 0
3600.01/3545.92	c number of learning phase by resolution	: 0
3600.01/3545.92	c number of learning phase by cutting planes	: 0
3600.01/3545.92	c number of rounding to 1 operations	: 0
3600.01/3545.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3545.92	c number of reductions of the coefficients by power 2 	: 0
3600.01/3545.92	c number of right shift for reduction by power 2 	: 0
3600.01/3545.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3545.92	c number of ending skipping 	: 0
3600.01/3545.92	c number of internal skipping 	: 0
3600.01/3545.92	c number of derivation steps 	: 44874153
3600.01/3545.92	c number of skipped derivation steps 	: 0
3600.01/3545.92	c number of remaining unassigned 	: 37045
3600.01/3545.92	c number of remaining assigned 	: 362881009
3600.01/3545.92	c number of falsified literals weakened from reason	: 0
3600.01/3545.92	c number of falsified literals weakened from conflict	: 0
3600.01/3545.92	c time for arithmetic operations	: 4574749725
3600.01/3545.92	c minimum degree of deleted constraints	: 1
3600.01/3545.92	c maximum degree of deleted constraints	: 6822720
3600.01/3545.92	c number of deleted constraints	: 1166996
3600.01/3545.92	c speed (assignments/second)	: 97931.70418024568
3600.01/3545.92	c non guided choices	: 11427
3600.01/3545.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 15017
3600.01/3545.97	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 57656
3600.01/3545.97	s UNKNOWN
3600.01/3545.97	c Total wall clock time (in seconds): 3545.821

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451551-1721428342/watcher-4451551-1721428342 -o /tmp/evaluation-result-4451551-1721428342/solver-4451551-1721428342 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721421240-1021652 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451551-1721428342.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=1026429, runsolver pid=1026426

[startup+0.10034 s]*
/proc/loadavg: 4.26 4.37 4.36 8/333 1026447
/proc/meminfo: memFree=119012080/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=18975048 memory=64572 CPUtime=0.13 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 7234 0 0 0 12 1 0 0 20 0 18 0 194999141 19430449152 16143 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4743762 16143 5521 1 0 549357 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 1078198336 5762 0 0 0 8 1 0 0 20 0 18 0 194999141 19430449152 16143 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194999143 19430449152 16143 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=18975048 memory=14979970577492358 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194999144 19430449152 16143 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64572 KiB

[startup+0.206359 s]*
/proc/loadavg: 4.26 4.37 4.36 6/333 1026447
/proc/meminfo: memFree=118968404/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=18975048 memory=109016 CPUtime=0.33 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 7812 0 0 0 30 3 0 0 20 0 18 0 194999141 19430449152 27254 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4743762 27254 5836 1 0 549715 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 1077936192 6047 0 0 0 16 2 0 0 20 0 18 0 194999141 19430449152 27254 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=18975048 memory=17986 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194999143 19430449152 27254 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=18975048 memory=13855165887284967 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194999144 19430449152 27254 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 109016 KiB

[startup+0.309567 s]*
/proc/loadavg: 4.26 4.37 4.36 6/334 1026448
/proc/meminfo: memFree=118914652/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19041612 memory=162808 CPUtime=0.52 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 9487 0 0 0 48 4 0 0 20 0 19 0 194999141 19498610688 40702 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4760403 40702 5852 1 0 551004 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19041612 memory=-7380376671889615203 CPUtime=0.27 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 6095 0 0 0 24 3 0 0 20 0 19 0 194999141 19498610688 40702 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194999143 19498610688 40702 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194999144 19498610688 40702 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162808 KiB

[startup+0.701239 s]
/proc/loadavg: 4.26 4.37 4.36 7/335 1026449
/proc/meminfo: memFree=118903124/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=209492 CPUtime=1.28 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 10965 0 0 0 122 6 0 0 20 0 20 0 194999141 19566772224 52373 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 52373 5852 1 0 552045 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=5516 CPUtime=0.58 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 6192 0 0 0 55 3 0 0 20 0 20 0 194999141 19566772224 52373 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=13072 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 52373 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19108176 memory=164 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194999144 19566772224 52373 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026449] ppid=1026426 vsize=19108176 memory=117636 CPUtime=0 cores=0,2
/proc/1026429/task/1026449/stat : 1026449 (Timer-0) S 1026426 1026429 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999172 19566772224 52373 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 209492 KiB

[startup+1.50109 s]
/proc/loadavg: 4.26 4.37 4.36 7/335 1026449
/proc/meminfo: memFree=118862900/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=353520 CPUtime=2.86 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 18120 0 0 0 277 9 0 0 20 0 20 0 194999141 19566772224 88380 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 88380 5852 1 0 553981 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=13072 CPUtime=1.34 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 6568 0 0 0 128 6 0 0 20 0 20 0 194999141 19566772224 88380 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 88380 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194999144 19566772224 88380 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026449] ppid=1026426 vsize=19108176 memory=280032136307984 CPUtime=0 cores=0,2
/proc/1026429/task/1026449/stat : 1026449 (Timer-0) S 1026426 1026429 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999172 19566772224 88380 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 353520 KiB

[startup+3.10608 s]
/proc/loadavg: 4.26 4.37 4.36 5/313 1026466
/proc/meminfo: memFree=122217504/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=1067548 CPUtime=6.04 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 25792 0 0 0 581 23 0 0 20 0 20 0 194999141 19566772224 266887 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 266887 5852 1 0 556675 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=0 CPUtime=2.93 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 8808 0 0 0 274 19 0 0 20 0 20 0 194999141 19566772224 266887 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=13072 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 266887 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194999144 19566772224 266887 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026449] ppid=1026426 vsize=19108176 memory=11444 CPUtime=0 cores=0,2
/proc/1026429/task/1026449/stat : 1026449 (Timer-0) S 1026426 1026429 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999172 19566772224 266887 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 6.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1067548 KiB

[startup+6.30024 s]
/proc/loadavg: 4.48 4.41 4.37 7/335 1026517
/proc/meminfo: memFree=121604168/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=1322588 CPUtime=10.01 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 26773 0 0 0 972 29 0 0 20 0 20 0 194999141 19566772224 330647 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 330647 5852 1 0 556677 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=13072 CPUtime=6.04 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 9060 0 0 0 580 24 0 0 20 0 20 0 194999141 19566772224 330647 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 330647 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19108176 memory=396528 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 194999144 19566772224 330647 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026449] ppid=1026426 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1026429/task/1026449/stat : 1026449 (Timer-0) S 1026426 1026429 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999172 19566772224 330647 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 10.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1322588 KiB

[startup+12.7003 s]
/proc/loadavg: 4.44 4.40 4.37 5/335 1026519
/proc/meminfo: memFree=120961796/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=1343316 CPUtime=16.71 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 32476 0 0 0 1641 30 0 0 20 0 20 0 194999141 19566772224 335829 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 335829 5852 1 0 556677 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=0 CPUtime=12.33 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 10389 0 0 0 1209 24 0 0 20 0 20 0 194999141 19566772224 335829 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=2280 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 335829 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19108176 memory=46320 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 194999144 19566772224 335829 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026449] ppid=1026426 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1026429/task/1026449/stat : 1026449 (Timer-0) S 1026426 1026429 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999172 19566772224 335829 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 16.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343316 KiB

[startup+25.5011 s]
/proc/loadavg: 4.57 4.43 4.38 5/335 1026520
/proc/meminfo: memFree=119591900/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=1355140 CPUtime=29.83 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 42038 0 0 0 2951 32 0 0 20 0 20 0 194999141 19566772224 338785 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 338785 5852 1 0 557620 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=1322588 CPUtime=24.85 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 12067 0 0 0 2460 25 0 0 20 0 20 0 194999141 19566772224 338785 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=11444 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 338785 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19108176 memory=3761126037710585042 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 194999144 19566772224 338785 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026449] ppid=1026426 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1026429/task/1026449/stat : 1026449 (Timer-0) S 1026426 1026429 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999172 19566772224 338785 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 29.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1355140 KiB

[startup+51.1061 s]
/proc/loadavg: 4.52 4.43 4.38 5/334 1026526
/proc/meminfo: memFree=118887492/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=1806644 CPUtime=55.6 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 47808 0 0 0 5516 44 0 0 20 0 20 0 194999141 19566772224 451661 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 451661 5852 1 0 664147 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=13072 CPUtime=49.53 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 14480 0 0 0 4919 34 0 0 20 0 20 0 194999141 19566772224 451661 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=46320 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 451661 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0

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

/proc/meminfo: memFree=114443164/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=4158092 CPUtime=3271.74 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 335522 0 0 0 326913 261 0 0 20 0 20 0 194999141 19566772224 1039523 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 1039523 5884 1 0 1053670 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=3214980 CPUtime=3130.25 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 181092 0 0 0 312924 101 0 0 20 0 20 0 194999141 19566772224 1039523 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=4158088 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 1039523 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19108176 memory=4158092 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 3441 0 0 0 0 0 0 0 20 0 20 0 194999144 19566772224 1039523 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026449] ppid=1026426 vsize=19108176 memory=4158092 CPUtime=0 cores=0,2
/proc/1026429/task/1026449/stat : 1026449 (Timer-0) S 1026426 1026429 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999172 19566772224 1039523 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 3271.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158092 KiB

[startup+3282.3 s]
/proc/loadavg: 4.36 4.25 4.21 5/331 1028145
/proc/meminfo: memFree=114443044/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=4158116 CPUtime=3332.23 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 340862 0 0 0 332960 263 0 0 20 0 20 0 194999141 19566772224 1039529 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 1039529 5884 1 0 1053674 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=3214980 CPUtime=3188.57 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 184745 0 0 0 318756 101 0 0 20 0 20 0 194999141 19566772224 1039529 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=4158104 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 1039529 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19108176 memory=11444 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 3520 0 0 0 0 0 0 0 20 0 20 0 194999144 19566772224 1039529 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026449] ppid=1026426 vsize=19108176 memory=11444 CPUtime=0 cores=0,2
/proc/1026429/task/1026449/stat : 1026449 (Timer-0) S 1026426 1026429 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999172 19566772224 1039529 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 3332.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158116 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.21 4.20 7/334 1028327
/proc/meminfo: memFree=114442524/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=4158128 CPUtime=3393.22 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 345832 0 0 0 339056 266 0 0 20 0 20 0 194999141 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 1039532 5884 1 0 1053674 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=3214980 CPUtime=3247.01 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 188023 0 0 0 324599 102 0 0 20 0 20 0 194999141 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=4158116 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19108176 memory=4158116 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 3568 0 0 0 0 0 0 0 20 0 20 0 194999144 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026449] ppid=1026426 vsize=19108176 memory=4158116 CPUtime=0 cores=0,2
/proc/1026429/task/1026449/stat : 1026449 (Timer-0) S 1026426 1026429 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999172 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 3393.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158128 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.23 4.21 5/333 1028337
/proc/meminfo: memFree=114442468/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=4158128 CPUtime=3454.05 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 350732 0 0 0 345136 269 0 0 20 0 20 0 194999141 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 1039532 5884 1 0 1053674 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=3214980 CPUtime=3305.61 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 191148 0 0 0 330458 103 0 0 20 0 20 0 194999141 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=4158128 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19108176 memory=4158128 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 3647 0 0 0 0 0 0 0 20 0 20 0 194999144 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026449] ppid=1026426 vsize=19108176 memory=46816 CPUtime=0 cores=0,2
/proc/1026429/task/1026449/stat : 1026449 (Timer-0) S 1026426 1026429 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999172 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 3454.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158128 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.20 4.20 4/309 1028439
/proc/meminfo: memFree=118599652/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=4158128 CPUtime=3514.8 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 355742 0 0 0 351209 271 0 0 20 0 20 0 194999141 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 1039532 5884 1 0 1053674 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=3214980 CPUtime=3364.05 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 194416 0 0 0 336302 103 0 0 20 0 20 0 194999141 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=4158128 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19108176 memory=32188 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 3726 0 0 0 0 0 0 0 20 0 20 0 194999144 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026449] ppid=1026426 vsize=19108176 memory=4158128 CPUtime=0 cores=0,2
/proc/1026429/task/1026449/stat : 1026449 (Timer-0) S 1026426 1026429 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999172 19566772224 1039532 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 3514.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158128 KiB

[startup+3522.3 s]
/proc/loadavg: 3.73 4.08 4.16 4/309 1028450
/proc/meminfo: memFree=118592424/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=4158148 CPUtime=3575.9 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 360931 0 0 0 357315 275 0 0 20 0 20 0 194999141 19566772224 1039537 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 1039537 5884 1 0 1053681 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=3214980 CPUtime=3422.56 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 197869 0 0 0 342152 104 0 0 20 0 20 0 194999141 19566772224 1039537 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=4158148 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 1039537 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19108176 memory=-7380376671889615203 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 3774 0 0 0 0 0 0 0 20 0 20 0 194999144 19566772224 1039537 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026449] ppid=1026426 vsize=19108176 memory=4158148 CPUtime=0 cores=0,2
/proc/1026429/task/1026449/stat : 1026449 (Timer-0) S 1026426 1026429 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999172 19566772224 1039537 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 3575.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3545.9 s]
/proc/loadavg: 3.48 4.00 4.13 4/309 1028454
/proc/meminfo: memFree=118592292/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=4158152 CPUtime=3600.01 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 361752 0 0 0 359726 275 0 0 20 0 20 0 194999141 19566772224 1039538 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 1039538 5884 1 0 1053681 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=3214980 CPUtime=3445.4 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 198480 0 0 0 344436 104 0 0 20 0 20 0 194999141 19566772224 1039538 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=5516 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 1039538 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19108176 memory=46816 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 3853 0 0 0 0 0 0 0 20 0 20 0 194999144 19566772224 1039538 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026449] ppid=1026426 vsize=19108176 memory=-7380376671889615203 CPUtime=0 cores=0,2
/proc/1026429/task/1026449/stat : 1026449 (Timer-0) S 1026426 1026429 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999172 19566772224 1039538 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158152 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.38 s, system=2.77696 s

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

[startup+3545.9 s]
/proc/loadavg: 3.48 4.00 4.13 4/309 1028454
/proc/meminfo: memFree=118592292/131524600 swapFree=131071996/131071996
[pid=1026429] ppid=1026426 vsize=19108176 memory=4158152 CPUtime=3600.01 cores=0,2
/proc/1026429/stat : 1026429 (java) S 1026426 1026429 1021642 0 -1 1077936128 361752 0 0 0 359726 275 0 0 20 0 20 0 194999141 19566772224 1039538 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
/proc/1026429/statm: 4777044 1039538 5884 1 0 1053681 0
[pid=1026429/tid=1026431] ppid=1026426 vsize=19108176 memory=3214980 CPUtime=3445.4 cores=0,2
/proc/1026429/task/1026431/stat : 1026431 (java) R 1026426 1026429 1021642 0 -1 4194368 198480 0 0 0 344436 104 0 0 20 0 20 0 194999141 19566772224 1039538 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026440] ppid=1026426 vsize=19108176 memory=5516 CPUtime=0 cores=0,2
/proc/1026429/task/1026440/stat : 1026440 (Finalizer) S 1026426 1026429 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194999143 19566772224 1039538 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026447] ppid=1026426 vsize=19108176 memory=46816 CPUtime=0 cores=0,2
/proc/1026429/task/1026447/stat : 1026447 (Common-Cleaner) S 1026426 1026429 1021642 0 -1 1077936192 3853 0 0 0 0 0 0 0 20 0 20 0 194999144 19566772224 1039538 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
[pid=1026429/tid=1026449] ppid=1026426 vsize=19108176 memory=-7380376671889615203 CPUtime=0 cores=0,2
/proc/1026429/task/1026449/stat : 1026449 (Timer-0) S 1026426 1026429 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194999172 19566772224 1039538 134679101440 94667641155584 94667641159280 140723683048000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94667641167096 94667641167888 94667666436096 140723683054579 140723683054687 140723683054687 140723683061704 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158152 KiB

Child status: 143

Real time (s): 3545.99
CPU time (s): 3600.16
CPU user time (s): 3597.38
CPU system time (s): 2.77696
CPU usage (%): 101.528
Max. virtual memory (cumulated for all children) (KiB): 19110076
Max. memory (cumulated for all children) (KiB): 4158152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.38
system time used= 2.77696
maximum resident set size= 4158272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 152519
involuntary context switches= 35237


# summary of solver processes directly reported to runsolver:
#   pid: 1026429
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3597.38
#   total CPU system time (s): 2.77696

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.24599 second user time and 17.6491 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-20 00:32:35
IDJOB=4451551
IDBENCH=162581
IDSOLVER=3052
FILE ID=nodeC024/4451551-1721428342
RUNJOBID= nodeC024-1721421240-1021652
SLURM_JOB_ID= 7545498
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l060-r059-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451551-1721428342/watcher-4451551-1721428342 -o /tmp/evaluation-result-4451551-1721428342/solver-4451551-1721428342 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721421240-1021652 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451551-1721428342.opb

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

MD5SUM BENCH= f51b92e6ea4641775f90070f7fcfd036
RANDOM SEED=1058716149

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119056024 kB
MemAvailable:   119817840 kB
Buffers:          534792 kB
Cached:          1071268 kB
SwapCached:            0 kB
Active:          1027624 kB
Inactive:       10807808 kB
Active(anon):       1564 kB
Inactive(anon): 10273404 kB
Active(file):    1026060 kB
Inactive(file):   534404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               932 kB
Writeback:             0 kB
AnonPages:      10229048 kB
Mapped:           127780 kB
Shmem:             45912 kB
KReclaimable:      82000 kB
Slab:             194136 kB
SReclaimable:      82000 kB
SUnreclaim:       112136 kB
KernelStack:        5136 kB
PageTables:        29796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12256152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70912 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9936896 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      299732 kB
DirectMap2M:    36173824 kB
DirectMap1G:    99614720 kB

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