Trace number 4492875

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 VeriPB 2025-06-06? (TO) 3600.34 3587.73

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.12/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.18	c See www.sat4j.org for details.
0.12/0.20	c version PB25.v20250606
0.27/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.22	c java.vm.version	22.0.1+8-16
0.27/0.22	c java.vm.vendor	Oracle Corporation
0.27/0.22	c sun.arch.data.model	64
0.27/0.22	c java.version		22.0.1
0.27/0.22	c os.name		Linux
0.27/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.22	c os.arch		amd64
0.27/0.23	c Free memory 		2104792832
0.27/0.23	c Max memory 		16282288128
0.27/0.23	c Total memory 		2113929216
0.27/0.24	c Number of processors 	2
0.44/0.40	c Pseudo Boolean Optimization by upper bound
0.44/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.40	c  - never skip resolution steps
0.44/0.40	c  - Auto-division on coefficients is disabled
0.44/0.40	c  - No postprocessing
0.44/0.40	c  - Conflict is considered as is when resolving
0.44/0.40	c  - Use constraints as they come during conflict analysis
0.44/0.40	c  - Weaken first using unassigned literals
0.44/0.40	c  - Bump strategy: ALWAYS_ONE
0.44/0.40	c  - Bumper: EFFECTIVE
0.44/0.40	c --- Begin Solver configuration ---
0.44/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.44/0.40	c Learn all clauses as in MiniSAT
0.44/0.40	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.40	c No reason simplification
0.44/0.40	c Dynamic restart strategy considering the size of the coefficients
0.44/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.44/0.40	c timeout=2147483s
0.44/0.40	c DB Simplification allowed=false
0.44/0.40	c Listener: none
0.44/0.40	c --- End Solver configuration ---
0.44/0.40	c solving HOME/instance-4492875-1751149251.opb
0.44/0.40	c reading problem ... 
0.44/0.40	c using VERIPB proof format
0.44/0.41	c  no objective function found
1.13/0.72	c ... done. Wall clock time 0.303s.
1.13/0.72	c declared #vars     420
1.13/0.73	c #constraints  4221
1.13/0.73	c constraints type 
1.13/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4200
1.13/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21
1.13/0.73	c 4221 constraints processed.
3.70/2.04	c cleaning 2498 clauses out of 5000 with flag 0/5000
5.28/3.15	c cleaning 4250 clauses out of 8503 with flag 0/11001
6.83/4.50	c cleaning 5621 clauses out of 11253 with flag 0/18001
9.42/7.05	c cleaning 6812 clauses out of 13631 with flag 0/26000
11.45/9.08	c cleaning 7908 clauses out of 15820 with flag 0/35001
13.94/11.53	c cleaning 8954 clauses out of 17911 with flag 0/45000
16.99/14.37	c cleaning 9979 clauses out of 19957 with flag 0/56000
20.17/17.54	c cleaning 10983 clauses out of 21978 with flag 0/68000
23.58/21.00	c cleaning 11985 clauses out of 23995 with flag 0/81000
28.28/25.63	c cleaning 12997 clauses out of 26010 with flag 0/95000
33.04/30.48	c cleaning 13998 clauses out of 28013 with flag 0/110000
38.77/36.18	c cleaning 15001 clauses out of 30016 with flag 0/126001
45.24/42.58	c cleaning 15998 clauses out of 32014 with flag 0/143000
52.03/49.24	c cleaning 17005 clauses out of 34017 with flag 0/161001
59.01/56.30	c cleaning 17997 clauses out of 36011 with flag 0/180000
66.80/64.06	c cleaning 19005 clauses out of 38015 with flag 0/200001
75.06/72.32	c cleaning 20001 clauses out of 40009 with flag 0/221000
83.57/80.87	c cleaning 20999 clauses out of 42008 with flag 0/243000
93.14/90.44	c cleaning 22001 clauses out of 44011 with flag 0/266002
103.42/100.72	c cleaning 22997 clauses out of 46008 with flag 0/290000
113.13/110.41	c cleaning 23998 clauses out of 48012 with flag 0/315001
124.04/121.38	c cleaning 25004 clauses out of 50014 with flag 0/341001
137.00/134.20	c cleaning 26003 clauses out of 52009 with flag 0/368000
150.24/147.46	c cleaning 26999 clauses out of 54008 with flag 0/396002
164.96/162.16	c cleaning 27996 clauses out of 56008 with flag 0/425001
180.92/178.02	c cleaning 29003 clauses out of 58012 with flag 0/455001
195.90/192.96	c cleaning 29991 clauses out of 60008 with flag 0/486000
214.26/211.13	c cleaning 31004 clauses out of 62018 with flag 0/518001
231.16/227.80	c cleaning 31997 clauses out of 64015 with flag 0/551002
252.00/248.59	c cleaning 32993 clauses out of 66016 with flag 0/585000
274.64/271.68	c cleaning 34003 clauses out of 68025 with flag 0/620002
299.02/295.86	c cleaning 35001 clauses out of 70020 with flag 0/656000
328.69/325.38	c cleaning 36005 clauses out of 72019 with flag 0/693000
363.84/360.24	c cleaning 37000 clauses out of 74014 with flag 0/731000
395.61/391.73	c cleaning 37997 clauses out of 76014 with flag 0/770000
421.71/417.79	c cleaning 39000 clauses out of 78018 with flag 0/810001
453.17/448.96	c cleaning 39999 clauses out of 80017 with flag 0/851000
487.75/483.27	c cleaning 41006 clauses out of 82020 with flag 0/893002
518.52/513.77	c cleaning 41999 clauses out of 84012 with flag 0/936000
551.29/546.26	c cleaning 42996 clauses out of 86013 with flag 0/980000
582.64/577.39	c cleaning 44005 clauses out of 88020 with flag 0/1025003
612.61/607.18	c cleaning 45000 clauses out of 90012 with flag 0/1071000
648.40/642.75	c cleaning 45999 clauses out of 92012 with flag 0/1118000
687.23/681.25	c cleaning 47003 clauses out of 94017 with flag 0/1166004
731.58/725.41	c cleaning 48000 clauses out of 96011 with flag 0/1215001
768.97/762.62	c cleaning 49001 clauses out of 98010 with flag 0/1265000
814.72/808.25	c cleaning 49998 clauses out of 100010 with flag 0/1316001
861.06/854.13	c cleaning 50992 clauses out of 102013 with flag 0/1368002
903.87/896.98	c cleaning 52003 clauses out of 104020 with flag 0/1421001
953.44/946.36	c cleaning 53007 clauses out of 106018 with flag 0/1475002
1000.69/993.46	c cleaning 53999 clauses out of 108009 with flag 0/1530000
1058.02/1050.65	c cleaning 54998 clauses out of 110012 with flag 0/1586002
1110.30/1102.73	c cleaning 55994 clauses out of 112012 with flag 0/1643000
1168.83/1161.26	c cleaning 57002 clauses out of 114020 with flag 0/1701002
1229.47/1221.66	c cleaning 57993 clauses out of 116017 with flag 0/1760001
1280.79/1272.72	c cleaning 58996 clauses out of 118023 with flag 0/1820000
1351.99/1343.79	c cleaning 60004 clauses out of 120028 with flag 0/1881001
1423.85/1415.49	c cleaning 61003 clauses out of 122024 with flag 0/1943001
1479.49/1470.99	c cleaning 62004 clauses out of 124020 with flag 0/2006000
1539.34/1530.51	c cleaning 63001 clauses out of 126016 with flag 0/2070000
1603.73/1594.72	c cleaning 63998 clauses out of 128015 with flag 0/2135000
1673.82/1664.58	c cleaning 64999 clauses out of 130017 with flag 0/2201000
1746.19/1736.82	c cleaning 66007 clauses out of 132021 with flag 0/2268003
1809.77/1800.20	c cleaning 66999 clauses out of 134012 with flag 0/2336001
1871.96/1862.30	c cleaning 68000 clauses out of 136013 with flag 0/2405001
1940.95/1931.15	c cleaning 68998 clauses out of 138012 with flag 0/2475000
2022.28/2012.11	c cleaning 69996 clauses out of 140014 with flag 0/2546000
2105.28/2094.94	c cleaning 71002 clauses out of 142020 with flag 0/2618002
2176.82/2166.28	c cleaning 72004 clauses out of 144016 with flag 0/2691000
2239.86/2229.22	c cleaning 73002 clauses out of 146014 with flag 0/2765002
2312.71/2302.37	c cleaning 73998 clauses out of 148010 with flag 0/2840000
2385.50/2375.06	c cleaning 74995 clauses out of 150012 with flag 0/2916000
2457.75/2447.26	c cleaning 76007 clauses out of 152018 with flag 0/2993001
2540.81/2530.31	c cleaning 76997 clauses out of 154012 with flag 0/3071002
2622.85/2612.26	c cleaning 77998 clauses out of 156013 with flag 0/3150000
2701.80/2691.12	c cleaning 79003 clauses out of 158015 with flag 0/3230000
2802.39/2791.56	c cleaning 79998 clauses out of 160012 with flag 0/3311000
2882.50/2871.45	c cleaning 81004 clauses out of 162015 with flag 0/3393001
2972.99/2961.75	c cleaning 81997 clauses out of 164010 with flag 0/3476000
3081.28/3069.95	c cleaning 83004 clauses out of 166016 with flag 0/3560003
3209.55/3198.02	c cleaning 84001 clauses out of 168012 with flag 0/3645003
3319.72/3308.10	c cleaning 85000 clauses out of 170008 with flag 0/3731000
3431.83/3419.98	c cleaning 85996 clauses out of 172008 with flag 0/3818000
3535.89/3523.51	c cleaning 87001 clauses out of 174012 with flag 0/3906000
3600.06/3587.52	c timeout
3600.06/3587.54	c starts		: 1
3600.06/3587.54	c conflicts		: 3964252
3600.06/3587.54	c decisions		: 4365839
3600.06/3587.54	c propagations		: 47407654
3600.06/3587.54	c inspects		: 24786638723
3600.06/3587.54	c shortcuts		: 0
3600.06/3587.54	c learnt literals	: 0
3600.06/3587.54	c learnt binary clauses	: 0
3600.06/3587.54	c learnt ternary clauses	: 0
3600.06/3587.54	c learnt constraints	: 3964252
3600.06/3587.54	c ignored constraints	: 0
3600.06/3587.54	c root simplifications	: 0
3600.06/3587.55	c removed literals (reason simplification)	: 0
3600.06/3587.55	c reason swapping (by a shorter reason)	: 0
3600.06/3587.55	c Calls to reduceDB	: 84
3600.06/3587.55	c Number of update (reduction) of LBD	: 5831122
3600.06/3587.55	c Imported unit clauses	: 0
3600.06/3587.55	c No decision after first conflict	: false
3600.06/3587.55	c number of reductions to clauses (during analyze)	: 0
3600.06/3587.55	c number of learned constraints concerned by reduction	: 0
3600.06/3587.55	c number of learning phase by resolution	: 0
3600.06/3587.55	c number of learning phase by cutting planes	: 0
3600.06/3587.55	c number of rounding to 1 operations	: 0
3600.06/3587.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3587.55	c number of reductions of the coefficients by power 2 	: 0
3600.06/3587.55	c number of right shift for reduction by power 2 	: 0
3600.06/3587.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3587.55	c number of ending skipping 	: 0
3600.06/3587.56	c number of internal skipping 	: 0
3600.06/3587.56	c number of derivation steps 	: 30671825
3600.06/3587.56	c number of skipped derivation steps 	: 0
3600.06/3587.56	c number of remaining unassigned 	: 0
3600.06/3587.56	c number of remaining assigned 	: 0
3600.06/3587.56	c number of falsified literals weakened from reason	: 0
3600.06/3587.56	c number of falsified literals weakened from conflict	: 0
3600.06/3587.56	c time for arithmetic operations	: 0
3600.06/3587.57	c minimum degree of deleted constraints	: 1
3600.06/3587.57	c maximum degree of deleted constraints	: 1
3600.06/3587.57	c number of deleted constraints	: 3818989
3600.06/3587.57	c speed (assignments/second)	: 13217.134447017745
3600.06/3587.57	c non guided choices	: 199
3600.30/3587.70	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 145263
3600.30/3587.71	s UNKNOWN
3600.30/3587.71	c Total wall clock time (in seconds): 3587.31

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: 63794 MiB (57995 MiB free)
  memory of node 1: 64507 MiB (63921 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492875-1751149251/watcher-4492875-1751149251 -o /tmp/evaluation-result-4492875-1751149251/solver-4492875-1751149251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14976 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492875-1751149251 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492875-1751149251.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 FSIZE limit: 102400000 KiB
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
Current StackSize limit: 8192 KiB

solver pid=15705, runsolver pid=15702

[startup+0.100072 s]*
/proc/loadavg: 4.33 4.33 4.28 8/325 15723
/proc/meminfo: memFree=124751096/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=18930384 memory=48232 CPUtime=0.12 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 5767 0 0 0 9 3 0 0 20 0 18 0 30603952 19384713216 12058 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4732596 12058 5301 1 0 546987 0
[pid=15705/tid=15707] ppid=15702 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 4634 0 0 0 5 2 0 0 20 0 18 0 30603954 19384713216 12058 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30603959 19384713216 12058 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=18930384 memory=61792617516369 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30603960 19384713216 12058 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48232 KiB

[startup+0.214186 s]*
/proc/loadavg: 4.33 4.33 4.28 10/325 15723
/proc/meminfo: memFree=124579128/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=18930384 memory=52012 CPUtime=0.27 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 6181 0 0 0 23 4 0 0 20 0 18 0 30603952 19384713216 13003 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4732596 13003 5333 1 0 547286 0
[pid=15705/tid=15707] ppid=15702 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) S 15702 15705 14966 0 -1 4194368 4976 0 0 0 14 2 0 0 20 0 18 0 30603954 19384713216 13003 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30603959 19384713216 13003 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30603960 19384713216 13003 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52012 KiB

[startup+0.314221 s]*
/proc/loadavg: 4.33 4.33 4.28 9/325 15723
/proc/meminfo: memFree=124393792/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=18930384 memory=58788 CPUtime=0.44 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 6760 0 0 0 39 5 0 0 20 0 18 0 30603952 19384713216 14697 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4732596 14697 5429 1 0 547758 0
[pid=15705/tid=15707] ppid=15702 vsize=18930384 memory=-6000919498560071534 CPUtime=0.26 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 5199 0 0 0 23 3 0 0 20 0 18 0 30603954 19384713216 14697 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30603959 19384713216 14697 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30603960 19384713216 14697 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58788 KiB

[startup+0.700352 s]
/proc/loadavg: 4.33 4.33 4.28 10/326 15724
/proc/meminfo: memFree=123878712/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=18930384 memory=83212 CPUtime=1.13 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 7239 0 0 0 107 6 0 0 20 0 18 0 30603952 19384713216 20803 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4732596 20803 5429 1 0 548033 0
[pid=15705/tid=15707] ppid=15702 vsize=18930384 memory=17152 CPUtime=0.57 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 5412 0 0 0 53 4 0 0 20 0 18 0 30603954 19384713216 20803 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30603959 19384713216 20803 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30603960 19384713216 20803 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 83212 KiB

[startup+1.50028 s]
/proc/loadavg: 4.33 4.33 4.28 6/305 15735
/proc/meminfo: memFree=123611532/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=19063512 memory=160688 CPUtime=2.7 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 13811 0 0 0 259 11 0 0 20 0 20 0 30603952 19521036288 40172 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4765878 40172 5461 1 0 550644 0
[pid=15705/tid=15707] ppid=15702 vsize=19063512 memory=3200 CPUtime=1.26 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 5935 0 0 0 120 6 0 0 20 0 20 0 30603954 19521036288 40172 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603959 19521036288 40172 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30603960 19521036288 40172 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15727] ppid=15702 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15705/task/15727/stat : 15727 (Timer-0) S 15702 15705 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604026 19521036288 40172 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 160688 KiB

[startup+3.10566 s]
/proc/loadavg: 4.47 4.35 4.29 5/308 15806
/proc/meminfo: memFree=123234560/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=19063512 memory=495296 CPUtime=5.28 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 19629 0 0 0 508 20 0 0 20 0 20 0 30603952 19521036288 123824 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4765878 123824 5461 1 0 553280 0
[pid=15705/tid=15707] ppid=15702 vsize=19063512 memory=11264 CPUtime=2.82 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 7165 0 0 0 269 13 0 0 20 0 20 0 30603954 19521036288 123824 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603959 19521036288 123824 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 30603960 19521036288 123824 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15727] ppid=15702 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/15705/task/15727/stat : 15727 (Timer-0) S 15702 15705 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604026 19521036288 123824 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 495296 KiB

[startup+6.30042 s]
/proc/loadavg: 4.47 4.35 4.29 7/331 15863
/proc/meminfo: memFree=121549148/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=19063512 memory=1306856 CPUtime=8.71 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 21063 0 0 0 834 37 0 0 20 0 20 0 30603952 19521036288 326714 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4765878 326714 5461 1 0 553280 0
[pid=15705/tid=15707] ppid=15702 vsize=19063512 memory=0 CPUtime=5.98 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 7963 0 0 0 568 30 0 0 20 0 20 0 30603954 19521036288 326714 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603959 19521036288 326714 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 30603960 19521036288 326714 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15727] ppid=15702 vsize=19063512 memory=160816 CPUtime=0 cores=0,2
/proc/15705/task/15727/stat : 15727 (Timer-0) S 15702 15705 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604026 19521036288 326714 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 8.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1306856 KiB

[startup+12.7004 s]
/proc/loadavg: 4.55 4.37 4.29 7/331 15930
/proc/meminfo: memFree=124303628/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=19063512 memory=1307880 CPUtime=15.39 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 25570 0 0 0 1500 39 0 0 20 0 20 0 30603952 19521036288 326970 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4765878 326970 5461 1 0 553280 0
[pid=15705/tid=15707] ppid=15702 vsize=19063512 memory=160816 CPUtime=12.32 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 8809 0 0 0 1202 30 0 0 20 0 20 0 30603954 19521036288 326970 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=19063512 memory=1306856 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603959 19521036288 326970 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 30603960 19521036288 326970 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15727] ppid=15702 vsize=19063512 memory=1306856 CPUtime=0 cores=0,2
/proc/15705/task/15727/stat : 15727 (Timer-0) S 15702 15705 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604026 19521036288 326970 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 15.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1307880 KiB

[startup+25.5004 s]
/proc/loadavg: 4.46 4.36 4.29 5/331 15931
/proc/meminfo: memFree=119774872/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=19063512 memory=1322292 CPUtime=28.18 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 31076 0 0 0 2776 42 0 0 20 0 20 0 30603952 19521036288 330573 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4765878 330573 5461 1 0 553280 0
[pid=15705/tid=15707] ppid=15702 vsize=19063512 memory=1306856 CPUtime=24.84 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 10578 0 0 0 2453 31 0 0 20 0 20 0 30603954 19521036288 330573 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=19063512 memory=1322292 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603959 19521036288 330573 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 30603960 19521036288 330573 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15727] ppid=15702 vsize=19063512 memory=2305 CPUtime=0 cores=0,2
/proc/15705/task/15727/stat : 15727 (Timer-0) S 15702 15705 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604026 19521036288 330573 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 28.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1322292 KiB

[startup+51.1138 s]
/proc/loadavg: 4.37 4.35 4.29 5/331 15931
/proc/meminfo: memFree=118561968/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=19063512 memory=1332664 CPUtime=53.94 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 38056 0 0 0 5347 47 0 0 20 0 20 0 30603952 19521036288 333166 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4765878 333166 5461 1 0 553280 0
[pid=15705/tid=15707] ppid=15702 vsize=19063512 memory=14720 CPUtime=49.97 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 11995 0 0 0 4963 34 0 0 20 0 20 0 30603954 19521036288 333166 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=19063512 memory=1307880 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603959 19521036288 333166 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=19063512 memory=280286613498064 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 30603960 19521036288 333166 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0

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

Current children cumulated memory: 2595960 KiB

[startup+3342.3 s]
/proc/loadavg: 4.41 4.32 4.32 5/327 16109
/proc/meminfo: memFree=120727024/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=19063512 memory=2595960 CPUtime=3354.07 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 110579 0 0 0 334897 510 0 0 20 0 20 0 30603952 19521036288 648990 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4765878 648990 5493 1 0 661858 0
[pid=15705/tid=15707] ppid=15702 vsize=19063512 memory=2595960 CPUtime=3301.62 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 51599 0 0 0 329897 265 0 0 20 0 20 0 30603954 19521036288 648990 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=19063512 memory=2595960 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603959 19521036288 648990 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=19063512 memory=2595960 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 1881 0 0 0 0 0 0 0 20 0 20 0 30603960 19521036288 648990 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15727] ppid=15702 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15705/task/15727/stat : 15727 (Timer-0) S 15702 15705 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604026 19521036288 648990 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 3354.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2595960 KiB

[startup+3402.3 s]
/proc/loadavg: 4.48 4.35 4.33 5/326 16111
/proc/meminfo: memFree=120833164/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=19063512 memory=2598904 CPUtime=3414.2 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 111625 0 0 0 340904 516 0 0 20 0 20 0 30603952 19521036288 649726 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4765878 649726 5493 1 0 661858 0
[pid=15705/tid=15707] ppid=15702 vsize=19063512 memory=2595960 CPUtime=3361.12 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 52470 0 0 0 335845 267 0 0 20 0 20 0 30603954 19521036288 649726 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=19063512 memory=2597880 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603959 19521036288 649726 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=19063512 memory=2597880 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 1963 0 0 0 0 0 0 0 20 0 20 0 30603960 19521036288 649726 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15727] ppid=15702 vsize=19063512 memory=2598904 CPUtime=0 cores=0,2
/proc/15705/task/15727/stat : 15727 (Timer-0) S 15702 15705 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604026 19521036288 649726 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 3414.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598904 KiB

[startup+3462.3 s]
/proc/loadavg: 4.37 4.35 4.33 5/328 16247
/proc/meminfo: memFree=120541096/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=19063512 memory=2598904 CPUtime=3474.36 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 112063 0 0 0 346913 523 0 0 20 0 20 0 30603952 19521036288 649726 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4765878 649726 5493 1 0 661858 0
[pid=15705/tid=15707] ppid=15702 vsize=19063512 memory=2595960 CPUtime=3420.6 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 52822 0 0 0 341790 270 0 0 20 0 20 0 30603954 19521036288 649726 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=19063512 memory=2597880 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603959 19521036288 649726 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=19063512 memory=2597880 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 1975 0 0 0 0 0 0 0 20 0 20 0 30603960 19521036288 649726 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15727] ppid=15702 vsize=19063512 memory=2598904 CPUtime=0 cores=0,2
/proc/15705/task/15727/stat : 15727 (Timer-0) S 15702 15705 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604026 19521036288 649726 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 3474.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598904 KiB

[startup+3522.3 s]
/proc/loadavg: 4.47 4.38 4.35 5/328 16381
/proc/meminfo: memFree=119369732/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=19063512 memory=2599032 CPUtime=3534.7 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 113954 0 0 0 352940 530 0 0 20 0 20 0 30603952 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4765878 649758 5493 1 0 661900 0
[pid=15705/tid=15707] ppid=15702 vsize=19063512 memory=2599032 CPUtime=3480.04 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 53395 0 0 0 347731 273 0 0 20 0 20 0 30603954 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=19063512 memory=2599032 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603959 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 1975 0 0 0 0 0 0 0 20 0 20 0 30603960 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15727] ppid=15702 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/15705/task/15727/stat : 15727 (Timer-0) S 15702 15705 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604026 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 3534.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2599032 KiB

[startup+3582.3 s]
/proc/loadavg: 4.39 4.37 4.35 5/330 16455
/proc/meminfo: memFree=119069820/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=19063512 memory=2599032 CPUtime=3594.79 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 115105 0 0 0 358943 536 0 0 20 0 20 0 30603952 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4765878 649758 5493 1 0 661901 0
[pid=15705/tid=15707] ppid=15702 vsize=19063512 memory=2599032 CPUtime=3539.49 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 54328 0 0 0 353673 276 0 0 20 0 20 0 30603954 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603959 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=19063512 memory=2599032 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 1976 0 0 0 0 0 0 0 20 0 20 0 30603960 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15727] ppid=15702 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15705/task/15727/stat : 15727 (Timer-0) S 15702 15705 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604026 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 3594.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2599032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3587.5 s]
/proc/loadavg: 4.35 4.36 4.34 5/330 16456
/proc/meminfo: memFree=119051236/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=19063512 memory=2599032 CPUtime=3600.06 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 115116 0 0 0 359469 537 0 0 20 0 20 0 30603952 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4765878 649758 5493 1 0 661901 0
[pid=15705/tid=15707] ppid=15702 vsize=19063512 memory=2598904 CPUtime=3544.57 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) R 15702 15705 14966 0 -1 4194368 54328 0 0 0 354181 276 0 0 20 0 20 0 30603954 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603959 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 1976 0 0 0 0 0 0 0 20 0 20 0 30603960 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15727] ppid=15702 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15705/task/15727/stat : 15727 (Timer-0) S 15702 15705 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604026 19521036288 649758 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2599032 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.94 s, system=5.39741 s

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

[startup+3587.61 s]
/proc/loadavg: 4.35 4.36 4.34 5/330 16456
/proc/meminfo: memFree=119051236/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=19263204 memory=2600056 CPUtime=3600.2 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 117496 0 0 0 359482 538 0 0 20 0 21 0 30603952 19725520896 650014 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4815801 650014 5493 1 0 662896 0
[pid=15705/tid=15707] ppid=15702 vsize=19263204 memory=1792 CPUtime=3544.59 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) S 15702 15705 14966 0 -1 4194368 54779 0 0 0 354183 276 0 0 20 0 21 0 30603954 19725520896 650014 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=19263204 memory=1920 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30603959 19725520896 650014 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=19263204 memory=-6000919498560071534 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 1976 0 0 0 0 0 0 0 20 0 21 0 30603960 19725520896 650014 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2600056 KiB

[startup+3587.7 s]
/proc/loadavg: 4.35 4.36 4.34 5/330 16456
/proc/meminfo: memFree=119051236/131382112 swapFree=33010684/33010684
[pid=15705] ppid=15702 vsize=19263204 memory=2600056 CPUtime=3600.3 cores=0,2
/proc/15705/stat : 15705 (java) S 15702 15705 14966 0 -1 4194304 117502 0 0 0 359492 538 0 0 20 0 21 0 30603952 19725520896 650014 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
/proc/15705/statm: 4815801 650014 5493 1 0 662896 0
[pid=15705/tid=15707] ppid=15702 vsize=19263204 memory=2598904 CPUtime=3544.59 cores=0,2
/proc/15705/task/15707/stat : 15707 (java) S 15702 15705 14966 0 -1 4194368 54779 0 0 0 354183 276 0 0 20 0 21 0 30603954 19725520896 650014 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15716] ppid=15702 vsize=19263204 memory=17152 CPUtime=0 cores=0,2
/proc/15705/task/15716/stat : 15716 (Finalizer) S 15702 15705 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30603959 19725520896 650014 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
[pid=15705/tid=15723] ppid=15702 vsize=19263204 memory=2764 CPUtime=0 cores=0,2
/proc/15705/task/15723/stat : 15723 (Common-Cleaner) S 15702 15705 14966 0 -1 4194368 1976 0 0 0 0 0 0 0 20 0 21 0 30603960 19725520896 650014 18446744073709551615 94331955023872 94331955027568 140730158267312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94331955035384 94331955036176 94331961823232 140730158274861 140730158275046 140730158275046 140730158280648 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2600056 KiB

Child status: 143

Real time (s): 3587.73
CPU time (s): 3600.34
CPU user time (s): 3594.94
CPU system time (s): 5.39741
CPU usage (%): 100.352
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2600056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.94
system time used= 5.39741
maximum resident set size= 2600184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117676
page faults= 0
swaps= 0
block input operations= 0
block output operations= 780592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123125
involuntary context switches= 12775


# summary of solver processes directly reported to runsolver:
#   pid: 15705
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3594.94
#   total CPU system time (s): 5.39741

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8702 second user time and 38.7428 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 00:20:51
IDJOB=4492875
IDBENCH=147830
IDSOLVER=3362
FILE ID=nodeC001/4492875-1751149251
RUNJOBID= nodeC001-1751145706-14976
SLURM_JOB_ID= 9587448
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492875-1751149251/watcher-4492875-1751149251 -o /tmp/evaluation-result-4492875-1751149251/solver-4492875-1751149251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14976 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492875-1751149251 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492875-1751149251.opb

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

MD5SUM BENCH= 3bf41b9d4e0f7236fbe06f13f097e4ef
RANDOM SEED=729527879

nodeC001 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		: 1197.164
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.49
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		: 1895.513
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.49
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.423
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.49
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		: 1795.757
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.49
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.719
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.49
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.168
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.49
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		: 1197.452
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.49
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.171
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        124862156 kB
MemAvailable:   125020364 kB
Buffers:            3280 kB
Cached:           969468 kB
SwapCached:            0 kB
Active:          5219964 kB
Inactive:         737392 kB
Active(anon):    5002608 kB
Inactive(anon):        0 kB
Active(file):     217356 kB
Inactive(file):   737392 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7568 kB
Writeback:            56 kB
AnonPages:       4987764 kB
Mapped:           121872 kB
Shmem:             17960 kB
KReclaimable:      85788 kB
Slab:             166108 kB
SReclaimable:      85788 kB
SUnreclaim:        80320 kB
KernelStack:        4876 kB
PageTables:        12836 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9616796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4771840 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC001 at 2025-06-29 01:20:39