Trace number 4493234

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.23 3455.44

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-55-50.opb
MD5SUM447851c4fd40c5c34c03bb94532f1e8d
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.916974
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2750
Total number of constraints74305
Number of constraints which are clauses74305
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 constraint50
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 51
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.15/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.15/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.16	c See www.sat4j.org for details.
0.15/0.17	c version PB25.v20250606
0.15/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.19	c java.vm.version	22.0.1+8-16
0.15/0.19	c java.vm.vendor	Oracle Corporation
0.15/0.19	c sun.arch.data.model	64
0.15/0.19	c java.version		22.0.1
0.15/0.19	c os.name		Linux
0.15/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.15/0.19	c os.arch		amd64
0.15/0.20	c Free memory 		2106806208
0.15/0.20	c Max memory 		16282288128
0.15/0.20	c Total memory 		2113929216
0.15/0.21	c Number of processors 	2
0.49/0.38	c Pseudo Boolean Optimization by upper bound
0.49/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/0.38	c  - never skip resolution steps
0.49/0.38	c  - Auto-division on coefficients is disabled
0.49/0.38	c  - No postprocessing
0.49/0.38	c  - Conflict is considered as is when resolving
0.49/0.38	c  - Use constraints as they come during conflict analysis
0.49/0.38	c  - Weaken first using unassigned literals
0.49/0.38	c  - Bump strategy: ALWAYS_ONE
0.49/0.38	c  - Bumper: ANY
0.49/0.38	c --- Begin Solver configuration ---
0.49/0.38	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.49/0.38	c Learn all clauses as in MiniSAT
0.49/0.38	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/0.38	c No reason simplification
0.49/0.38	c Armin Biere (Picosat) restarts strategy
0.49/0.38	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.49/0.38	c timeout=2147483s
0.49/0.38	c DB Simplification allowed=false
0.49/0.38	c Listener: none
0.49/0.38	c --- End Solver configuration ---
0.49/0.38	c solving HOME/instance-4493234-1751149310.opb
0.49/0.38	c reading problem ... 
0.49/0.38	c  no objective function found
1.56/0.99	c ... done. Wall clock time 0.602s.
1.56/0.99	c declared #vars     2750
1.56/0.99	c #constraints  74305
1.56/0.99	c constraints type 
1.56/0.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74250
1.56/0.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 55
1.56/1.00	c 74305 constraints processed.
5.51/3.03	c cleaning 2501 clauses out of 5003
8.26/5.51	c cleaning 4243 clauses out of 8501
11.38/8.33	c cleaning 5622 clauses out of 11256
14.40/11.12	c cleaning 6813 clauses out of 13634
17.59/14.12	c cleaning 7904 clauses out of 15821
21.27/17.72	c cleaning 8956 clauses out of 17917
25.75/21.66	c cleaning 9980 clauses out of 19962
32.19/27.92	c cleaning 10988 clauses out of 21982
38.23/33.69	c cleaning 11988 clauses out of 23995
45.03/40.01	c cleaning 13002 clauses out of 26006
51.39/46.29	c cleaning 14001 clauses out of 28004
57.99/52.32	c cleaning 14998 clauses out of 30003
65.28/59.32	c cleaning 15999 clauses out of 32004
72.66/66.47	c cleaning 17002 clauses out of 34008
81.62/75.10	c cleaning 17993 clauses out of 36005
91.57/85.00	c cleaning 19000 clauses out of 38012
101.78/94.63	c cleaning 20002 clauses out of 40010
111.20/104.00	c cleaning 20999 clauses out of 42009
124.62/116.79	c cleaning 21999 clauses out of 44009
135.01/127.03	c cleaning 23000 clauses out of 46010
147.33/138.96	c cleaning 24003 clauses out of 48012
161.29/152.87	c cleaning 25001 clauses out of 50007
176.32/167.39	c cleaning 26002 clauses out of 52006
193.95/184.55	c cleaning 26993 clauses out of 54004
210.35/200.57	c cleaning 28000 clauses out of 56011
227.71/217.81	c cleaning 28998 clauses out of 58012
246.41/236.09	c cleaning 30001 clauses out of 60013
266.08/255.32	c cleaning 30999 clauses out of 62013
289.13/277.90	c cleaning 32002 clauses out of 64014
315.00/303.22	c cleaning 33007 clauses out of 66015
338.68/326.42	c cleaning 34001 clauses out of 68004
359.52/346.86	c cleaning 34996 clauses out of 70004
382.20/369.19	c cleaning 36000 clauses out of 72007
409.89/396.12	c cleaning 37002 clauses out of 74008
438.48/424.21	c cleaning 37994 clauses out of 76005
464.26/449.40	c cleaning 38998 clauses out of 78011
496.79/480.01	c cleaning 40003 clauses out of 80013
525.21/507.75	c cleaning 40997 clauses out of 82010
550.71/532.84	c cleaning 42003 clauses out of 84015
579.01/560.71	c cleaning 43003 clauses out of 86012
609.86/591.28	c cleaning 44000 clauses out of 88011
644.28/625.13	c cleaning 44993 clauses out of 90010
676.92/657.02	c cleaning 46000 clauses out of 92015
710.10/689.84	c cleaning 47002 clauses out of 94016
746.58/725.73	c cleaning 48000 clauses out of 96012
786.58/765.23	c cleaning 49000 clauses out of 98012
831.84/809.74	c cleaning 50004 clauses out of 100013
866.40/843.62	c cleaning 51001 clauses out of 102008
908.42/885.01	c cleaning 52000 clauses out of 104007
952.31/928.22	c cleaning 52996 clauses out of 106007
996.21/971.61	c cleaning 54004 clauses out of 108014
1048.30/1023.15	c cleaning 55001 clauses out of 110008
1095.07/1069.13	c cleaning 55989 clauses out of 112007
1158.63/1129.65	c cleaning 57004 clauses out of 114020
1221.75/1192.07	c cleaning 58002 clauses out of 116014
1277.85/1247.40	c cleaning 58998 clauses out of 118011
1340.09/1309.02	c cleaning 60001 clauses out of 120014
1411.80/1380.29	c cleaning 61002 clauses out of 122012
1474.40/1441.86	c cleaning 62001 clauses out of 124010
1534.26/1501.05	c cleaning 62996 clauses out of 126010
1589.81/1555.87	c cleaning 63996 clauses out of 128013
1651.47/1616.70	c cleaning 64999 clauses out of 130017
1756.42/1721.09	c cleaning 66006 clauses out of 132018
1822.57/1786.26	c cleaning 66996 clauses out of 134013
1901.53/1864.73	c cleaning 68000 clauses out of 136018
1978.70/1938.21	c cleaning 68999 clauses out of 138017
2089.75/2048.44	c cleaning 70000 clauses out of 140017
2183.74/2141.51	c cleaning 71004 clauses out of 142017
2264.90/2219.98	c cleaning 71996 clauses out of 144013
2349.70/2303.73	c cleaning 73007 clauses out of 146020
2462.50/2413.35	c cleaning 74000 clauses out of 148011
2604.89/2551.43	c cleaning 75002 clauses out of 150010
2694.91/2634.95	c cleaning 76000 clauses out of 152010
2775.64/2709.27	c cleaning 76997 clauses out of 154008
2854.42/2779.36	c cleaning 77999 clauses out of 156012
2952.86/2865.44	c cleaning 78998 clauses out of 158012
3053.02/2958.62	c cleaning 80001 clauses out of 160015
3154.24/3050.14	c cleaning 80998 clauses out of 162013
3250.82/3137.22	c cleaning 81997 clauses out of 164016
3389.04/3263.16	c cleaning 82995 clauses out of 166019
3504.38/3369.00	c cleaning 83999 clauses out of 168023
3600.04/3455.32	c timeout
3600.04/3455.33	c starts		: 252
3600.04/3455.34	c conflicts		: 3711842
3600.04/3455.34	c decisions		: 4123141
3600.04/3455.34	c propagations		: 221509684
3600.04/3455.34	c inspects		: 14994736447
3600.04/3455.34	c shortcuts		: 0
3600.04/3455.34	c learnt literals	: 0
3600.04/3455.34	c learnt binary clauses	: 0
3600.04/3455.34	c learnt ternary clauses	: 0
3600.04/3455.34	c learnt constraints	: 3711842
3600.04/3455.34	c ignored constraints	: 0
3600.04/3455.34	c root simplifications	: 0
3600.04/3455.34	c removed literals (reason simplification)	: 0
3600.04/3455.34	c reason swapping (by a shorter reason)	: 0
3600.04/3455.34	c Calls to reduceDB	: 81
3600.04/3455.34	c Number of update (reduction) of LBD	: 0
3600.04/3455.34	c Imported unit clauses	: 0
3600.04/3455.34	c No decision after first conflict	: false
3600.04/3455.34	c number of reductions to clauses (during analyze)	: 0
3600.04/3455.34	c number of learned constraints concerned by reduction	: 0
3600.04/3455.34	c number of learning phase by resolution	: 0
3600.04/3455.34	c number of learning phase by cutting planes	: 0
3600.04/3455.34	c number of rounding to 1 operations	: 0
3600.04/3455.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3455.34	c number of reductions of the coefficients by power 2 	: 0
3600.04/3455.34	c number of right shift for reduction by power 2 	: 0
3600.04/3455.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3455.34	c number of ending skipping 	: 0
3600.04/3455.34	c number of internal skipping 	: 0
3600.04/3455.34	c number of derivation steps 	: 27778757
3600.04/3455.34	c number of skipped derivation steps 	: 0
3600.04/3455.34	c number of remaining unassigned 	: 0
3600.04/3455.34	c number of remaining assigned 	: 0
3600.04/3455.34	c number of falsified literals weakened from reason	: 0
3600.04/3455.34	c number of falsified literals weakened from conflict	: 0
3600.04/3455.34	c time for arithmetic operations	: 0
3600.04/3455.35	c minimum degree of deleted constraints	: null
3600.04/3455.35	c maximum degree of deleted constraints	: null
3600.04/3455.35	c number of deleted constraints	: 0
3600.04/3455.35	c speed (assignments/second)	: 64124.96381367924
3600.04/3455.35	c non guided choices	: 1296
3600.04/3455.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 150866
3600.21/3455.40	s UNKNOWN
3600.21/3455.40	c Total wall clock time (in seconds): 3455.024

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493234-1751149310/watcher-4493234-1751149310 -o /tmp/evaluation-result-4493234-1751149310/solver-4493234-1751149310 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751145766-16102 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4493234-1751149310.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=16893, runsolver pid=16890

[startup+0.100073 s]*
/proc/loadavg: 4.40 4.36 4.28 8/326 16911
/proc/meminfo: memFree=114576328/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=18930384 memory=50612 CPUtime=0.15 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 5838 0 0 0 11 4 0 0 20 0 18 0 30610717 19384713216 12653 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4732596 12653 5336 1 0 547046 0
[pid=16893/tid=16895] ppid=16890 vsize=18930384 memory=4026531960 CPUtime=0.09 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 4718 0 0 0 6 3 0 0 20 0 18 0 30610719 19384713216 12653 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30610724 19384713216 12653 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=18930384 memory=59593594265959 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30610725 19384713216 12685 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50612 KiB

[startup+0.224431 s]*
/proc/loadavg: 4.40 4.36 4.28 7/326 16911
/proc/meminfo: memFree=114547656/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=18930384 memory=59516 CPUtime=0.32 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 6484 0 0 0 28 4 0 0 20 0 18 0 30610717 19384713216 14879 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4732596 14879 5368 1 0 547619 0
[pid=16893/tid=16895] ppid=16890 vsize=18930384 memory=4026597660 CPUtime=0.2 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 5072 0 0 0 17 3 0 0 20 0 18 0 30610719 19384713216 14879 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=18930384 memory=1641 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30610724 19384713216 14879 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30610725 19384713216 14879 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59516 KiB

[startup+0.317947 s]*
/proc/loadavg: 4.40 4.36 4.28 8/326 16911
/proc/meminfo: memFree=114539464/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=18930384 memory=60668 CPUtime=0.49 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 6717 0 0 0 44 5 0 0 20 0 18 0 30610717 19384713216 15167 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4732596 15167 5432 1 0 547810 0
[pid=16893/tid=16895] ppid=16890 vsize=18930384 memory=-6000919506998945390 CPUtime=0.28 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 5234 0 0 0 25 3 0 0 20 0 18 0 30610719 19384713216 15167 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30610724 19384713216 15167 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30610725 19384713216 15167 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60668 KiB

[startup+0.700317 s]
/proc/loadavg: 4.40 4.36 4.28 7/326 16911
/proc/meminfo: memFree=114527176/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=18930384 memory=107368 CPUtime=1.16 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 8729 0 0 0 110 6 0 0 20 0 18 0 30610717 19384713216 26842 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4732596 26842 5432 1 0 549234 0
[pid=16893/tid=16895] ppid=16890 vsize=18930384 memory=17152 CPUtime=0.6 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 5378 0 0 0 56 4 0 0 20 0 18 0 30610719 19384713216 26842 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=18930384 memory=11136 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30610724 19384713216 26842 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=18930384 memory=3328 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30610725 19384713216 26842 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107368 KiB

[startup+1.50026 s]
/proc/loadavg: 4.40 4.36 4.28 8/307 16915
/proc/meminfo: memFree=114543080/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=19063512 memory=172508 CPUtime=2.74 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 16882 0 0 0 265 9 0 0 20 0 20 0 30610717 19521036288 43127 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4765878 43127 5496 1 0 552565 0
[pid=16893/tid=16895] ppid=16890 vsize=19063512 memory=3328 CPUtime=1.3 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 5720 0 0 0 125 5 0 0 20 0 20 0 30610719 19521036288 43127 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610724 19521036288 43127 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 30610725 19521036288 43127 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16916] ppid=16890 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/16893/task/16916/stat : 16916 (Timer-0) S 16890 16893 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610818 19521036288 43127 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172508 KiB

[startup+3.10563 s]
/proc/loadavg: 4.40 4.36 4.28 6/328 16979
/proc/meminfo: memFree=114005292/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=19063512 memory=723484 CPUtime=5.65 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 20202 0 0 0 543 22 0 0 20 0 20 0 30610717 19521036288 180871 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4765878 180871 5496 1 0 761754 0
[pid=16893/tid=16895] ppid=16890 vsize=19063512 memory=11136 CPUtime=2.79 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 6780 0 0 0 264 15 0 0 20 0 20 0 30610719 19521036288 180871 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610724 19521036288 180871 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 30610725 19521036288 180871 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16916] ppid=16890 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/16893/task/16916/stat : 16916 (Timer-0) S 16890 16893 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610818 19521036288 180871 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 5.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 723484 KiB

[startup+6.30042 s]
/proc/loadavg: 4.37 4.36 4.27 6/328 17045
/proc/meminfo: memFree=113503600/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=19063512 memory=1240048 CPUtime=9.28 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 20968 0 0 0 894 34 0 0 20 0 20 0 30610717 19521036288 310012 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4765878 310012 5496 1 0 958106 0
[pid=16893/tid=16895] ppid=16890 vsize=19063512 memory=0 CPUtime=5.75 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 7004 0 0 0 550 25 0 0 20 0 20 0 30610719 19521036288 310012 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610724 19521036288 310012 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 30610725 19521036288 310012 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16916] ppid=16890 vsize=19063512 memory=177976 CPUtime=0 cores=0,2
/proc/16893/task/16916/stat : 16916 (Timer-0) S 16890 16893 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610818 19521036288 310524 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 9.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1240048 KiB

[startup+12.7004 s]
/proc/loadavg: 4.50 4.38 4.28 6/328 17113
/proc/meminfo: memFree=120896716/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=19063512 memory=2832240 CPUtime=16.08 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 22507 0 0 0 1542 66 0 0 20 0 20 0 30610717 19521036288 708060 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4765878 708060 5496 1 0 1248477 0
[pid=16893/tid=16895] ppid=16890 vsize=19063512 memory=177976 CPUtime=11.72 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 7637 0 0 0 1121 51 0 0 20 0 20 0 30610719 19521036288 708060 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610724 19521036288 708060 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=19063512 memory=2715432 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 30610725 19521036288 708060 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16916] ppid=16890 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16893/task/16916/stat : 16916 (Timer-0) S 16890 16893 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610818 19521036288 708060 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 16.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2832240 KiB

[startup+25.5005 s]
/proc/loadavg: 4.61 4.41 4.30 6/327 17114
/proc/meminfo: memFree=118847664/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=19063512 memory=3844120 CPUtime=29.79 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 24990 0 0 0 2891 88 0 0 20 0 20 0 30610717 19521036288 961030 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4765878 961030 5496 1 0 1432308 0
[pid=16893/tid=16895] ppid=16890 vsize=19063512 memory=-6000919506998945390 CPUtime=23.89 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 9333 0 0 0 2322 67 0 0 20 0 20 0 30610719 19521036288 961030 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610724 19521036288 961030 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=19063512 memory=2496 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 30610725 19521036288 961030 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16916] ppid=16890 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/16893/task/16916/stat : 16916 (Timer-0) S 16890 16893 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610818 19521036288 961030 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 29.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3844120 KiB

[startup+51.1135 s]
/proc/loadavg: 4.47 4.40 4.29 5/327 17114
/proc/meminfo: memFree=114811028/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=19063512 memory=4523184 CPUtime=56.81 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 34504 0 0 0 5577 104 0 0 20 0 20 0 30610717 19521036288 1130796 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4765878 1130796 5496 1 0 1538848 0
[pid=16893/tid=16895] ppid=16890 vsize=19063512 memory=2496 CPUtime=48.25 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 12219 0 0 0 4750 75 0 0 20 0 20 0 30610719 19521036288 1130796 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=19063512 memory=4424836 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610724 19521036288 1130796 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=19063512 memory=2728 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 30610725 19521036288 1130796 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16916] ppid=16890 vsize=19063512 memory=-7361174377247354682 CPUtime=0 cores=0,2

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

[startup+3102.3 s]
/proc/loadavg: 4.38 4.38 4.33 6/329 17277
/proc/meminfo: memFree=92439448/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=19063512 memory=4589736 CPUtime=3215.49 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 389164 0 0 0 321012 537 0 0 20 0 20 0 30610717 19521036288 1147434 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4765878 1147434 5528 1 0 1159959 0
[pid=16893/tid=16895] ppid=16890 vsize=19063512 memory=4589736 CPUtime=3037.81 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 244428 0 0 0 303548 233 0 0 20 0 20 0 30610719 19521036288 1147434 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=19063512 memory=4589736 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610724 19521036288 1147434 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=19063512 memory=4589736 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 2533 0 0 0 0 0 0 0 20 0 20 0 30610725 19521036288 1147434 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16916] ppid=16890 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/16893/task/16916/stat : 16916 (Timer-0) S 16890 16893 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610818 19521036288 1147434 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 3215.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4589736 KiB

[startup+3162.3 s]
/proc/loadavg: 4.52 4.41 4.34 7/329 17279
/proc/meminfo: memFree=92439428/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=19063512 memory=4589736 CPUtime=3281.4 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 390108 0 0 0 327596 544 0 0 20 0 20 0 30610717 19521036288 1147434 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4765878 1147434 5528 1 0 1159959 0
[pid=16893/tid=16895] ppid=16890 vsize=19063512 memory=4589736 CPUtime=3096.42 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 245169 0 0 0 309409 233 0 0 20 0 20 0 30610719 19521036288 1147434 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=19063512 memory=4589736 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610724 19521036288 1147434 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 2565 0 0 0 0 0 0 0 20 0 20 0 30610725 19521036288 1147434 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16916] ppid=16890 vsize=19063512 memory=-6000919506998945390 CPUtime=0 cores=0,2
/proc/16893/task/16916/stat : 16916 (Timer-0) S 16890 16893 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610818 19521036288 1147434 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 3281.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4589736 KiB

[startup+3222.3 s]
/proc/loadavg: 4.39 4.40 4.35 5/329 17281
/proc/meminfo: memFree=92215476/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=19063512 memory=4590120 CPUtime=3344.7 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 395121 0 0 0 333920 550 0 0 20 0 20 0 30610717 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4765878 1147530 5528 1 0 1160063 0
[pid=16893/tid=16895] ppid=16890 vsize=19063512 memory=4589736 CPUtime=3155.65 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 248044 0 0 0 315332 233 0 0 20 0 20 0 30610719 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610724 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=19063512 memory=4590120 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 2565 0 0 0 0 0 0 0 20 0 20 0 30610725 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16916] ppid=16890 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/16893/task/16916/stat : 16916 (Timer-0) S 16890 16893 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610818 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 3344.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4590120 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.36 4.33 5/329 17283
/proc/meminfo: memFree=92214476/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=19063512 memory=4590120 CPUtime=3411.24 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 403495 0 0 0 340566 558 0 0 20 0 20 0 30610717 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4765878 1147530 5528 1 0 1160079 0
[pid=16893/tid=16895] ppid=16890 vsize=19063512 memory=4590120 CPUtime=3214.56 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 254355 0 0 0 321222 234 0 0 20 0 20 0 30610719 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610724 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 2615 0 0 0 0 0 0 0 20 0 20 0 30610725 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16916] ppid=16890 vsize=19063512 memory=4590120 CPUtime=0 cores=0,2
/proc/16893/task/16916/stat : 16916 (Timer-0) S 16890 16893 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610818 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 3411.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4590120 KiB

[startup+3342.3 s]
/proc/loadavg: 4.44 4.39 4.34 5/329 17287
/proc/meminfo: memFree=91947628/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=19063512 memory=4590120 CPUtime=3477.5 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 404549 0 0 0 347187 563 0 0 20 0 20 0 30610717 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4765878 1147530 5528 1 0 1160079 0
[pid=16893/tid=16895] ppid=16890 vsize=19063512 memory=14336 CPUtime=3273.5 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 255357 0 0 0 327116 234 0 0 20 0 20 0 30610719 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=19063512 memory=-6000919506998945390 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610724 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=19063512 memory=4590120 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 2634 0 0 0 0 0 0 0 20 0 20 0 30610725 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16916] ppid=16890 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/16893/task/16916/stat : 16916 (Timer-0) S 16890 16893 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610818 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 3477.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4590120 KiB

[startup+3402.3 s]
/proc/loadavg: 4.49 4.40 4.35 6/328 17361
/proc/meminfo: memFree=98736208/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=19063512 memory=4590120 CPUtime=3543.67 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 408057 0 0 0 353796 571 0 0 20 0 20 0 30610717 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4765878 1147530 5528 1 0 1160079 0
[pid=16893/tid=16895] ppid=16890 vsize=19063512 memory=4590120 CPUtime=3332.25 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 257283 0 0 0 332991 234 0 0 20 0 20 0 30610719 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610724 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=19063512 memory=4590120 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 2635 0 0 0 0 0 0 0 20 0 20 0 30610725 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16916] ppid=16890 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/16893/task/16916/stat : 16916 (Timer-0) S 16890 16893 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610818 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 3543.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4590120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3455.3 s]
/proc/loadavg: 4.51 4.42 4.36 5/327 17691
/proc/meminfo: memFree=111564084/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=19063512 memory=4590120 CPUtime=3600.04 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 409910 0 0 0 359428 576 0 0 20 0 20 0 30610717 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4765878 1147530 5528 1 0 1160079 0
[pid=16893/tid=16895] ppid=16890 vsize=19063512 memory=4590120 CPUtime=3384.35 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) R 16890 16893 16092 0 -1 4194368 259045 0 0 0 338201 234 0 0 20 0 20 0 30610719 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=19063512 memory=4590120 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30610724 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 2654 0 0 0 0 0 0 0 20 0 20 0 30610725 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16916] ppid=16890 vsize=19063512 memory=4590120 CPUtime=0 cores=0,2
/proc/16893/task/16916/stat : 16916 (Timer-0) S 16890 16893 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30610818 19521036288 1147530 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4590120 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.44 s, system=5.7901 s

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

[startup+3455.41 s]
/proc/loadavg: 4.51 4.42 4.36 5/327 17691
/proc/meminfo: memFree=111564084/131382116 swapFree=33010684/33010684
[pid=16893] ppid=16890 vsize=19263204 memory=4591016 CPUtime=3600.21 cores=0,2
/proc/16893/stat : 16893 (java) S 16890 16893 16092 0 -1 4194304 411741 0 0 0 359444 577 0 0 20 0 21 0 30610717 19725520896 1147754 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
/proc/16893/statm: 4815801 1147754 5528 1 0 1160992 0
[pid=16893/tid=16895] ppid=16890 vsize=19263204 memory=2728 CPUtime=3384.37 cores=0,2
/proc/16893/task/16895/stat : 16895 (java) S 16890 16893 16092 0 -1 4194368 259150 0 0 0 338203 234 0 0 20 0 21 0 30610719 19725520896 1147754 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16904] ppid=16890 vsize=19263204 memory=-6000919506998945390 CPUtime=0 cores=0,2
/proc/16893/task/16904/stat : 16904 (Finalizer) S 16890 16893 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30610724 19725520896 1147754 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
[pid=16893/tid=16911] ppid=16890 vsize=19263204 memory=17152 CPUtime=0 cores=0,2
/proc/16893/task/16911/stat : 16911 (Common-Cleaner) S 16890 16893 16092 0 -1 4194368 2654 0 0 0 0 0 0 0 20 0 21 0 30610725 19725520896 1147754 18446744073709551615 94303761338368 94303761342064 140728788747280 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94303761349880 94303761350672 94303773159424 140728788748670 140728788748774 140728788748774 140728788754376 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4591016 KiB

Child status: 143

Real time (s): 3455.44
CPU time (s): 3600.23
CPU user time (s): 3594.44
CPU system time (s): 5.7901
CPU usage (%): 104.19
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 12079320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.44
system time used= 5.7901
maximum resident set size= 12079320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 411809
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121271
involuntary context switches= 17848


# summary of solver processes directly reported to runsolver:
#   pid: 16893
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3594.44
#   total CPU system time (s): 5.7901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.9445 second user time and 37.6905 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 00:21:50
IDJOB=4493234
IDBENCH=147856
IDSOLVER=3361
FILE ID=nodeC011/4493234-1751149310
RUNJOBID= nodeC011-1751145766-16102
SLURM_JOB_ID= 9587450
Free space on /tmp= 433040 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-55-50.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493234-1751149310/watcher-4493234-1751149310 -o /tmp/evaluation-result-4493234-1751149310/solver-4493234-1751149310 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751145766-16102 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4493234-1751149310.opb

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

MD5SUM BENCH= 447851c4fd40c5c34c03bb94532f1e8d
RANDOM SEED=1135624601

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.291
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	: 6984.20
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		: 3663.030
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	: 6984.20
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.292
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1198.194
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	: 6984.20
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		: 3492.548
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	: 6984.20
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		: 2594.387
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	: 6984.20
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.448
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	: 6984.20
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		: 2995.513
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        114759176 kB
MemAvailable:   114379608 kB
Buffers:            3280 kB
Cached:           406776 kB
SwapCached:            0 kB
Active:         15923464 kB
Inactive:         158968 kB
Active(anon):   15690336 kB
Inactive(anon):        0 kB
Active(file):     233128 kB
Inactive(file):   158968 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3728 kB
Writeback:             0 kB
AnonPages:      15675512 kB
Mapped:           121944 kB
Shmem:             17960 kB
KReclaimable:      84252 kB
Slab:             163516 kB
SReclaimable:      84252 kB
SUnreclaim:        79264 kB
KernelStack:        5008 kB
PageTables:        34344 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   20215784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15458304 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432960 MiB
End job on nodeC011 at 2025-06-29 01:19:26