Trace number 4509902

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.27 3571.56

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-pmg-14-UNSAT.shuffled-as.sat05-3942.cnf.gz-plain.pb.metafix.opb
MD5SUMe5c6ae9ee6fd03a9aee6a0d19e002873
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables577
Total number of constraints1922
Number of constraints which are clauses1922
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 constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.22	c Free memory 		2104792832
0.12/0.22	c Max memory 		16282288128
0.12/0.22	c Total memory 		2113929216
0.12/0.22	c Number of processors 	2
0.49/0.39	c Pseudo Boolean Optimization by upper bound
0.49/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/0.39	c  - never skip resolution steps
0.49/0.39	c  - Auto-division on coefficients is disabled
0.49/0.39	c  - No postprocessing
0.49/0.39	c  - Conflict is considered as is when resolving
0.49/0.39	c  - Use constraints as they come during conflict analysis
0.49/0.39	c  - Weaken first using unassigned literals
0.49/0.39	c  - Bump strategy: ALWAYS_ONE
0.49/0.39	c  - Bumper: ANY
0.49/0.39	c --- Begin Solver configuration ---
0.49/0.39	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.49/0.39	c Learn all clauses as in MiniSAT
0.49/0.39	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/0.39	c No reason simplification
0.49/0.39	c Armin Biere (Picosat) restarts strategy
0.49/0.39	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.49/0.39	c timeout=2147483s
0.49/0.39	c DB Simplification allowed=false
0.49/0.39	c Listener: none
0.49/0.39	c --- End Solver configuration ---
0.49/0.39	c solving HOME/instance-4509902-1751201997.opb
0.49/0.39	c reading problem ... 
0.49/0.39	c  no objective function found
0.82/0.56	c ... done. Wall clock time 0.169s.
0.82/0.56	c declared #vars     577
0.82/0.56	c #constraints  1922
0.82/0.56	c constraints type 
0.82/0.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.82/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1920
0.82/0.57	c 1922 constraints processed.
3.53/1.93	c cleaning 1747 clauses out of 5001
5.16/2.83	c cleaning 3861 clauses out of 9254
6.56/3.86	c cleaning 5424 clauses out of 12394
7.83/5.04	c cleaning 6716 clauses out of 14970
9.43/6.62	c cleaning 7857 clauses out of 17253
11.41/8.22	c cleaning 8931 clauses out of 19398
13.11/9.97	c cleaning 9963 clauses out of 21464
15.00/11.90	c cleaning 10977 clauses out of 23502
17.29/14.02	c cleaning 11992 clauses out of 25527
19.56/16.26	c cleaning 12997 clauses out of 27532
22.55/19.21	c cleaning 13995 clauses out of 29539
25.36/22.09	c cleaning 14999 clauses out of 31540
28.84/25.59	c cleaning 16000 clauses out of 33542
33.03/29.78	c cleaning 16985 clauses out of 35542
37.12/33.84	c cleaning 18005 clauses out of 37556
40.61/37.36	c cleaning 19003 clauses out of 39551
44.90/41.63	c cleaning 20001 clauses out of 41549
49.12/45.85	c cleaning 20996 clauses out of 43548
53.91/50.67	c cleaning 22004 clauses out of 45551
59.19/55.93	c cleaning 23002 clauses out of 47547
65.08/61.81	c cleaning 23999 clauses out of 49548
73.49/70.25	c cleaning 24999 clauses out of 51548
80.42/77.18	c cleaning 25998 clauses out of 53547
87.50/84.27	c cleaning 27001 clauses out of 55552
93.43/90.18	c cleaning 28000 clauses out of 57548
101.84/98.52	c cleaning 29000 clauses out of 59550
110.88/107.53	c cleaning 29998 clauses out of 61548
120.50/117.03	c cleaning 30997 clauses out of 63550
130.23/126.70	c cleaning 32005 clauses out of 65555
140.95/137.38	c cleaning 33000 clauses out of 67549
149.38/145.60	c cleaning 34003 clauses out of 69549
158.71/154.80	c cleaning 34996 clauses out of 71546
169.74/165.75	c cleaning 35994 clauses out of 73549
181.06/176.93	c cleaning 37005 clauses out of 75556
194.49/190.29	c cleaning 37995 clauses out of 77550
204.95/200.59	c cleaning 39001 clauses out of 79557
219.17/214.64	c cleaning 39998 clauses out of 81554
232.00/227.24	c cleaning 41002 clauses out of 83557
243.73/238.88	c cleaning 42003 clauses out of 85556
256.26/251.24	c cleaning 43003 clauses out of 87553
271.47/266.29	c cleaning 44003 clauses out of 89551
286.00/280.60	c cleaning 44992 clauses out of 91545
304.00/298.44	c cleaning 46005 clauses out of 93553
324.11/318.37	c cleaning 46997 clauses out of 95550
339.15/333.29	c cleaning 47997 clauses out of 97553
357.45/351.33	c cleaning 49002 clauses out of 99554
374.78/368.47	c cleaning 50003 clauses out of 101553
387.72/381.28	c cleaning 51002 clauses out of 103550
404.59/397.99	c cleaning 51994 clauses out of 105549
421.31/414.41	c cleaning 52987 clauses out of 107554
439.99/432.97	c cleaning 54011 clauses out of 109567
466.86/459.54	c cleaning 54997 clauses out of 111556
487.72/480.27	c cleaning 55999 clauses out of 113558
514.14/506.58	c cleaning 56996 clauses out of 115561
545.61/537.73	c cleaning 58001 clauses out of 117563
570.91/562.80	c cleaning 59010 clauses out of 119562
598.98/590.74	c cleaning 59991 clauses out of 121552
631.56/623.04	c cleaning 60995 clauses out of 123561
657.75/648.99	c cleaning 62007 clauses out of 125567
677.40/668.47	c cleaning 63004 clauses out of 127561
700.63/691.41	c cleaning 63995 clauses out of 129557
728.88/719.55	c cleaning 64998 clauses out of 131560
761.30/751.61	c cleaning 65995 clauses out of 133562
791.71/781.81	c cleaning 67010 clauses out of 135568
830.39/820.29	c cleaning 68006 clauses out of 137557
864.15/853.71	c cleaning 69000 clauses out of 139556
907.25/896.58	c cleaning 69995 clauses out of 141552
947.42/935.99	c cleaning 70994 clauses out of 143558
978.08/966.69	c cleaning 72006 clauses out of 145562
1014.52/1002.99	c cleaning 73001 clauses out of 147558
1067.28/1055.45	c cleaning 73998 clauses out of 149557
1111.61/1099.50	c cleaning 75006 clauses out of 151558
1164.21/1151.70	c cleaning 75995 clauses out of 153551
1190.31/1177.52	c cleaning 77000 clauses out of 155558
1217.81/1204.83	c cleaning 77996 clauses out of 157558
1248.94/1235.75	c cleaning 79001 clauses out of 159562
1285.23/1271.85	c cleaning 80009 clauses out of 161564
1335.66/1322.06	c cleaning 80998 clauses out of 163551
1369.87/1355.94	c cleaning 81990 clauses out of 165553
1415.26/1401.08	c cleaning 82993 clauses out of 167563
1460.65/1446.18	c cleaning 83994 clauses out of 169570
1510.86/1496.05	c cleaning 84997 clauses out of 171575
1566.92/1551.74	c cleaning 86010 clauses out of 173582
1620.97/1605.60	c cleaning 87008 clauses out of 175568
1677.71/1661.90	c cleaning 88004 clauses out of 177561
1738.02/1721.99	c cleaning 88998 clauses out of 179556
1788.06/1771.70	c cleaning 90006 clauses out of 181559
1840.89/1823.20	c cleaning 91000 clauses out of 183553
1900.73/1882.90	c cleaning 91998 clauses out of 185553
1963.74/1945.79	c cleaning 92999 clauses out of 187557
1997.66/1979.23	c cleaning 94003 clauses out of 189556
2035.70/2017.01	c cleaning 94996 clauses out of 191555
2082.68/2063.89	c cleaning 96001 clauses out of 193557
2128.72/2109.59	c cleaning 97000 clauses out of 195558
2184.04/2164.56	c cleaning 97999 clauses out of 197555
2262.07/2242.27	c cleaning 99007 clauses out of 199558
2328.82/2308.68	c cleaning 100000 clauses out of 201549
2399.34/2378.75	c cleaning 101000 clauses out of 203549
2466.58/2445.61	c cleaning 101990 clauses out of 205551
2535.70/2514.39	c cleaning 103000 clauses out of 207559
2588.15/2566.45	c cleaning 103990 clauses out of 209564
2654.82/2632.81	c cleaning 105012 clauses out of 211571
2719.99/2697.53	c cleaning 105999 clauses out of 213557
2789.98/2766.40	c cleaning 107001 clauses out of 215558
2861.44/2837.50	c cleaning 107998 clauses out of 217557
2942.08/2917.84	c cleaning 108999 clauses out of 219559
3033.18/3008.57	c cleaning 109999 clauses out of 221560
3107.47/3082.43	c cleaning 111001 clauses out of 223561
3181.24/3155.83	c cleaning 112000 clauses out of 225560
3251.44/3225.60	c cleaning 113005 clauses out of 227563
3334.95/3308.70	c cleaning 114002 clauses out of 229556
3384.01/3357.50	c cleaning 115007 clauses out of 231555
3432.70/3405.94	c cleaning 116000 clauses out of 233551
3498.86/3470.78	c cleaning 116999 clauses out of 235549
3580.83/3552.39	c cleaning 117998 clauses out of 237549
3600.04/3571.42	c starts		: 295
3600.04/3571.42	c timeout
3600.04/3571.43	c conflicts		: 7171806
3600.04/3571.43	c decisions		: 7620434
3600.04/3571.43	c propagations		: 535178748
3600.04/3571.43	c inspects		: 29765139770
3600.04/3571.43	c shortcuts		: 0
3600.04/3571.43	c learnt literals	: 0
3600.04/3571.44	c learnt binary clauses	: 768
3600.04/3571.44	c learnt ternary clauses	: 0
3600.04/3571.44	c learnt constraints	: 7171805
3600.04/3571.44	c ignored constraints	: 0
3600.04/3571.44	c root simplifications	: 0
3600.04/3571.44	c removed literals (reason simplification)	: 0
3600.04/3571.44	c reason swapping (by a shorter reason)	: 0
3600.04/3571.44	c Calls to reduceDB	: 115
3600.04/3571.44	c Number of update (reduction) of LBD	: 0
3600.04/3571.44	c Imported unit clauses	: 0
3600.04/3571.44	c No decision after first conflict	: false
3600.04/3571.44	c number of reductions to clauses (during analyze)	: 0
3600.04/3571.44	c number of learned constraints concerned by reduction	: 0
3600.04/3571.44	c number of learning phase by resolution	: 0
3600.04/3571.44	c number of learning phase by cutting planes	: 0
3600.04/3571.44	c number of rounding to 1 operations	: 0
3600.04/3571.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3571.44	c number of reductions of the coefficients by power 2 	: 0
3600.04/3571.44	c number of right shift for reduction by power 2 	: 0
3600.04/3571.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3571.44	c number of ending skipping 	: 0
3600.04/3571.44	c number of internal skipping 	: 0
3600.04/3571.44	c number of derivation steps 	: 303652596
3600.04/3571.44	c number of skipped derivation steps 	: 0
3600.04/3571.44	c number of remaining unassigned 	: 0
3600.04/3571.44	c number of remaining assigned 	: 0
3600.04/3571.44	c number of falsified literals weakened from reason	: 0
3600.04/3571.44	c number of falsified literals weakened from conflict	: 0
3600.04/3571.44	c time for arithmetic operations	: 0
3600.04/3571.44	c minimum degree of deleted constraints	: null
3600.04/3571.44	c maximum degree of deleted constraints	: null
3600.04/3571.45	c number of deleted constraints	: 0
3600.04/3571.45	c speed (assignments/second)	: 149873.27979836875
3600.04/3571.45	c non guided choices	: 2258
3600.22/3571.51	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 160586
3600.22/3571.51	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 768
3600.22/3571.51	s UNKNOWN
3600.22/3571.51	c Total wall clock time (in seconds): 3571.114

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509902-1751201997/watcher-4509902-1751201997 -o /tmp/evaluation-result-4509902-1751201997/solver-4509902-1751201997 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751195027-23018 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4509902-1751201997.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 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=24211, runsolver pid=24208

[startup+0.100073 s]*
/proc/loadavg: 4.33 4.37 4.30 8/325 24229
/proc/meminfo: memFree=122176912/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=18930384 memory=48252 CPUtime=0.12 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 5750 0 0 0 8 4 0 0 20 0 18 0 35878792 19384713216 12063 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4732596 12063 5296 1 0 546963 0
[pid=24211/tid=24213] ppid=24208 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 4640 0 0 0 4 3 0 0 20 0 18 0 35878794 19384713216 12063 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35878799 19384713216 12063 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=18930384 memory=59593594261064 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 35878800 19384713216 12063 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48252 KiB

[startup+0.214221 s]*
/proc/loadavg: 4.33 4.37 4.30 6/325 24229
/proc/meminfo: memFree=122176912/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=18930384 memory=55240 CPUtime=0.3 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 6491 0 0 0 25 5 0 0 20 0 18 0 35878792 19384713216 13810 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4732596 13810 5328 1 0 547563 0
[pid=24211/tid=24213] ppid=24208 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) D 24208 24211 23008 0 -1 4194368 5022 0 0 0 15 3 0 0 20 0 18 0 35878794 19384713216 13810 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=18930384 memory=15877 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35878799 19384713216 13810 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 35878800 19384713216 13810 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55240 KiB

[startup+0.316287 s]*
/proc/loadavg: 4.33 4.37 4.30 7/325 24229
/proc/meminfo: memFree=122172880/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=18930384 memory=59044 CPUtime=0.49 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 6821 0 0 0 43 6 0 0 20 0 18 0 35878792 19384713216 14761 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4732596 14761 5424 1 0 547837 0
[pid=24211/tid=24213] ppid=24208 vsize=18930384 memory=-6000919472790595693 CPUtime=0.29 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 5263 0 0 0 26 3 0 0 20 0 18 0 35878794 19384713216 14761 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35878799 19384713216 14761 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 35878800 19384713216 14761 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59044 KiB

[startup+0.700365 s]
/proc/loadavg: 4.33 4.37 4.30 7/325 24229
/proc/meminfo: memFree=122172880/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=18996948 memory=69172 CPUtime=1.16 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 7290 0 0 0 110 6 0 0 20 0 19 0 35878792 19452874752 17293 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4749237 17293 5424 1 0 548330 0
[pid=24211/tid=24213] ppid=24208 vsize=18996948 memory=17152 CPUtime=0.63 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 5419 0 0 0 60 3 0 0 20 0 19 0 35878794 19452874752 17293 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=18996948 memory=10496 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35878799 19452874752 17293 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 35878800 19452874752 17293 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69172 KiB

[startup+1.5003 s]
/proc/loadavg: 4.33 4.37 4.30 6/326 24230
/proc/meminfo: memFree=122144208/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=19063512 memory=164648 CPUtime=2.74 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 15978 0 0 0 264 10 0 0 20 0 20 0 35878792 19521036288 41162 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4765878 41162 5488 1 0 551723 0
[pid=24211/tid=24213] ppid=24208 vsize=19063512 memory=3200 CPUtime=1.4 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 5687 0 0 0 135 5 0 0 20 0 20 0 35878794 19521036288 41162 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35878799 19521036288 41162 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35878800 19521036288 41162 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24230] ppid=24208 vsize=19063512 memory=16352 CPUtime=0 cores=0,2
/proc/24211/task/24230/stat : 24230 (Timer-0) S 24208 24211 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35878850 19521036288 41162 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164648 KiB

[startup+3.1058 s]
/proc/loadavg: 4.33 4.37 4.30 6/327 24231
/proc/meminfo: memFree=121801956/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=19063512 memory=438064 CPUtime=5.68 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 23555 0 0 0 552 16 0 0 20 0 20 0 35878792 19521036288 109516 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4765878 109516 5488 1 0 555352 0
[pid=24211/tid=24213] ppid=24208 vsize=19063512 memory=16352 CPUtime=2.98 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 6897 0 0 0 288 10 0 0 20 0 20 0 35878794 19521036288 109516 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35878799 19521036288 109516 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 35878800 19521036288 109516 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24230] ppid=24208 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/24211/task/24230/stat : 24230 (Timer-0) S 24208 24211 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35878850 19521036288 109516 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 5.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 438064 KiB

[startup+6.30046 s]
/proc/loadavg: 4.30 4.37 4.29 5/327 24231
/proc/meminfo: memFree=120966664/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=19063512 memory=1307360 CPUtime=9.13 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 24559 0 0 0 877 36 0 0 20 0 20 0 35878792 19521036288 326840 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4765878 326840 5488 1 0 555353 0
[pid=24211/tid=24213] ppid=24208 vsize=19063512 memory=0 CPUtime=6.12 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 7763 0 0 0 583 29 0 0 20 0 20 0 35878794 19521036288 326840 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35878799 19521036288 326840 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 35878800 19521036288 326840 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24230] ppid=24208 vsize=19063512 memory=164648 CPUtime=0 cores=0,2
/proc/24211/task/24230/stat : 24230 (Timer-0) S 24208 24211 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35878850 19521036288 326840 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 9.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1307360 KiB

[startup+12.7005 s]
/proc/loadavg: 4.28 4.36 4.29 5/327 24231
/proc/meminfo: memFree=120892984/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=19063512 memory=1315680 CPUtime=15.98 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 30748 0 0 0 1561 37 0 0 20 0 20 0 35878792 19521036288 328920 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4765878 328920 5488 1 0 555353 0
[pid=24211/tid=24213] ppid=24208 vsize=19063512 memory=164648 CPUtime=12.4 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 8920 0 0 0 1211 29 0 0 20 0 20 0 35878794 19521036288 328920 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=19063512 memory=1313504 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35878799 19521036288 328920 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 35878800 19521036288 328920 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24230] ppid=24208 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/24211/task/24230/stat : 24230 (Timer-0) S 24208 24211 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35878850 19521036288 328920 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 15.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315680 KiB

[startup+25.5005 s]
/proc/loadavg: 4.29 4.36 4.29 5/327 24231
/proc/meminfo: memFree=120839760/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=19063512 memory=1334128 CPUtime=28.84 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 33448 0 0 0 2845 39 0 0 20 0 20 0 35878792 19521036288 333532 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4765878 333532 5488 1 0 555353 0
[pid=24211/tid=24213] ppid=24208 vsize=19063512 memory=0 CPUtime=24.86 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 10150 0 0 0 2457 29 0 0 20 0 20 0 35878794 19521036288 333532 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=19063512 memory=16352 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35878799 19521036288 333532 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=19063512 memory=1323888 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 35878800 19521036288 333532 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24230] ppid=24208 vsize=19063512 memory=1321836 CPUtime=0 cores=0,2
/proc/24211/task/24230/stat : 24230 (Timer-0) S 24208 24211 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35878850 19521036288 333532 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 28.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1334128 KiB

[startup+51.114 s]
/proc/loadavg: 4.42 4.38 4.30 5/327 24232
/proc/meminfo: memFree=119743444/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=19063512 memory=1757044 CPUtime=54.43 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 35754 0 0 0 5393 50 0 0 20 0 20 0 35878792 19521036288 439261 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4765878 439261 5488 1 0 661879 0
[pid=24211/tid=24213] ppid=24208 vsize=19063512 memory=1382212 CPUtime=49.92 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 11506 0 0 0 4954 38 0 0 20 0 20 0 35878794 19521036288 439261 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=19063512 memory=30340 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35878799 19521036288 439261 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=19063512 memory=2308 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 35878800 19521036288 439261 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24230] ppid=24208 vsize=19063512 memory=1315680 CPUtime=0 cores=0,2

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

[startup+3222.3 s]
/proc/loadavg: 4.12 4.16 4.17 5/326 24521
/proc/meminfo: memFree=115719948/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=19063512 memory=3109724 CPUtime=3248.05 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 111130 0 0 0 324545 260 0 0 20 0 20 0 35878792 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4765878 777431 5520 1 0 791955 0
[pid=24211/tid=24213] ppid=24208 vsize=19063512 memory=3109724 CPUtime=3176.09 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 54506 0 0 0 317553 56 0 0 20 0 20 0 35878794 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=19063512 memory=3109724 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35878799 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 1457 0 0 0 0 0 0 0 20 0 20 0 35878800 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24230] ppid=24208 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/24211/task/24230/stat : 24230 (Timer-0) S 24208 24211 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35878850 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 3248.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109724 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.14 4.17 5/326 24525
/proc/meminfo: memFree=115721184/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=19063512 memory=3109724 CPUtime=3308.45 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 112871 0 0 0 330580 265 0 0 20 0 20 0 35878792 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4765878 777431 5520 1 0 791955 0
[pid=24211/tid=24213] ppid=24208 vsize=19063512 memory=3109724 CPUtime=3235.36 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 55985 0 0 0 323480 56 0 0 20 0 20 0 35878794 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=19063512 memory=16352 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35878799 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=19063512 memory=16352 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 1501 0 0 0 0 0 0 0 20 0 20 0 35878800 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24230] ppid=24208 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/24211/task/24230/stat : 24230 (Timer-0) S 24208 24211 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35878850 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 3308.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109724 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.16 4.17 5/326 24527
/proc/meminfo: memFree=115720992/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=19063512 memory=3109724 CPUtime=3368.66 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 113700 0 0 0 336598 268 0 0 20 0 20 0 35878792 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4765878 777431 5520 1 0 791955 0
[pid=24211/tid=24213] ppid=24208 vsize=19063512 memory=17152 CPUtime=3294.55 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 56236 0 0 0 329399 56 0 0 20 0 20 0 35878794 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=19063512 memory=3109724 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35878799 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=19063512 memory=3109724 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 1591 0 0 0 0 0 0 0 20 0 20 0 35878800 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24230] ppid=24208 vsize=19063512 memory=3109724 CPUtime=0 cores=0,2
/proc/24211/task/24230/stat : 24230 (Timer-0) S 24208 24211 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35878850 19521036288 777431 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 3368.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109724 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.16 4.17 5/326 24529
/proc/meminfo: memFree=115721120/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=19063512 memory=3109852 CPUtime=3429.11 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 114198 0 0 0 342640 271 0 0 20 0 20 0 35878792 19521036288 777463 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4765878 777463 5520 1 0 791958 0
[pid=24211/tid=24213] ppid=24208 vsize=19063512 memory=17152 CPUtime=3353.74 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 56639 0 0 0 335317 57 0 0 20 0 20 0 35878794 19521036288 777463 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=19063512 memory=3109724 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35878799 19521036288 777463 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=19063512 memory=3109852 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 1591 0 0 0 0 0 0 0 20 0 20 0 35878800 19521036288 777463 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24230] ppid=24208 vsize=19063512 memory=3109852 CPUtime=0 cores=0,2
/proc/24211/task/24230/stat : 24230 (Timer-0) S 24208 24211 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35878850 19521036288 777463 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 3429.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109852 KiB

[startup+3462.3 s]
/proc/loadavg: 4.66 4.29 4.22 5/326 24531
/proc/meminfo: memFree=115717204/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=19063512 memory=3111772 CPUtime=3490.48 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 119979 0 0 0 348773 275 0 0 20 0 20 0 35878792 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4765878 777943 5520 1 0 792448 0
[pid=24211/tid=24213] ppid=24208 vsize=19063512 memory=17152 CPUtime=3413.02 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 60491 0 0 0 341245 57 0 0 20 0 20 0 35878794 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=19063512 memory=3109724 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35878799 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=19063512 memory=16352 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 1591 0 0 0 0 0 0 0 20 0 20 0 35878800 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24230] ppid=24208 vsize=19063512 memory=16352 CPUtime=0 cores=0,2
/proc/24211/task/24230/stat : 24230 (Timer-0) S 24208 24211 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35878850 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 3490.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3111772 KiB

[startup+3522.3 s]
/proc/loadavg: 3.41 4.03 4.13 3/276 24600
/proc/meminfo: memFree=123617228/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=19063512 memory=3111772 CPUtime=3550.78 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 122108 0 0 0 354799 279 0 0 20 0 20 0 35878792 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4765878 777943 5520 1 0 792448 0
[pid=24211/tid=24213] ppid=24208 vsize=19063512 memory=17152 CPUtime=3472.22 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 61799 0 0 0 347164 58 0 0 20 0 20 0 35878794 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=19063512 memory=3111772 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35878799 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 1635 0 0 0 0 0 0 0 20 0 20 0 35878800 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24230] ppid=24208 vsize=19063512 memory=-6000919472790595693 CPUtime=0 cores=0,2
/proc/24211/task/24230/stat : 24230 (Timer-0) S 24208 24211 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35878850 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 3550.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3111772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571.4 s]
/proc/loadavg: 2.72 3.74 4.03 3/276 24604
/proc/meminfo: memFree=123616788/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=19063512 memory=3111772 CPUtime=3600.04 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 122432 0 0 0 359722 282 0 0 20 0 20 0 35878792 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4765878 777943 5520 1 0 792448 0
[pid=24211/tid=24213] ppid=24208 vsize=19063512 memory=10496 CPUtime=3520.74 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) R 24208 24211 23008 0 -1 4194368 61997 0 0 0 352016 58 0 0 20 0 20 0 35878794 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35878799 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=19063512 memory=3111772 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 1725 0 0 0 0 0 0 0 20 0 20 0 35878800 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24230] ppid=24208 vsize=19063512 memory=3111772 CPUtime=0 cores=0,2
/proc/24211/task/24230/stat : 24230 (Timer-0) S 24208 24211 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35878850 19521036288 777943 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3111772 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.41 s, system=2.86156 s

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

[startup+3571.51 s]
/proc/loadavg: 2.72 3.74 4.03 3/276 24604
/proc/meminfo: memFree=123616788/131382120 swapFree=33010684/33010684
[pid=24211] ppid=24208 vsize=19263204 memory=3112540 CPUtime=3600.22 cores=0,2
/proc/24211/stat : 24211 (java) S 24208 24211 23008 0 -1 4194304 124523 0 0 0 359739 283 0 0 20 0 21 0 35878792 19725520896 778135 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
/proc/24211/statm: 4815801 778135 5520 1 0 793367 0
[pid=24211/tid=24213] ppid=24208 vsize=19263204 memory=17152 CPUtime=3520.76 cores=0,2
/proc/24211/task/24213/stat : 24213 (java) S 24208 24211 23008 0 -1 4194368 62108 0 0 0 352018 58 0 0 20 0 21 0 35878794 19725520896 778135 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24222] ppid=24208 vsize=19263204 memory=10496 CPUtime=0 cores=0,2
/proc/24211/task/24222/stat : 24222 (Finalizer) S 24208 24211 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35878799 19725520896 778135 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
[pid=24211/tid=24229] ppid=24208 vsize=19263204 memory=3111772 CPUtime=0 cores=0,2
/proc/24211/task/24229/stat : 24229 (Common-Cleaner) S 24208 24211 23008 0 -1 4194368 1725 0 0 0 0 0 0 0 20 0 21 0 35878800 19725520896 778135 18446744073709551615 94447437832192 94447437835888 140728443628336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94447437843704 94447437844496 94447445643264 140728443636094 140728443636198 140728443636198 140728443641800 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3112540 KiB

Child status: 143

Real time (s): 3571.56
CPU time (s): 3600.27
CPU user time (s): 3597.41
CPU system time (s): 2.86156
CPU usage (%): 100.804
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3112540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.41
system time used= 2.86156
maximum resident set size= 3112668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124718
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127803
involuntary context switches= 13121


# summary of solver processes directly reported to runsolver:
#   pid: 24211
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3597.41
#   total CPU system time (s): 2.86156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1303 second user time and 40.212 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-29 14:59:57
IDJOB=4509902
IDBENCH=159173
IDSOLVER=3361
FILE ID=nodeC008/4509902-1751201997
RUNJOBID= nodeC008-1751195027-23018
SLURM_JOB_ID= 9587601
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-pmg-14-UNSAT.shuffled-as.sat05-3942.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509902-1751201997/watcher-4509902-1751201997 -o /tmp/evaluation-result-4509902-1751201997/solver-4509902-1751201997 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751195027-23018 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4509902-1751201997.opb

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

MD5SUM BENCH= e5c6ae9ee6fd03a9aee6a0d19e002873
RANDOM SEED=834943054

nodeC008 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.677
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.72
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.865
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.72
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.254
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.72
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		: 1198.065
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.72
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		: 3660.526
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.72
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		: 3592.251
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.72
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.784
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.72
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.247
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        122195708 kB
MemAvailable:   121852004 kB
Buffers:            3280 kB
Cached:           467764 kB
SwapCached:            0 kB
Active:          8432152 kB
Inactive:         219800 kB
Active(anon):    8198864 kB
Inactive(anon):        0 kB
Active(file):     233288 kB
Inactive(file):   219800 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               784 kB
Writeback:             0 kB
AnonPages:       8184088 kB
Mapped:           122204 kB
Shmem:             17956 kB
KReclaimable:      85672 kB
Slab:             165400 kB
SReclaimable:      85672 kB
SUnreclaim:        79728 kB
KernelStack:        4976 kB
PageTables:        19636 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   10424684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7950336 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC008 at 2025-06-29 15:59:29