Trace number 4451971

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 3589.53

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_32.opb
MD5SUM821356efb808a668e35dedcee024edbb
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 benchmark62.0281
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1482
Total number of constraints7073
Number of constraints which are clauses7068
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint38
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 70
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4451971-1721442661.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.51/0.32	c ... done. Wall clock time 0.162s.
0.51/0.32	c declared #vars     1482
0.51/0.32	c #constraints  7077
0.51/0.32	c constraints type 
0.51/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2849
0.51/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.51/0.32	c org.sat4j.specs.Constr$1 => 4
0.51/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4218
0.51/0.32	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.51/0.32	c 7077 constraints processed.
4.22/2.21	c cleaning 2493 clauses out of 5001 with flag 0/5001
7.92/4.94	c cleaning 4252 clauses out of 8508 with flag 0/11001
11.01/7.90	c cleaning 5618 clauses out of 11255 with flag 0/18000
14.81/11.63	c cleaning 6816 clauses out of 13637 with flag 0/26000
17.99/14.88	c cleaning 7906 clauses out of 15821 with flag 0/35000
22.44/19.28	c cleaning 8956 clauses out of 17915 with flag 0/45000
27.65/24.42	c cleaning 9975 clauses out of 19960 with flag 0/56001
33.72/30.55	c cleaning 10986 clauses out of 21984 with flag 0/68000
40.78/37.67	c cleaning 11996 clauses out of 23998 with flag 0/81000
49.60/46.42	c cleaning 12994 clauses out of 26002 with flag 0/95000
59.77/56.63	c cleaning 14001 clauses out of 28008 with flag 0/110000
71.35/68.13	c cleaning 14995 clauses out of 30009 with flag 0/126002
84.33/81.04	c cleaning 16003 clauses out of 32013 with flag 0/143001
97.57/94.23	c cleaning 17000 clauses out of 34009 with flag 0/161000
107.59/104.21	c cleaning 18001 clauses out of 36011 with flag 0/180002
126.15/122.77	c cleaning 19001 clauses out of 38009 with flag 0/200001
145.99/142.53	c cleaning 19999 clauses out of 40009 with flag 0/221002
167.91/164.51	c cleaning 21002 clauses out of 42009 with flag 0/243001
190.77/187.42	c cleaning 21999 clauses out of 44007 with flag 0/266001
217.55/214.17	c cleaning 22994 clauses out of 46007 with flag 0/290000
242.04/238.46	c cleaning 24005 clauses out of 48013 with flag 0/315000
269.75/266.07	c cleaning 24998 clauses out of 50008 with flag 0/341000
300.00/296.04	c cleaning 26001 clauses out of 52011 with flag 0/368001
325.75/321.64	c cleaning 26998 clauses out of 54011 with flag 0/396002
362.58/358.21	c cleaning 28001 clauses out of 56012 with flag 0/425001
398.36/393.78	c cleaning 29004 clauses out of 58010 with flag 0/455000
437.76/433.17	c cleaning 29992 clauses out of 60006 with flag 0/486000
478.74/474.36	c cleaning 30998 clauses out of 62014 with flag 0/518000
517.82/513.52	c cleaning 32001 clauses out of 64018 with flag 0/551002
556.33/552.12	c cleaning 32997 clauses out of 66016 with flag 0/585001
604.44/600.26	c cleaning 34003 clauses out of 68018 with flag 0/620000
660.54/656.12	c cleaning 35001 clauses out of 70016 with flag 0/656001
716.25/711.69	c cleaning 36005 clauses out of 72015 with flag 0/693001
775.55/770.34	c cleaning 36996 clauses out of 74010 with flag 0/731001
847.44/842.26	c cleaning 37995 clauses out of 76013 with flag 0/770000
915.55/910.14	c cleaning 39006 clauses out of 78018 with flag 0/810000
991.12/985.46	c cleaning 40001 clauses out of 80014 with flag 0/851002
1063.50/1057.46	c cleaning 41004 clauses out of 82013 with flag 0/893002
1134.31/1128.22	c cleaning 42001 clauses out of 84008 with flag 0/936001
1228.63/1222.34	c cleaning 43000 clauses out of 86007 with flag 0/980001
1331.10/1324.55	c cleaning 43995 clauses out of 88006 with flag 0/1025000
1430.10/1423.20	c cleaning 45003 clauses out of 90013 with flag 0/1071002
1536.62/1529.67	c cleaning 45995 clauses out of 92008 with flag 0/1118000
1650.47/1643.18	c cleaning 46999 clauses out of 94013 with flag 0/1166000
1764.25/1756.60	c cleaning 48006 clauses out of 96015 with flag 0/1215001
1871.96/1864.00	c cleaning 49002 clauses out of 98008 with flag 0/1265000
2009.04/2000.78	c cleaning 49996 clauses out of 100006 with flag 0/1316000
2122.57/2113.97	c cleaning 51003 clauses out of 102010 with flag 0/1368000
2244.50/2235.63	c cleaning 52000 clauses out of 104008 with flag 0/1421001
2393.39/2384.42	c cleaning 53000 clauses out of 106007 with flag 0/1475000
2506.71/2497.37	c cleaning 53996 clauses out of 108007 with flag 0/1530000
2673.81/2664.29	c cleaning 55003 clauses out of 110013 with flag 0/1586002
2829.67/2819.84	c cleaning 55996 clauses out of 112008 with flag 0/1643000
2994.47/2984.29	c cleaning 56998 clauses out of 114013 with flag 0/1701001
3135.33/3124.87	c cleaning 58005 clauses out of 116015 with flag 0/1760001
3281.37/3270.79	c cleaning 59001 clauses out of 118010 with flag 0/1820001
3445.19/3434.12	c cleaning 59998 clauses out of 120008 with flag 0/1881000
3600.01/3589.42	c starts		: 3879
3600.01/3589.42	c conflicts		: 1937950
3600.01/3589.42	c decisions		: 2447152
3600.01/3589.42	c propagations		: 281344163
3600.01/3589.42	c inspects		: 17742225305
3600.01/3589.42	c shortcuts		: 0
3600.01/3589.42	c learnt literals	: 0
3600.01/3589.42	c learnt binary clauses	: 0
3600.01/3589.42	c learnt ternary clauses	: 15
3600.01/3589.42	c learnt constraints	: 1937950
3600.01/3589.42	c ignored constraints	: 0
3600.01/3589.42	c root simplifications	: 0
3600.01/3589.42	c removed literals (reason simplification)	: 0
3600.01/3589.42	c reason swapping (by a shorter reason)	: 0
3600.01/3589.42	c Calls to reduceDB	: 57
3600.01/3589.42	c Number of update (reduction) of LBD	: 2225398
3600.01/3589.42	c timeout
3600.01/3589.43	c Imported unit clauses	: 0
3600.01/3589.43	c No decision after first conflict	: false
3600.01/3589.43	c number of reductions to clauses (during analyze)	: 0
3600.01/3589.44	c number of learned constraints concerned by reduction	: 0
3600.01/3589.44	c number of learning phase by resolution	: 0
3600.01/3589.44	c number of learning phase by cutting planes	: 0
3600.01/3589.44	c number of rounding to 1 operations	: 0
3600.01/3589.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3589.44	c number of reductions of the coefficients by power 2 	: 0
3600.01/3589.44	c number of right shift for reduction by power 2 	: 0
3600.01/3589.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3589.44	c number of ending skipping 	: 0
3600.01/3589.44	c number of internal skipping 	: 0
3600.01/3589.44	c number of derivation steps 	: 40705500
3600.01/3589.44	c number of skipped derivation steps 	: 0
3600.01/3589.44	c number of remaining unassigned 	: 9568
3600.01/3589.44	c number of remaining assigned 	: 59645095
3600.01/3589.44	c number of falsified literals weakened from reason	: 0
3600.01/3589.44	c number of falsified literals weakened from conflict	: 0
3600.01/3589.44	c time for arithmetic operations	: 2081791092
3600.01/3589.44	c minimum degree of deleted constraints	: 1
3600.01/3589.45	c maximum degree of deleted constraints	: 207025
3600.01/3589.45	c number of deleted constraints	: 1820990
3600.01/3589.45	c speed (assignments/second)	: 78388.06253343438
3600.01/3589.45	c non guided choices	: 149
3600.01/3589.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 70321
3600.01/3589.49	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 16568
3600.01/3589.49	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 30071
3600.01/3589.50	s UNKNOWN
3600.01/3589.50	c Total wall clock time (in seconds): 3589.342

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451971-1721442661/watcher-4451971-1721442661 -o /tmp/evaluation-result-4451971-1721442661/solver-4451971-1721442661 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721442671-1060303 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451971-1721442661.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
solver pid=1060686, runsolver pid=1060683
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 3.59 4.02 4.07 9/334 1060704
/proc/meminfo: memFree=124133488/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=18975048 memory=65568 CPUtime=0.13 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 7221 0 0 0 12 1 0 0 20 0 18 0 196428525 19430449152 16392 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4743762 16392 5728 1 0 549348 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) D 1060683 1060686 1060291 0 -1 4194368 5756 0 0 0 8 1 0 0 20 0 18 0 196428525 19430449152 16392 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196428528 19430449152 16392 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 196428528 19430449152 16392 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65568 KiB

[startup+0.208781 s]*
/proc/loadavg: 3.59 4.02 4.07 10/334 1060704
/proc/meminfo: memFree=124010532/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=18975048 memory=78236 CPUtime=0.34 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 7770 0 0 0 32 2 0 0 20 0 18 0 196428525 19430449152 19559 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4743762 19559 5881 1 0 549720 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 1077936192 6034 0 0 0 17 1 0 0 20 0 18 0 196428525 19430449152 19559 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=18975048 memory=1905144 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196428528 19430449152 19559 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 196428528 19430449152 19559 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78236 KiB

[startup+0.306469 s]*
/proc/loadavg: 3.59 4.02 4.07 9/335 1060705
/proc/meminfo: memFree=123790472/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19041612 memory=162836 CPUtime=0.51 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 9480 0 0 0 48 3 0 0 20 0 19 0 196428525 19498610688 40709 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4760403 40709 5897 1 0 551094 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19041612 memory=-7811596336210535265 CPUtime=0.27 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 6082 0 0 0 24 3 0 0 20 0 19 0 196428525 19498610688 40709 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196428528 19498610688 40709 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 196428528 19498610688 40709 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162836 KiB

[startup+0.700759 s]
/proc/loadavg: 3.59 4.02 4.07 9/336 1060706
/proc/meminfo: memFree=123520748/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19108176 memory=171864 CPUtime=1.27 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 11915 0 0 0 123 4 0 0 20 0 20 0 196428525 19566772224 42966 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4777044 42966 5913 1 0 552716 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19108176 memory=5628 CPUtime=0.63 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 6168 0 0 0 60 3 0 0 20 0 20 0 196428525 19566772224 42966 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 42966 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19108176 memory=164 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 42966 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060706] ppid=1060683 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/1060686/task/1060706/stat : 1060706 (Timer-0) S 1060683 1060686 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196428558 19566772224 42966 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 171864 KiB

[startup+1.51099 s]
/proc/loadavg: 3.59 4.02 4.07 9/336 1060706
/proc/meminfo: memFree=122766508/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19108176 memory=361896 CPUtime=2.86 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 20908 0 0 0 277 9 0 0 20 0 20 0 196428525 19566772224 90474 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4777044 90474 5913 1 0 555067 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19108176 memory=13124 CPUtime=1.38 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 6543 0 0 0 132 6 0 0 20 0 20 0 196428525 19566772224 90474 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 90474 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 90474 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060706] ppid=1060683 vsize=19108176 memory=281316734182672 CPUtime=0 cores=1,3
/proc/1060686/task/1060706/stat : 1060706 (Timer-0) S 1060683 1060686 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196428558 19566772224 90474 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 361896 KiB

[startup+3.10599 s]
/proc/loadavg: 4.02 4.11 4.10 9/334 1060771
/proc/meminfo: memFree=122120528/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19108176 memory=760396 CPUtime=5.91 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 26994 0 0 0 574 17 0 0 20 0 20 0 196428525 19566772224 190099 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4777044 190099 5913 1 0 556829 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19108176 memory=0 CPUtime=2.94 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 8362 0 0 0 281 13 0 0 20 0 20 0 196428525 19566772224 190099 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 190099 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 190099 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060706] ppid=1060683 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/1060686/task/1060706/stat : 1060706 (Timer-0) S 1060683 1060686 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196428558 19566772224 190099 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 760396 KiB

[startup+6.301 s]
/proc/loadavg: 4.02 4.11 4.10 8/336 1060841
/proc/meminfo: memFree=120272416/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19108176 memory=1326136 CPUtime=9.51 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 27563 0 0 0 922 29 0 0 20 0 20 0 196428525 19566772224 331534 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4777044 331534 5913 1 0 556830 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19108176 memory=13124 CPUtime=6.07 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 8882 0 0 0 582 25 0 0 20 0 20 0 196428525 19566772224 331534 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 331534 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19108176 memory=380420 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 331534 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060706] ppid=1060683 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1060686/task/1060706/stat : 1060706 (Timer-0) S 1060683 1060686 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196428558 19566772224 331534 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 9.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1326136 KiB

[startup+12.701 s]
/proc/loadavg: 4.02 4.10 4.10 5/336 1060841
/proc/meminfo: memFree=119692408/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19108176 memory=1330460 CPUtime=15.91 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 31274 0 0 0 1561 30 0 0 20 0 20 0 196428525 19566772224 332615 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4777044 332615 5913 1 0 556830 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19108176 memory=-7811596336210535265 CPUtime=12.35 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 10432 0 0 0 1210 25 0 0 20 0 20 0 196428525 19566772224 332615 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 332615 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 332615 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060706] ppid=1060683 vsize=19108176 memory=50528 CPUtime=0 cores=1,3
/proc/1060686/task/1060706/stat : 1060706 (Timer-0) S 1060683 1060686 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196428558 19566772224 332615 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1330460 KiB

[startup+25.501 s]
/proc/loadavg: 4.02 4.10 4.09 5/336 1060844
/proc/meminfo: memFree=119661016/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19108176 memory=1338736 CPUtime=28.75 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 38182 0 0 0 2844 31 0 0 20 0 20 0 196428525 19566772224 334684 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4777044 334684 5928 1 0 556830 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19108176 memory=-7811596336210340447 CPUtime=24.87 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 12168 0 0 0 2462 25 0 0 20 0 20 0 196428525 19566772224 334684 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 334684 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19108176 memory=1330460 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 334684 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060706] ppid=1060683 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/1060686/task/1060706/stat : 1060706 (Timer-0) S 1060683 1060686 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196428558 19566772224 334684 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 28.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1338736 KiB

[startup+51.107 s]
/proc/loadavg: 4.14 4.12 4.10 5/336 1060914
/proc/meminfo: memFree=119558236/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19108176 memory=1375772 CPUtime=54.27 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 43369 0 0 0 5394 33 0 0 20 0 20 0 196428525 19566772224 343943 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4777044 343943 5928 1 0 556846 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19108176 memory=1363484 CPUtime=49.8 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 14310 0 0 0 4954 26 0 0 20 0 20 0 196428525 19566772224 343943 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19108176 memory=1363484 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 343943 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0

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

[startup+3282.3 s]
/proc/loadavg: 4.22 4.24 4.22 5/333 1062647
/proc/meminfo: memFree=113900732/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19108176 memory=3116508 CPUtime=3292.95 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 270694 0 0 0 329078 217 0 0 20 0 20 0 196428525 19566772224 779127 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4777044 779127 5944 1 0 791533 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19108176 memory=2610048 CPUtime=3228.45 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 137225 0 0 0 322781 64 0 0 20 0 20 0 196428525 19566772224 779127 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 127 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19108176 memory=3116508 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 779127 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19108176 memory=5628 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 3821 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 779127 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060706] ppid=1060683 vsize=19108176 memory=2160 CPUtime=0 cores=1,3
/proc/1060686/task/1060706/stat : 1060706 (Timer-0) S 1060683 1060686 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196428558 19566772224 779127 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 3292.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3116508 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.24 4.22 5/333 1062657
/proc/meminfo: memFree=113900872/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19108176 memory=3116520 CPUtime=3353.15 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 274439 0 0 0 335096 219 0 0 20 0 20 0 196428525 19566772224 779130 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4777044 779130 5944 1 0 791533 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19108176 memory=2610048 CPUtime=3287.6 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 139486 0 0 0 328696 64 0 0 20 0 20 0 196428525 19566772224 779130 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 127 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19108176 memory=3116520 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 779130 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19108176 memory=3116520 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 3868 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 779130 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060706] ppid=1060683 vsize=19108176 memory=3116520 CPUtime=0 cores=1,3
/proc/1060686/task/1060706/stat : 1060706 (Timer-0) S 1060683 1060686 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196428558 19566772224 779130 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 3353.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3116520 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.26 4.23 5/332 1062668
/proc/meminfo: memFree=113900568/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19108176 memory=3116524 CPUtime=3413.34 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 278170 0 0 0 341111 223 0 0 20 0 20 0 196428525 19566772224 779131 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4777044 779131 5944 1 0 791533 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19108176 memory=2610048 CPUtime=3346.79 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 141913 0 0 0 334614 65 0 0 20 0 20 0 196428525 19566772224 779131 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 131 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19108176 memory=3116520 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 779131 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19108176 memory=3116520 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 3949 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 779131 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060706] ppid=1060683 vsize=19108176 memory=3116520 CPUtime=0 cores=1,3
/proc/1060686/task/1060706/stat : 1060706 (Timer-0) S 1060683 1060686 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196428558 19566772224 779131 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 3413.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3116524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.24 4.22 5/334 1062848
/proc/meminfo: memFree=113900136/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19108176 memory=3116524 CPUtime=3473.4 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 282009 0 0 0 347113 227 0 0 20 0 20 0 196428525 19566772224 779131 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4777044 779131 5944 1 0 791533 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19108176 memory=2610048 CPUtime=3406.03 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 144241 0 0 0 340538 65 0 0 20 0 20 0 196428525 19566772224 779131 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 132 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19108176 memory=3116520 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 779131 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19108176 memory=3116520 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 4030 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 779131 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060706] ppid=1060683 vsize=19108176 memory=3116524 CPUtime=0 cores=1,3
/proc/1060686/task/1060706/stat : 1060706 (Timer-0) S 1060683 1060686 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196428558 19566772224 779131 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 3473.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3116524 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.25 4.23 5/334 1062858
/proc/meminfo: memFree=113899964/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19108176 memory=3116560 CPUtime=3533.25 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 285724 0 0 0 353096 229 0 0 20 0 20 0 196428525 19566772224 779140 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4777044 779140 5944 1 0 791533 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19108176 memory=2610048 CPUtime=3464.69 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 146560 0 0 0 346403 66 0 0 20 0 20 0 196428525 19566772224 779140 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 132 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19108176 memory=3116524 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 779140 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19108176 memory=3116532 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 4111 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 779140 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060706] ppid=1060683 vsize=19108176 memory=50528 CPUtime=0 cores=1,3
/proc/1060686/task/1060706/stat : 1060706 (Timer-0) S 1060683 1060686 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196428558 19566772224 779140 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 3533.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3116560 KiB

[startup+3582.3 s]
/proc/loadavg: 4.29 4.25 4.23 5/334 1062995
/proc/meminfo: memFree=116217432/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19108176 memory=3116564 CPUtime=3592.94 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 289481 0 0 0 359062 232 0 0 20 0 20 0 196428525 19566772224 779141 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4777044 779141 5944 1 0 791533 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19108176 memory=2610048 CPUtime=3523.56 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 148424 0 0 0 352290 66 0 0 20 0 20 0 196428525 19566772224 779141 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 133 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19108176 memory=3116560 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 779141 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19108176 memory=3116560 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 4193 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 779141 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060706] ppid=1060683 vsize=19108176 memory=20776 CPUtime=0 cores=1,3
/proc/1060686/task/1060706/stat : 1060706 (Timer-0) S 1060683 1060686 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196428558 19566772224 779141 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 3592.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3116564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.4 s]
/proc/loadavg: 4.24 4.24 4.22 5/334 1062996
/proc/meminfo: memFree=116043064/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19108176 memory=3116564 CPUtime=3600.01 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 289563 0 0 0 359768 233 0 0 20 0 20 0 196428525 19566772224 779141 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4777044 779141 5944 1 0 791533 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19108176 memory=11488 CPUtime=3530.49 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) R 1060683 1060686 1060291 0 -1 4194368 148465 0 0 0 352983 66 0 0 20 0 20 0 196428525 19566772224 779141 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 133 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19108176 memory=11412 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 779141 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19108176 memory=-7811596336210535265 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 4193 0 0 0 0 0 0 0 20 0 20 0 196428528 19566772224 779141 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060706] ppid=1060683 vsize=19108176 memory=1904767 CPUtime=0 cores=1,3
/proc/1060686/task/1060706/stat : 1060706 (Timer-0) S 1060683 1060686 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196428558 19566772224 779141 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3116564 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.82 s, system=2.34715 s

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

[startup+3589.51 s]
/proc/loadavg: 4.24 4.24 4.22 5/334 1062996
/proc/meminfo: memFree=116043064/131524600 swapFree=131071216/131071996
[pid=1060686] ppid=1060683 vsize=19307868 memory=3117332 CPUtime=3600.15 cores=1,3
/proc/1060686/stat : 1060686 (java) S 1060683 1060686 1060291 0 -1 1077936128 293078 0 0 0 359782 233 0 0 20 0 15 0 196428525 19771256832 779333 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
/proc/1060686/statm: 4826967 779333 5956 1 0 792488 0
[pid=1060686/tid=1060688] ppid=1060683 vsize=19307868 memory=2610048 CPUtime=3530.51 cores=1,3
/proc/1060686/task/1060688/stat : 1060688 (java) S 1060683 1060686 1060291 0 -1 1077936192 148521 0 0 0 352985 66 0 0 20 0 15 0 196428525 19771256832 779333 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 133 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060697] ppid=1060683 vsize=19307868 memory=3116564 CPUtime=0 cores=1,3
/proc/1060686/task/1060697/stat : 1060697 (Finalizer) S 1060683 1060686 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 196428528 19771256832 779333 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
[pid=1060686/tid=1060704] ppid=1060683 vsize=19307868 memory=3116564 CPUtime=0 cores=1,3
/proc/1060686/task/1060704/stat : 1060704 (Common-Cleaner) S 1060683 1060686 1060291 0 -1 1077936192 4193 0 0 0 0 0 0 0 20 0 15 0 196428528 19771256832 779333 134679101440 94840257638400 94840257642096 140733618183360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840257649912 94840257650704 94840279724032 140733618185203 140733618185311 140733618185311 140733618192328 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3117332 KiB

Child status: 143

Real time (s): 3589.53
CPU time (s): 3600.17
CPU user time (s): 3597.82
CPU system time (s): 2.34715
CPU usage (%): 100.296
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3117332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.82
system time used= 2.34715
maximum resident set size= 3118540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293127
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149705
involuntary context switches= 14392


# summary of solver processes directly reported to runsolver:
#   pid: 1060686
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.82
#   total CPU system time (s): 2.34715

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.78294 second user time and 18.3139 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-20 04:31:13
IDJOB=4451971
IDBENCH=162853
IDSOLVER=3052
FILE ID=nodeC018/4451971-1721442661
RUNJOBID= nodeC018-1721442671-1060303
SLURM_JOB_ID= 7545651
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_32.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451971-1721442661/watcher-4451971-1721442661 -o /tmp/evaluation-result-4451971-1721442661/solver-4451971-1721442661 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721442671-1060303 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451971-1721442661.opb

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

MD5SUM BENCH= 821356efb808a668e35dedcee024edbb
RANDOM SEED=742870829

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		: 3599.754
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		: 3599.800
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		: 3599.754
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		: 3599.778
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.754
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		: 3654.393
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		: 3599.754
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		: 3654.393
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:        124239756 kB
MemAvailable:   128424132 kB
Buffers:          552108 kB
Cached:          4432536 kB
SwapCached:          148 kB
Active:          1122456 kB
Inactive:        5499788 kB
Active(anon):       1552 kB
Inactive(anon):  1681844 kB
Active(file):    1120904 kB
Inactive(file):  3817944 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              7984 kB
Writeback:            40 kB
AnonPages:       1637828 kB
Mapped:           129448 kB
Shmem:             45784 kB
KReclaimable:     170700 kB
Slab:             274712 kB
SReclaimable:     170700 kB
SUnreclaim:       104012 kB
KernelStack:        5120 kB
PageTables:        12736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7359468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1163264 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= 890080 MiB
End job on nodeC018 at 2024-07-20 05:31:03