Trace number 4451611

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.14 3549.51

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v101-n3.opb
MD5SUMff2431c9aac399448d9270c6fef4de20
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.378551
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables303
Total number of constraints101
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4451611-1721428681.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.19	c ... done. Wall clock time 0.028s.
0.14/0.19	c declared #vars     303
0.14/0.19	c #constraints  202
0.14/0.19	c constraints type 
0.14/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 101
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 101
0.14/0.19	c 202 constraints processed.
10.05/7.11	c cleaning 2500 clauses out of 5000 with flag 0/5000
19.67/16.43	c cleaning 4247 clauses out of 8503 with flag 0/11003
29.23/25.89	c cleaning 5629 clauses out of 11257 with flag 0/18004
41.44/37.84	c cleaning 6814 clauses out of 13627 with flag 0/26003
53.36/49.53	c cleaning 7905 clauses out of 15810 with flag 0/35000
64.93/60.87	c cleaning 8946 clauses out of 17907 with flag 0/45002
78.74/74.34	c cleaning 9972 clauses out of 19959 with flag 0/56000
94.42/89.65	c cleaning 10996 clauses out of 21991 with flag 0/68004
111.95/106.84	c cleaning 12000 clauses out of 23999 with flag 0/81008
133.49/127.98	c cleaning 12995 clauses out of 25991 with flag 0/95000
152.85/146.80	c cleaning 14000 clauses out of 28000 with flag 0/110004
174.15/167.64	c cleaning 14996 clauses out of 29997 with flag 0/126001
204.68/197.54	c cleaning 15999 clauses out of 32001 with flag 0/143001
237.07/229.32	c cleaning 17003 clauses out of 34006 with flag 0/161005
273.69/265.21	c cleaning 18006 clauses out of 36012 with flag 0/180014
311.47/302.72	c cleaning 18991 clauses out of 37992 with flag 0/200000
355.04/345.57	c cleaning 19999 clauses out of 40001 with flag 0/221000
400.03/390.06	c cleaning 21000 clauses out of 42007 with flag 0/243005
440.40/429.93	c cleaning 21996 clauses out of 44003 with flag 0/266001
490.15/479.23	c cleaning 23004 clauses out of 46009 with flag 0/290003
543.03/531.78	c cleaning 23993 clauses out of 48003 with flag 0/315001
605.45/593.62	c cleaning 25006 clauses out of 50012 with flag 0/341003
669.81/656.88	c cleaning 26000 clauses out of 52004 with flag 0/368001
732.48/718.76	c cleaning 27004 clauses out of 54007 with flag 0/396004
824.90/810.20	c cleaning 27992 clauses out of 56000 with flag 0/425001
905.47/889.82	c cleaning 29002 clauses out of 58011 with flag 0/455004
995.96/979.11	c cleaning 30003 clauses out of 60016 with flag 0/486011
1096.32/1078.54	c cleaning 31004 clauses out of 62012 with flag 0/518010
1191.78/1172.55	c cleaning 31996 clauses out of 63999 with flag 0/551001
1273.12/1252.99	c cleaning 33003 clauses out of 66005 with flag 0/585003
1351.13/1329.61	c cleaning 33995 clauses out of 67999 with flag 0/620000
1440.37/1417.50	c cleaning 34998 clauses out of 70004 with flag 0/656000
1527.79/1503.42	c cleaning 35998 clauses out of 72008 with flag 0/693002
1620.06/1593.71	c cleaning 36990 clauses out of 74010 with flag 0/731002
1689.91/1662.66	c cleaning 38007 clauses out of 76021 with flag 0/770003
1780.72/1751.97	c cleaning 39005 clauses out of 78015 with flag 0/810004
1903.01/1873.12	c cleaning 39998 clauses out of 80006 with flag 0/851000
2021.01/1989.84	c cleaning 40999 clauses out of 82011 with flag 0/893003
2141.07/2108.42	c cleaning 42002 clauses out of 84012 with flag 0/936003
2275.42/2241.75	c cleaning 43007 clauses out of 86014 with flag 0/980007
2411.35/2376.07	c cleaning 43998 clauses out of 88000 with flag 0/1025000
2555.41/2517.80	c cleaning 44998 clauses out of 90008 with flag 0/1071006
2718.35/2678.95	c cleaning 46000 clauses out of 92012 with flag 0/1118008
2869.71/2828.88	c cleaning 47004 clauses out of 94008 with flag 0/1166004
3041.62/2998.85	c cleaning 47999 clauses out of 96000 with flag 0/1215000
3211.53/3166.91	c cleaning 49002 clauses out of 98006 with flag 0/1265005
3371.28/3324.61	c cleaning 50000 clauses out of 100003 with flag 0/1316004
3503.40/3454.53	c cleaning 50997 clauses out of 102005 with flag 0/1368006
3600.00/3549.41	c starts		: 1364
3600.00/3549.41	c timeout
3600.00/3549.42	c conflicts		: 1403663
3600.00/3549.42	c decisions		: 1573813
3600.00/3549.42	c propagations		: 20977112
3600.00/3549.42	c inspects		: 3443105157
3600.00/3549.42	c shortcuts		: 0
3600.00/3549.42	c learnt literals	: 0
3600.00/3549.42	c learnt binary clauses	: 0
3600.00/3549.42	c learnt ternary clauses	: 0
3600.00/3549.42	c learnt constraints	: 1403662
3600.00/3549.42	c ignored constraints	: 0
3600.00/3549.42	c root simplifications	: 0
3600.00/3549.42	c removed literals (reason simplification)	: 0
3600.00/3549.42	c reason swapping (by a shorter reason)	: 0
3600.00/3549.42	c Calls to reduceDB	: 48
3600.00/3549.42	c Number of update (reduction) of LBD	: 1076710
3600.00/3549.42	c Imported unit clauses	: 0
3600.00/3549.42	c No decision after first conflict	: false
3600.00/3549.42	c number of reductions to clauses (during analyze)	: 0
3600.00/3549.42	c number of learned constraints concerned by reduction	: 0
3600.00/3549.42	c number of learning phase by resolution	: 0
3600.00/3549.42	c number of learning phase by cutting planes	: 0
3600.00/3549.42	c number of rounding to 1 operations	: 0
3600.00/3549.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3549.42	c number of reductions of the coefficients by power 2 	: 0
3600.00/3549.42	c number of right shift for reduction by power 2 	: 0
3600.00/3549.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3549.42	c number of ending skipping 	: 0
3600.00/3549.42	c number of internal skipping 	: 0
3600.00/3549.42	c number of derivation steps 	: 13063328
3600.00/3549.42	c number of skipped derivation steps 	: 0
3600.00/3549.42	c number of remaining unassigned 	: 16865
3600.00/3549.42	c number of remaining assigned 	: 686759177
3600.00/3549.42	c number of falsified literals weakened from reason	: 0
3600.00/3549.42	c number of falsified literals weakened from conflict	: 0
3600.00/3549.42	c time for arithmetic operations	: 4866134098
3600.00/3549.43	c minimum degree of deleted constraints	: 1
3600.00/3549.43	c maximum degree of deleted constraints	: 465507825
3600.00/3549.43	c number of deleted constraints	: 1316998
3600.00/3549.43	c speed (assignments/second)	: 5910.30594411259
3600.00/3549.43	c non guided choices	: 83
3600.00/3549.48	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 41
3600.00/3549.49	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 86623
3600.00/3549.49	s UNKNOWN
3600.00/3549.49	c Total wall clock time (in seconds): 3549.334

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=1026622, runsolver pid=1026619

[startup+0.100082 s]*
/proc/loadavg: 4.12 4.25 4.31 5/328 1026642
/proc/meminfo: memFree=119057124/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=18975048 memory=65548 CPUtime=0.14 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 7225 0 0 0 12 2 0 0 20 0 18 0 195032987 19430449152 16387 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4743762 16387 5705 1 0 549358 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 5766 0 0 0 7 1 0 0 20 0 18 0 195032987 19430449152 16387 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195032990 19430449152 16387 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=18975048 memory=14979970577492358 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 195032990 19430449152 16387 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65548 KiB

[startup+0.218127 s]*
/proc/loadavg: 4.27 4.28 4.32 8/329 1026643
/proc/meminfo: memFree=119050284/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19041612 memory=73748 CPUtime=0.35 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 7847 0 0 0 33 2 0 0 20 0 19 0 195032987 19498610688 18437 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4760403 18437 5733 1 0 549994 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19041612 memory=6876556183782621315 CPUtime=0.19 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 6091 0 0 0 18 1 0 0 20 0 19 0 195032987 19498610688 18437 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19041612 memory=17986 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 195032990 19498610688 18437 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19041612 memory=13855165887284967 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 195032990 19498610688 18437 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 195033006 19498610688 18437 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73748 KiB

[startup+0.311126 s]*
/proc/loadavg: 4.27 4.28 4.32 7/329 1026643
/proc/meminfo: memFree=119036904/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19041612 memory=83288 CPUtime=0.51 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 8125 0 0 0 49 2 0 0 20 0 19 0 195032987 19498610688 20822 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4760403 20822 5856 1 0 550102 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19041612 memory=-7380376671889418849 CPUtime=0.26 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 6116 0 0 0 25 1 0 0 20 0 19 0 195032987 19498610688 20822 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 195032990 19498610688 20822 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 195032990 19498610688 20822 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 195033006 19498610688 20822 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 83288 KiB

[startup+0.705129 s]
/proc/loadavg: 4.27 4.28 4.32 7/329 1026643
/proc/meminfo: memFree=118961088/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19108176 memory=173928 CPUtime=1.28 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 11923 0 0 0 123 5 0 0 20 0 20 0 195032987 19566772224 43482 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4777044 43482 5872 1 0 552866 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19108176 memory=46320 CPUtime=0.61 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 6177 0 0 0 58 3 0 0 20 0 20 0 195032987 19566772224 43482 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 43482 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19108176 memory=2280 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 43482 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19108176 memory=5528 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195033006 19566772224 43482 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173928 KiB

[startup+1.50514 s]
/proc/loadavg: 4.27 4.28 4.32 6/330 1026644
/proc/meminfo: memFree=118921544/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19108176 memory=320220 CPUtime=2.86 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 26905 0 0 0 277 9 0 0 20 0 20 0 195032987 19566772224 80055 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4777044 80055 5872 1 0 557577 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19108176 memory=13072 CPUtime=1.38 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 6549 0 0 0 133 5 0 0 20 0 20 0 195032987 19566772224 80055 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 80055 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19108176 memory=2280 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 80055 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19108176 memory=5528 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195033006 19566772224 80055 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 320220 KiB

[startup+3.10613 s]
/proc/loadavg: 4.27 4.28 4.32 5/330 1026644
/proc/meminfo: memFree=118356992/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19108176 memory=801040 CPUtime=5.85 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 29551 0 0 0 567 18 0 0 20 0 20 0 195032987 19566772224 200260 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4777044 200260 5904 1 0 558424 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19108176 memory=0 CPUtime=2.95 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 7311 0 0 0 281 14 0 0 20 0 20 0 195032987 19566772224 200260 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19108176 memory=-7380376671889418849 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 200260 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 200260 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19108176 memory=2280 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195033006 19566772224 200260 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 801040 KiB

[startup+6.30114 s]
/proc/loadavg: 4.25 4.28 4.32 5/330 1026644
/proc/meminfo: memFree=118215144/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19108176 memory=891248 CPUtime=9.14 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 30211 0 0 0 894 20 0 0 20 0 20 0 195032987 19566772224 222812 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4777044 222812 5904 1 0 558426 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19108176 memory=2280 CPUtime=6.03 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 7344 0 0 0 588 15 0 0 20 0 20 0 195032987 19566772224 222812 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 222812 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 222812 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195033006 19566772224 222812 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 9.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 891248 KiB

[startup+12.7011 s]
/proc/loadavg: 4.23 4.27 4.32 6/330 1026645
/proc/meminfo: memFree=117215488/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19108176 memory=2146716 CPUtime=15.77 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 32531 0 0 0 1532 45 0 0 20 0 20 0 195032987 19566772224 536679 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4777044 536679 5904 1 0 779863 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19108176 memory=13072 CPUtime=12.25 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 8991 0 0 0 1186 39 0 0 20 0 20 0 195032987 19566772224 536679 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19108176 memory=1276504 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 536679 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19108176 memory=46320 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 536679 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195033006 19566772224 536679 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 15.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2146716 KiB

[startup+25.5003 s]
/proc/loadavg: 4.27 4.28 4.32 5/330 1026647
/proc/meminfo: memFree=116864540/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19108176 memory=2169416 CPUtime=28.93 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 37797 0 0 0 2846 47 0 0 20 0 20 0 195032987 19566772224 542354 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4777044 542354 5904 1 0 781035 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19108176 memory=6944656574621848725 CPUtime=24.71 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 10866 0 0 0 2432 39 0 0 20 0 20 0 195032987 19566772224 542354 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19108176 memory=11444 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 542354 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19108176 memory=3461 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 542354 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195033006 19566772224 542354 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 28.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2169416 KiB

[startup+51.1059 s]
/proc/loadavg: 4.24 4.27 4.32 5/330 1026652
/proc/meminfo: memFree=116744944/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19108176 memory=2214724 CPUtime=54.96 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 42767 0 0 0 5446 50 0 0 20 0 20 0 195032987 19566772224 553681 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4777044 553681 5904 1 0 781037 0

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

/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902446 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19108176 memory=3609784 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 3585 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902446 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19108176 memory=140247863105226 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195033006 19566772224 902446 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 3206.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3609784 KiB

[startup+3222.3 s]
/proc/loadavg: 3.23 3.91 4.10 3/283 1028491
/proc/meminfo: memFree=122739512/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19108176 memory=3609844 CPUtime=3267.64 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 336826 0 0 0 326509 255 0 0 20 0 20 0 195032987 19566772224 902461 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4777044 902461 5949 1 0 915637 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19108176 memory=3602536 CPUtime=3141.98 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 156035 0 0 0 314127 71 0 0 20 0 20 0 195032987 19566772224 902461 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19108176 memory=3602536 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902461 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19108176 memory=-7380376671889418849 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 3685 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902461 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19108176 memory=3609808 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195033006 19566772224 902461 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 3267.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3609844 KiB

[startup+3282.3 s]
/proc/loadavg: 1.99 3.45 3.92 2/256 1028534
/proc/meminfo: memFree=125337900/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19108176 memory=3609852 CPUtime=3328.48 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 341313 0 0 0 332589 259 0 0 20 0 20 0 195032987 19566772224 902463 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4777044 902463 5949 1 0 915637 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19108176 memory=3609844 CPUtime=3200.7 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 158719 0 0 0 319999 71 0 0 20 0 20 0 195032987 19566772224 902463 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902463 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19108176 memory=3609852 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 3685 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902463 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19108176 memory=3609852 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195033006 19566772224 902463 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 3328.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3609852 KiB

[startup+3342.3 s]
/proc/loadavg: 1.47 3.03 3.75 2/255 1028546
/proc/meminfo: memFree=125337668/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19108176 memory=3609864 CPUtime=3389.27 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 346448 0 0 0 338665 262 0 0 20 0 20 0 195032987 19566772224 902466 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4777044 902466 5949 1 0 915637 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19108176 memory=3609864 CPUtime=3259.54 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 161434 0 0 0 325882 72 0 0 20 0 20 0 195032987 19566772224 902466 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19108176 memory=3609860 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902466 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19108176 memory=46816 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 3779 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902466 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195033006 19566772224 902466 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 3389.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3609864 KiB

[startup+3402.3 s]
/proc/loadavg: 1.23 2.68 3.58 2/255 1028558
/proc/meminfo: memFree=125337172/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19108176 memory=3610060 CPUtime=3450.37 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 351449 0 0 0 344771 266 0 0 20 0 20 0 195032987 19566772224 902515 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4777044 902515 5949 1 0 915637 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19108176 memory=3609936 CPUtime=3317.93 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 164614 0 0 0 331721 72 0 0 20 0 20 0 195032987 19566772224 902515 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19108176 memory=2305 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902515 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19108176 memory=3609988 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 3827 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902515 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19108176 memory=11444 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195033006 19566772224 902515 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 3450.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3610060 KiB

[startup+3462.3 s]
/proc/loadavg: 1.29 2.42 3.43 2/252 1028568
/proc/meminfo: memFree=125336804/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19108176 memory=3610108 CPUtime=3511.31 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 353275 0 0 0 350863 268 0 0 20 0 20 0 195032987 19566772224 902527 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4777044 902527 5949 1 0 915637 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19108176 memory=3610080 CPUtime=3376.43 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 165851 0 0 0 337571 72 0 0 20 0 20 0 195032987 19566772224 902527 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19108176 memory=11444 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902527 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19108176 memory=3610108 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 3920 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902527 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19108176 memory=46816 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195033006 19566772224 902527 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 3511.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3610108 KiB

[startup+3522.3 s]
/proc/loadavg: 1.17 2.17 3.28 2/252 1028578
/proc/meminfo: memFree=125336128/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19108176 memory=3610384 CPUtime=3572.47 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 358126 0 0 0 356974 273 0 0 20 0 20 0 195032987 19566772224 902596 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4777044 902596 5949 1 0 915710 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19108176 memory=3610108 CPUtime=3434.92 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 168970 0 0 0 343420 72 0 0 20 0 20 0 195032987 19566772224 902596 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19108176 memory=3610100 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902596 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19108176 memory=11444 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 3998 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902596 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19108176 memory=3610384 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195033006 19566772224 902596 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 3572.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3610384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3549.4 s]
/proc/loadavg: 1.11 2.08 3.22 2/252 1028582
/proc/meminfo: memFree=125336064/131524600 swapFree=131071996/131071996
[pid=1026622] ppid=1026619 vsize=19108176 memory=3610532 CPUtime=3600 cores=1,3
/proc/1026622/stat : 1026622 (java) S 1026619 1026622 1021642 0 -1 1077936128 362289 0 0 0 359725 275 0 0 20 0 20 0 195032987 19566772224 902633 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
/proc/1026622/statm: 4777044 902633 5949 1 0 915710 0
[pid=1026622/tid=1026624] ppid=1026619 vsize=19108176 memory=19996 CPUtime=3461.34 cores=1,3
/proc/1026622/task/1026624/stat : 1026624 (java) R 1026619 1026622 1021642 0 -1 4194368 171488 0 0 0 346062 72 0 0 20 0 20 0 195032987 19566772224 902633 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026635] ppid=1026619 vsize=19108176 memory=6848 CPUtime=0 cores=1,3
/proc/1026622/task/1026635/stat : 1026635 (Finalizer) S 1026619 1026622 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902633 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026642] ppid=1026619 vsize=19108176 memory=7200 CPUtime=0 cores=1,3
/proc/1026622/task/1026642/stat : 1026642 (Common-Cleaner) S 1026619 1026622 1021642 0 -1 1077936192 4076 0 0 0 0 0 0 0 20 0 20 0 195032990 19566772224 902633 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
[pid=1026622/tid=1026643] ppid=1026619 vsize=19108176 memory=28352 CPUtime=0 cores=1,3
/proc/1026622/task/1026643/stat : 1026643 (Timer-0) S 1026619 1026622 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195033006 19566772224 902633 134679101440 94057677463552 94057677467248 140728080295840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94057677475064 94057677475856 94057705771008 140728080303091 140728080303199 140728080303199 140728080310216 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3610532 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.37 s, system=2.76902 s

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

[startup+3549.5 s]*
/proc/loadavg: 1.11 2.08 3.22 3/234 1028585
/proc/meminfo: memFree=128858952/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3549.51
CPU time (s): 3600.14
CPU user time (s): 3597.37
CPU system time (s): 2.76902
CPU usage (%): 101.426
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3610532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.37
system time used= 2.76902
maximum resident set size= 3612048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366294
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147301
involuntary context switches= 17633


# summary of solver processes directly reported to runsolver:
#   pid: 1026622
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3597.37
#   total CPU system time (s): 2.76902

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.65088 second user time and 18.9304 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-20 00:38:14
IDJOB=4451611
IDBENCH=162590
IDSOLVER=3052
FILE ID=nodeC024/4451611-1721428681
RUNJOBID= nodeC024-1721421240-1021654
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/rand6reg/normalized-rand6reg-v101-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451611-1721428681/watcher-4451611-1721428681 -o /tmp/evaluation-result-4451611-1721428681/solver-4451611-1721428681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721421240-1021654 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451611-1721428681.opb

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

MD5SUM BENCH= ff2431c9aac399448d9270c6fef4de20
RANDOM SEED=150342636

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		: 3667.200
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		: 3619.087
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		: 3599.959
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		: 3660.426
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		: 3667.226
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		: 3678.454
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		: 3600.036
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		: 3633.580
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:        119101480 kB
MemAvailable:   119864784 kB
Buffers:          535204 kB
Cached:          1072628 kB
SwapCached:            0 kB
Active:          1027788 kB
Inactive:       10762836 kB
Active(anon):       1540 kB
Inactive(anon): 10227148 kB
Active(file):    1026248 kB
Inactive(file):   535688 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               740 kB
Writeback:             0 kB
AnonPages:      10182720 kB
Mapped:           127388 kB
Shmem:             45912 kB
KReclaimable:      82032 kB
Slab:             193812 kB
SReclaimable:      82032 kB
SUnreclaim:       111780 kB
KernelStack:        5008 kB
PageTables:        30064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11203068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70912 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9857024 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= 890084 MiB
End job on nodeC024 at 2024-07-20 01:37:24