Trace number 4430100

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 Cutting Planes 2024 2024-07-12? (TO) 3600.13 3556.7

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep6.5.opb
MD5SUMbb1eb546b1769ca27e4515a55d388d8e
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 benchmark2078.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26661
Number of constraints which are cardinality constraints (but not clauses)235
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
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 670
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.17	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.17	 - never skip resolution steps
0.14/0.17	 - Auto-division on coefficients is disabled
0.14/0.17	 - No postprocessing
0.14/0.17	 - Conflict is considered as is when resolving
0.14/0.17	 - Use constraints as they come during conflict analysis
0.14/0.17	 - Weaken first using unassigned literals
0.14/0.17	 - Bump strategy: ALWAYS_ONE
0.14/0.17	 - Bumper: EFFECTIVE
0.14/0.17	--- Begin Solver configuration ---
0.14/0.17	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.17	Learn all clauses as in MiniSAT
0.14/0.17	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.17	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.17	No reason simplification
0.14/0.17	Dynamic restart strategy considering the size of the coefficients
0.14/0.17	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.17	timeout=2147483s
0.14/0.17	DB Simplification allowed=false
0.14/0.17	Listener: none
0.14/0.17	--- End Solver configuration ---
0.14/0.17	c Pseudo Boolean Optimization by upper bound
0.14/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.17	c  - never skip resolution steps
0.14/0.17	c  - Auto-division on coefficients is disabled
0.14/0.17	c  - No postprocessing
0.14/0.17	c  - Conflict is considered as is when resolving
0.14/0.17	c  - Use constraints as they come during conflict analysis
0.14/0.17	c  - Weaken first using unassigned literals
0.14/0.17	c  - Bump strategy: ALWAYS_ONE
0.14/0.17	c  - Bumper: EFFECTIVE
0.14/0.17	c --- Begin Solver configuration ---
0.14/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.17	c Learn all clauses as in MiniSAT
0.14/0.17	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.17	c No reason simplification
0.14/0.17	c Dynamic restart strategy considering the size of the coefficients
0.14/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.17	c timeout=2147483s
0.14/0.17	c DB Simplification allowed=false
0.14/0.17	c Listener: none
0.14/0.17	c --- End Solver configuration ---
0.14/0.17	c solving HOME/instance-4430100-1721164273.opb
0.14/0.17	c reading problem ... 
0.14/0.17	c  objective function found
1.79/1.05	c ... done. Wall clock time 0.874s.
1.79/1.05	c declared #vars     9324
1.79/1.05	c #constraints  28660
1.79/1.05	c constraints type 
1.79/1.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15988
1.79/1.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 291
1.79/1.05	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 868
1.79/1.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11513
1.79/1.05	c 28660 constraints processed.
1.79/1.05	c objective function length is 26 literals
7.87/4.47	c cleaning 2494 clauses out of 5000 with flag 0/5000
13.47/9.68	c cleaning 4245 clauses out of 8507 with flag 0/11001
17.12/13.04	c cleaning 5626 clauses out of 11261 with flag 0/18000
40.06/35.95	c cleaning 6817 clauses out of 13637 with flag 0/26002
62.41/58.20	c cleaning 7904 clauses out of 15819 with flag 0/35001
89.24/84.93	c cleaning 8955 clauses out of 17915 with flag 0/45001
103.98/99.68	c cleaning 9968 clauses out of 19959 with flag 0/56000
119.95/113.80	c cleaning 10990 clauses out of 21992 with flag 0/68001
130.06/123.75	c cleaning 12002 clauses out of 24007 with flag 0/81006
146.79/140.36	c cleaning 12993 clauses out of 25999 with flag 0/95000
173.68/166.87	c cleaning 13999 clauses out of 28007 with flag 0/110001
188.86/181.87	c cleaning 14998 clauses out of 30007 with flag 0/126000
211.63/204.27	c cleaning 16005 clauses out of 32011 with flag 0/143002
223.86/216.23	c cleaning 17001 clauses out of 34004 with flag 0/161000
254.22/246.18	c cleaning 17991 clauses out of 36003 with flag 0/180000
280.15/271.77	c cleaning 18995 clauses out of 38012 with flag 0/200000
324.37/315.48	c cleaning 20003 clauses out of 40020 with flag 0/221003
356.33/346.92	c cleaning 21005 clauses out of 42014 with flag 0/243000
390.18/380.21	c cleaning 21993 clauses out of 44010 with flag 0/266001
439.78/428.83	c cleaning 23003 clauses out of 46016 with flag 0/290000
461.27/449.92	c cleaning 24000 clauses out of 48018 with flag 0/315005
515.00/502.77	c cleaning 25001 clauses out of 50013 with flag 0/341000
594.83/581.71	c cleaning 26000 clauses out of 52014 with flag 0/368002
710.86/697.09	c cleaning 26998 clauses out of 54012 with flag 0/396000
829.74/815.82	c cleaning 27996 clauses out of 56014 with flag 0/425000
918.48/904.07	c cleaning 29000 clauses out of 58020 with flag 0/455002
983.28/967.99	c cleaning 29991 clauses out of 60018 with flag 0/486000
1051.60/1034.84	c cleaning 31008 clauses out of 62032 with flag 0/518005
1095.48/1077.51	c cleaning 32002 clauses out of 64021 with flag 0/551002
1190.20/1170.79	c cleaning 33000 clauses out of 66017 with flag 0/585000
1362.04/1341.08	c cleaning 33999 clauses out of 68018 with flag 0/620001
1525.61/1503.42	c cleaning 35002 clauses out of 70019 with flag 0/656001
1684.90/1661.19	c cleaning 36001 clauses out of 72017 with flag 0/693001
1867.16/1841.96	c cleaning 36997 clauses out of 74016 with flag 0/731001
2075.89/2049.36	c cleaning 37996 clauses out of 76019 with flag 0/770001
2255.50/2227.23	c cleaning 39004 clauses out of 78023 with flag 0/810001
2353.57/2323.92	c cleaning 40008 clauses out of 80018 with flag 0/851000
2445.30/2413.96	c cleaning 40993 clauses out of 82010 with flag 0/893000
2624.65/2591.04	c cleaning 41996 clauses out of 84018 with flag 0/936001
2749.23/2713.86	c cleaning 43002 clauses out of 86021 with flag 0/980000
2895.39/2857.94	c cleaning 44009 clauses out of 88019 with flag 0/1025000
3130.03/3090.93	c cleaning 44991 clauses out of 90012 with flag 0/1071002
3279.31/3238.55	c cleaning 46004 clauses out of 92020 with flag 0/1118001
3504.79/3462.50	c cleaning 46997 clauses out of 94016 with flag 0/1166001
3600.00/3556.61	c starts		: 51
3600.00/3556.61	c conflicts		: 1198711
3600.00/3556.61	c decisions		: 1464223
3600.00/3556.61	c propagations		: 50931438
3600.00/3556.61	c inspects		: 4729727014
3600.00/3556.61	c shortcuts		: 0
3600.00/3556.61	c learnt literals	: 0
3600.00/3556.61	c learnt binary clauses	: 204
3600.00/3556.61	c learnt ternary clauses	: 455
3600.00/3556.61	c learnt constraints	: 1198711
3600.00/3556.61	c ignored constraints	: 0
3600.00/3556.61	c root simplifications	: 0
3600.00/3556.61	c removed literals (reason simplification)	: 0
3600.00/3556.61	c reason swapping (by a shorter reason)	: 0
3600.00/3556.61	c Calls to reduceDB	: 44
3600.00/3556.61	c Number of update (reduction) of LBD	: 1146037
3600.00/3556.61	c Imported unit clauses	: 0
3600.00/3556.61	c timeout
3600.00/3556.61	c No decision after first conflict	: false
3600.00/3556.61	c number of reductions to clauses (during analyze)	: 0
3600.00/3556.61	c number of learned constraints concerned by reduction	: 0
3600.00/3556.61	c number of learning phase by resolution	: 0
3600.00/3556.61	c number of learning phase by cutting planes	: 0
3600.00/3556.61	c number of rounding to 1 operations	: 0
3600.00/3556.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3556.61	c number of reductions of the coefficients by power 2 	: 0
3600.00/3556.61	c number of right shift for reduction by power 2 	: 0
3600.00/3556.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3556.61	c number of ending skipping 	: 0
3600.00/3556.61	c number of internal skipping 	: 0
3600.00/3556.61	c number of derivation steps 	: 16195147
3600.00/3556.61	c number of skipped derivation steps 	: 0
3600.00/3556.61	c number of remaining unassigned 	: 166835
3600.00/3556.61	c number of remaining assigned 	: 319962751
3600.00/3556.61	c number of falsified literals weakened from reason	: 0
3600.00/3556.61	c number of falsified literals weakened from conflict	: 0
3600.00/3556.61	c time for arithmetic operations	: 6215075587
3600.00/3556.62	c minimum degree of deleted constraints	: 1
3600.00/3556.62	c maximum degree of deleted constraints	: 189194172100320127251514024
3600.00/3556.63	c number of deleted constraints	: 1118982
3600.00/3556.63	c speed (assignments/second)	: 14324.424859501976
3600.00/3556.63	c non guided choices	: 128625
3600.00/3556.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2299
3600.00/3556.68	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4266
3600.00/3556.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 204
3600.00/3556.68	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 72960
3600.00/3556.68	s UNKNOWN
3600.00/3556.68	c Total wall clock time (in seconds): 3556.508

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: 63968 MiB (60052 MiB free)
  memory of node 1: 64473 MiB (60741 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430100-1721164273/watcher-4430100-1721164273 -o /tmp/evaluation-result-4430100-1721164273/solver-4430100-1721164273 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721160679-869037 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430100-1721164273.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=871219, runsolver pid=871216
Current StackSize limit: 8192 KiB


[startup+0.105777 s]*
/proc/loadavg: 4.06 4.16 4.17 6/307 871237
/proc/meminfo: memFree=123651776/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=18975048 memory=62808 CPUtime=0.14 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 7193 0 0 0 12 2 0 0 20 0 18 0 168594014 19430449152 15702 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4743762 15702 5610 1 0 549317 0
[pid=871219/tid=871221] ppid=871216 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 5729 0 0 0 7 1 0 0 20 0 18 0 168594014 19430449152 15702 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168594016 19430449152 15702 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168594017 19430449152 15702 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62808 KiB

[startup+0.208881 s]*
/proc/loadavg: 4.06 4.16 4.17 7/307 871237
/proc/meminfo: memFree=123643476/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=18975048 memory=71592 CPUtime=0.31 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 7703 0 0 0 29 2 0 0 20 0 18 0 168594014 19430449152 17898 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4743762 17898 5786 1 0 549632 0
[pid=871219/tid=871221] ppid=871216 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 6020 0 0 0 16 2 0 0 20 0 18 0 168594014 19430449152 17898 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=18975048 memory=2643 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168594016 19430449152 17898 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168594017 19430449152 17898 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71592 KiB

[startup+0.313889 s]*
/proc/loadavg: 4.06 4.16 4.17 7/307 871237
/proc/meminfo: memFree=123600196/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=18975048 memory=114808 CPUtime=0.51 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 9230 0 0 0 47 4 0 0 20 0 18 0 168594014 19430449152 28702 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4743762 28702 5840 1 0 550694 0
[pid=871219/tid=871221] ppid=871216 vsize=18975048 memory=-8744979386951115452 CPUtime=0.26 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 6063 0 0 0 24 2 0 0 20 0 18 0 168594014 19430449152 28702 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168594016 19430449152 28702 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168594017 19430449152 28702 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 114808 KiB

[startup+0.700267 s]
/proc/loadavg: 4.06 4.16 4.17 7/308 871238
/proc/meminfo: memFree=123467356/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19042564 memory=761852 CPUtime=1.23 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 13063 0 0 0 106 17 0 0 20 0 19 0 168594014 19499585536 190463 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4760641 190463 5871 1 0 553286 0
[pid=871219/tid=871221] ppid=871216 vsize=19042564 memory=5544 CPUtime=0.6 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 6382 0 0 0 46 14 0 0 20 0 19 0 168594014 19499585536 190463 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19042564 memory=12504 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168594016 19499585536 190463 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19042564 memory=0 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 168594017 19499585536 190463 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19042564 KiB
Current children cumulated memory: 761852 KiB

[startup+1.50368 s]
/proc/loadavg: 4.06 4.16 4.17 5/304 871255
/proc/meminfo: memFree=122427640/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19108176 memory=1319516 CPUtime=2.77 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 20656 0 0 0 249 28 0 0 20 0 20 0 168594014 19566772224 329879 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4777044 329879 5908 1 0 556720 0
[pid=871219/tid=871221] ppid=871216 vsize=19108176 memory=12504 CPUtime=1.35 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 6770 0 0 0 111 24 0 0 20 0 20 0 168594014 19566772224 329879 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594016 19566772224 329879 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 168594017 19566772224 329879 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1319516 KiB

[startup+3.10888 s]
/proc/loadavg: 4.21 4.19 4.18 7/330 871290
/proc/meminfo: memFree=119780028/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19108176 memory=1777932 CPUtime=5.92 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 22521 0 0 0 554 38 0 0 20 0 20 0 168594014 19566772224 444483 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4777044 444483 5908 1 0 1026730 0
[pid=871219/tid=871221] ppid=871216 vsize=19108176 memory=0 CPUtime=2.92 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 7199 0 0 0 259 33 0 0 20 0 20 0 168594014 19566772224 444483 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19108176 memory=12504 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594016 19566772224 444483 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19108176 memory=1320172 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168594017 19566772224 444483 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871260] ppid=871216 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/871219/task/871260/stat : 871260 (Timer-0) S 871216 871219 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594120 19566772224 444483 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1777932 KiB

[startup+6.30029 s]
/proc/loadavg: 4.21 4.19 4.18 5/330 871292
/proc/meminfo: memFree=117513512/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19108176 memory=3175588 CPUtime=9.87 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 24151 0 0 0 922 65 0 0 20 0 20 0 168594014 19566772224 793897 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4777044 793897 5908 1 0 1027158 0
[pid=871219/tid=871221] ppid=871216 vsize=19108176 memory=0 CPUtime=6.07 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 8149 0 0 0 547 60 0 0 20 0 20 0 168594014 19566772224 793897 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594016 19566772224 793897 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168594017 19566772224 793897 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871260] ppid=871216 vsize=19108176 memory=1319912 CPUtime=0 cores=0,2
/proc/871219/task/871260/stat : 871260 (Timer-0) S 871216 871219 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594120 19566772224 793897 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 9.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3175588 KiB

[startup+12.7003 s]
/proc/loadavg: 4.18 4.18 4.18 5/330 871292
/proc/meminfo: memFree=117502104/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19108176 memory=3180032 CPUtime=16.77 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 26474 0 0 0 1611 66 0 0 20 0 20 0 168594014 19566772224 795008 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4777044 795008 5924 1 0 1027160 0
[pid=871219/tid=871221] ppid=871216 vsize=19108176 memory=0 CPUtime=12.39 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 8906 0 0 0 1179 60 0 0 20 0 20 0 168594014 19566772224 795008 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19108176 memory=1319912 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594016 19566772224 795008 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19108176 memory=3180028 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168594017 19566772224 795008 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871260] ppid=871216 vsize=19108176 memory=3180028 CPUtime=0 cores=0,2
/proc/871219/task/871260/stat : 871260 (Timer-0) S 871216 871219 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594120 19566772224 795008 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 16.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3180032 KiB

[startup+25.5003 s]
/proc/loadavg: 4.23 4.19 4.18 5/330 871293
/proc/meminfo: memFree=117486888/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19108176 memory=3180728 CPUtime=29.65 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 31532 0 0 0 2897 68 0 0 20 0 20 0 168594014 19566772224 795182 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4777044 795182 5939 1 0 1027160 0
[pid=871219/tid=871221] ppid=871216 vsize=19108176 memory=3180028 CPUtime=25.05 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 10419 0 0 0 2445 60 0 0 20 0 20 0 168594014 19566772224 795182 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19108176 memory=3180028 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594016 19566772224 795182 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19108176 memory=3180728 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168594017 19566772224 795182 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871260] ppid=871216 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/871219/task/871260/stat : 871260 (Timer-0) S 871216 871219 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594120 19566772224 795182 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 29.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3180728 KiB

[startup+51.106 s]
/proc/loadavg: 4.55 4.27 4.21 5/330 871298
/proc/meminfo: memFree=117457016/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19108176 memory=3180852 CPUtime=55.3 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 38128 0 0 0 5460 70 0 0 20 0 20 0 168594014 19566772224 795213 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4777044 795213 5955 1 0 1027160 0
[pid=871219/tid=871221] ppid=871216 vsize=19108176 memory=3180852 CPUtime=50.29 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 14367 0 0 0 4968 61 0 0 20 0 20 0 168594014 19566772224 795213 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19108176 memory=3180852 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594016 19566772224 795213 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168594017 19566772224 795213 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871260] ppid=871216 vsize=19108176 memory=5544 CPUtime=0 cores=0,2
/proc/871219/task/871260/stat : 871260 (Timer-0) S 871216 871219 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594120 19566772224 795213 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0

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

/proc/meminfo: memFree=112666928/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19108176 memory=4061084 CPUtime=3202.31 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 344863 0 0 0 319987 244 0 0 20 0 20 0 168594014 19566772224 1015271 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4777044 1015271 5980 1 0 1029431 0
[pid=871219/tid=871221] ppid=871216 vsize=19108176 memory=4061076 CPUtime=3091.96 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 170218 0 0 0 309110 86 0 0 20 0 20 0 168594014 19566772224 1015271 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 32 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594016 19566772224 1015271 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19108176 memory=4061076 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 3819 0 0 0 0 0 0 0 20 0 20 0 168594017 19566772224 1015271 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871260] ppid=871216 vsize=19108176 memory=4061084 CPUtime=0 cores=0,2
/proc/871219/task/871260/stat : 871260 (Timer-0) S 871216 871219 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594120 19566772224 1015271 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 3202.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4061084 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.15 4.17 5/333 873054
/proc/meminfo: memFree=112666608/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19108176 memory=4061092 CPUtime=3263.02 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 349273 0 0 0 326055 247 0 0 20 0 20 0 168594014 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4777044 1015273 5980 1 0 1029431 0
[pid=871219/tid=871221] ppid=871216 vsize=19108176 memory=4061076 CPUtime=3150.6 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 172474 0 0 0 314973 87 0 0 20 0 20 0 168594014 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 32 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594016 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19108176 memory=4061092 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 3911 0 0 0 0 0 0 0 20 0 20 0 168594017 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871260] ppid=871216 vsize=19108176 memory=41940 CPUtime=0 cores=0,2
/proc/871219/task/871260/stat : 871260 (Timer-0) S 871216 871219 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594120 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 3263.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4061092 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.14 4.16 5/330 873064
/proc/meminfo: memFree=112666084/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19108176 memory=4061092 CPUtime=3323.42 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 353316 0 0 0 332093 249 0 0 20 0 20 0 168594014 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4777044 1015273 5980 1 0 1029431 0
[pid=871219/tid=871221] ppid=871216 vsize=19108176 memory=11476 CPUtime=3209.57 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 175194 0 0 0 320870 87 0 0 20 0 20 0 168594014 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 32 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19108176 memory=4061092 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594016 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19108176 memory=4061092 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 3911 0 0 0 0 0 0 0 20 0 20 0 168594017 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871260] ppid=871216 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/871219/task/871260/stat : 871260 (Timer-0) S 871216 871219 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594120 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 3323.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4061092 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.14 4.16 5/333 873089
/proc/meminfo: memFree=112664680/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19108176 memory=4061092 CPUtime=3383.96 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 357558 0 0 0 338144 252 0 0 20 0 20 0 168594014 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4777044 1015273 5980 1 0 1029431 0
[pid=871219/tid=871221] ppid=871216 vsize=19108176 memory=5544 CPUtime=3268.56 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 177825 0 0 0 326769 87 0 0 20 0 20 0 168594014 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 32 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594016 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 4004 0 0 0 0 0 0 0 20 0 20 0 168594017 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871260] ppid=871216 vsize=19108176 memory=4061092 CPUtime=0 cores=0,2
/proc/871219/task/871260/stat : 871260 (Timer-0) S 871216 871219 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594120 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 3383.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4061092 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.16 4.17 5/334 873325
/proc/meminfo: memFree=112569648/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19108176 memory=4061092 CPUtime=3444.31 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 361704 0 0 0 344176 255 0 0 20 0 20 0 168594014 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4777044 1015273 5980 1 0 1029431 0
[pid=871219/tid=871221] ppid=871216 vsize=19108176 memory=4061092 CPUtime=3327.73 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 180409 0 0 0 332685 88 0 0 20 0 20 0 168594014 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 32 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594016 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19108176 memory=4061092 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 4097 0 0 0 0 0 0 0 20 0 20 0 168594017 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871260] ppid=871216 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/871219/task/871260/stat : 871260 (Timer-0) S 871216 871219 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594120 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 3444.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4061092 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/334 873335
/proc/meminfo: memFree=112391336/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19108176 memory=4061092 CPUtime=3504.59 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 363405 0 0 0 350202 257 0 0 20 0 20 0 168594014 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4777044 1015273 5980 1 0 1029431 0
[pid=871219/tid=871221] ppid=871216 vsize=19108176 memory=4061092 CPUtime=3386.8 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 181910 0 0 0 338592 88 0 0 20 0 20 0 168594014 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 33 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594016 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19108176 memory=5552 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 4190 0 0 0 0 0 0 0 20 0 20 0 168594017 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871260] ppid=871216 vsize=19108176 memory=4061092 CPUtime=0 cores=0,2
/proc/871219/task/871260/stat : 871260 (Timer-0) S 871216 871219 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594120 19566772224 1015273 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 3504.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4061092 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.15 4.17 5/338 873637
/proc/meminfo: memFree=112456928/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19108176 memory=4061144 CPUtime=3565.35 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 368652 0 0 0 356275 260 0 0 20 0 20 0 168594014 19566772224 1015286 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4777044 1015286 5980 1 0 1029444 0
[pid=871219/tid=871221] ppid=871216 vsize=19108176 memory=4061092 CPUtime=3444.73 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 184907 0 0 0 344384 89 0 0 20 0 20 0 168594014 19566772224 1015286 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 33 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19108176 memory=4061092 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594016 19566772224 1015286 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19108176 memory=-8744979386951115452 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 4265 0 0 0 0 0 0 0 20 0 20 0 168594017 19566772224 1015286 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871260] ppid=871216 vsize=19108176 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/871219/task/871260/stat : 871260 (Timer-0) S 871216 871219 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594120 19566772224 1015286 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 3565.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4061144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3556.6 s]
/proc/loadavg: 4.19 4.17 4.17 5/338 873644
/proc/meminfo: memFree=112457096/131524600 swapFree=131071996/131071996
[pid=871219] ppid=871216 vsize=19108176 memory=4061228 CPUtime=3600 cores=0,2
/proc/871219/stat : 871219 (java) S 871216 871219 869027 0 -1 1077936128 372107 0 0 0 359738 262 0 0 20 0 20 0 168594014 19566772224 1015307 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
/proc/871219/statm: 4777044 1015307 5980 1 0 1029444 0
[pid=871219/tid=871221] ppid=871216 vsize=19108176 memory=3966568 CPUtime=3478.09 cores=0,2
/proc/871219/task/871221/stat : 871221 (java) R 871216 871219 869027 0 -1 4194368 186903 0 0 0 347719 90 0 0 20 0 20 0 168594014 19566772224 1015307 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 33 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871230] ppid=871216 vsize=19108176 memory=-8744979386951115452 CPUtime=0 cores=0,2
/proc/871219/task/871230/stat : 871230 (Finalizer) S 871216 871219 869027 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168594016 19566772224 1015307 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871237] ppid=871216 vsize=19108176 memory=12504 CPUtime=0 cores=0,2
/proc/871219/task/871237/stat : 871237 (Common-Cleaner) S 871216 871219 869027 0 -1 1077936192 4270 0 0 0 0 0 0 0 20 0 20 0 168594017 19566772224 1015307 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
[pid=871219/tid=871260] ppid=871216 vsize=19108176 memory=5544 CPUtime=0 cores=0,2
/proc/871219/task/871260/stat : 871260 (Timer-0) S 871216 871219 869027 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168594120 19566772224 1015307 134679101440 93913341620224 93913341623920 140733845873136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93913341631736 93913341632528 93913356099584 140733845881845 140733845881953 140733845881953 140733845888968 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4061228 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.48 s, system=2.64281 s

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

Child status: 143

Real time (s): 3556.7
CPU time (s): 3600.13
CPU user time (s): 3597.48
CPU system time (s): 2.64281
CPU usage (%): 101.221
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4061228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.48
system time used= 2.64281
maximum resident set size= 4062568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375804
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147059
involuntary context switches= 32780


# summary of solver processes directly reported to runsolver:
#   pid: 871219
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3597.48
#   total CPU system time (s): 2.64281

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.77177 second user time and 18.2693 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-16 23:11:26
IDJOB=4430100
IDBENCH=158384
IDSOLVER=3052
FILE ID=nodeC027/4430100-1721164273
RUNJOBID= nodeC027-1721160679-869037
SLURM_JOB_ID= 7505775
Free space on /tmp= 889960 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep6.5.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430100-1721164273/watcher-4430100-1721164273 -o /tmp/evaluation-result-4430100-1721164273/solver-4430100-1721164273 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721160679-869037 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430100-1721164273.opb

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

MD5SUM BENCH= bb1eb546b1769ca27e4515a55d388d8e
RANDOM SEED=403816010

nodeC027.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123693872 kB
MemAvailable:   124614268 kB
Buffers:          422136 kB
Cached:          1334004 kB
SwapCached:            0 kB
Active:           759704 kB
Inactive:        6463476 kB
Active(anon):       1552 kB
Inactive(anon):  5503216 kB
Active(file):     758152 kB
Inactive(file):   960260 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             97664 kB
Writeback:             0 kB
AnonPages:       5465224 kB
Mapped:           125044 kB
Shmem:             37720 kB
KReclaimable:      83612 kB
Slab:             188556 kB
SReclaimable:      83612 kB
SUnreclaim:       104944 kB
KernelStack:        4672 kB
PageTables:        20540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9205260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62720 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5214208 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 889988 MiB
End job on nodeC027 at 2024-07-17 00:10:43