Trace number 4514453

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.16 3578.88

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_36.opb
MD5SUM483b29da31af2436e91ca4a2082e11b8
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 benchmark1244.51
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1722
Total number of constraints8246
Number of constraints which are clauses8241
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint41
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 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 77
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.10/0.10	c Number of processors 	2
0.10/0.17	c Pseudo Boolean Optimization by upper bound
0.10/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.17	c  - never skip resolution steps
0.10/0.17	c  - Auto-division on coefficients is disabled
0.10/0.17	c  - No postprocessing
0.10/0.17	c  - Conflict is considered as is when resolving
0.10/0.17	c  - Use constraints as they come during conflict analysis
0.10/0.17	c  - Weaken first using unassigned literals
0.10/0.17	c  - Bump strategy: ALWAYS_ONE
0.10/0.17	c  - Bumper: EFFECTIVE
0.10/0.17	c --- Begin Solver configuration ---
0.10/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.10/0.17	c Learn all clauses as in MiniSAT
0.10/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.17	c No reason simplification
0.10/0.17	c Dynamic restart strategy considering the size of the coefficients
0.10/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.10/0.17	c timeout=2147483s
0.10/0.17	c DB Simplification allowed=false
0.10/0.17	c Listener: none
0.10/0.17	c --- End Solver configuration ---
0.10/0.17	c solving HOME/instance-4514453-1751229408.opb
0.10/0.17	c reading problem ... 
0.10/0.17	c using VERIPB proof format
0.10/0.17	c  no objective function found
0.47/0.36	c ... done. Wall clock time 0.192s.
0.47/0.36	c declared #vars     1722
0.47/0.36	c #constraints  8250
0.47/0.36	c constraints type 
0.47/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3320
0.47/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.47/0.36	c org.sat4j.specs.Constr$1 => 4
0.47/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4920
0.47/0.37	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.47/0.37	c 8250 constraints processed.
5.35/2.86	c cleaning 2498 clauses out of 5000 with flag 0/5000
9.98/6.06	c cleaning 4249 clauses out of 8502 with flag 0/11000
13.59/9.49	c cleaning 5623 clauses out of 11254 with flag 0/18001
17.45/13.17	c cleaning 6812 clauses out of 13630 with flag 0/26000
21.79/17.45	c cleaning 7905 clauses out of 15818 with flag 0/35000
26.97/22.42	c cleaning 8955 clauses out of 17915 with flag 0/45002
32.73/28.16	c cleaning 9976 clauses out of 19958 with flag 0/56000
38.67/34.02	c cleaning 10988 clauses out of 21984 with flag 0/68002
45.00/40.35	c cleaning 11986 clauses out of 23994 with flag 0/81000
50.90/46.11	c cleaning 12999 clauses out of 26009 with flag 0/95001
58.47/53.65	c cleaning 14000 clauses out of 28009 with flag 0/110000
68.39/63.49	c cleaning 14998 clauses out of 30010 with flag 0/126001
81.67/76.49	c cleaning 15998 clauses out of 32012 with flag 0/143001
90.60/85.21	c cleaning 17007 clauses out of 34013 with flag 0/161000
103.12/97.68	c cleaning 17994 clauses out of 36006 with flag 0/180000
115.12/109.56	c cleaning 19001 clauses out of 38012 with flag 0/200000
132.41/126.64	c cleaning 19999 clauses out of 40013 with flag 0/221002
150.77/144.87	c cleaning 21005 clauses out of 42013 with flag 0/243001
164.27/158.20	c cleaning 21993 clauses out of 44009 with flag 0/266002
193.37/187.11	c cleaning 22999 clauses out of 46014 with flag 0/290000
215.02/208.60	c cleaning 24002 clauses out of 48015 with flag 0/315000
242.32/235.75	c cleaning 24997 clauses out of 50013 with flag 0/341000
262.45/255.72	c cleaning 26002 clauses out of 52016 with flag 0/368000
291.19/284.24	c cleaning 26998 clauses out of 54015 with flag 0/396001
315.81/308.73	c cleaning 28003 clauses out of 56017 with flag 0/425001
344.89/337.61	c cleaning 28999 clauses out of 58013 with flag 0/455000
368.58/361.28	c cleaning 29999 clauses out of 60015 with flag 0/486001
415.65/407.96	c cleaning 30999 clauses out of 62015 with flag 0/518000
461.49/453.42	c cleaning 32007 clauses out of 64016 with flag 0/551000
505.84/497.52	c cleaning 33001 clauses out of 66010 with flag 0/585001
571.06/562.48	c cleaning 33996 clauses out of 68008 with flag 0/620000
636.38/627.37	c cleaning 34999 clauses out of 70013 with flag 0/656001
700.83/691.42	c cleaning 36002 clauses out of 72014 with flag 0/693001
748.14/738.59	c cleaning 36997 clauses out of 74011 with flag 0/731000
806.63/796.73	c cleaning 37997 clauses out of 76014 with flag 0/770000
867.75/857.57	c cleaning 39000 clauses out of 78017 with flag 0/810000
921.94/912.44	c cleaning 39997 clauses out of 80017 with flag 0/851000
1010.20/1000.51	c cleaning 41003 clauses out of 82020 with flag 0/893000
1087.45/1077.43	c cleaning 42002 clauses out of 84018 with flag 0/936001
1180.02/1169.56	c cleaning 43004 clauses out of 86015 with flag 0/980000
1275.07/1264.09	c cleaning 44000 clauses out of 88012 with flag 0/1025001
1364.35/1352.84	c cleaning 45005 clauses out of 90012 with flag 0/1071001
1433.00/1421.15	c cleaning 45994 clauses out of 92007 with flag 0/1118001
1522.26/1509.81	c cleaning 47000 clauses out of 94013 with flag 0/1166001
1608.32/1595.56	c cleaning 48002 clauses out of 96012 with flag 0/1215000
1689.93/1676.79	c cleaning 48994 clauses out of 98010 with flag 0/1265000
1810.51/1796.90	c cleaning 49996 clauses out of 100016 with flag 0/1316000
1922.85/1908.75	c cleaning 51001 clauses out of 102020 with flag 0/1368000
2031.73/2017.13	c cleaning 52008 clauses out of 104019 with flag 0/1421000
2207.51/2192.28	c cleaning 53002 clauses out of 106012 with flag 0/1475001
2355.60/2339.64	c cleaning 53993 clauses out of 108010 with flag 0/1530001
2503.77/2487.22	c cleaning 54994 clauses out of 110016 with flag 0/1586000
2640.33/2623.12	c cleaning 56007 clauses out of 112022 with flag 0/1643000
2756.97/2739.27	c cleaning 57002 clauses out of 114015 with flag 0/1701000
2873.55/2855.36	c cleaning 57998 clauses out of 116014 with flag 0/1760001
3027.83/3009.01	c cleaning 59006 clauses out of 118015 with flag 0/1820000
3222.92/3203.17	c cleaning 60000 clauses out of 120011 with flag 0/1881002
3384.97/3364.54	c cleaning 61001 clauses out of 122010 with flag 0/1943001
3565.04/3543.96	c cleaning 61998 clauses out of 124009 with flag 0/2006001
3600.04/3578.81	c starts		: 4395
3600.04/3578.81	c conflicts		: 2027643
3600.04/3578.81	c decisions		: 2606479
3600.04/3578.81	c propagations		: 336380486
3600.04/3578.81	c inspects		: 18481090042
3600.04/3578.81	c shortcuts		: 0
3600.04/3578.81	c learnt literals	: 0
3600.04/3578.81	c learnt binary clauses	: 0
3600.04/3578.81	c learnt ternary clauses	: 13
3600.04/3578.81	c learnt constraints	: 2027642
3600.04/3578.81	c ignored constraints	: 0
3600.04/3578.81	c root simplifications	: 0
3600.04/3578.81	c removed literals (reason simplification)	: 0
3600.04/3578.81	c reason swapping (by a shorter reason)	: 0
3600.04/3578.81	c Calls to reduceDB	: 59
3600.04/3578.81	c Number of update (reduction) of LBD	: 2358666
3600.04/3578.81	c Imported unit clauses	: 0
3600.04/3578.81	c No decision after first conflict	: false
3600.04/3578.81	c number of reductions to clauses (during analyze)	: 0
3600.04/3578.81	c number of learned constraints concerned by reduction	: 0
3600.04/3578.81	c number of learning phase by resolution	: 0
3600.04/3578.81	c number of learning phase by cutting planes	: 0
3600.04/3578.81	c number of rounding to 1 operations	: 0
3600.04/3578.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3578.81	c number of reductions of the coefficients by power 2 	: 0
3600.04/3578.81	c number of right shift for reduction by power 2 	: 0
3600.04/3578.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3578.81	c number of ending skipping 	: 0
3600.04/3578.81	c number of internal skipping 	: 0
3600.04/3578.81	c number of derivation steps 	: 45575152
3600.04/3578.81	c number of skipped derivation steps 	: 0
3600.04/3578.81	c number of remaining unassigned 	: 7967
3600.04/3578.81	c number of remaining assigned 	: 49012819
3600.04/3578.81	c number of falsified literals weakened from reason	: 0
3600.04/3578.81	c number of falsified literals weakened from conflict	: 0
3600.04/3578.81	c time for arithmetic operations	: 2472830327
3600.04/3578.81	c minimum degree of deleted constraints	: 1
3600.04/3578.81	c maximum degree of deleted constraints	: 83600
3600.04/3578.81	c number of deleted constraints	: 1943990
3600.04/3578.82	c speed (assignments/second)	: 94001.80748799689
3600.04/3578.82	c non guided choices	: 161
3600.04/3578.83	c timeout
3600.04/3578.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 60121
3600.04/3578.86	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 13673
3600.04/3578.86	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9858
3600.04/3578.87	s UNKNOWN
3600.04/3578.87	c Total wall clock time (in seconds): 3578.7

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=33223, runsolver pid=33217

[startup+0.100059 s]*
/proc/loadavg: 0.56 1.36 2.41 10/333 33304
/proc/meminfo: memFree=129949624/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=18930384 memory=53172 CPUtime=0.1 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 6385 0 105 0 8 2 0 0 20 0 18 0 38619219 19384713216 13293 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4732596 13293 5350 1 0 547552 0
[pid=33223/tid=33237] ppid=33217 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 4932 0 105 0 5 1 0 0 20 0 18 0 38619222 19384713216 13293 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=18930384 memory=2641 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38619224 19384713216 13293 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38619225 19384713216 13293 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53172 KiB

[startup+0.205756 s]*
/proc/loadavg: 1.24 1.49 2.44 13/333 33304
/proc/meminfo: memFree=129908556/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=18930384 memory=66312 CPUtime=0.28 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 7026 0 105 0 25 3 0 0 20 0 18 0 38619219 19384713216 16578 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4732596 16578 5446 1 0 547959 0
[pid=33223/tid=33237] ppid=33217 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 5328 0 105 0 14 2 0 0 20 0 18 0 38619222 19384713216 16578 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=18930384 memory=2641 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38619224 19384713216 16578 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38619225 19384713216 16578 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66312 KiB

[startup+0.305676 s]*
/proc/loadavg: 1.24 1.49 2.44 9/334 33305
/proc/meminfo: memFree=129778436/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=18930384 memory=134340 CPUtime=0.47 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 8619 0 105 0 43 4 0 0 20 0 18 0 38619219 19384713216 33585 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4732596 33585 5446 1 0 549045 0
[pid=33223/tid=33237] ppid=33217 vsize=18930384 memory=-6000919507116779884 CPUtime=0.23 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 5374 0 105 0 20 3 0 0 20 0 18 0 38619222 19384713216 33585 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38619224 19384713216 33585 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38619225 19384713216 33585 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 134340 KiB

[startup+0.700475 s]
/proc/loadavg: 1.24 1.49 2.44 11/338 33309
/proc/meminfo: memFree=129554676/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=176080 CPUtime=1.24 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 15562 0 105 0 117 7 0 0 20 0 20 0 38619219 19521036288 44020 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 44020 5478 1 0 554559 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=17536 CPUtime=0.52 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 5491 0 105 0 48 4 0 0 20 0 20 0 38619222 19521036288 44020 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 44020 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 44020 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33307] ppid=33217 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/33223/task/33307/stat : 33307 (Timer-0) S 33217 33223 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619257 19521036288 44020 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176080 KiB

[startup+1.50022 s]
/proc/loadavg: 1.24 1.49 2.44 8/318 33322
/proc/meminfo: memFree=129581516/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=285560 CPUtime=2.81 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 22437 0 105 0 270 11 0 0 20 0 20 0 38619219 19521036288 71390 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 71390 5478 1 0 554996 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=10752 CPUtime=1.23 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 5984 0 105 0 116 7 0 0 20 0 20 0 38619222 19521036288 71390 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 71390 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 71390 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33307] ppid=33217 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/33223/task/33307/stat : 33307 (Timer-0) S 33217 33223 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619257 19521036288 71390 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 285560 KiB

[startup+3.106 s]
/proc/loadavg: 1.24 1.49 2.44 7/318 33388
/proc/meminfo: memFree=128651416/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=566472 CPUtime=5.95 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 27654 0 106 0 573 22 0 0 20 0 20 0 38619219 19521036288 141618 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 141618 5478 1 0 555444 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=10752 CPUtime=2.75 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 7538 0 105 0 262 13 0 0 20 0 20 0 38619222 19521036288 141618 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=-6000919477068786028 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 141618 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 141618 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33307] ppid=33217 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/33223/task/33307/stat : 33307 (Timer-0) S 33217 33223 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619257 19521036288 141618 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 566472 KiB

[startup+6.30023 s]
/proc/loadavg: 1.62 1.57 2.46 7/341 33445
/proc/meminfo: memFree=125805316/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=1316648 CPUtime=10.37 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 28509 0 107 0 996 41 0 0 20 0 20 0 38619219 19521036288 329162 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 329162 5478 1 0 555478 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=0 CPUtime=5.89 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 8093 0 105 0 560 29 0 0 20 0 20 0 38619222 19521036288 329162 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 329162 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 329162 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33307] ppid=33217 vsize=19063512 memory=337176 CPUtime=0 cores=4,6
/proc/33223/task/33307/stat : 33307 (Timer-0) S 33217 33223 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619257 19521036288 329162 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 10.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1316648 KiB

[startup+12.7002 s]
/proc/loadavg: 1.89 1.62 2.48 7/341 33512
/proc/meminfo: memFree=124888044/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=1323048 CPUtime=17.04 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 30077 0 107 0 1660 44 0 0 20 0 20 0 38619219 19521036288 330762 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 330762 5478 1 0 555478 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=337176 CPUtime=12.21 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 8828 0 105 0 1190 31 0 0 20 0 20 0 38619222 19521036288 330762 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 330762 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 330762 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33307] ppid=33217 vsize=19063512 memory=-6000919477068786028 CPUtime=0 cores=4,6
/proc/33223/task/33307/stat : 33307 (Timer-0) S 33217 33223 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619257 19521036288 330762 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 17.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1323048 KiB

[startup+25.5003 s]
/proc/loadavg: 2.21 1.70 2.49 5/341 33512
/proc/meminfo: memFree=123938896/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=1331412 CPUtime=30.09 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 40985 0 107 0 2961 48 0 0 20 0 20 0 38619219 19521036288 332853 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 332853 5478 1 0 555494 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=1331412 CPUtime=24.88 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 11227 0 105 0 2454 34 0 0 20 0 20 0 38619222 19521036288 332853 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=1329288 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 332853 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=19063512 memory=1331412 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 332853 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33307] ppid=33217 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33223/task/33307/stat : 33307 (Timer-0) S 33217 33223 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619257 19521036288 332853 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 30.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1331412 KiB

[startup+51.1057 s]
/proc/loadavg: 3.10 1.97 2.56 5/342 33514
/proc/meminfo: memFree=123765548/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=1358416 CPUtime=55.93 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 44747 0 107 0 5537 56 0 0 20 0 20 0 38619219 19521036288 339604 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 339604 5478 1 0 555526 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=10752 CPUtime=50.2 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 12799 0 105 0 4981 39 0 0 20 0 20 0 38619222 19521036288 339604 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 339604 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0

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

/proc/meminfo: memFree=118056480/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=2601976 CPUtime=3182 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 104909 0 107 0 317786 414 0 0 20 0 20 0 38619219 19521036288 650494 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 650494 5542 1 0 662860 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=2601848 CPUtime=3121.27 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 47079 0 105 0 311866 261 0 0 20 0 20 0 38619222 19521036288 650494 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=2601976 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 650494 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=19063512 memory=2601976 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 952 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 650494 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33307] ppid=33217 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/33223/task/33307/stat : 33307 (Timer-0) S 33217 33223 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619257 19521036288 650494 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 3182 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2601976 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.18 4.10 5/343 33713
/proc/meminfo: memFree=118020440/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=2602104 CPUtime=3242.16 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 106427 0 107 0 323796 420 0 0 20 0 20 0 38619219 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 650526 5542 1 0 662860 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=2601976 CPUtime=3180.71 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 48234 0 105 0 317807 264 0 0 20 0 20 0 38619222 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=14976 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=19063512 memory=2601976 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 952 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33307] ppid=33217 vsize=19063512 memory=2602104 CPUtime=0 cores=4,6
/proc/33223/task/33307/stat : 33307 (Timer-0) S 33217 33223 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619257 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 3242.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2602104 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.16 4.10 5/342 33719
/proc/meminfo: memFree=118010060/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=2602104 CPUtime=3302.45 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 108020 0 107 0 329822 423 0 0 20 0 20 0 38619219 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 650526 5542 1 0 662860 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=2602104 CPUtime=3239.94 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 49324 0 105 0 323728 266 0 0 20 0 20 0 38619222 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=19063512 memory=2601976 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 1004 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33307] ppid=33217 vsize=19063512 memory=2602104 CPUtime=0 cores=4,6
/proc/33223/task/33307/stat : 33307 (Timer-0) S 33217 33223 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619257 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 3302.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2602104 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.16 4.10 5/341 33721
/proc/meminfo: memFree=117999064/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=2602104 CPUtime=3362.71 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 108197 0 107 0 335843 428 0 0 20 0 20 0 38619219 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 650526 5542 1 0 662860 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=2602104 CPUtime=3299.29 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 49352 0 105 0 329661 268 0 0 20 0 20 0 38619222 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=19063512 memory=2602104 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 1071 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33307] ppid=33217 vsize=19063512 memory=14976 CPUtime=0 cores=4,6
/proc/33223/task/33307/stat : 33307 (Timer-0) S 33217 33223 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619257 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 3362.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2602104 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.16 4.10 5/342 33724
/proc/meminfo: memFree=117945544/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=2602104 CPUtime=3422.84 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 108404 0 107 0 341851 433 0 0 20 0 20 0 38619219 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 650526 5542 1 0 662860 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=14976 CPUtime=3358.63 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 49504 0 105 0 335592 271 0 0 20 0 20 0 38619222 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=2602104 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 1072 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33307] ppid=33217 vsize=19063512 memory=14976 CPUtime=0 cores=4,6
/proc/33223/task/33307/stat : 33307 (Timer-0) S 33217 33223 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619257 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 3422.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2602104 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.17 4.10 5/344 33728
/proc/meminfo: memFree=117953496/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=2602104 CPUtime=3483.17 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 110001 0 107 0 347880 437 0 0 20 0 20 0 38619219 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 650526 5542 1 0 662860 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=5632 CPUtime=3417.95 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 50724 0 105 0 341522 273 0 0 20 0 20 0 38619222 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=19063512 memory=2760 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 1072 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33307] ppid=33217 vsize=19063512 memory=2602104 CPUtime=0 cores=4,6
/proc/33223/task/33307/stat : 33307 (Timer-0) S 33217 33223 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619257 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 3483.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2602104 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.17 4.10 5/343 33730
/proc/meminfo: memFree=117937252/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=2602104 CPUtime=3543.39 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 110930 0 107 0 353898 441 0 0 20 0 20 0 38619219 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 650526 5542 1 0 662860 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=3328 CPUtime=3477.31 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 51462 0 105 0 347456 275 0 0 20 0 20 0 38619222 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=14976 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 1139 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33307] ppid=33217 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/33223/task/33307/stat : 33307 (Timer-0) S 33217 33223 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619257 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 3543.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2602104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.8 s]
/proc/loadavg: 4.20 4.17 4.11 5/344 33869
/proc/meminfo: memFree=122784684/131249996 swapFree=33010684/33010684
[pid=33223] ppid=33217 vsize=19063512 memory=2602104 CPUtime=3600.04 cores=4,6
/proc/33223/stat : 33223 (java) S 33217 33223 33166 0 -1 4194304 111919 0 107 0 359557 447 0 0 20 0 20 0 38619219 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
/proc/33223/statm: 4765878 650526 5542 1 0 662860 0
[pid=33223/tid=33237] ppid=33217 vsize=19063512 memory=3328 CPUtime=3533.28 cores=4,6
/proc/33223/task/33237/stat : 33237 (java) R 33217 33223 33166 0 -1 4194368 52056 0 105 0 353050 278 0 0 20 0 20 0 38619222 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33271] ppid=33217 vsize=19063512 memory=-6000919477068786028 CPUtime=0 cores=4,6
/proc/33223/task/33271/stat : 33271 (Finalizer) S 33217 33223 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33299] ppid=33217 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/33223/task/33299/stat : 33299 (Common-Cleaner) S 33217 33223 33166 0 -1 4194368 1179 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
[pid=33223/tid=33307] ppid=33217 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/33223/task/33307/stat : 33307 (Timer-0) S 33217 33223 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619257 19521036288 650526 18446744073709551615 94382360317952 94382360321648 140725383929824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382360329464 94382360330256 94382374449152 140725383936301 140725383936486 140725383936486 140725383942088 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2602104 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.68 s, system=4.48323 s

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

Child status: 143

Real time (s): 3578.88
CPU time (s): 3600.16
CPU user time (s): 3595.68
CPU system time (s): 4.48323
CPU usage (%): 100.594
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2602104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.68
system time used= 4.48323
maximum resident set size= 2603128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114211
page faults= 107
swaps= 0
block input operations= 312
block output operations= 1080000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157432
involuntary context switches= 19295


# summary of solver processes directly reported to runsolver:
#   pid: 33223
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3595.68
#   total CPU system time (s): 4.48323

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.46673 second user time and 17.7781 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-29 22:36:48
IDJOB=4514453
IDBENCH=162693
IDSOLVER=3362
FILE ID=nodeC029/4514453-1751229408
RUNJOBID= nodeC029-1751229408-33177
SLURM_JOB_ID= 9587697
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_36.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514453-1751229408/watcher-4514453-1751229408 -o /tmp/evaluation-result-4514453-1751229408/solver-4514453-1751229408 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751229408-33177 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514453-1751229408 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4514453-1751229408.opb

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

MD5SUM BENCH= 483b29da31af2436e91ca4a2082e11b8
RANDOM SEED=1286614602

nodeC029 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	: 0xb00002a
cpu MHz		: 3599.732
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2007.142
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.931
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1950.227
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.574
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1857.225
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.727
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3597.320
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130000492 kB
MemAvailable:   129754064 kB
Buffers:            3280 kB
Cached:           562760 kB
SwapCached:            0 kB
Active:           323712 kB
Inactive:         305856 kB
Active(anon):      81588 kB
Inactive(anon):        0 kB
Active(file):     242124 kB
Inactive(file):   305856 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3108 kB
Writeback:             8 kB
AnonPages:         66744 kB
Mapped:           102512 kB
Shmem:             18060 kB
KReclaimable:      89664 kB
Slab:             174048 kB
SReclaimable:      89664 kB
SUnreclaim:        84384 kB
KernelStack:        4048 kB
PageTables:         2788 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     330468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC029 at 2025-06-29 23:36:27