Trace number 4442621

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.22 3556.23

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
MD5SUMda953313a09cceac0c8e3e7fb7d08ab4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.469038
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints17885
Number of constraints which are clauses17885
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint30
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 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.15	c java.vm.version	22.0.1+8-16
0.12/0.15	c java.vm.vendor	Oracle Corporation
0.12/0.15	c sun.arch.data.model	64
0.12/0.15	c java.version		22.0.1
0.12/0.15	c os.name		Linux
0.12/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.15	c os.arch		amd64
0.12/0.16	c Free memory 		2113181440
0.12/0.16	c Max memory 		16282288128
0.12/0.16	c Total memory 		2122317824
0.12/0.17	c Number of processors 	2
0.39/0.32	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.32	 - never skip resolution steps
0.39/0.32	 - Auto-division on coefficients is disabled
0.39/0.32	 - No postprocessing
0.39/0.32	 - Conflict is considered as is when resolving
0.39/0.32	 - Use constraints as they come during conflict analysis
0.39/0.32	 - Weaken first using unassigned literals
0.39/0.32	 - Bump strategy: ALWAYS_ONE
0.39/0.32	 - Bumper: EFFECTIVE
0.39/0.32	--- Begin Solver configuration ---
0.39/0.32	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.39/0.32	Learn all clauses as in MiniSAT
0.39/0.32	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.32	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.32	No reason simplification
0.39/0.32	Dynamic restart strategy considering the size of the coefficients
0.39/0.32	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.39/0.32	timeout=2147483s
0.39/0.32	DB Simplification allowed=false
0.39/0.32	Listener: none
0.39/0.32	--- End Solver configuration ---
0.39/0.33	c Pseudo Boolean Optimization by upper bound
0.39/0.33	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.33	c  - never skip resolution steps
0.39/0.33	c  - Auto-division on coefficients is disabled
0.39/0.33	c  - No postprocessing
0.39/0.33	c  - Conflict is considered as is when resolving
0.39/0.33	c  - Use constraints as they come during conflict analysis
0.39/0.33	c  - Weaken first using unassigned literals
0.39/0.33	c  - Bump strategy: ALWAYS_ONE
0.39/0.33	c  - Bumper: EFFECTIVE
0.39/0.33	c --- Begin Solver configuration ---
0.39/0.33	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.39/0.33	c Learn all clauses as in MiniSAT
0.39/0.33	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.33	c No reason simplification
0.39/0.33	c Dynamic restart strategy considering the size of the coefficients
0.39/0.33	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.39/0.33	c timeout=2147483s
0.39/0.33	c DB Simplification allowed=false
0.39/0.33	c Listener: none
0.39/0.33	c --- End Solver configuration ---
0.39/0.33	c solving HOME/instance-4442621-1721304834.opb
0.39/0.33	c reading problem ... 
0.39/0.33	c  no objective function found
0.90/0.61	c ... done. Wall clock time 0.279s.
0.90/0.61	c declared #vars     1050
0.90/0.61	c #constraints  17885
0.90/0.61	c constraints type 
0.90/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17850
0.90/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 35
0.90/0.61	c 17885 constraints processed.
3.55/2.02	c cleaning 2495 clauses out of 5001 with flag 0/5001
5.20/3.45	c cleaning 4253 clauses out of 8505 with flag 0/11000
7.44/5.46	c cleaning 5623 clauses out of 11252 with flag 0/18000
9.66/7.68	c cleaning 6808 clauses out of 13630 with flag 0/26001
13.18/11.19	c cleaning 7907 clauses out of 15824 with flag 0/35003
16.46/14.40	c cleaning 8950 clauses out of 17914 with flag 0/45000
19.88/17.63	c cleaning 9979 clauses out of 19966 with flag 0/56002
23.67/21.43	c cleaning 10982 clauses out of 21985 with flag 0/68000
28.13/25.82	c cleaning 12001 clauses out of 24007 with flag 0/81004
33.10/30.89	c cleaning 13000 clauses out of 26003 with flag 0/95001
38.25/35.97	c cleaning 13999 clauses out of 28002 with flag 0/110000
44.29/41.93	c cleaning 14999 clauses out of 30003 with flag 0/126000
50.15/47.61	c cleaning 15999 clauses out of 32007 with flag 0/143003
57.72/55.14	c cleaning 16996 clauses out of 34006 with flag 0/161001
66.30/63.74	c cleaning 17993 clauses out of 36010 with flag 0/180001
77.42/74.86	c cleaning 18999 clauses out of 38016 with flag 0/200000
89.00/86.46	c cleaning 20005 clauses out of 40019 with flag 0/221002
100.96/98.36	c cleaning 20998 clauses out of 42012 with flag 0/243000
113.68/111.01	c cleaning 22003 clauses out of 44014 with flag 0/266000
125.79/122.92	c cleaning 23000 clauses out of 46011 with flag 0/290000
141.26/138.19	c cleaning 23999 clauses out of 48012 with flag 0/315001
157.54/154.21	c cleaning 24999 clauses out of 50012 with flag 0/341000
173.78/170.17	c cleaning 26004 clauses out of 52017 with flag 0/368004
190.79/187.08	c cleaning 26999 clauses out of 54009 with flag 0/396000
209.98/205.88	c cleaning 28002 clauses out of 56011 with flag 0/425001
228.78/224.48	c cleaning 29000 clauses out of 58008 with flag 0/455000
249.45/244.89	c cleaning 30002 clauses out of 60008 with flag 0/486000
269.72/264.87	c cleaning 30997 clauses out of 62007 with flag 0/518001
290.97/285.89	c cleaning 32002 clauses out of 64011 with flag 0/551002
316.42/310.84	c cleaning 33002 clauses out of 66010 with flag 0/585003
342.87/336.72	c cleaning 34003 clauses out of 68006 with flag 0/620001
369.05/362.64	c cleaning 34996 clauses out of 70003 with flag 0/656001
400.03/392.98	c cleaning 35996 clauses out of 72008 with flag 0/693002
429.68/422.36	c cleaning 36999 clauses out of 74010 with flag 0/731000
462.98/455.23	c cleaning 37999 clauses out of 76011 with flag 0/770000
495.23/487.10	c cleaning 38997 clauses out of 78013 with flag 0/810001
531.90/523.57	c cleaning 40000 clauses out of 80017 with flag 0/851002
572.95/564.28	c cleaning 40998 clauses out of 82016 with flag 0/893001
608.89/599.77	c cleaning 41998 clauses out of 84017 with flag 0/936000
650.03/640.31	c cleaning 43004 clauses out of 86022 with flag 0/980003
690.45/679.99	c cleaning 43997 clauses out of 88016 with flag 0/1025001
728.03/717.02	c cleaning 45004 clauses out of 90021 with flag 0/1071003
766.69/755.22	c cleaning 46001 clauses out of 92014 with flag 0/1118000
804.77/792.87	c cleaning 47000 clauses out of 94015 with flag 0/1166002
853.41/840.94	c cleaning 47998 clauses out of 96013 with flag 0/1215000
905.70/892.63	c cleaning 49001 clauses out of 98017 with flag 0/1265002
952.70/939.13	c cleaning 49998 clauses out of 100015 with flag 0/1316001
1007.62/993.27	c cleaning 51001 clauses out of 102016 with flag 0/1368000
1061.66/1046.98	c cleaning 51997 clauses out of 104015 with flag 0/1421000
1111.45/1096.13	c cleaning 53003 clauses out of 106018 with flag 0/1475000
1161.82/1145.93	c cleaning 53999 clauses out of 108015 with flag 0/1530000
1231.70/1214.97	c cleaning 55004 clauses out of 110018 with flag 0/1586002
1299.36/1282.12	c cleaning 55997 clauses out of 112013 with flag 0/1643001
1371.11/1353.48	c cleaning 56995 clauses out of 114015 with flag 0/1701000
1436.43/1418.02	c cleaning 57997 clauses out of 116021 with flag 0/1760001
1503.64/1484.79	c cleaning 59004 clauses out of 118024 with flag 0/1820001
1583.98/1564.61	c cleaning 60002 clauses out of 120019 with flag 0/1881000
1666.31/1646.46	c cleaning 61001 clauses out of 122019 with flag 0/1943002
1753.90/1733.31	c cleaning 62002 clauses out of 124016 with flag 0/2006000
1846.88/1826.05	c cleaning 62998 clauses out of 126015 with flag 0/2070001
1942.81/1921.21	c cleaning 64003 clauses out of 128017 with flag 0/2135001
2020.54/1998.19	c cleaning 64998 clauses out of 130013 with flag 0/2201000
2119.37/2094.73	c cleaning 66005 clauses out of 132017 with flag 0/2268002
2211.29/2184.29	c cleaning 66998 clauses out of 134010 with flag 0/2336000
2336.98/2303.78	c cleaning 67996 clauses out of 136012 with flag 0/2405000
2451.66/2417.17	c cleaning 69001 clauses out of 138017 with flag 0/2475001
2574.10/2538.70	c cleaning 70000 clauses out of 140016 with flag 0/2546001
2684.25/2647.92	c cleaning 70999 clauses out of 142015 with flag 0/2618000
2780.21/2743.06	c cleaning 72001 clauses out of 144016 with flag 0/2691000
2889.36/2851.12	c cleaning 73001 clauses out of 146015 with flag 0/2765000
3018.28/2979.29	c cleaning 74002 clauses out of 148015 with flag 0/2840001
3177.04/3136.07	c cleaning 74998 clauses out of 150012 with flag 0/2916000
3321.51/3279.45	c cleaning 76000 clauses out of 152015 with flag 0/2993001
3453.01/3409.75	c cleaning 77000 clauses out of 154014 with flag 0/3071000
3595.96/3552.01	c cleaning 78005 clauses out of 156018 with flag 0/3150004
3600.05/3556.14	c timeout
3600.05/3556.14	c starts		: 1
3600.05/3556.14	c conflicts		: 3155165
3600.05/3556.14	c decisions		: 3440377
3600.05/3556.14	c propagations		: 46977600
3600.05/3556.14	c inspects		: 20471610576
3600.05/3556.14	c shortcuts		: 0
3600.05/3556.14	c learnt literals	: 0
3600.05/3556.14	c learnt binary clauses	: 0
3600.05/3556.14	c learnt ternary clauses	: 0
3600.05/3556.14	c learnt constraints	: 3155164
3600.05/3556.14	c ignored constraints	: 0
3600.05/3556.14	c root simplifications	: 0
3600.05/3556.14	c removed literals (reason simplification)	: 0
3600.05/3556.14	c reason swapping (by a shorter reason)	: 0
3600.05/3556.14	c Calls to reduceDB	: 75
3600.05/3556.14	c Number of update (reduction) of LBD	: 4527118
3600.05/3556.14	c Imported unit clauses	: 0
3600.05/3556.14	c No decision after first conflict	: false
3600.05/3556.14	c number of reductions to clauses (during analyze)	: 0
3600.05/3556.14	c number of learned constraints concerned by reduction	: 0
3600.05/3556.15	c number of learning phase by resolution	: 0
3600.05/3556.15	c number of learning phase by cutting planes	: 0
3600.05/3556.15	c number of rounding to 1 operations	: 0
3600.05/3556.15	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3556.15	c number of reductions of the coefficients by power 2 	: 0
3600.05/3556.15	c number of right shift for reduction by power 2 	: 0
3600.05/3556.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3556.15	c number of ending skipping 	: 0
3600.05/3556.15	c number of internal skipping 	: 0
3600.05/3556.15	c number of derivation steps 	: 25466683
3600.05/3556.15	c number of skipped derivation steps 	: 0
3600.05/3556.15	c number of remaining unassigned 	: 0
3600.05/3556.15	c number of remaining assigned 	: 0
3600.05/3556.15	c number of falsified literals weakened from reason	: 0
3600.05/3556.15	c number of falsified literals weakened from conflict	: 0
3600.05/3556.15	c time for arithmetic operations	: 0
3600.05/3556.15	c minimum degree of deleted constraints	: 1
3600.05/3556.15	c maximum degree of deleted constraints	: 1
3600.05/3556.15	c number of deleted constraints	: 3071991
3600.05/3556.15	c speed (assignments/second)	: 13212.556113341285
3600.05/3556.15	c non guided choices	: 442
3600.05/3556.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 83173
3600.05/3556.19	s UNKNOWN
3600.05/3556.19	c Total wall clock time (in seconds): 3555.861

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442621-1721304834/watcher-4442621-1721304834 -o /tmp/evaluation-result-4442621-1721304834/solver-4442621-1721304834 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947642 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442621-1721304834.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=948226, runsolver pid=948223

[startup+0.101787 s]*
/proc/loadavg: 1.62 2.64 3.54 8/320 948244
/proc/meminfo: memFree=125622524/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=18975048 memory=56724 CPUtime=0.12 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 6625 0 0 0 10 2 0 0 20 0 18 0 182640018 19430449152 14181 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4743762 14181 5690 1 0 550926 0
[pid=948226/tid=948228] ppid=948223 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 5527 0 0 0 7 1 0 0 20 0 18 0 182640018 19430449152 14181 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182640021 19430449152 14181 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=18975048 memory=14976684994783103 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182640022 19430449152 14181 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56724 KiB

[startup+0.213966 s]*
/proc/loadavg: 1.62 2.64 3.54 10/320 948244
/proc/meminfo: memFree=125492496/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=18975048 memory=65532 CPUtime=0.25 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 7300 0 0 0 23 2 0 0 20 0 18 0 182640018 19430449152 16383 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4743762 16383 5694 1 0 551466 0
[pid=948226/tid=948228] ppid=948223 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 1077936192 5774 0 0 0 16 1 0 0 20 0 18 0 182640018 19430449152 16383 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=18975048 memory=5822 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182640021 19430449152 16383 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=18975048 memory=13563812552906645 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182640022 19430449152 16383 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65532 KiB

[startup+0.313782 s]*
/proc/loadavg: 1.62 2.64 3.54 8/320 948244
/proc/meminfo: memFree=125421212/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=18975048 memory=69288 CPUtime=0.39 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 7626 0 0 0 36 3 0 0 20 0 18 0 182640018 19430449152 17322 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4743762 17322 5764 1 0 551672 0
[pid=948226/tid=948228] ppid=948223 vsize=18975048 memory=-8960870664073683644 CPUtime=0.26 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 5955 0 0 0 24 2 0 0 20 0 18 0 182640018 19430449152 17322 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182640021 19430449152 17322 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182640022 19430449152 17322 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69288 KiB

[startup+0.700278 s]
/proc/loadavg: 1.62 2.64 3.54 8/320 948244
/proc/meminfo: memFree=125218644/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=19108176 memory=165432 CPUtime=1.08 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 10241 0 0 0 103 5 0 0 20 0 20 0 182640018 19566772224 41358 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4777044 41358 5876 1 0 553923 0
[pid=948226/tid=948228] ppid=948223 vsize=19108176 memory=5620 CPUtime=0.58 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 6122 0 0 0 54 4 0 0 20 0 20 0 182640018 19566772224 41358 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=19108176 memory=12724 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 41358 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 41358 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 165432 KiB

[startup+1.50477 s]
/proc/loadavg: 1.62 2.64 3.54 9/322 948246
/proc/meminfo: memFree=124969524/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=19108176 memory=270240 CPUtime=2.68 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 23834 0 0 0 259 9 0 0 20 0 20 0 182640018 19566772224 67560 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4777044 67560 5876 1 0 559108 0
[pid=948226/tid=948228] ppid=948223 vsize=19108176 memory=0 CPUtime=1.3 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 6245 0 0 0 125 5 0 0 20 0 20 0 182640018 19566772224 67560 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 67560 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=12724 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 67560 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948246] ppid=948223 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/948226/task/948246/stat : 948246 (Timer-0) S 948223 948226 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182640080 19566772224 67560 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 270240 KiB

[startup+3.10578 s]
/proc/loadavg: 1.62 2.64 3.54 6/322 948246
/proc/meminfo: memFree=123375872/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=19108176 memory=517696 CPUtime=4.86 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 27750 0 0 0 472 14 0 0 20 0 20 0 182640018 19566772224 129424 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4777044 129424 5876 1 0 559144 0
[pid=948226/tid=948228] ppid=948223 vsize=19108176 memory=0 CPUtime=2.86 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 6940 0 0 0 277 9 0 0 20 0 20 0 182640018 19566772224 129424 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=19108176 memory=12724 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 129424 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 129424 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948246] ppid=948223 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/948226/task/948246/stat : 948246 (Timer-0) S 948223 948226 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182640080 19566772224 129424 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 4.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 517696 KiB

[startup+6.30079 s]
/proc/loadavg: 1.97 2.70 3.55 6/322 948246
/proc/meminfo: memFree=121869392/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=19108176 memory=932788 CPUtime=8.37 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 28882 0 0 0 813 24 0 0 20 0 20 0 182640018 19566772224 233197 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4777044 233197 5876 1 0 665669 0
[pid=948226/tid=948228] ppid=948223 vsize=19108176 memory=12724 CPUtime=5.75 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 7346 0 0 0 556 19 0 0 20 0 20 0 182640018 19566772224 233197 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 233197 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=932748 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 233197 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948246] ppid=948223 vsize=19108176 memory=5676 CPUtime=0 cores=0,2
/proc/948226/task/948246/stat : 948246 (Timer-0) S 948223 948226 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182640080 19566772224 233197 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 8.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 932788 KiB

[startup+12.7004 s]
/proc/loadavg: 2.13 2.72 3.56 5/322 948247
/proc/meminfo: memFree=118083312/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=19108176 memory=2958764 CPUtime=14.76 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 31597 0 0 0 1408 68 0 0 20 0 20 0 182640018 19566772224 739691 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4777044 739691 5876 1 0 1123132 0
[pid=948226/tid=948228] ppid=948223 vsize=19108176 memory=0 CPUtime=12.06 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 8916 0 0 0 1144 62 0 0 20 0 20 0 182640018 19566772224 739691 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=19108176 memory=12724 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 739691 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=2381228 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 739691 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948246] ppid=948223 vsize=19108176 memory=519744 CPUtime=0 cores=0,2
/proc/948226/task/948246/stat : 948246 (Timer-0) S 948223 948226 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182640080 19566772224 739691 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 14.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2958764 KiB

[startup+25.5005 s]
/proc/loadavg: 2.50 2.78 3.57 6/322 948249
/proc/meminfo: memFree=115522764/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=19108176 memory=3112508 CPUtime=27.8 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 39097 0 0 0 2706 74 0 0 20 0 20 0 182640018 19566772224 778127 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4777044 778127 5876 1 0 1123149 0
[pid=948226/tid=948228] ppid=948223 vsize=19108176 memory=519744 CPUtime=24.5 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 10724 0 0 0 2385 65 0 0 20 0 20 0 182640018 19566772224 778127 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=19108176 memory=3112504 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 778127 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=3112504 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 778127 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948246] ppid=948223 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/948226/task/948246/stat : 948246 (Timer-0) S 948223 948226 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182640080 19566772224 778127 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 27.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3112508 KiB

[startup+51.1138 s]
/proc/loadavg: 3.24 2.93 3.59 6/322 948255
/proc/meminfo: memFree=112335404/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=19108176 memory=3116748 CPUtime=53.72 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 46445 0 0 0 5297 75 0 0 20 0 20 0 182640018 19566772224 779187 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4777044 779187 5876 1 0 1123149 0
[pid=948226/tid=948228] ppid=948223 vsize=19108176 memory=3116744 CPUtime=49.72 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 13414 0 0 0 4907 65 0 0 20 0 20 0 182640018 19566772224 779187 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=19108176 memory=5524 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 779187 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=3116744 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 779187 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0

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

/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 661594 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 3161 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 661594 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948246] ppid=948223 vsize=19108176 memory=2646376 CPUtime=0 cores=0,2
/proc/948226/task/948246/stat : 948246 (Timer-0) S 948223 948226 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182640080 19566772224 661594 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 3203.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2646376 KiB

[startup+3222.3 s]
/proc/loadavg: 4.31 4.37 4.35 5/318 950006
/proc/meminfo: memFree=114456200/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=19108176 memory=2646384 CPUtime=3264.05 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 409768 0 0 0 326030 375 0 0 20 0 20 0 182640018 19566772224 661596 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4777044 661596 5921 1 0 673307 0
[pid=948226/tid=948228] ppid=948223 vsize=19108176 memory=11408 CPUtime=3160.11 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 168742 0 0 0 315875 136 0 0 20 0 20 0 182640018 19566772224 661596 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 99 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=19108176 memory=2646376 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 661596 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=2646384 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 3171 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 661596 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948246] ppid=948223 vsize=19108176 memory=-7089359221915149687 CPUtime=0 cores=0,2
/proc/948226/task/948246/stat : 948246 (Timer-0) S 948223 948226 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182640080 19566772224 661596 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 3264.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2646384 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.32 4.33 5/318 950016
/proc/meminfo: memFree=114455628/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=19108176 memory=2646424 CPUtime=3324.4 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 412802 0 0 0 332061 379 0 0 20 0 20 0 182640018 19566772224 661606 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4777044 661606 5921 1 0 673319 0
[pid=948226/tid=948228] ppid=948223 vsize=19108176 memory=11408 CPUtime=3219.41 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 170292 0 0 0 321804 137 0 0 20 0 20 0 182640018 19566772224 661606 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 99 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=19108176 memory=2646384 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 661606 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=-7089359221915149687 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 3171 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 661606 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948246] ppid=948223 vsize=19108176 memory=1904 CPUtime=0 cores=0,2
/proc/948226/task/948246/stat : 948246 (Timer-0) S 948223 948226 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182640080 19566772224 661606 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 3324.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2646424 KiB

[startup+3342.3 s]
/proc/loadavg: 4.47 4.37 4.35 5/318 950027
/proc/meminfo: memFree=114455124/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=19108176 memory=2646428 CPUtime=3385.21 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 424145 0 0 0 338138 383 0 0 20 0 20 0 182640018 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4777044 661607 5921 1 0 673319 0
[pid=948226/tid=948228] ppid=948223 vsize=19108176 memory=12724 CPUtime=3278.34 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 172866 0 0 0 327697 137 0 0 20 0 20 0 182640018 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 100 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=2646428 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 3248 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948246] ppid=948223 vsize=19108176 memory=2646428 CPUtime=0 cores=0,2
/proc/948226/task/948246/stat : 948246 (Timer-0) S 948223 948226 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182640080 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 3385.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2646428 KiB

[startup+3402.3 s]
/proc/loadavg: 4.42 4.36 4.35 6/320 950042
/proc/meminfo: memFree=114454708/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=19108176 memory=2646428 CPUtime=3445.51 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 424764 0 0 0 344165 386 0 0 20 0 20 0 182640018 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4777044 661607 5921 1 0 673319 0
[pid=948226/tid=948228] ppid=948223 vsize=19108176 memory=5620 CPUtime=3337.51 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 173291 0 0 0 333614 137 0 0 20 0 20 0 182640018 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 100 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=19108176 memory=5620 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=2646428 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 3248 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948246] ppid=948223 vsize=19108176 memory=-8960870664073683644 CPUtime=0 cores=0,2
/proc/948226/task/948246/stat : 948246 (Timer-0) S 948223 948226 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182640080 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 3445.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2646428 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.32 4.34 5/320 950053
/proc/meminfo: memFree=114454484/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=19108176 memory=2646428 CPUtime=3505.76 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 427888 0 0 0 350186 390 0 0 20 0 20 0 182640018 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4777044 661607 5921 1 0 673319 0
[pid=948226/tid=948228] ppid=948223 vsize=19108176 memory=5620 CPUtime=3396.58 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 174900 0 0 0 339521 137 0 0 20 0 20 0 182640018 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 100 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=2646428 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 3248 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948246] ppid=948223 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/948226/task/948246/stat : 948246 (Timer-0) S 948223 948226 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182640080 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 3505.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2646428 KiB

[startup+3522.3 s]
/proc/loadavg: 4.49 4.36 4.35 8/320 950334
/proc/meminfo: memFree=114489072/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=19108176 memory=2646428 CPUtime=3566.08 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 428460 0 0 0 356216 392 0 0 20 0 20 0 182640018 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4777044 661607 5921 1 0 673319 0
[pid=948226/tid=948228] ppid=948223 vsize=19108176 memory=2646428 CPUtime=3455.69 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 175202 0 0 0 345432 137 0 0 20 0 20 0 182640018 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 100 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=19108176 memory=5620 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=2646428 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 3337 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948246] ppid=948223 vsize=19108176 memory=2646428 CPUtime=0 cores=0,2
/proc/948226/task/948246/stat : 948246 (Timer-0) S 948223 948226 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182640080 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 3566.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2646428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3556.11 s]
/proc/loadavg: 4.54 4.39 4.36 5/320 950339
/proc/meminfo: memFree=110751692/131655788 swapFree=131071996/131071996
[pid=948226] ppid=948223 vsize=19108176 memory=2646428 CPUtime=3600.05 cores=0,2
/proc/948226/stat : 948226 (java) S 948223 948226 947632 0 -1 1077936128 429019 0 0 0 359612 393 0 0 20 0 20 0 182640018 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
/proc/948226/statm: 4777044 661607 5921 1 0 673319 0
[pid=948226/tid=948228] ppid=948223 vsize=19108176 memory=2646428 CPUtime=3489.06 cores=0,2
/proc/948226/task/948228/stat : 948228 (java) R 948223 948226 947632 0 -1 4194368 175663 0 0 0 348769 137 0 0 20 0 20 0 182640018 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 100 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948237] ppid=948223 vsize=19108176 memory=2646428 CPUtime=0 cores=0,2
/proc/948226/task/948237/stat : 948237 (Finalizer) S 948223 948226 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182640021 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948244] ppid=948223 vsize=19108176 memory=-8960870664073683644 CPUtime=0 cores=0,2
/proc/948226/task/948244/stat : 948244 (Common-Cleaner) S 948223 948226 947632 0 -1 1077936192 3337 0 0 0 0 0 0 0 20 0 20 0 182640022 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
[pid=948226/tid=948246] ppid=948223 vsize=19108176 memory=2646428 CPUtime=0 cores=0,2
/proc/948226/task/948246/stat : 948246 (Timer-0) S 948223 948226 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182640080 19566772224 661607 134679101440 94673231400960 94673231404656 140722391046848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94673231412472 94673231413264 94673244225536 140722391053300 140722391053408 140722391053408 140722391060424 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2646428 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.26 s, system=3.96228 s

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

[startup+3556.21 s]*
/proc/loadavg: 4.54 4.39 4.36 5/302 950342
/proc/meminfo: memFree=113294300/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3556.23
CPU time (s): 3600.22
CPU user time (s): 3596.26
CPU system time (s): 3.96228
CPU usage (%): 101.237
Max. virtual memory (cumulated for all children) (KiB): 19111924
Max. memory (cumulated for all children) (KiB): 4450312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.26
system time used= 3.96227
maximum resident set size= 4450312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 431911
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124158
involuntary context switches= 28732


# summary of solver processes directly reported to runsolver:
#   pid: 948226
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3596.26
#   total CPU system time (s): 3.96228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9783 second user time and 38.1423 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-18 14:14:06
IDJOB=4442621
IDBENCH=147834
IDSOLVER=3052
FILE ID=nodeC007/4442621-1721304834
RUNJOBID= nodeC007-1721304841-947642
SLURM_JOB_ID= 7542628
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442621-1721304834/watcher-4442621-1721304834 -o /tmp/evaluation-result-4442621-1721304834/solver-4442621-1721304834 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947642 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442621-1721304834.opb

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

MD5SUM BENCH= da953313a09cceac0c8e3e7fb7d08ab4
RANDOM SEED=261751370

nodeC007.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	: 0xb00001f
cpu MHz		: 3491.651
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
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	: 0xb00001f
cpu MHz		: 1496.412
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 2194.748
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
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	: 0xb00001f
cpu MHz		: 3591.389
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 2294.730
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
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	: 0xb00001f
cpu MHz		: 3491.628
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 3668.863
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
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	: 0xb00001f
cpu MHz		: 3491.629
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125839520 kB
MemAvailable:   128451092 kB
Buffers:          481732 kB
Cached:          2961696 kB
SwapCached:            0 kB
Active:           989760 kB
Inactive:        4259280 kB
Active(anon):       1460 kB
Inactive(anon):  1841852 kB
Active(file):     988300 kB
Inactive(file):  2417428 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6092 kB
Writeback:            44 kB
AnonPages:       1805668 kB
Mapped:           125888 kB
Shmem:             37704 kB
KReclaimable:      91752 kB
Slab:             192892 kB
SReclaimable:      91752 kB
SUnreclaim:       101140 kB
KernelStack:        4880 kB
PageTables:        12996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7256908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57472 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1210368 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:      279368 kB
DirectMap2M:    27936768 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC007 at 2024-07-18 15:13:23