Trace number 4451491

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.17 3537.39

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l055-r054-n1.opb
MD5SUMf0e9fb7942cf170d68fd4efe40bdbadd
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 benchmark126.71
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2991
Total number of constraints6388
Number of constraints which are clauses5391
Number of constraints which are cardinality constraints (but not clauses)997
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 		2106806208
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-4451491-1721428294.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.51/0.31	c ... done. Wall clock time 0.156s.
0.51/0.31	c declared #vars     2991
0.51/0.31	c #constraints  7385
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5391
0.51/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 997
0.51/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 997
0.51/0.31	c 7385 constraints processed.
3.86/2.09	c cleaning 2494 clauses out of 5003 with flag 0/5003
8.06/4.96	c cleaning 4250 clauses out of 8507 with flag 0/11001
12.01/8.86	c cleaning 5625 clauses out of 11258 with flag 0/18002
17.28/13.78	c cleaning 6813 clauses out of 13632 with flag 0/26001
24.30/20.52	c cleaning 7905 clauses out of 15818 with flag 0/35000
33.19/29.10	c cleaning 8955 clauses out of 17915 with flag 0/45002
44.17/39.82	c cleaning 9973 clauses out of 19959 with flag 0/56001
58.43/53.82	c cleaning 10991 clauses out of 21985 with flag 0/68000
74.71/69.79	c cleaning 11997 clauses out of 23996 with flag 0/81002
93.96/88.57	c cleaning 12995 clauses out of 25997 with flag 0/95000
116.90/110.98	c cleaning 13997 clauses out of 28002 with flag 0/110000
142.28/135.73	c cleaning 15002 clauses out of 30008 with flag 0/126003
171.42/164.13	c cleaning 16000 clauses out of 32003 with flag 0/143000
203.68/195.67	c cleaning 16998 clauses out of 34003 with flag 0/161000
243.74/234.90	c cleaning 18002 clauses out of 36006 with flag 0/180001
286.75/277.37	c cleaning 19000 clauses out of 38004 with flag 0/200001
327.27/317.09	c cleaning 20000 clauses out of 40003 with flag 0/221000
375.44/364.37	c cleaning 21001 clauses out of 42004 with flag 0/243001
427.03/415.15	c cleaning 21995 clauses out of 44004 with flag 0/266002
488.11/475.22	c cleaning 23001 clauses out of 46007 with flag 0/290000
549.95/536.18	c cleaning 24002 clauses out of 48008 with flag 0/315002
615.44/600.48	c cleaning 24995 clauses out of 50004 with flag 0/341000
699.38/682.88	c cleaning 26001 clauses out of 52009 with flag 0/368000
774.91/757.11	c cleaning 27001 clauses out of 54011 with flag 0/396003
858.01/838.80	c cleaning 28001 clauses out of 56007 with flag 0/425000
944.99/924.05	c cleaning 29001 clauses out of 58007 with flag 0/455001
1018.64/996.24	c cleaning 30001 clauses out of 60006 with flag 0/486001
1107.12/1083.04	c cleaning 30995 clauses out of 62004 with flag 0/518000
1203.82/1178.05	c cleaning 32003 clauses out of 64010 with flag 0/551001
1311.00/1283.29	c cleaning 33001 clauses out of 66006 with flag 0/585000
1425.10/1395.44	c cleaning 33999 clauses out of 68005 with flag 0/620000
1552.21/1520.17	c cleaning 34998 clauses out of 70006 with flag 0/656000
1690.63/1656.71	c cleaning 36001 clauses out of 72010 with flag 0/693002
1815.97/1780.14	c cleaning 37004 clauses out of 74009 with flag 0/731002
1950.60/1912.62	c cleaning 37998 clauses out of 76003 with flag 0/770000
2100.34/2060.13	c cleaning 38997 clauses out of 78005 with flag 0/810000
2262.20/2219.62	c cleaning 39998 clauses out of 80008 with flag 0/851000
2425.72/2380.49	c cleaning 41003 clauses out of 82014 with flag 0/893004
2604.78/2556.90	c cleaning 41998 clauses out of 84008 with flag 0/936001
2793.30/2742.78	c cleaning 43002 clauses out of 86010 with flag 0/980001
2989.71/2936.38	c cleaning 44002 clauses out of 88007 with flag 0/1025000
3192.31/3136.03	c cleaning 45000 clauses out of 90006 with flag 0/1071001
3412.60/3353.33	c cleaning 46001 clauses out of 92007 with flag 0/1118002
3600.03/3537.32	c starts		: 5577
3600.03/3537.32	c timeout
3600.03/3537.32	c conflicts		: 1163944
3600.03/3537.32	c decisions		: 2082749
3600.03/3537.32	c propagations		: 314201842
3600.03/3537.32	c inspects		: 6451176978
3600.03/3537.32	c shortcuts		: 0
3600.03/3537.32	c learnt literals	: 0
3600.03/3537.32	c learnt binary clauses	: 0
3600.03/3537.32	c learnt ternary clauses	: 2403
3600.03/3537.32	c learnt constraints	: 1163943
3600.03/3537.32	c ignored constraints	: 0
3600.03/3537.32	c root simplifications	: 0
3600.03/3537.32	c removed literals (reason simplification)	: 0
3600.03/3537.32	c reason swapping (by a shorter reason)	: 0
3600.03/3537.32	c Calls to reduceDB	: 43
3600.03/3537.32	c Number of update (reduction) of LBD	: 1059840
3600.03/3537.32	c Imported unit clauses	: 0
3600.03/3537.32	c No decision after first conflict	: false
3600.03/3537.32	c number of reductions to clauses (during analyze)	: 0
3600.03/3537.32	c number of learned constraints concerned by reduction	: 0
3600.03/3537.32	c number of learning phase by resolution	: 0
3600.03/3537.32	c number of learning phase by cutting planes	: 0
3600.03/3537.32	c number of rounding to 1 operations	: 0
3600.03/3537.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3537.32	c number of reductions of the coefficients by power 2 	: 0
3600.03/3537.32	c number of right shift for reduction by power 2 	: 0
3600.03/3537.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3537.32	c number of ending skipping 	: 0
3600.03/3537.32	c number of internal skipping 	: 0
3600.03/3537.32	c number of derivation steps 	: 43636801
3600.03/3537.32	c number of skipped derivation steps 	: 0
3600.03/3537.32	c number of remaining unassigned 	: 46928
3600.03/3537.32	c number of remaining assigned 	: 356817840
3600.03/3537.32	c number of falsified literals weakened from reason	: 0
3600.03/3537.32	c number of falsified literals weakened from conflict	: 0
3600.03/3537.32	c time for arithmetic operations	: 5069999092
3600.03/3537.32	c minimum degree of deleted constraints	: 1
3600.03/3537.32	c maximum degree of deleted constraints	: 20446458
3600.03/3537.32	c number of deleted constraints	: 1071996
3600.03/3537.32	c speed (assignments/second)	: 88832.63853724998
3600.03/3537.32	c non guided choices	: 7297
3600.03/3537.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12476
3600.03/3537.37	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 79471
3600.03/3537.37	s UNKNOWN
3600.03/3537.37	c Total wall clock time (in seconds): 3537.218

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451491-1721428294/watcher-4451491-1721428294 -o /tmp/evaluation-result-4451491-1721428294/solver-4451491-1721428294 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721421037-1046943 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451491-1721428294.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100425 s]*
/proc/loadavg: 4.21 4.33 4.30 5/331 1052226
/proc/meminfo: memFree=117296132/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=18975048 memory=63580 CPUtime=0.13 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 7231 0 0 0 11 2 0 0 20 0 18 0 194991765 19430449152 15895 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4743762 15895 5718 1 0 549364 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 1078198336 5768 0 0 0 7 2 0 0 20 0 18 0 194991765 19430449152 15895 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194991768 19430449152 15895 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194991769 19430449152 15895 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63580 KiB

[startup+0.205837 s]*
/proc/loadavg: 4.21 4.33 4.30 8/331 1052226
/proc/meminfo: memFree=117252512/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=18975048 memory=102980 CPUtime=0.33 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 7808 0 0 0 30 3 0 0 20 0 18 0 194991765 19430449152 25745 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4743762 25745 5850 1 0 549723 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 6056 0 0 0 16 2 0 0 20 0 18 0 194991765 19430449152 25745 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=18975048 memory=1905144 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194991768 19430449152 25745 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194991769 19430449152 25745 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 102980 KiB

[startup+0.305783 s]*
/proc/loadavg: 4.21 4.33 4.30 7/332 1052227
/proc/meminfo: memFree=117188584/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19041612 memory=162408 CPUtime=0.51 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 9405 0 0 0 47 4 0 0 20 0 19 0 194991765 19498610688 40602 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4760403 40602 5850 1 0 551005 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19041612 memory=-7667762623111261029 CPUtime=0.26 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 6102 0 0 0 23 3 0 0 20 0 19 0 194991765 19498610688 40602 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194991768 19498610688 40602 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194991769 19498610688 40602 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162408 KiB

[startup+0.700647 s]
/proc/loadavg: 4.21 4.33 4.30 6/333 1052228
/proc/meminfo: memFree=117186568/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=186540 CPUtime=1.28 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 10522 0 0 0 123 5 0 0 20 0 20 0 194991765 19566772224 46635 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 46635 5850 1 0 551905 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=5628 CPUtime=0.65 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 6180 0 0 0 61 4 0 0 20 0 20 0 194991765 19566772224 46635 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 46635 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194991769 19566772224 46635 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052228] ppid=1052205 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/1052208/task/1052228/stat : 1052228 (Timer-0) S 1052205 1052208 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194991797 19566772224 46635 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186540 KiB

[startup+1.50055 s]
/proc/loadavg: 4.21 4.33 4.30 6/333 1052228
/proc/meminfo: memFree=117141280/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=372820 CPUtime=2.86 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 18622 0 0 0 276 10 0 0 20 0 20 0 194991765 19566772224 93205 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 93205 5850 1 0 554211 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=13124 CPUtime=1.39 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 6532 0 0 0 132 7 0 0 20 0 20 0 194991765 19566772224 93205 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 93205 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194991769 19566772224 93205 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052228] ppid=1052205 vsize=19108176 memory=279983146837264 CPUtime=0 cores=5,7
/proc/1052208/task/1052228/stat : 1052228 (Timer-0) S 1052205 1052208 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194991797 19566772224 93205 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 372820 KiB

[startup+3.10654 s]
/proc/loadavg: 4.27 4.34 4.31 5/333 1052230
/proc/meminfo: memFree=116540224/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=858200 CPUtime=5.76 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 26218 0 0 0 552 24 0 0 20 0 20 0 194991765 19566772224 214550 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 214550 5850 1 0 557101 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=0 CPUtime=2.96 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 8205 0 0 0 277 19 0 0 20 0 20 0 194991765 19566772224 214550 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 214550 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194991769 19566772224 214550 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052228] ppid=1052205 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1052208/task/1052228/stat : 1052228 (Timer-0) S 1052205 1052208 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194991797 19566772224 214550 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 858200 KiB

[startup+6.30028 s]
/proc/loadavg: 4.27 4.34 4.31 5/333 1052230
/proc/meminfo: memFree=116241920/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=1071756 CPUtime=9.49 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 27111 0 0 0 921 28 0 0 20 0 20 0 194991765 19566772224 267939 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 267939 5850 1 0 557105 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=13124 CPUtime=6.09 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 8392 0 0 0 586 23 0 0 20 0 20 0 194991765 19566772224 267939 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 267939 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19108176 memory=424128 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 194991769 19566772224 267939 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052228] ppid=1052205 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1052208/task/1052228/stat : 1052228 (Timer-0) S 1052205 1052208 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194991797 19566772224 267939 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 9.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1071756 KiB

[startup+12.7003 s]
/proc/loadavg: 4.25 4.34 4.30 5/333 1052230
/proc/meminfo: memFree=115936720/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=1343660 CPUtime=16.26 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 33436 0 0 0 1590 36 0 0 20 0 20 0 194991765 19566772224 335915 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 335915 5850 1 0 557105 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=0 CPUtime=12.38 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 9799 0 0 0 1209 29 0 0 20 0 20 0 194991765 19566772224 335915 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=-7667762623111261029 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 335915 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19108176 memory=2328 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 194991769 19566772224 335915 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052228] ppid=1052205 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1052208/task/1052228/stat : 1052228 (Timer-0) S 1052205 1052208 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194991797 19566772224 335915 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 16.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343660 KiB

[startup+25.5003 s]
/proc/loadavg: 4.27 4.34 4.30 5/332 1052233
/proc/meminfo: memFree=115858172/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=1359020 CPUtime=29.54 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 45425 0 0 0 2917 37 0 0 20 0 20 0 194991765 19566772224 339755 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 339755 5850 1 0 557105 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=14364 CPUtime=24.9 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 11660 0 0 0 2461 29 0 0 20 0 20 0 194991765 19566772224 339755 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 339755 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19108176 memory=1071756 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 194991769 19566772224 339755 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052228] ppid=1052205 vsize=19108176 memory=279983146784048 CPUtime=0 cores=5,7
/proc/1052208/task/1052228/stat : 1052228 (Timer-0) S 1052205 1052208 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194991797 19566772224 339755 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 29.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1359020 KiB

[startup+51.1058 s]
/proc/loadavg: 4.23 4.33 4.30 5/332 1052236
/proc/meminfo: memFree=114771084/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=1794380 CPUtime=55.68 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 51905 0 0 0 5520 48 0 0 20 0 20 0 194991765 19566772224 448595 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 448595 5850 1 0 664177 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=1788236 CPUtime=49.84 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 13749 0 0 0 4946 38 0 0 20 0 20 0 194991765 19566772224 448595 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 448595 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0

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

/proc/meminfo: memFree=108341432/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=3648520 CPUtime=3279.74 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 338278 0 0 0 327732 242 0 0 20 0 20 0 194991765 19566772224 912130 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 912130 5873 1 0 926862 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=3648412 CPUtime=3131 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 165400 0 0 0 313020 80 0 0 20 0 20 0 194991765 19566772224 912130 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=3648412 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 912130 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19108176 memory=50416 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 3398 0 0 0 0 0 0 0 20 0 20 0 194991769 19566772224 912130 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052228] ppid=1052205 vsize=19108176 memory=3648520 CPUtime=0 cores=5,7
/proc/1052208/task/1052228/stat : 1052228 (Timer-0) S 1052205 1052208 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194991797 19566772224 912130 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 3279.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648520 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.28 4.27 5/333 1053783
/proc/meminfo: memFree=108325580/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=3648528 CPUtime=3340.68 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 342178 0 0 0 333823 245 0 0 20 0 20 0 194991765 19566772224 912132 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 912132 5873 1 0 926862 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=3648528 CPUtime=3189.55 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 167848 0 0 0 318874 81 0 0 20 0 20 0 194991765 19566772224 912132 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=3648528 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 912132 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19108176 memory=3648520 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 3481 0 0 0 0 0 0 0 20 0 20 0 194991769 19566772224 912132 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052228] ppid=1052205 vsize=19108176 memory=3648528 CPUtime=0 cores=5,7
/proc/1052208/task/1052228/stat : 1052228 (Timer-0) S 1052205 1052208 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194991797 19566772224 912132 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 3340.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648528 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.26 4.26 5/332 1053793
/proc/meminfo: memFree=108300304/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=3648528 CPUtime=3401.5 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 346249 0 0 0 339902 248 0 0 20 0 20 0 194991765 19566772224 912132 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 912132 5873 1 0 926875 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=3648528 CPUtime=3248.04 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 170382 0 0 0 324722 82 0 0 20 0 20 0 194991765 19566772224 912132 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 28 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=3648528 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 912132 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 3566 0 0 0 0 0 0 0 20 0 20 0 194991769 19566772224 912132 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052228] ppid=1052205 vsize=19108176 memory=3648528 CPUtime=0 cores=5,7
/proc/1052208/task/1052228/stat : 1052228 (Timer-0) S 1052205 1052208 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194991797 19566772224 912132 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 3401.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648528 KiB

[startup+3402.3 s]
/proc/loadavg: 3.82 4.16 4.23 4/307 1054007
/proc/meminfo: memFree=113371924/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=3648756 CPUtime=3462.49 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 350402 0 0 0 345999 250 0 0 20 0 20 0 194991765 19566772224 912189 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 912189 5873 1 0 926920 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=3648528 CPUtime=3306.33 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 173133 0 0 0 330551 82 0 0 20 0 20 0 194991765 19566772224 912189 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=3648756 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 912189 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19108176 memory=3648756 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 3566 0 0 0 0 0 0 0 20 0 20 0 194991769 19566772224 912189 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052228] ppid=1052205 vsize=19108176 memory=3648756 CPUtime=0 cores=5,7
/proc/1052208/task/1052228/stat : 1052228 (Timer-0) S 1052205 1052208 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194991797 19566772224 912189 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 3462.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648756 KiB

[startup+3462.3 s]
/proc/loadavg: 2.37 3.71 4.07 2/255 1054084
/proc/meminfo: memFree=121980116/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=3648764 CPUtime=3523.66 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 354628 0 0 0 352113 253 0 0 20 0 20 0 194991765 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 912191 5873 1 0 926920 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=3648528 CPUtime=3364.67 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 175963 0 0 0 336385 82 0 0 20 0 20 0 194991765 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=3648760 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 3648 0 0 0 0 0 0 0 20 0 20 0 194991769 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052228] ppid=1052205 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1052208/task/1052228/stat : 1052228 (Timer-0) S 1052205 1052208 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194991797 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 3523.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648764 KiB

[startup+3522.3 s]
/proc/loadavg: 1.76 3.29 3.90 2/255 1054094
/proc/meminfo: memFree=121979852/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=3648764 CPUtime=3584.75 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 359029 0 0 0 358219 256 0 0 20 0 20 0 194991765 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 912191 5873 1 0 926920 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=3648764 CPUtime=3423.1 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 178244 0 0 0 342227 83 0 0 20 0 20 0 194991765 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=3648764 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19108176 memory=3648764 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 3731 0 0 0 0 0 0 0 20 0 20 0 194991769 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052228] ppid=1052205 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1052208/task/1052228/stat : 1052228 (Timer-0) S 1052205 1052208 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194991797 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 3584.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3537.3 s]
/proc/loadavg: 1.59 3.18 3.85 2/257 1054156
/proc/meminfo: memFree=121979028/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=3648764 CPUtime=3600.03 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 359333 0 0 0 359746 257 0 0 20 0 20 0 194991765 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 912191 5873 1 0 926920 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=50416 CPUtime=3437.72 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 178488 0 0 0 343689 83 0 0 20 0 20 0 194991765 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=3648764 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19108176 memory=3648764 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 3731 0 0 0 0 0 0 0 20 0 20 0 194991769 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052228] ppid=1052205 vsize=19108176 memory=3648764 CPUtime=0 cores=5,7
/proc/1052208/task/1052228/stat : 1052228 (Timer-0) S 1052205 1052208 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194991797 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648764 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.58 s, system=2.59146 s

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

[startup+3537.3 s]
/proc/loadavg: 1.59 3.18 3.85 2/257 1054156
/proc/meminfo: memFree=121979028/131524600 swapFree=131071216/131071996
[pid=1052208] ppid=1052205 vsize=19108176 memory=3648764 CPUtime=3600.03 cores=5,7
/proc/1052208/stat : 1052208 (java) S 1052205 1052208 1046930 0 -1 1077936128 359333 0 0 0 359746 257 0 0 20 0 20 0 194991765 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
/proc/1052208/statm: 4777044 912191 5873 1 0 926920 0
[pid=1052208/tid=1052210] ppid=1052205 vsize=19108176 memory=50416 CPUtime=3437.72 cores=5,7
/proc/1052208/task/1052210/stat : 1052210 (java) R 1052205 1052208 1046930 0 -1 4194368 178488 0 0 0 343689 83 0 0 20 0 20 0 194991765 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052219] ppid=1052205 vsize=19108176 memory=3648764 CPUtime=0 cores=5,7
/proc/1052208/task/1052219/stat : 1052219 (Finalizer) S 1052205 1052208 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194991768 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052226] ppid=1052205 vsize=19108176 memory=3648764 CPUtime=0 cores=5,7
/proc/1052208/task/1052226/stat : 1052226 (Common-Cleaner) S 1052205 1052208 1046930 0 -1 1077936192 3731 0 0 0 0 0 0 0 20 0 20 0 194991769 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
[pid=1052208/tid=1052228] ppid=1052205 vsize=19108176 memory=3648764 CPUtime=0 cores=5,7
/proc/1052208/task/1052228/stat : 1052228 (Timer-0) S 1052205 1052208 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194991797 19566772224 912191 134679101440 94413369225216 94413369228912 140737469822832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413369236728 94413369237520 94413400502272 140737469826035 140737469826143 140737469826143 140737469833160 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648764 KiB

Child status: 143

Real time (s): 3537.39
CPU time (s): 3600.17
CPU user time (s): 3597.58
CPU system time (s): 2.59146
CPU usage (%): 101.775
Max. virtual memory (cumulated for all children) (KiB): 19110076
Max. memory (cumulated for all children) (KiB): 3658280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.58
system time used= 2.59146
maximum resident set size= 3658504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363167
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= 155844
involuntary context switches= 13638


# summary of solver processes directly reported to runsolver:
#   pid: 1052208
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.58
#   total CPU system time (s): 2.59146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.09577 second user time and 19.0677 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-20 00:31:46
IDJOB=4451491
IDBENCH=162562
IDSOLVER=3052
FILE ID=nodeC018/4451491-1721428294
RUNJOBID= nodeC018-1721421037-1046943
SLURM_JOB_ID= 7545491
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-l055-r054-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-4451491-1721428294/watcher-4451491-1721428294 -o /tmp/evaluation-result-4451491-1721428294/solver-4451491-1721428294 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721421037-1046943 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451491-1721428294.opb

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

MD5SUM BENCH= f0e9fb7942cf170d68fd4efe40bdbadd
RANDOM SEED=178682222

nodeC018.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.259
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.52
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		: 3675.608
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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		: 3600.092
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.52
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		: 3620.988
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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		: 3599.909
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.52
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		: 3650.667
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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		: 3667.341
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.52
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		: 3636.909
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117338052 kB
MemAvailable:   121444148 kB
Buffers:          546300 kB
Cached:          4360076 kB
SwapCached:          148 kB
Active:          1112712 kB
Inactive:       12400432 kB
Active(anon):       1552 kB
Inactive(anon):  8650996 kB
Active(file):    1111160 kB
Inactive(file):  3749436 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       8606464 kB
Mapped:           129644 kB
Shmem:             45784 kB
KReclaimable:     170648 kB
Slab:             274580 kB
SReclaimable:     170648 kB
SUnreclaim:       103932 kB
KernelStack:        5080 kB
PageTables:        27344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11285280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8294400 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:      283348 kB
DirectMap2M:    28850176 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890084 MiB
End job on nodeC018 at 2024-07-20 01:30:43