Trace number 4508005

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.31 3555.26

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-may6.5.opb
MD5SUM76e67d27ce5ae72e711eb5f869f0e7e5
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark3.73416
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27575
Number of constraints which are cardinality constraints (but not clauses)225
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.13	c version PB25.v20250606
0.11/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.14	c java.vm.version	22.0.1+8-16
0.11/0.14	c java.vm.vendor	Oracle Corporation
0.11/0.14	c sun.arch.data.model	64
0.11/0.14	c java.version		22.0.1
0.11/0.14	c os.name		Linux
0.11/0.14	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.14	c os.arch		amd64
0.11/0.14	c Free memory 		2106806208
0.11/0.14	c Max memory 		16282288128
0.11/0.14	c Total memory 		2113929216
0.11/0.14	c Number of processors 	2
0.29/0.30	c Pseudo Boolean Optimization by upper bound
0.29/0.30	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.29/0.30	c  - never skip resolution steps
0.29/0.30	c  - Auto-division on coefficients is disabled
0.29/0.30	c  - No postprocessing
0.29/0.30	c  - Conflict is considered as is when resolving
0.29/0.30	c  - Use constraints as they come during conflict analysis
0.29/0.30	c  - Weaken first using unassigned literals
0.29/0.30	c  - Bump strategy: ALWAYS_ONE
0.29/0.30	c  - Bumper: EFFECTIVE
0.29/0.30	c --- Begin Solver configuration ---
0.29/0.30	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.29/0.30	c Learn all clauses as in MiniSAT
0.29/0.30	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.29/0.30	c No reason simplification
0.29/0.30	c Dynamic restart strategy considering the size of the coefficients
0.29/0.30	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.29/0.30	c timeout=2147483s
0.29/0.30	c DB Simplification allowed=false
0.29/0.30	c Listener: none
0.29/0.30	c --- End Solver configuration ---
0.29/0.30	c solving HOME/instance-4508005-1751512541.opb
0.29/0.30	c reading problem ... 
0.29/0.31	c using VERIPB proof format
0.29/0.32	c  objective function found
2.48/1.43	c ... done. Wall clock time 1.131s.
2.48/1.43	c declared #vars     9632
2.48/1.43	c #constraints  29620
2.48/1.43	c constraints type 
2.48/1.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16520
2.48/1.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 281
2.48/1.43	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 896
2.48/1.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11923
2.48/1.43	c 29620 constraints processed.
2.48/1.44	c objective function length is 26 literals
7.02/3.78	c cleaning 2495 clauses out of 5000 with flag 0/5000
11.43/7.37	c cleaning 4247 clauses out of 8505 with flag 0/11000
15.57/10.79	c cleaning 5630 clauses out of 11265 with flag 0/18007
21.54/16.44	c cleaning 6808 clauses out of 13628 with flag 0/26000
27.22/21.95	c cleaning 7909 clauses out of 15821 with flag 0/35001
32.42/27.19	c cleaning 8952 clauses out of 17911 with flag 0/45000
37.39/32.08	c cleaning 9969 clauses out of 19963 with flag 0/56004
45.72/40.29	c cleaning 10988 clauses out of 21991 with flag 0/68001
55.02/49.49	c cleaning 11989 clauses out of 24002 with flag 0/81000
63.48/57.87	c cleaning 12999 clauses out of 26013 with flag 0/95000
75.38/69.59	c cleaning 14001 clauses out of 28015 with flag 0/110001
86.43/80.26	c cleaning 15004 clauses out of 30013 with flag 0/126000
98.28/91.49	c cleaning 16003 clauses out of 32009 with flag 0/143000
114.55/106.94	c cleaning 16994 clauses out of 34007 with flag 0/161001
129.33/121.03	c cleaning 18001 clauses out of 36012 with flag 0/180000
149.45/140.53	c cleaning 18995 clauses out of 38012 with flag 0/200001
169.27/159.58	c cleaning 20000 clauses out of 40017 with flag 0/221001
188.37/177.92	c cleaning 20998 clauses out of 42016 with flag 0/243000
205.56/194.57	c cleaning 22000 clauses out of 44019 with flag 0/266001
225.17/213.42	c cleaning 23000 clauses out of 46018 with flag 0/290000
247.52/235.04	c cleaning 24008 clauses out of 48018 with flag 0/315000
271.05/257.61	c cleaning 25002 clauses out of 50010 with flag 0/341000
291.60/277.49	c cleaning 25995 clauses out of 52010 with flag 0/368002
325.08/309.64	c cleaning 26998 clauses out of 54016 with flag 0/396003
363.32/346.84	c cleaning 27989 clauses out of 56015 with flag 0/425000
396.87/379.62	c cleaning 29004 clauses out of 58027 with flag 0/455001
428.19/410.46	c cleaning 29996 clauses out of 60022 with flag 0/486000
466.08/447.82	c cleaning 30996 clauses out of 62028 with flag 0/518002
501.92/482.62	c cleaning 31997 clauses out of 64031 with flag 0/551001
542.98/525.27	c cleaning 33012 clauses out of 66034 with flag 0/585001
586.44/567.66	c cleaning 33997 clauses out of 68021 with flag 0/620000
632.57/612.16	c cleaning 34990 clauses out of 70024 with flag 0/656000
683.09/661.67	c cleaning 35994 clauses out of 72034 with flag 0/693000
784.53/761.42	c cleaning 36999 clauses out of 74040 with flag 0/731000
870.82/846.49	c cleaning 38011 clauses out of 76041 with flag 0/770000
987.22/975.05	c cleaning 38997 clauses out of 78031 with flag 0/810001
1094.28/1080.76	c cleaning 40001 clauses out of 80041 with flag 0/851008
1189.57/1177.50	c cleaning 41003 clauses out of 82032 with flag 0/893000
1247.03/1234.11	c cleaning 42015 clauses out of 84032 with flag 0/936003
1308.03/1293.32	c cleaning 42993 clauses out of 86014 with flag 0/980000
1387.17/1370.79	c cleaning 43991 clauses out of 88022 with flag 0/1025001
1451.95/1433.96	c cleaning 45007 clauses out of 90032 with flag 0/1071002
1508.04/1491.25	c cleaning 45990 clauses out of 92024 with flag 0/1118001
1557.71/1539.73	c cleaning 46983 clauses out of 94033 with flag 0/1166000
1619.06/1599.52	c cleaning 48005 clauses out of 96050 with flag 0/1215000
1707.69/1686.21	c cleaning 49008 clauses out of 98045 with flag 0/1265000
1777.83/1757.05	c cleaning 50010 clauses out of 100038 with flag 0/1316001
1844.99/1822.75	c cleaning 50997 clauses out of 102028 with flag 0/1368001
1946.02/1921.94	c cleaning 51999 clauses out of 104031 with flag 0/1421001
2041.95/2015.78	c cleaning 52998 clauses out of 106031 with flag 0/1475000
2107.97/2080.05	c cleaning 54010 clauses out of 108034 with flag 0/1530001
2188.39/2157.21	c cleaning 54991 clauses out of 110024 with flag 0/1586001
2287.86/2260.66	c cleaning 55998 clauses out of 112032 with flag 0/1643000
2385.86/2355.94	c cleaning 57009 clauses out of 114036 with flag 0/1701002
2465.91/2439.27	c cleaning 57994 clauses out of 116028 with flag 0/1760003
2556.88/2528.26	c cleaning 59010 clauses out of 118033 with flag 0/1820002
2652.11/2618.12	c cleaning 60006 clauses out of 120022 with flag 0/1881001
2793.99/2756.25	c cleaning 60995 clauses out of 122016 with flag 0/1943001
3055.99/3017.03	c cleaning 61997 clauses out of 124020 with flag 0/2006000
3303.61/3262.61	c cleaning 62992 clauses out of 126023 with flag 0/2070000
3580.61/3535.91	c cleaning 63996 clauses out of 128032 with flag 0/2135001
3600.09/3555.14	c timeout
3600.09/3555.16	c starts		: 2352
3600.09/3555.16	c conflicts		: 2143332
3600.09/3555.16	c decisions		: 3122062
3600.09/3555.16	c propagations		: 109910094
3600.09/3555.16	c inspects		: 6840789575
3600.09/3555.16	c shortcuts		: 0
3600.09/3555.16	c learnt literals	: 0
3600.09/3555.16	c learnt binary clauses	: 174
3600.09/3555.16	c learnt ternary clauses	: 406
3600.09/3555.16	c learnt constraints	: 2143332
3600.09/3555.16	c ignored constraints	: 0
3600.09/3555.16	c root simplifications	: 0
3600.09/3555.16	c removed literals (reason simplification)	: 0
3600.09/3555.16	c reason swapping (by a shorter reason)	: 0
3600.09/3555.16	c Calls to reduceDB	: 61
3600.09/3555.16	c Number of update (reduction) of LBD	: 2537983
3600.09/3555.16	c Imported unit clauses	: 0
3600.09/3555.16	c No decision after first conflict	: false
3600.09/3555.17	c number of reductions to clauses (during analyze)	: 0
3600.09/3555.17	c number of learned constraints concerned by reduction	: 0
3600.09/3555.18	c number of learning phase by resolution	: 0
3600.09/3555.18	c number of learning phase by cutting planes	: 0
3600.09/3555.18	c number of rounding to 1 operations	: 0
3600.09/3555.18	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3555.18	c number of reductions of the coefficients by power 2 	: 0
3600.09/3555.18	c number of right shift for reduction by power 2 	: 0
3600.09/3555.18	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3555.18	c number of ending skipping 	: 0
3600.09/3555.18	c number of internal skipping 	: 0
3600.09/3555.18	c number of derivation steps 	: 31523565
3600.09/3555.18	c number of skipped derivation steps 	: 0
3600.09/3555.18	c number of remaining unassigned 	: 50428
3600.09/3555.18	c number of remaining assigned 	: 455353937
3600.09/3555.18	c number of falsified literals weakened from reason	: 0
3600.09/3555.18	c number of falsified literals weakened from conflict	: 0
3600.09/3555.18	c time for arithmetic operations	: 8347152527
3600.09/3555.18	c minimum degree of deleted constraints	: 1
3600.09/3555.18	c maximum degree of deleted constraints	: 52348032900
3600.09/3555.18	c number of deleted constraints	: 2070965
3600.09/3555.18	c speed (assignments/second)	: 30928.119689554096
3600.09/3555.18	c non guided choices	: 106736
3600.22/3555.23	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 4119
3600.22/3555.23	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 39146
3600.22/3555.23	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 174
3600.22/3555.23	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 28928
3600.22/3555.23	s UNKNOWN
3600.22/3555.23	c Total wall clock time (in seconds): 3554.936

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=73423, runsolver pid=73420

[startup+0.10007 s]*
/proc/loadavg: 4.21 4.18 4.18 5/306 73441
/proc/meminfo: memFree=119460172/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=18930384 memory=48820 CPUtime=0.11 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 5901 0 0 0 8 3 0 0 20 0 18 0 66933038 19384713216 12205 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4732596 12205 5303 1 0 547077 0
[pid=73423/tid=73425] ppid=73420 vsize=18930384 memory=4026532141 CPUtime=0.08 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 4777 0 0 0 6 2 0 0 20 0 18 0 66933039 19384713216 12205 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=18930384 memory=237112657184 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66933043 19384713216 12205 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=18930384 memory=20773 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 66933044 19384713216 12205 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48820 KiB

[startup+0.213728 s]*
/proc/loadavg: 4.21 4.18 4.18 5/306 73441
/proc/meminfo: memFree=119456076/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=18930384 memory=56704 CPUtime=0.29 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 6749 0 0 0 25 4 0 0 20 0 18 0 66933038 19384713216 14176 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4732596 14176 5431 1 0 547756 0
[pid=73423/tid=73425] ppid=73420 vsize=18930384 memory=3472328300254199928 CPUtime=0.17 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 5219 0 0 0 15 2 0 0 20 0 18 0 66933039 19384713216 14176 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66933043 19384713216 14176 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=18930384 memory=61792617516369 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 66933044 19384713216 14176 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56704 KiB

[startup+0.313869 s]*
/proc/loadavg: 4.21 4.18 4.18 4/306 73441
/proc/meminfo: memFree=119456076/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=18930384 memory=59772 CPUtime=0.43 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 7006 0 0 0 39 4 0 0 20 0 18 0 66933038 19384713216 14943 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4732596 14943 5431 1 0 547931 0
[pid=73423/tid=73425] ppid=73420 vsize=18930384 memory=-6000919507116648808 CPUtime=0.26 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 5362 0 0 0 23 3 0 0 20 0 18 0 66933039 19384713216 14943 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66933043 19384713216 14943 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 66933044 19384713216 14943 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59772 KiB

[startup+0.700388 s]
/proc/loadavg: 4.21 4.18 4.18 6/306 73441
/proc/meminfo: memFree=119399148/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=18996948 memory=158640 CPUtime=1.12 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 9433 0 0 0 105 7 0 0 20 0 19 0 66933038 19452874752 39660 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4749237 39660 5495 1 0 549538 0
[pid=73423/tid=73425] ppid=73420 vsize=18996948 memory=18560 CPUtime=0.53 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 5486 0 0 0 49 4 0 0 20 0 19 0 66933039 19452874752 39660 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66933043 19452874752 39660 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 66933044 19452874752 39660 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 158640 KiB

[startup+1.50026 s]
/proc/loadavg: 4.21 4.18 4.18 6/307 73442
/proc/meminfo: memFree=118701820/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=19063512 memory=1313704 CPUtime=2.67 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 21751 0 0 0 234 33 0 0 20 0 20 0 66933038 19521036288 328426 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4765878 328426 5527 1 0 555455 0
[pid=73423/tid=73425] ppid=73420 vsize=19063512 memory=0 CPUtime=1.23 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 6191 0 0 0 96 27 0 0 20 0 20 0 66933039 19521036288 328426 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933043 19521036288 328426 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66933044 19521036288 328426 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313704 KiB

[startup+3.10548 s]
/proc/loadavg: 4.21 4.18 4.18 7/326 73491
/proc/meminfo: memFree=117788208/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=19063512 memory=1627160 CPUtime=5.85 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 25629 0 0 0 541 44 0 0 20 0 20 0 66933038 19521036288 406790 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4765878 406790 5527 1 0 1083563 0
[pid=73423/tid=73425] ppid=73420 vsize=19063512 memory=11264 CPUtime=2.69 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 6441 0 0 0 235 34 0 0 20 0 20 0 66933039 19521036288 406790 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=19063512 memory=198340509722 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933043 19521036288 406790 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 66933044 19521036288 406790 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73443] ppid=73420 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/73423/task/73443/stat : 73443 (Timer-0) S 73420 73423 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933184 19521036288 406790 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1627160 KiB

[startup+6.30025 s]
/proc/loadavg: 4.44 4.23 4.19 6/308 73510
/proc/meminfo: memFree=119089716/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=19063512 memory=3392680 CPUtime=10.46 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 26856 0 0 0 967 79 0 0 20 0 20 0 66933038 19521036288 848170 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4765878 848170 5559 1 0 1083669 0
[pid=73423/tid=73425] ppid=73420 vsize=19063512 memory=0 CPUtime=5.73 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 7418 0 0 0 505 68 0 0 20 0 20 0 66933039 19521036288 848170 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=19063512 memory=-6000919507116648808 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933043 19521036288 848170 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 66933044 19521036288 848170 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73443] ppid=73420 vsize=19063512 memory=1314472 CPUtime=0 cores=1,3
/proc/73423/task/73443/stat : 73443 (Timer-0) S 73420 73423 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933184 19521036288 848170 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 10.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3392680 KiB

[startup+12.7004 s]
/proc/loadavg: 4.56 4.26 4.20 5/328 73560
/proc/meminfo: memFree=114021868/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=19063512 memory=3405308 CPUtime=17.78 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 27486 0 0 0 1696 82 0 0 20 0 20 0 66933038 19521036288 851327 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4765878 851327 5559 1 0 1083703 0
[pid=73423/tid=73425] ppid=73420 vsize=19063512 memory=1314472 CPUtime=11.89 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 7951 0 0 0 1118 71 0 0 20 0 20 0 66933039 19521036288 851327 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933043 19521036288 851327 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 66933044 19521036288 851327 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73443] ppid=73420 vsize=19063512 memory=1692828 CPUtime=0 cores=1,3
/proc/73423/task/73443/stat : 73443 (Timer-0) S 73420 73423 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933184 19521036288 851327 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 17.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3405308 KiB

[startup+25.5004 s]
/proc/loadavg: 4.44 4.25 4.20 5/328 73561
/proc/meminfo: memFree=113380388/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=19063512 memory=3405308 CPUtime=30.8 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 33527 0 0 0 2995 85 0 0 20 0 20 0 66933038 19521036288 851327 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4765878 851327 5559 1 0 1083703 0
[pid=73423/tid=73425] ppid=73420 vsize=19063512 memory=14720 CPUtime=24.32 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) S 73420 73423 72521 0 -1 4194368 10122 0 0 0 2359 73 0 0 20 0 20 0 66933039 19521036288 851327 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=19063512 memory=3405308 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933043 19521036288 851327 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 66933044 19521036288 851327 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73443] ppid=73420 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/73423/task/73443/stat : 73443 (Timer-0) S 73420 73423 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933184 19521036288 851327 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 30.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3405308 KiB

[startup+51.1138 s]
/proc/loadavg: 4.36 4.24 4.19 5/329 73563
/proc/meminfo: memFree=110894600/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=19063512 memory=3409656 CPUtime=56.77 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 40898 0 0 0 5584 93 0 0 20 0 20 0 66933038 19521036288 852414 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4765878 852414 5559 1 0 1083735 0
[pid=73423/tid=73425] ppid=73420 vsize=19063512 memory=3407536 CPUtime=49.25 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 12999 0 0 0 4847 78 0 0 20 0 20 0 66933039 19521036288 852414 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=19063512 memory=3407536 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933043 19521036288 852414 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=19063512 memory=3405436 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 66933044 19521036288 852414 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73443] ppid=73420 vsize=19063512 memory=3405436 CPUtime=0 cores=1,3
/proc/73423/task/73443/stat : 73443 (Timer-0) S 73420 73423 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933184 19521036288 852414 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0

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

[startup+3222.3 s]
/proc/loadavg: 4.18 4.24 4.27 5/331 73804
/proc/meminfo: memFree=101688652/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=19063512 memory=5243720 CPUtime=3262.83 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 197194 0 0 0 325681 602 0 0 20 0 20 0 66933038 19521036288 1310930 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4765878 1310930 5559 1 0 1325187 0
[pid=73423/tid=73425] ppid=73420 vsize=19063512 memory=5632 CPUtime=3080.6 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 92146 0 0 0 307732 328 0 0 20 0 20 0 66933039 19521036288 1310930 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=19063512 memory=5243720 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933043 19521036288 1310930 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=19063512 memory=5243720 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 1989 0 0 0 0 0 0 0 20 0 20 0 66933044 19521036288 1310930 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73443] ppid=73420 vsize=19063512 memory=5243720 CPUtime=0 cores=1,3
/proc/73423/task/73443/stat : 73443 (Timer-0) S 73420 73423 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933184 19521036288 1310930 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 3262.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5243720 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.23 4.26 5/330 73806
/proc/meminfo: memFree=101676328/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=19063512 memory=5243720 CPUtime=3323.53 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 199081 0 0 0 331745 608 0 0 20 0 20 0 66933038 19521036288 1310930 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4765878 1310930 5559 1 0 1325187 0
[pid=73423/tid=73425] ppid=73420 vsize=19063512 memory=198340509722 CPUtime=3139.55 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 93398 0 0 0 313626 329 0 0 20 0 20 0 66933039 19521036288 1310930 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933043 19521036288 1310930 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 2007 0 0 0 0 0 0 0 20 0 20 0 66933044 19521036288 1310930 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73443] ppid=73420 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/73423/task/73443/stat : 73443 (Timer-0) S 73420 73423 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933184 19521036288 1310930 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 3323.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5243720 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.22 4.25 5/330 73808
/proc/meminfo: memFree=101624908/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=19063512 memory=5243976 CPUtime=3384.58 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 199319 0 0 0 337842 616 0 0 20 0 20 0 66933038 19521036288 1310994 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4765878 1310994 5559 1 0 1325187 0
[pid=73423/tid=73425] ppid=73420 vsize=19063512 memory=5632 CPUtime=3198.31 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 93576 0 0 0 319500 331 0 0 20 0 20 0 66933039 19521036288 1310994 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=19063512 memory=5243976 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933043 19521036288 1310994 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 2011 0 0 0 0 0 0 0 20 0 20 0 66933044 19521036288 1310994 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73443] ppid=73420 vsize=19063512 memory=5243976 CPUtime=0 cores=1,3
/proc/73423/task/73443/stat : 73443 (Timer-0) S 73420 73423 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933184 19521036288 1310994 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 3384.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5243976 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.19 4.24 5/329 73813
/proc/meminfo: memFree=101614636/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=19063512 memory=5244872 CPUtime=3445.3 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 201551 0 0 0 343906 624 0 0 20 0 20 0 66933038 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4765878 1311218 5559 1 0 1325187 0
[pid=73423/tid=73425] ppid=73420 vsize=19063512 memory=5243976 CPUtime=3257.19 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 95542 0 0 0 325385 334 0 0 20 0 20 0 66933039 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=19063512 memory=5244872 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933043 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 2011 0 0 0 0 0 0 0 20 0 20 0 66933044 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73443] ppid=73420 vsize=19063512 memory=5244872 CPUtime=0 cores=1,3
/proc/73423/task/73443/stat : 73443 (Timer-0) S 73420 73423 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933184 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 3445.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5244872 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.20 4.24 5/328 73814
/proc/meminfo: memFree=101590100/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=19063512 memory=5244872 CPUtime=3505.95 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 203870 0 0 0 349964 631 0 0 20 0 20 0 66933038 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4765878 1311218 5559 1 0 1325187 0
[pid=73423/tid=73425] ppid=73420 vsize=19063512 memory=5243976 CPUtime=3316.08 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 97541 0 0 0 331272 336 0 0 20 0 20 0 66933039 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=19063512 memory=5244872 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933043 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=19063512 memory=5244872 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 2098 0 0 0 0 0 0 0 20 0 20 0 66933044 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73443] ppid=73420 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/73423/task/73443/stat : 73443 (Timer-0) S 73420 73423 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933184 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 3505.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5244872 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.19 4.24 5/329 73817
/proc/meminfo: memFree=101584932/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=19063512 memory=5244872 CPUtime=3566.79 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 204034 0 0 0 356043 636 0 0 20 0 20 0 66933038 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4765878 1311218 5559 1 0 1325198 0
[pid=73423/tid=73425] ppid=73420 vsize=19063512 memory=5244872 CPUtime=3374.97 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 97577 0 0 0 337159 338 0 0 20 0 20 0 66933039 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=19063512 memory=5244872 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933043 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 2151 0 0 0 0 0 0 0 20 0 20 0 66933044 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73443] ppid=73420 vsize=19063512 memory=5244872 CPUtime=0 cores=1,3
/proc/73423/task/73443/stat : 73443 (Timer-0) S 73420 73423 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933184 19521036288 1311218 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 3566.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5244872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3555.11 s]
/proc/loadavg: 4.30 4.22 4.24 5/329 73823
/proc/meminfo: memFree=101563940/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=19063512 memory=5245000 CPUtime=3600.09 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 204981 0 0 0 359368 641 0 0 20 0 20 0 66933038 19521036288 1311250 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4765878 1311250 5559 1 0 1325226 0
[pid=73423/tid=73425] ppid=73420 vsize=19063512 memory=23532 CPUtime=3407.18 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) R 73420 73423 72521 0 -1 4194368 98426 0 0 0 340378 340 0 0 20 0 20 0 66933039 19521036288 1311250 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66933043 19521036288 1311250 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=19063512 memory=5245000 CPUtime=0.01 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 2151 0 0 0 1 0 0 0 20 0 20 0 66933044 19521036288 1311250 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73443] ppid=73420 vsize=19063512 memory=5245000 CPUtime=0 cores=1,3
/proc/73423/task/73443/stat : 73443 (Timer-0) S 73420 73423 72521 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66933184 19521036288 1311250 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5245000 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.86 s, system=6.44904 s

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

[startup+3555.2 s]
/proc/loadavg: 4.30 4.22 4.24 5/329 73823
/proc/meminfo: memFree=101563940/131382112 swapFree=33009904/33010684
[pid=73423] ppid=73420 vsize=19263204 memory=5245896 CPUtime=3600.22 cores=1,3
/proc/73423/stat : 73423 (java) S 73420 73423 72521 0 -1 4194304 207406 0 0 0 359380 642 0 0 20 0 21 0 66933038 19725520896 1311474 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
/proc/73423/statm: 4815801 1311474 5591 1 0 1326129 0
[pid=73423/tid=73425] ppid=73420 vsize=19263204 memory=4352 CPUtime=3407.2 cores=1,3
/proc/73423/task/73425/stat : 73425 (java) S 73420 73423 72521 0 -1 4194368 98786 0 0 0 340380 340 0 0 20 0 21 0 66933039 19725520896 1311474 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73434] ppid=73420 vsize=19263204 memory=1792 CPUtime=0 cores=1,3
/proc/73423/task/73434/stat : 73434 (Finalizer) S 73420 73423 72521 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 66933043 19725520896 1311474 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
[pid=73423/tid=73441] ppid=73420 vsize=19263204 memory=5245000 CPUtime=0.01 cores=1,3
/proc/73423/task/73441/stat : 73441 (Common-Cleaner) S 73420 73423 72521 0 -1 4194368 2151 0 0 0 1 0 0 0 20 0 21 0 66933044 19725520896 1311474 18446744073709551615 94472065900544 94472065904240 140725012098624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94472065912056 94472065912848 94472066777088 140725012105517 140725012105702 140725012105702 140725012111304 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5245896 KiB

Child status: 143

Real time (s): 3555.26
CPU time (s): 3600.31
CPU user time (s): 3593.86
CPU system time (s): 6.44904
CPU usage (%): 101.267
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5252760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.86
system time used= 6.44904
maximum resident set size= 5252760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207545
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1236024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144438
involuntary context switches= 16257


# summary of solver processes directly reported to runsolver:
#   pid: 73423
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3593.86
#   total CPU system time (s): 6.44904

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8624 second user time and 36.902 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-03 05:15:42
IDJOB=4508005
IDBENCH=158391
IDSOLVER=3362
FILE ID=nodeC001/4508005-1751512541
RUNJOBID= nodeC001-1751505361-72533
SLURM_JOB_ID= 9598597
Free space on /tmp= 432404 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-may6.5.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508005-1751512541/watcher-4508005-1751512541 -o /tmp/evaluation-result-4508005-1751512541/solver-4508005-1751512541 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751505361-72533 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4508005-1751512541 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4508005-1751512541.opb

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

MD5SUM BENCH= 76e67d27ce5ae72e711eb5f869f0e7e5
RANDOM SEED=1733002331

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.766
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		: 3662.427
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.780
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.047
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:        119476176 kB
MemAvailable:   120690316 kB
Buffers:            1668 kB
Cached:          2009232 kB
SwapCached:           32 kB
Active:          9597316 kB
Inactive:        1699920 kB
Active(anon):    9281708 kB
Inactive(anon):    22528 kB
Active(file):     315608 kB
Inactive(file):  1677392 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2680 kB
Writeback:             0 kB
AnonPages:       9289396 kB
Mapped:           123720 kB
Shmem:             17900 kB
KReclaimable:     121148 kB
Slab:             205948 kB
SReclaimable:     121148 kB
SUnreclaim:        84800 kB
KernelStack:        4688 kB
PageTables:        21756 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10594116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150024 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9095168 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= 432500 MiB
End job on nodeC001 at 2025-07-03 06:14:57