Trace number 4492983

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.3 3544.38

General information on the benchmark

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

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	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.21	c Free memory 		2104792832
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2113929216
0.29/0.23	c Number of processors 	2
0.44/0.40	c Pseudo Boolean Optimization by upper bound
0.44/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.40	c  - never skip resolution steps
0.44/0.40	c  - Auto-division on coefficients is disabled
0.44/0.40	c  - No postprocessing
0.44/0.40	c  - Conflict is considered as is when resolving
0.44/0.40	c  - Use constraints as they come during conflict analysis
0.44/0.40	c  - Weaken first using unassigned literals
0.44/0.40	c  - Bump strategy: ALWAYS_ONE
0.44/0.40	c  - Bumper: EFFECTIVE
0.44/0.40	c --- Begin Solver configuration ---
0.44/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.44/0.40	c Learn all clauses as in MiniSAT
0.44/0.40	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.40	c No reason simplification
0.44/0.40	c Dynamic restart strategy considering the size of the coefficients
0.44/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.44/0.40	c timeout=2147483s
0.44/0.40	c DB Simplification allowed=false
0.44/0.40	c Listener: none
0.44/0.40	c --- End Solver configuration ---
0.44/0.40	c solving HOME/instance-4492983-1751149261.opb
0.44/0.40	c reading problem ... 
0.44/0.40	c using VERIPB proof format
0.44/0.41	c  no objective function found
1.33/0.85	c ... done. Wall clock time 0.436s.
1.33/0.85	c declared #vars     1050
1.33/0.85	c #constraints  17885
1.33/0.85	c constraints type 
1.33/0.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17850
1.33/0.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 35
1.33/0.85	c 17885 constraints processed.
4.37/2.42	c cleaning 2495 clauses out of 5001 with flag 0/5001
6.10/3.89	c cleaning 4253 clauses out of 8505 with flag 0/11000
8.39/6.05	c cleaning 5623 clauses out of 11252 with flag 0/18000
11.68/9.30	c cleaning 6808 clauses out of 13630 with flag 0/26001
14.29/12.00	c cleaning 7907 clauses out of 15824 with flag 0/35003
17.69/15.34	c cleaning 8950 clauses out of 17914 with flag 0/45000
21.52/18.95	c cleaning 9979 clauses out of 19966 with flag 0/56002
25.81/23.28	c cleaning 10982 clauses out of 21985 with flag 0/68000
30.73/28.12	c cleaning 12001 clauses out of 24007 with flag 0/81004
36.40/33.83	c cleaning 13000 clauses out of 26003 with flag 0/95001
42.20/39.64	c cleaning 13999 clauses out of 28002 with flag 0/110000
49.38/46.84	c cleaning 14999 clauses out of 30003 with flag 0/126000
56.08/53.44	c cleaning 15999 clauses out of 32007 with flag 0/143003
67.16/64.41	c cleaning 16996 clauses out of 34006 with flag 0/161001
78.38/75.69	c cleaning 17993 clauses out of 36010 with flag 0/180001
92.75/90.16	c cleaning 18999 clauses out of 38016 with flag 0/200000
107.54/104.75	c cleaning 20005 clauses out of 40019 with flag 0/221002
123.99/121.07	c cleaning 20998 clauses out of 42012 with flag 0/243000
140.10/137.08	c cleaning 22003 clauses out of 44014 with flag 0/266000
155.82/152.43	c cleaning 23000 clauses out of 46011 with flag 0/290000
173.46/169.81	c cleaning 23999 clauses out of 48012 with flag 0/315001
193.22/189.37	c cleaning 24999 clauses out of 50012 with flag 0/341000
215.15/210.82	c cleaning 26004 clauses out of 52017 with flag 0/368004
239.03/234.57	c cleaning 26999 clauses out of 54009 with flag 0/396000
263.19/258.45	c cleaning 28002 clauses out of 56011 with flag 0/425001
285.63/280.65	c cleaning 29000 clauses out of 58008 with flag 0/455000
311.13/305.98	c cleaning 30002 clauses out of 60008 with flag 0/486000
336.21/330.68	c cleaning 30997 clauses out of 62007 with flag 0/518001
362.51/356.59	c cleaning 32002 clauses out of 64011 with flag 0/551002
396.00/389.68	c cleaning 33002 clauses out of 66010 with flag 0/585003
429.10/422.34	c cleaning 34003 clauses out of 68006 with flag 0/620001
463.05/455.80	c cleaning 34996 clauses out of 70003 with flag 0/656001
500.70/492.83	c cleaning 35996 clauses out of 72008 with flag 0/693002
539.42/531.34	c cleaning 36999 clauses out of 74010 with flag 0/731000
587.13/578.71	c cleaning 37999 clauses out of 76011 with flag 0/770000
631.01/621.72	c cleaning 38997 clauses out of 78013 with flag 0/810001
677.67/668.23	c cleaning 40000 clauses out of 80017 with flag 0/851002
729.95/719.98	c cleaning 40998 clauses out of 82016 with flag 0/893001
776.78/766.27	c cleaning 41998 clauses out of 84017 with flag 0/936000
827.95/816.88	c cleaning 43004 clauses out of 86022 with flag 0/980003
879.07/867.41	c cleaning 43997 clauses out of 88016 with flag 0/1025001
926.54/914.42	c cleaning 45004 clauses out of 90021 with flag 0/1071003
975.19/962.75	c cleaning 46001 clauses out of 92014 with flag 0/1118000
1023.75/1010.71	c cleaning 47000 clauses out of 94015 with flag 0/1166002
1085.06/1071.50	c cleaning 47998 clauses out of 96013 with flag 0/1215000
1152.45/1138.27	c cleaning 49001 clauses out of 98017 with flag 0/1265002
1215.72/1200.63	c cleaning 49998 clauses out of 100015 with flag 0/1316001
1282.59/1267.25	c cleaning 51001 clauses out of 102016 with flag 0/1368000
1347.17/1331.44	c cleaning 51997 clauses out of 104015 with flag 0/1421000
1409.97/1393.97	c cleaning 53003 clauses out of 106018 with flag 0/1475000
1474.19/1457.61	c cleaning 53999 clauses out of 108015 with flag 0/1530000
1558.65/1541.67	c cleaning 55004 clauses out of 110018 with flag 0/1586002
1643.25/1625.52	c cleaning 55997 clauses out of 112013 with flag 0/1643001
1732.60/1714.03	c cleaning 56995 clauses out of 114015 with flag 0/1701000
1810.35/1791.28	c cleaning 57997 clauses out of 116021 with flag 0/1760001
1893.64/1873.31	c cleaning 59004 clauses out of 118024 with flag 0/1820001
1986.42/1965.62	c cleaning 60002 clauses out of 120019 with flag 0/1881000
2081.45/2060.09	c cleaning 61001 clauses out of 122019 with flag 0/1943002
2189.73/2167.14	c cleaning 62002 clauses out of 124016 with flag 0/2006000
2294.97/2270.05	c cleaning 62998 clauses out of 126015 with flag 0/2070001
2415.61/2385.91	c cleaning 64003 clauses out of 128017 with flag 0/2135001
2515.48/2481.22	c cleaning 64998 clauses out of 130013 with flag 0/2201000
2620.87/2585.78	c cleaning 66005 clauses out of 132017 with flag 0/2268002
2714.02/2678.30	c cleaning 66998 clauses out of 134010 with flag 0/2336000
2841.15/2804.95	c cleaning 67996 clauses out of 136012 with flag 0/2405000
2964.52/2927.40	c cleaning 69001 clauses out of 138017 with flag 0/2475001
3093.79/3055.50	c cleaning 70000 clauses out of 140016 with flag 0/2546001
3216.15/3175.34	c cleaning 70999 clauses out of 142015 with flag 0/2618000
3324.64/3278.65	c cleaning 72001 clauses out of 144016 with flag 0/2691000
3451.91/3402.35	c cleaning 73001 clauses out of 146015 with flag 0/2765000
3598.05/3542.27	c cleaning 74002 clauses out of 148015 with flag 0/2840001
3600.06/3544.22	c starts		: 1
3600.06/3544.22	c conflicts		: 2841192
3600.06/3544.23	c decisions		: 3102802
3600.06/3544.23	c propagations		: 42436471
3600.06/3544.23	c inspects		: 17560854264
3600.06/3544.23	c shortcuts		: 0
3600.06/3544.23	c learnt literals	: 0
3600.06/3544.23	c learnt binary clauses	: 0
3600.06/3544.23	c learnt ternary clauses	: 0
3600.06/3544.23	c learnt constraints	: 2841191
3600.06/3544.23	c ignored constraints	: 0
3600.06/3544.23	c root simplifications	: 0
3600.06/3544.23	c removed literals (reason simplification)	: 0
3600.06/3544.23	c reason swapping (by a shorter reason)	: 0
3600.06/3544.23	c Calls to reduceDB	: 71
3600.06/3544.23	c Number of update (reduction) of LBD	: 4086449
3600.06/3544.23	c Imported unit clauses	: 0
3600.06/3544.23	c No decision after first conflict	: false
3600.06/3544.23	c number of reductions to clauses (during analyze)	: 0
3600.06/3544.23	c number of learned constraints concerned by reduction	: 0
3600.06/3544.23	c number of learning phase by resolution	: 0
3600.06/3544.23	c number of learning phase by cutting planes	: 0
3600.06/3544.23	c number of rounding to 1 operations	: 0
3600.06/3544.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3544.23	c number of reductions of the coefficients by power 2 	: 0
3600.06/3544.23	c number of right shift for reduction by power 2 	: 0
3600.06/3544.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3544.23	c number of ending skipping 	: 0
3600.06/3544.23	c number of internal skipping 	: 0
3600.06/3544.23	c number of derivation steps 	: 22832578
3600.06/3544.23	c number of skipped derivation steps 	: 0
3600.06/3544.23	c number of remaining unassigned 	: 0
3600.06/3544.23	c number of remaining assigned 	: 0
3600.06/3544.23	c number of falsified literals weakened from reason	: 0
3600.06/3544.23	c number of falsified literals weakened from conflict	: 0
3600.06/3544.23	c time for arithmetic operations	: 0
3600.06/3544.24	c minimum degree of deleted constraints	: 1
3600.06/3544.24	c maximum degree of deleted constraints	: 1
3600.06/3544.24	c number of deleted constraints	: 2765988
3600.06/3544.25	c speed (assignments/second)	: 11976.245044642315
3600.06/3544.25	c non guided choices	: 442
3600.06/3544.25	c timeout
3600.21/3544.35	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 75203
3600.21/3544.35	s UNKNOWN
3600.21/3544.35	c Total wall clock time (in seconds): 3543.952

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (61984 MiB free)
  memory of node 1: 64507 MiB (60053 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492983-1751149261/watcher-4492983-1751149261 -o /tmp/evaluation-result-4492983-1751149261/solver-4492983-1751149261 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14977 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492983-1751149261 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492983-1751149261.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=15910, runsolver pid=15907

[startup+0.10007 s]*
/proc/loadavg: 4.51 4.36 4.29 8/329 15928
/proc/meminfo: memFree=124852368/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=18930384 memory=50172 CPUtime=0.12 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 5740 0 0 0 9 3 0 0 20 0 18 0 30605004 19384713216 12543 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4732596 12543 5307 1 0 546957 0
[pid=15910/tid=15912] ppid=15907 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 4652 0 0 0 6 2 0 0 20 0 18 0 30605006 19384713216 12543 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30605011 19384713216 12575 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=18930384 memory=61792617516369 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30605012 19384713216 12575 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50172 KiB

[startup+0.220263 s]*
/proc/loadavg: 4.51 4.36 4.29 6/329 15928
/proc/meminfo: memFree=124834032/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=18930384 memory=55012 CPUtime=0.29 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 6411 0 0 0 26 3 0 0 20 0 18 0 30605004 19384713216 13753 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4732596 13753 5339 1 0 547569 0
[pid=15910/tid=15912] ppid=15907 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 4998 0 0 0 16 2 0 0 20 0 18 0 30605006 19384713216 13753 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30605011 19384713216 13753 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30605012 19384713216 13753 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55012 KiB

[startup+0.313996 s]*
/proc/loadavg: 4.51 4.36 4.29 7/329 15928
/proc/meminfo: memFree=124829936/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=18930384 memory=60160 CPUtime=0.44 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 6658 0 0 0 40 4 0 0 20 0 18 0 30605004 19384713216 15040 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4732596 15040 5339 1 0 547758 0
[pid=15910/tid=15912] ppid=15907 vsize=18930384 memory=-6000919477085103982 CPUtime=0.25 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 5183 0 0 0 23 2 0 0 20 0 18 0 30605006 19384713216 15040 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30605011 19384713216 15040 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30605012 19384713216 15040 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60160 KiB

[startup+0.700381 s]
/proc/loadavg: 4.51 4.36 4.29 7/329 15928
/proc/meminfo: memFree=124813076/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=18930384 memory=138356 CPUtime=1.13 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 7254 0 0 0 107 6 0 0 20 0 18 0 30605004 19384713216 34589 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4732596 34589 5435 1 0 548229 0
[pid=15910/tid=15912] ppid=15907 vsize=18930384 memory=17152 CPUtime=0.59 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 5426 0 0 0 55 4 0 0 20 0 18 0 30605006 19384713216 34589 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30605011 19384713216 34589 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30605012 19384713216 34589 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 138356 KiB

[startup+1.50028 s]
/proc/loadavg: 4.51 4.36 4.29 6/331 15930
/proc/meminfo: memFree=124460164/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=19063512 memory=202168 CPUtime=2.68 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 13075 0 0 0 258 10 0 0 20 0 20 0 30605004 19521036288 50542 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4765878 50542 5467 1 0 550202 0
[pid=15910/tid=15912] ppid=15907 vsize=19063512 memory=3200 CPUtime=1.21 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 5876 0 0 0 115 6 0 0 20 0 20 0 30605006 19521036288 50542 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30605011 19521036288 50542 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 30605012 19521036288 50542 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15930] ppid=15907 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/15910/task/15930/stat : 15930 (Timer-0) S 15907 15910 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30605091 19521036288 50542 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 202168 KiB

[startup+3.10557 s]
/proc/loadavg: 4.55 4.37 4.29 5/331 15930
/proc/meminfo: memFree=123525472/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=19063512 memory=520248 CPUtime=5.33 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 21334 0 0 0 513 20 0 0 20 0 20 0 30605004 19521036288 130062 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4765878 130062 5467 1 0 553270 0
[pid=15910/tid=15912] ppid=15907 vsize=19063512 memory=14720 CPUtime=2.75 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 7014 0 0 0 262 13 0 0 20 0 20 0 30605006 19521036288 130062 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30605011 19521036288 130062 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30605012 19521036288 130062 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15930] ppid=15907 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/15910/task/15930/stat : 15930 (Timer-0) S 15907 15910 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30605091 19521036288 130062 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 5.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 520248 KiB

[startup+6.30024 s]
/proc/loadavg: 4.55 4.37 4.29 5/331 15930
/proc/meminfo: memFree=122516408/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=19063512 memory=1402400 CPUtime=8.7 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 22235 0 0 0 833 37 0 0 20 0 20 0 30605004 19521036288 350600 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4765878 350600 5467 1 0 686945 0
[pid=15910/tid=15912] ppid=15907 vsize=19063512 memory=0 CPUtime=5.85 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 7560 0 0 0 556 29 0 0 20 0 20 0 30605006 19521036288 350600 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30605011 19521036288 350600 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30605012 19521036288 350600 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15930] ppid=15907 vsize=19063512 memory=201360 CPUtime=0 cores=4,6
/proc/15910/task/15930/stat : 15930 (Timer-0) S 15907 15910 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30605091 19521036288 350600 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 8.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1402400 KiB

[startup+12.7004 s]
/proc/loadavg: 4.46 4.36 4.29 5/331 15931
/proc/meminfo: memFree=120458652/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=19063512 memory=1640108 CPUtime=15.09 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 24116 0 0 0 1466 43 0 0 20 0 20 0 30605004 19521036288 410027 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4765878 410027 5467 1 0 686959 0
[pid=15910/tid=15912] ppid=15907 vsize=19063512 memory=201360 CPUtime=12.06 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 8542 0 0 0 1171 35 0 0 20 0 20 0 30605006 19521036288 410027 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=19063512 memory=1402400 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30605011 19521036288 410027 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30605012 19521036288 410027 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15930] ppid=15907 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15910/task/15930/stat : 15930 (Timer-0) S 15907 15910 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30605091 19521036288 410027 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 15.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1640108 KiB

[startup+25.5005 s]
/proc/loadavg: 4.47 4.37 4.29 5/331 15931
/proc/meminfo: memFree=118782648/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=19063512 memory=1668884 CPUtime=28.1 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 30062 0 0 0 2763 47 0 0 20 0 20 0 30605004 19521036288 417221 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4765878 417221 5467 1 0 686959 0
[pid=15910/tid=15912] ppid=15907 vsize=19063512 memory=0 CPUtime=24.51 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 10225 0 0 0 2414 37 0 0 20 0 20 0 30605006 19521036288 417221 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30605011 19521036288 417221 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=19063512 memory=1668884 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30605012 19521036288 417221 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15930] ppid=15907 vsize=19063512 memory=1642260 CPUtime=0 cores=4,6
/proc/15910/task/15930/stat : 15930 (Timer-0) S 15907 15910 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30605091 19521036288 417221 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 28.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1668884 KiB

[startup+51.1139 s]
/proc/loadavg: 4.39 4.35 4.29 5/331 15931
/proc/meminfo: memFree=117820248/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=19063512 memory=2206844 CPUtime=53.8 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 35772 0 0 0 5318 62 0 0 20 0 20 0 30605004 19521036288 551711 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4765878 551711 5467 1 0 820652 0
[pid=15910/tid=15912] ppid=15907 vsize=19063512 memory=1668884 CPUtime=49.24 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 11928 0 0 0 4874 50 0 0 20 0 20 0 30605006 19521036288 551711 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=19063512 memory=12416 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30605011 19521036288 551711 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30605012 19521036288 551711 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0

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

[startup+3222.3 s]
/proc/loadavg: 4.37 4.33 4.33 5/328 16105
/proc/meminfo: memFree=121066048/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=19063512 memory=1333764 CPUtime=3265.77 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 195742 0 0 0 326036 541 0 0 20 0 20 0 30605004 19521036288 333441 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4765878 333441 5531 1 0 344119 0
[pid=15910/tid=15912] ppid=15907 vsize=19063512 memory=3792908 CPUtime=3162.86 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 94944 0 0 0 315985 301 0 0 20 0 20 0 30605006 19521036288 333441 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=19063512 memory=3792908 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30605011 19521036288 333441 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 1996 0 0 0 0 0 0 0 20 0 20 0 30605012 19521036288 333441 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15930] ppid=15907 vsize=19063512 memory=1750756 CPUtime=0 cores=4,6
/proc/15910/task/15930/stat : 15930 (Timer-0) S 15907 15910 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30605091 19521036288 333441 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 3265.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333764 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.28 4.31 5/328 16107
/proc/meminfo: memFree=120556588/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=19063512 memory=1475480 CPUtime=3328.9 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 196937 0 0 0 332334 556 0 0 20 0 20 0 30605004 19521036288 368870 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4765878 368870 5531 1 0 379615 0
[pid=15910/tid=15912] ppid=15907 vsize=19063512 memory=4892 CPUtime=3221.77 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 95400 0 0 0 321868 309 0 0 20 0 20 0 30605006 19521036288 368870 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=19063512 memory=1333764 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30605011 19521036288 368870 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 2048 0 0 0 0 0 0 0 20 0 20 0 30605012 19521036288 368870 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15930] ppid=15907 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/15910/task/15930/stat : 15930 (Timer-0) S 15907 15910 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30605091 19521036288 368870 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 3328.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1475480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.45 4.34 4.33 5/327 16109
/proc/meminfo: memFree=120948692/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=19063512 memory=1308396 CPUtime=3390.53 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 201464 0 0 0 338473 580 0 0 20 0 20 0 30605004 19521036288 327099 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4765878 327099 5531 1 0 337855 0
[pid=15910/tid=15912] ppid=15907 vsize=19063512 memory=2764 CPUtime=3279.77 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 97295 0 0 0 327649 328 0 0 20 0 20 0 30605006 19521036288 327099 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=19063512 memory=1116792 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30605011 19521036288 327099 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=19063512 memory=1338716 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 2048 0 0 0 0 0 0 0 20 0 20 0 30605012 19521036288 327099 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15930] ppid=15907 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/15910/task/15930/stat : 15930 (Timer-0) S 15907 15910 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30605091 19521036288 327099 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 3390.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1308396 KiB

[startup+3402.3 s]
/proc/loadavg: 4.37 4.34 4.33 5/326 16111
/proc/meminfo: memFree=120839008/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=19063512 memory=1500176 CPUtime=3451.91 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 202640 0 0 0 344599 592 0 0 20 0 20 0 30605004 19521036288 375044 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4765878 375044 5531 1 0 385880 0
[pid=15910/tid=15912] ppid=15907 vsize=19063512 memory=1308396 CPUtime=3338.4 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 97421 0 0 0 333506 334 0 0 20 0 20 0 30605006 19521036288 375044 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30605011 19521036288 375044 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=19063512 memory=1500176 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 2100 0 0 0 0 0 0 0 20 0 20 0 30605012 19521036288 375044 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15930] ppid=15907 vsize=19063512 memory=1500176 CPUtime=0 cores=4,6
/proc/15910/task/15930/stat : 15930 (Timer-0) S 15907 15910 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30605091 19521036288 375044 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 3451.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1500176 KiB

[startup+3462.3 s]
/proc/loadavg: 4.37 4.35 4.33 8/329 16248
/proc/meminfo: memFree=120539192/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=19063512 memory=1250116 CPUtime=3514.28 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 204451 0 0 0 350805 623 0 0 20 0 20 0 30605004 19521036288 312529 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4765878 312529 5531 1 0 323240 0
[pid=15910/tid=15912] ppid=15907 vsize=19063512 memory=1308396 CPUtime=3396.65 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 98217 0 0 0 339306 359 0 0 20 0 20 0 30605006 19521036288 312529 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30605011 19521036288 312529 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=19063512 memory=1250116 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 2100 0 0 0 0 0 0 0 20 0 20 0 30605012 19521036288 312529 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15930] ppid=15907 vsize=19063512 memory=1250116 CPUtime=0 cores=4,6
/proc/15910/task/15930/stat : 15930 (Timer-0) S 15907 15910 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30605091 19521036288 312529 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 3514.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1250116 KiB

[startup+3522.3 s]
/proc/loadavg: 4.44 4.38 4.35 6/329 16382
/proc/meminfo: memFree=119197852/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=19063512 memory=1884692 CPUtime=3576.84 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 209024 0 0 0 357040 644 0 0 20 0 20 0 30605004 19521036288 471173 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4765878 471173 5531 1 0 484016 0
[pid=15910/tid=15912] ppid=15907 vsize=19063512 memory=1250116 CPUtime=3454.99 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 100589 0 0 0 345124 375 0 0 20 0 20 0 30605006 19521036288 471173 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=19063512 memory=1250116 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30605011 19521036288 471173 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=19063512 memory=17404 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 2100 0 0 0 0 0 0 0 20 0 20 0 30605012 19521036288 471173 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15930] ppid=15907 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/15910/task/15930/stat : 15930 (Timer-0) S 15907 15910 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30605091 19521036288 471173 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 3576.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1884692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3544.2 s]
/proc/loadavg: 4.40 4.37 4.34 5/330 16388
/proc/meminfo: memFree=119399416/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=19063512 memory=1666916 CPUtime=3600.06 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 212309 0 0 0 359358 648 0 0 20 0 20 0 30605004 19521036288 416729 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4765878 416729 5531 1 0 427640 0
[pid=15910/tid=15912] ppid=15907 vsize=19063512 memory=5740 CPUtime=3476.76 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) R 15907 15910 14966 0 -1 4194368 101665 0 0 0 347300 376 0 0 20 0 20 0 30605006 19521036288 416729 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=19063512 memory=-6000919477085103982 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30605011 19521036288 416729 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=19063512 memory=22792 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 2129 0 0 0 0 0 0 0 20 0 20 0 30605012 19521036288 416729 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15930] ppid=15907 vsize=19063512 memory=6728 CPUtime=0 cores=4,6
/proc/15910/task/15930/stat : 15930 (Timer-0) S 15907 15910 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30605091 19521036288 416729 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1666916 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.79 s, system=6.50528 s

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

[startup+3544.31 s]
/proc/loadavg: 4.40 4.37 4.34 5/330 16388
/proc/meminfo: memFree=119399416/131382112 swapFree=33010684/33010684
[pid=15910] ppid=15907 vsize=19263204 memory=1667684 CPUtime=3600.21 cores=4,6
/proc/15910/stat : 15910 (java) S 15907 15910 14966 0 -1 4194304 214482 0 0 0 359373 648 0 0 20 0 21 0 30605004 19725520896 416921 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
/proc/15910/statm: 4815801 416921 5531 1 0 428588 0
[pid=15910/tid=15912] ppid=15907 vsize=19263204 memory=14720 CPUtime=3476.78 cores=4,6
/proc/15910/task/15912/stat : 15912 (java) S 15907 15910 14966 0 -1 4194368 101838 0 0 0 347302 376 0 0 20 0 21 0 30605006 19725520896 416921 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15921] ppid=15907 vsize=19263204 memory=11264 CPUtime=0 cores=4,6
/proc/15910/task/15921/stat : 15921 (Finalizer) S 15907 15910 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30605011 19725520896 416921 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
[pid=15910/tid=15928] ppid=15907 vsize=19263204 memory=1666916 CPUtime=0 cores=4,6
/proc/15910/task/15928/stat : 15928 (Common-Cleaner) S 15907 15910 14966 0 -1 4194368 2129 0 0 0 0 0 0 0 20 0 21 0 30605012 19725520896 416921 18446744073709551615 94249092083712 94249092087408 140736255566848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94249092095224 94249092096016 94249092198400 140736255568173 140736255568358 140736255568358 140736255573960 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1667684 KiB

Child status: 143

Real time (s): 3544.38
CPU time (s): 3600.3
CPU user time (s): 3593.79
CPU system time (s): 6.50528
CPU usage (%): 101.578
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3792908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.79
system time used= 6.50528
maximum resident set size= 3792908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214615
page faults= 0
swaps= 0
block input operations= 0
block output operations= 602384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126316
involuntary context switches= 14981


# summary of solver processes directly reported to runsolver:
#   pid: 15910
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3593.79
#   total CPU system time (s): 6.50528

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2568 second user time and 38.4368 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 00:21:01
IDJOB=4492983
IDBENCH=147834
IDSOLVER=3362
FILE ID=nodeC001/4492983-1751149261
RUNJOBID= nodeC001-1751145706-14977
SLURM_JOB_ID= 9587448
Free space on /tmp= 433052 MiB

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

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

MD5SUM BENCH= da953313a09cceac0c8e3e7fb7d08ab4
RANDOM SEED=529196164

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.917
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.684
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.218
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.204
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.173
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.633
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.095
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.874
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        125016512 kB
MemAvailable:   124636464 kB
Buffers:            3280 kB
Cached:           405708 kB
SwapCached:            0 kB
Active:          5658392 kB
Inactive:         173648 kB
Active(anon):    5441036 kB
Inactive(anon):        0 kB
Active(file):     217356 kB
Inactive(file):   173648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13980 kB
Writeback:             0 kB
AnonPages:       5426260 kB
Mapped:           121864 kB
Shmem:             17960 kB
KReclaimable:      84380 kB
Slab:             164940 kB
SReclaimable:      84380 kB
SUnreclaim:        80560 kB
KernelStack:        5104 kB
PageTables:        14128 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10548068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5212160 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

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