Trace number 4492874

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 CP 2025-06-06? (TO) 3600.25 3582.27

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
MD5SUM3bf41b9d4e0f7236fbe06f13f097e4ef
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.079135
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints4221
Number of constraints which are clauses4221
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 constraint20
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 21
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.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.16	c See www.sat4j.org for details.
0.13/0.17	c version PB25.v20250606
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.20	c Free memory 		2104792832
0.13/0.21	c Max memory 		16282288128
0.13/0.21	c Total memory 		2113929216
0.13/0.21	c Number of processors 	2
0.46/0.38	c Pseudo Boolean Optimization by upper bound
0.46/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.38	c  - never skip resolution steps
0.46/0.38	c  - Auto-division on coefficients is disabled
0.46/0.38	c  - No postprocessing
0.46/0.38	c  - Conflict is considered as is when resolving
0.46/0.38	c  - Use constraints as they come during conflict analysis
0.46/0.38	c  - Weaken first using unassigned literals
0.46/0.38	c  - Bump strategy: ALWAYS_ONE
0.46/0.38	c  - Bumper: ANY
0.46/0.38	c --- Begin Solver configuration ---
0.46/0.38	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.46/0.38	c Learn all clauses as in MiniSAT
0.46/0.38	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.38	c No reason simplification
0.46/0.38	c Armin Biere (Picosat) restarts strategy
0.46/0.38	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.46/0.38	c timeout=2147483s
0.46/0.38	c DB Simplification allowed=false
0.46/0.38	c Listener: none
0.46/0.38	c --- End Solver configuration ---
0.46/0.38	c solving HOME/instance-4492874-1751148429.opb
0.46/0.38	c reading problem ... 
0.46/0.38	c  no objective function found
0.84/0.59	c ... done. Wall clock time 0.198s.
0.84/0.59	c declared #vars     420
0.84/0.59	c #constraints  4221
0.84/0.59	c constraints type 
0.84/0.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4200
0.84/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21
0.84/0.59	c 4221 constraints processed.
3.35/1.80	c cleaning 2498 clauses out of 5001
4.38/2.57	c cleaning 4252 clauses out of 8504
5.37/3.49	c cleaning 5623 clauses out of 11250
6.78/4.62	c cleaning 6810 clauses out of 13627
8.23/5.86	c cleaning 7904 clauses out of 15817
9.83/7.48	c cleaning 8953 clauses out of 17914
12.01/9.25	c cleaning 9974 clauses out of 19960
14.01/11.27	c cleaning 10990 clauses out of 21986
16.18/13.36	c cleaning 11996 clauses out of 23997
18.55/15.61	c cleaning 12996 clauses out of 26002
20.85/17.99	c cleaning 13999 clauses out of 28005
23.58/20.69	c cleaning 14995 clauses out of 30006
26.99/24.07	c cleaning 16001 clauses out of 32011
30.95/27.66	c cleaning 16998 clauses out of 34009
34.93/31.64	c cleaning 18004 clauses out of 36012
38.62/35.35	c cleaning 18994 clauses out of 38007
42.91/39.61	c cleaning 19998 clauses out of 40013
47.80/44.55	c cleaning 21004 clauses out of 42015
54.38/51.15	c cleaning 22004 clauses out of 44012
59.66/56.50	c cleaning 23000 clauses out of 46009
65.64/62.42	c cleaning 24001 clauses out of 48009
73.78/70.64	c cleaning 24997 clauses out of 50006
81.62/78.49	c cleaning 25994 clauses out of 52009
90.16/86.97	c cleaning 26997 clauses out of 54015
97.04/93.77	c cleaning 28005 clauses out of 56018
103.92/100.54	c cleaning 28994 clauses out of 58013
113.44/109.94	c cleaning 29997 clauses out of 60019
124.17/120.51	c cleaning 31004 clauses out of 62023
133.95/130.23	c cleaning 32007 clauses out of 64020
147.09/143.25	c cleaning 32995 clauses out of 66011
158.69/154.70	c cleaning 34002 clauses out of 68016
169.81/165.79	c cleaning 34999 clauses out of 70015
185.97/181.85	c cleaning 35999 clauses out of 72015
200.21/195.93	c cleaning 37000 clauses out of 74017
216.92/212.51	c cleaning 38005 clauses out of 76018
232.96/228.41	c cleaning 39000 clauses out of 78012
246.90/242.25	c cleaning 39994 clauses out of 80014
264.49/259.72	c cleaning 41001 clauses out of 82017
283.63/278.71	c cleaning 42005 clauses out of 84018
299.91/294.91	c cleaning 42999 clauses out of 86014
317.97/312.90	c cleaning 44002 clauses out of 88015
338.73/333.52	c cleaning 44997 clauses out of 90011
359.27/353.98	c cleaning 45994 clauses out of 92013
385.54/380.06	c cleaning 46997 clauses out of 94020
404.91/399.39	c cleaning 47996 clauses out of 96023
438.67/432.97	c cleaning 49008 clauses out of 98027
467.29/461.34	c cleaning 49998 clauses out of 100018
491.08/484.98	c cleaning 50997 clauses out of 102021
512.95/506.75	c cleaning 52006 clauses out of 104026
538.07/531.72	c cleaning 53002 clauses out of 106017
565.68/559.27	c cleaning 53999 clauses out of 108015
589.18/582.58	c cleaning 55004 clauses out of 110016
619.08/612.36	c cleaning 56001 clauses out of 112014
651.61/644.87	c cleaning 56996 clauses out of 114011
685.12/678.23	c cleaning 58002 clauses out of 116015
720.65/713.61	c cleaning 58992 clauses out of 118014
766.98/759.86	c cleaning 59994 clauses out of 120021
796.71/789.30	c cleaning 61007 clauses out of 122028
832.70/825.18	c cleaning 62005 clauses out of 124020
860.32/851.93	c cleaning 62998 clauses out of 126015
891.42/882.97	c cleaning 64002 clauses out of 128018
930.16/921.43	c cleaning 65004 clauses out of 130016
967.89/959.17	c cleaning 65995 clauses out of 132011
1003.82/994.91	c cleaning 66998 clauses out of 134016
1055.79/1046.80	c cleaning 68007 clauses out of 136020
1088.56/1079.30	c cleaning 69001 clauses out of 138014
1143.08/1133.72	c cleaning 69996 clauses out of 140013
1195.34/1185.99	c cleaning 71002 clauses out of 142016
1234.76/1225.10	c cleaning 72001 clauses out of 144012
1286.08/1276.16	c cleaning 72997 clauses out of 146012
1327.19/1317.03	c cleaning 74001 clauses out of 148015
1372.92/1362.69	c cleaning 74998 clauses out of 150015
1414.68/1404.23	c cleaning 75990 clauses out of 152017
1448.40/1437.62	c cleaning 77005 clauses out of 154027
1496.24/1485.20	c cleaning 78002 clauses out of 156020
1535.39/1524.16	c cleaning 79003 clauses out of 158018
1588.17/1576.83	c cleaning 79998 clauses out of 160015
1668.51/1657.28	c cleaning 81007 clauses out of 162017
1720.29/1708.66	c cleaning 82000 clauses out of 164014
1802.77/1791.16	c cleaning 82991 clauses out of 166010
1845.11/1833.23	c cleaning 83998 clauses out of 168020
1927.64/1915.69	c cleaning 84999 clauses out of 170021
2016.35/2003.94	c cleaning 86007 clauses out of 172022
2075.92/2063.36	c cleaning 86997 clauses out of 174016
2149.39/2136.65	c cleaning 87997 clauses out of 176018
2213.25/2200.46	c cleaning 89000 clauses out of 178021
2274.69/2261.59	c cleaning 90005 clauses out of 180024
2348.51/2335.20	c cleaning 90999 clauses out of 182016
2404.27/2390.78	c cleaning 92001 clauses out of 184019
2461.56/2447.73	c cleaning 93002 clauses out of 186019
2522.36/2508.22	c cleaning 94000 clauses out of 188014
2575.20/2561.13	c cleaning 94997 clauses out of 190014
2646.14/2632.00	c cleaning 96002 clauses out of 192017
2708.47/2693.83	c cleaning 96986 clauses out of 194016
2804.02/2789.18	c cleaning 98004 clauses out of 196029
2894.55/2879.32	c cleaning 99008 clauses out of 198025
2983.11/2967.67	c cleaning 100001 clauses out of 200017
3067.02/3051.56	c cleaning 100998 clauses out of 202017
3160.88/3145.14	c cleaning 102003 clauses out of 204019
3260.84/3243.55	c cleaning 103000 clauses out of 206017
3350.28/3332.96	c cleaning 103998 clauses out of 208015
3473.70/3456.35	c cleaning 105003 clauses out of 210017
3566.91/3549.23	c cleaning 105995 clauses out of 212014
3600.01/3582.13	c starts		: 275
3600.01/3582.14	c timeout
3600.01/3582.15	c conflicts		: 5832721
3600.01/3582.15	c decisions		: 6449556
3600.01/3582.15	c propagations		: 133377868
3600.01/3582.15	c inspects		: 26601309917
3600.01/3582.15	c shortcuts		: 0
3600.01/3582.15	c learnt literals	: 0
3600.01/3582.15	c learnt binary clauses	: 0
3600.01/3582.15	c learnt ternary clauses	: 0
3600.01/3582.15	c learnt constraints	: 5832720
3600.01/3582.15	c ignored constraints	: 0
3600.01/3582.15	c root simplifications	: 0
3600.01/3582.15	c removed literals (reason simplification)	: 0
3600.01/3582.15	c reason swapping (by a shorter reason)	: 0
3600.01/3582.15	c Calls to reduceDB	: 103
3600.01/3582.15	c Number of update (reduction) of LBD	: 0
3600.01/3582.15	c Imported unit clauses	: 0
3600.01/3582.16	c No decision after first conflict	: false
3600.01/3582.16	c number of reductions to clauses (during analyze)	: 0
3600.01/3582.16	c number of learned constraints concerned by reduction	: 0
3600.01/3582.16	c number of learning phase by resolution	: 0
3600.01/3582.16	c number of learning phase by cutting planes	: 0
3600.01/3582.16	c number of rounding to 1 operations	: 0
3600.01/3582.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3582.16	c number of reductions of the coefficients by power 2 	: 0
3600.01/3582.16	c number of right shift for reduction by power 2 	: 0
3600.01/3582.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3582.16	c number of ending skipping 	: 0
3600.01/3582.16	c number of internal skipping 	: 0
3600.01/3582.16	c number of derivation steps 	: 44139737
3600.01/3582.16	c number of skipped derivation steps 	: 0
3600.01/3582.16	c number of remaining unassigned 	: 0
3600.01/3582.16	c number of remaining assigned 	: 0
3600.01/3582.16	c number of falsified literals weakened from reason	: 0
3600.01/3582.16	c number of falsified literals weakened from conflict	: 0
3600.01/3582.16	c time for arithmetic operations	: 0
3600.01/3582.17	c minimum degree of deleted constraints	: null
3600.01/3582.17	c maximum degree of deleted constraints	: null
3600.01/3582.17	c number of deleted constraints	: 0
3600.01/3582.17	c speed (assignments/second)	: 37240.10816500608
3600.01/3582.17	c non guided choices	: 281
3600.18/3582.22	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 170739
3600.18/3582.23	s UNKNOWN
3600.18/3582.23	c Total wall clock time (in seconds): 3581.847

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: 63837 MiB (60027 MiB free)
  memory of node 1: 64465 MiB (61005 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492874-1751148429/watcher-4492874-1751148429 -o /tmp/evaluation-result-4492874-1751148429/solver-4492874-1751148429 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751144867-15024 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492874-1751148429.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=16024, runsolver pid=16021
Current StackSize limit: 8192 KiB


[startup+0.100052 s]*
/proc/loadavg: 5.00 4.55 4.32 6/327 16042
/proc/meminfo: memFree=123915692/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=18930384 memory=48488 CPUtime=0.13 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 5813 0 0 0 10 3 0 0 20 0 18 0 30522350 19384713216 12122 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4732596 12122 5307 1 0 547009 0
[pid=16024/tid=16026] ppid=16021 vsize=18930384 memory=4026531960 CPUtime=0.09 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 4708 0 0 0 7 2 0 0 20 0 18 0 30522351 19384713216 12122 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30522356 19384713216 12122 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=18930384 memory=56295059375534 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30522357 19384713216 12122 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48488 KiB

[startup+0.219395 s]*
/proc/loadavg: 5.00 4.55 4.32 6/327 16042
/proc/meminfo: memFree=123868684/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=18930384 memory=57636 CPUtime=0.32 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 6546 0 0 0 28 4 0 0 20 0 18 0 30522350 19384713216 14409 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4732596 14409 5339 1 0 547603 0
[pid=16024/tid=16026] ppid=16021 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 5050 0 0 0 17 2 0 0 20 0 18 0 30522351 19384713216 14409 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=18930384 memory=2622 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30522356 19384713216 14409 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=18930384 memory=55195547730935 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30522357 19384713216 14409 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57636 KiB

[startup+0.315024 s]*
/proc/loadavg: 5.00 4.55 4.32 7/327 16042
/proc/meminfo: memFree=123786764/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=18930384 memory=59044 CPUtime=0.46 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 6803 0 0 0 42 4 0 0 20 0 18 0 30522350 19384713216 14761 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4732596 14761 5435 1 0 547793 0
[pid=16024/tid=16026] ppid=16021 vsize=18930384 memory=-6000919502821942894 CPUtime=0.27 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 5220 0 0 0 25 2 0 0 20 0 18 0 30522351 19384713216 14761 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30522356 19384713216 14761 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30522357 19384713216 14761 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59044 KiB

[startup+0.700373 s]
/proc/loadavg: 5.00 4.55 4.32 7/327 16042
/proc/meminfo: memFree=123781912/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=18996948 memory=73248 CPUtime=1.17 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 7297 0 0 0 112 5 0 0 20 0 19 0 30522350 19452874752 18312 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4749237 18312 5435 1 0 548348 0
[pid=16024/tid=16026] ppid=16021 vsize=18996948 memory=17152 CPUtime=0.6 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 5412 0 0 0 57 3 0 0 20 0 19 0 30522351 19452874752 18312 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30522356 19452874752 18312 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30522357 19452874752 18312 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73248 KiB

[startup+1.50027 s]
/proc/loadavg: 5.00 4.55 4.32 7/328 16043
/proc/meminfo: memFree=123556448/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=19063512 memory=161920 CPUtime=2.75 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 14737 0 0 0 266 9 0 0 20 0 20 0 30522350 19521036288 40480 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4765878 40480 5467 1 0 551026 0
[pid=16024/tid=16026] ppid=16021 vsize=19063512 memory=3328 CPUtime=1.3 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 5672 0 0 0 125 5 0 0 20 0 20 0 30522351 19521036288 40480 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522356 19521036288 40480 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30522357 19521036288 40480 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16043] ppid=16021 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/16024/task/16043/stat : 16043 (Timer-0) S 16021 16024 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522410 19521036288 40480 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161920 KiB

[startup+3.11054 s]
/proc/loadavg: 5.08 4.57 4.33 4/306 16055
/proc/meminfo: memFree=125035500/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=19063512 memory=610892 CPUtime=5.08 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 20438 0 0 0 489 19 0 0 20 0 20 0 30522350 19521036288 152723 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4765878 152723 5467 1 0 553071 0
[pid=16024/tid=16026] ppid=16021 vsize=19063512 memory=14352 CPUtime=2.87 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 7078 0 0 0 274 13 0 0 20 0 20 0 30522351 19521036288 152723 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522356 19521036288 152723 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30522357 19521036288 152723 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16043] ppid=16021 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/16024/task/16043/stat : 16043 (Timer-0) S 16021 16024 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522410 19521036288 152723 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 5.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 610892 KiB

[startup+6.30042 s]
/proc/loadavg: 5.08 4.57 4.33 4/310 16157
/proc/meminfo: memFree=123309168/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=19063512 memory=1309492 CPUtime=8.73 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 21260 0 0 0 839 34 0 0 20 0 20 0 30522350 19521036288 327373 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4765878 327373 5467 1 0 553071 0
[pid=16024/tid=16026] ppid=16021 vsize=19063512 memory=0 CPUtime=6 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 7698 0 0 0 573 27 0 0 20 0 20 0 30522351 19521036288 327373 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522356 19521036288 327373 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30522357 19521036288 327373 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16043] ppid=16021 vsize=19063512 memory=178520 CPUtime=0 cores=5,7
/proc/16024/task/16043/stat : 16043 (Timer-0) S 16021 16024 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522410 19521036288 327373 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 8.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1309492 KiB

[startup+12.7004 s]
/proc/loadavg: 5.15 4.60 4.34 7/328 16242
/proc/meminfo: memFree=123791968/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=19063512 memory=1321892 CPUtime=15.58 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 25539 0 0 0 1520 38 0 0 20 0 20 0 30522350 19521036288 330473 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4765878 330473 5467 1 0 553071 0
[pid=16024/tid=16026] ppid=16021 vsize=19063512 memory=178520 CPUtime=12.33 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 8602 0 0 0 1203 30 0 0 20 0 20 0 30522351 19521036288 330473 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=19063512 memory=1321892 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522356 19521036288 330473 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30522357 19521036288 330473 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16043] ppid=16021 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/16024/task/16043/stat : 16043 (Timer-0) S 16021 16024 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522410 19521036288 330473 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 15.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321892 KiB

[startup+25.5004 s]
/proc/loadavg: 5.12 4.62 4.35 6/329 16243
/proc/meminfo: memFree=119219896/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=19063512 memory=1740656 CPUtime=28.47 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 29947 0 0 0 2800 47 0 0 20 0 20 0 30522350 19521036288 435164 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4765878 435164 5467 1 0 659597 0
[pid=16024/tid=16026] ppid=16021 vsize=19063512 memory=1321892 CPUtime=24.83 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 10306 0 0 0 2445 38 0 0 20 0 20 0 30522351 19521036288 435164 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522356 19521036288 435164 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=19063512 memory=1740656 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30522357 19521036288 435164 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16043] ppid=16021 vsize=19063512 memory=1343344 CPUtime=0 cores=5,7
/proc/16024/task/16043/stat : 16043 (Timer-0) S 16021 16024 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522410 19521036288 435164 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 28.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1740656 KiB

[startup+51.1133 s]
/proc/loadavg: 4.81 4.58 4.34 6/328 16244
/proc/meminfo: memFree=115628276/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=19063512 memory=2245912 CPUtime=54.38 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 35920 0 0 0 5379 59 0 0 20 0 20 0 30522350 19521036288 561478 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4765878 561478 5467 1 0 787021 0
[pid=16024/tid=16026] ppid=16021 vsize=19063512 memory=1740784 CPUtime=49.61 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 12147 0 0 0 4913 48 0 0 20 0 20 0 30522351 19521036288 561478 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=19063512 memory=2273 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522356 19521036288 561478 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=19063512 memory=1321892 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30522357 19521036288 561478 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16043] ppid=16021 vsize=19063512 memory=0 CPUtime=0 cores=5,7

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

[startup+3222.3 s]
/proc/loadavg: 4.17 4.24 4.28 6/327 16403
/proc/meminfo: memFree=106105928/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=19063512 memory=3635552 CPUtime=3238.33 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 115702 0 0 0 323538 295 0 0 20 0 20 0 30522350 19521036288 908888 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4765878 908888 5531 1 0 922178 0
[pid=16024/tid=16026] ppid=16021 vsize=19063512 memory=164 CPUtime=3176.74 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 60364 0 0 0 317602 72 0 0 20 0 20 0 30522351 19521036288 908888 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=19063512 memory=5172 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522356 19521036288 908888 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=19063512 memory=2208 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 1155 0 0 0 0 0 0 0 20 0 20 0 30522357 19521036288 908888 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16043] ppid=16021 vsize=19063512 memory=3635552 CPUtime=0 cores=5,7
/proc/16024/task/16043/stat : 16043 (Timer-0) S 16021 16024 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522410 19521036288 908888 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 3238.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3635552 KiB

[startup+3282.3 s]
/proc/loadavg: 4.37 4.28 4.29 6/326 16420
/proc/meminfo: memFree=106113752/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=19063512 memory=3636192 CPUtime=3299.66 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 119598 0 0 0 329665 301 0 0 20 0 20 0 30522350 19521036288 909048 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4765878 909048 5531 1 0 922333 0
[pid=16024/tid=16026] ppid=16021 vsize=19063512 memory=-6000919502821942894 CPUtime=3236.03 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 62628 0 0 0 323530 73 0 0 20 0 20 0 30522351 19521036288 909048 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=19063512 memory=4786651966682590876 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522356 19521036288 909048 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=19063512 memory=3636192 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 1155 0 0 0 0 0 0 0 20 0 20 0 30522357 19521036288 909048 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16043] ppid=16021 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/16024/task/16043/stat : 16043 (Timer-0) S 16021 16024 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522410 19521036288 909048 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 3299.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3636192 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.24 4.27 6/326 16422
/proc/meminfo: memFree=106113308/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=19063512 memory=3636320 CPUtime=3359.68 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 122005 0 0 0 335662 306 0 0 20 0 20 0 30522350 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4765878 909080 5531 1 0 922345 0
[pid=16024/tid=16026] ppid=16021 vsize=19063512 memory=4786651966682590876 CPUtime=3295.47 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 63834 0 0 0 329473 74 0 0 20 0 20 0 30522351 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=19063512 memory=4282220 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522356 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=19063512 memory=2208 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 1218 0 0 0 0 0 0 0 20 0 20 0 30522357 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16043] ppid=16021 vsize=19063512 memory=2208 CPUtime=0 cores=5,7
/proc/16024/task/16043/stat : 16043 (Timer-0) S 16021 16024 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522410 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 3359.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3636320 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.21 4.26 6/326 16424
/proc/meminfo: memFree=106113136/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=19063512 memory=3636320 CPUtime=3419.68 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 123195 0 0 0 341658 310 0 0 20 0 20 0 30522350 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4765878 909080 5531 1 0 922345 0
[pid=16024/tid=16026] ppid=16021 vsize=19063512 memory=4282220 CPUtime=3354.94 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 64356 0 0 0 335420 74 0 0 20 0 20 0 30522351 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=19063512 memory=2208 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522356 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=19063512 memory=3636320 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 1341 0 0 0 0 0 0 0 20 0 20 0 30522357 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16043] ppid=16021 vsize=19063512 memory=3636320 CPUtime=0 cores=5,7
/proc/16024/task/16043/stat : 16043 (Timer-0) S 16021 16024 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522410 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 3419.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3636320 KiB

[startup+3462.3 s]
/proc/loadavg: 4.40 4.28 4.28 5/326 16492
/proc/meminfo: memFree=106534388/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=19063512 memory=3636320 CPUtime=3479.72 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 124303 0 0 0 347659 313 0 0 20 0 20 0 30522350 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4765878 909080 5531 1 0 922345 0
[pid=16024/tid=16026] ppid=16021 vsize=19063512 memory=4282220 CPUtime=3414.39 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 65369 0 0 0 341365 74 0 0 20 0 20 0 30522351 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=19063512 memory=2208 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522356 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=19063512 memory=3636320 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 1341 0 0 0 0 0 0 0 20 0 20 0 30522357 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16043] ppid=16021 vsize=19063512 memory=3636320 CPUtime=0 cores=5,7
/proc/16024/task/16043/stat : 16043 (Timer-0) S 16021 16024 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522410 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 3479.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3636320 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.26 4.27 5/326 16494
/proc/meminfo: memFree=106394692/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=19063512 memory=3636320 CPUtime=3539.95 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 125996 0 0 0 353679 316 0 0 20 0 20 0 30522350 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4765878 909080 5531 1 0 922345 0
[pid=16024/tid=16026] ppid=16021 vsize=19063512 memory=3636320 CPUtime=3473.85 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 66359 0 0 0 347311 74 0 0 20 0 20 0 30522351 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522356 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=19063512 memory=3636320 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 1417 0 0 0 0 0 0 0 20 0 20 0 30522357 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16043] ppid=16021 vsize=19063512 memory=3636320 CPUtime=0 cores=5,7
/proc/16024/task/16043/stat : 16043 (Timer-0) S 16021 16024 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522410 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 3539.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3636320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3582.11 s]
/proc/loadavg: 4.30 4.27 4.27 5/327 16630
/proc/meminfo: memFree=118001848/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=19063512 memory=3636320 CPUtime=3600.01 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 127816 0 0 0 359679 322 0 0 20 0 20 0 30522350 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4765878 909080 5531 1 0 922345 0
[pid=16024/tid=16026] ppid=16021 vsize=19063512 memory=3636320 CPUtime=3532.93 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) R 16021 16024 15006 0 -1 4194368 67650 0 0 0 353216 77 0 0 20 0 20 0 30522351 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=19063512 memory=3636320 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522356 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=19063512 memory=19712 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 1417 0 0 0 0 0 0 0 20 0 20 0 30522357 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16043] ppid=16021 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/16024/task/16043/stat : 16043 (Timer-0) S 16021 16024 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522410 19521036288 909080 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3636320 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597 s, system=3.25327 s

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

[startup+3582.21 s]
/proc/loadavg: 4.30 4.27 4.27 5/327 16630
/proc/meminfo: memFree=118001848/131382116 swapFree=33010684/33010684
[pid=16024] ppid=16021 vsize=19263204 memory=3637216 CPUtime=3600.18 cores=5,7
/proc/16024/stat : 16024 (java) S 16021 16024 15006 0 -1 4194304 130109 0 0 0 359695 323 0 0 20 0 21 0 30522350 19725520896 909304 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
/proc/16024/statm: 4815801 909304 5531 1 0 923260 0
[pid=16024/tid=16026] ppid=16021 vsize=19263204 memory=2673472 CPUtime=3532.95 cores=5,7
/proc/16024/task/16026/stat : 16026 (java) S 16021 16024 15006 0 -1 4194368 67796 0 0 0 353218 77 0 0 20 0 21 0 30522351 19725520896 909304 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16035] ppid=16021 vsize=19263204 memory=6640 CPUtime=0 cores=5,7
/proc/16024/task/16035/stat : 16035 (Finalizer) S 16021 16024 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30522356 19725520896 909304 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
[pid=16024/tid=16042] ppid=16021 vsize=19263204 memory=3636320 CPUtime=0 cores=5,7
/proc/16024/task/16042/stat : 16042 (Common-Cleaner) S 16021 16024 15006 0 -1 4194368 1417 0 0 0 0 0 0 0 20 0 21 0 30522357 19725520896 909304 18446744073709551615 94140474925056 94140474928752 140722970564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140474936568 94140474937360 94140489609216 140722970573182 140722970573286 140722970573286 140722970578888 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3637216 KiB

Child status: 143

Real time (s): 3582.27
CPU time (s): 3600.25
CPU user time (s): 3597
CPU system time (s): 3.25327
CPU usage (%): 100.502
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3637216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597
system time used= 3.25327
maximum resident set size= 3637472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130303
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122407
involuntary context switches= 11542


# summary of solver processes directly reported to runsolver:
#   pid: 16024
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3597
#   total CPU system time (s): 3.25327

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.225 second user time and 35.5897 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 00:07:10
IDJOB=4492874
IDBENCH=147830
IDSOLVER=3361
FILE ID=nodeC010/4492874-1751148429
RUNJOBID= nodeC010-1751144867-15024
SLURM_JOB_ID= 9587444
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492874-1751148429/watcher-4492874-1751148429 -o /tmp/evaluation-result-4492874-1751148429/solver-4492874-1751148429 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751144867-15024 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492874-1751148429.opb

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

MD5SUM BENCH= 3bf41b9d4e0f7236fbe06f13f097e4ef
RANDOM SEED=908764212

nodeC010 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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.681
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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		: 3491.755
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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		: 1197.485
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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		: 1201.171
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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		: 3491.683
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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		: 1197.148
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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		: 3492.598
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
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		: 1197.544
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        123938492 kB
MemAvailable:   123600364 kB
Buffers:            3280 kB
Cached:           473876 kB
SwapCached:            0 kB
Active:          6765856 kB
Inactive:         182540 kB
Active(anon):    6489204 kB
Inactive(anon):        0 kB
Active(file):     276652 kB
Inactive(file):   182540 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4632 kB
Writeback:             0 kB
AnonPages:       6474352 kB
Mapped:           122644 kB
Shmem:             17960 kB
KReclaimable:      84612 kB
Slab:             163676 kB
SReclaimable:      84612 kB
SUnreclaim:        79064 kB
KernelStack:        5040 kB
PageTables:        16356 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10425960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6279168 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC010 at 2025-06-29 01:06:52