Trace number 4424784

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 Cutting Planes 2024 2024-07-12OPTIMUM 311.813 302.958

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221624--soft-0-100-0.wbo
MD5SUMd8bde1d9f75ba3ef092f7984f4cee006
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.424957
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version CUSTOM.v20240707
0.12/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.13	c java.vm.version	22.0.1+8-16
0.12/0.13	c java.vm.vendor	Oracle Corporation
0.12/0.13	c sun.arch.data.model	64
0.12/0.13	c java.version		22.0.1
0.12/0.13	c os.name		Linux
0.12/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.13	c os.arch		amd64
0.12/0.14	c Free memory 		2113181440
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2122317824
0.12/0.15	c Number of processors 	2
0.32/0.31	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.31	 - never skip resolution steps
0.32/0.31	 - Auto-division on coefficients is disabled
0.32/0.31	 - No postprocessing
0.32/0.31	 - Conflict is considered as is when resolving
0.32/0.31	 - Use constraints as they come during conflict analysis
0.32/0.31	 - Weaken first using unassigned literals
0.32/0.31	 - Bump strategy: ALWAYS_ONE
0.32/0.31	 - Bumper: EFFECTIVE
0.32/0.31	--- Begin Solver configuration ---
0.32/0.31	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.31	Learn all clauses as in MiniSAT
0.32/0.31	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.31	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.31	No reason simplification
0.32/0.31	Dynamic restart strategy considering the size of the coefficients
0.32/0.31	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.31	timeout=2147483s
0.32/0.31	DB Simplification allowed=false
0.32/0.31	Listener: none
0.32/0.31	--- End Solver configuration ---
0.32/0.31	c Pseudo Boolean Optimization by upper bound
0.32/0.31	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.31	c  - never skip resolution steps
0.32/0.31	c  - Auto-division on coefficients is disabled
0.32/0.31	c  - No postprocessing
0.32/0.31	c  - Conflict is considered as is when resolving
0.32/0.31	c  - Use constraints as they come during conflict analysis
0.32/0.31	c  - Weaken first using unassigned literals
0.32/0.31	c  - Bump strategy: ALWAYS_ONE
0.32/0.31	c  - Bumper: EFFECTIVE
0.32/0.31	c --- Begin Solver configuration ---
0.32/0.31	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.31	c Learn all clauses as in MiniSAT
0.32/0.31	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.31	c No reason simplification
0.32/0.31	c Dynamic restart strategy considering the size of the coefficients
0.32/0.31	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.31	c timeout=2147483s
0.32/0.31	c DB Simplification allowed=false
0.32/0.31	c Listener: none
0.32/0.31	c --- End Solver configuration ---
0.32/0.31	c solving HOME/instance-4424784-1720877831.wbo
0.32/0.31	c reading problem ... 
0.48/0.38	c ... done. Wall clock time 0.072s.
0.48/0.38	c declared #vars     169
0.48/0.38	c internal #vars     270
0.48/0.38	c #constraints  102
0.48/0.38	c constraints type 
0.48/0.38	c org.sat4j.specs.Constr$1 => 1
0.48/0.38	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 71
0.48/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.48/0.38	c 102 constraints processed.
0.48/0.40	c objective function length is 101 literals
1.01/0.64	c SATISFIABLE
1.01/0.64	c OPTIMIZING...
1.01/0.64	c Got one! Elapsed wall clock time (in seconds):0.344
1.01/0.64	o 3384
1.38/0.81	c Got one! Elapsed wall clock time (in seconds):0.518
1.38/0.81	o 2833
1.99/1.19	c Got one! Elapsed wall clock time (in seconds):0.893
1.99/1.20	o 2831
2.96/1.64	c Got one! Elapsed wall clock time (in seconds):1.337
2.96/1.64	o 2829
3.16/1.80	c Got one! Elapsed wall clock time (in seconds):1.506
3.16/1.80	o 2828
3.96/2.12	c Got one! Elapsed wall clock time (in seconds):1.828
3.96/2.12	o 2810
4.74/2.51	c Got one! Elapsed wall clock time (in seconds):2.207
4.74/2.51	o 2801
5.53/2.96	c Got one! Elapsed wall clock time (in seconds):2.658
5.53/2.96	o 2798
10.01/6.54	c Got one! Elapsed wall clock time (in seconds):6.245
10.01/6.54	o 2791
11.54/7.63	c Got one! Elapsed wall clock time (in seconds):7.33
11.54/7.63	o 2786
12.64/8.75	c Got one! Elapsed wall clock time (in seconds):8.457
12.64/8.75	o 2784
14.68/10.31	c Got one! Elapsed wall clock time (in seconds):10.013
14.68/10.31	o 2781
42.88/37.43	c Got one! Elapsed wall clock time (in seconds):37.138
42.88/37.43	o 2779
47.91/40.91	c Got one! Elapsed wall clock time (in seconds):40.613
47.91/40.91	o 2776
51.37/43.97	c Got one! Elapsed wall clock time (in seconds):43.679
51.37/43.97	o 2769
54.92/47.15	c Got one! Elapsed wall clock time (in seconds):46.852
54.92/47.15	o 2740
59.82/51.39	c Got one! Elapsed wall clock time (in seconds):51.093
59.82/51.39	o 2739
77.21/68.76	c Got one! Elapsed wall clock time (in seconds):68.468
77.21/68.76	o 2721
95.99/87.50	c Got one! Elapsed wall clock time (in seconds):87.202
95.99/87.50	o 3
310.89/302.17	c Got one! Elapsed wall clock time (in seconds):301.88
310.89/302.17	o 2
311.73/302.90	c starts		: 39
311.73/302.93	c conflicts		: 5828
311.73/302.93	c decisions		: 12790
311.73/302.93	c propagations		: 186142
311.73/302.93	c inspects		: 48106594
311.73/302.93	c shortcuts		: 0
311.73/302.93	c learnt literals	: 0
311.73/302.93	c learnt binary clauses	: 0
311.73/302.93	c learnt ternary clauses	: 0
311.73/302.93	c learnt constraints	: 5828
311.73/302.93	c ignored constraints	: 0
311.73/302.93	c root simplifications	: 0
311.73/302.93	c removed literals (reason simplification)	: 0
311.73/302.93	c reason swapping (by a shorter reason)	: 0
311.73/302.93	c Calls to reduceDB	: 0
311.73/302.93	c Number of update (reduction) of LBD	: 12746
311.73/302.93	c Imported unit clauses	: 0
311.73/302.93	c No decision after first conflict	: false
311.73/302.93	c number of reductions to clauses (during analyze)	: 0
311.73/302.93	c number of learned constraints concerned by reduction	: 0
311.73/302.93	c number of learning phase by resolution	: 0
311.73/302.93	c number of learning phase by cutting planes	: 0
311.73/302.93	c number of rounding to 1 operations	: 0
311.73/302.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
311.73/302.93	c number of reductions of the coefficients by power 2 	: 0
311.73/302.93	c number of right shift for reduction by power 2 	: 0
311.73/302.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
311.73/302.93	c number of ending skipping 	: 0
311.73/302.93	c number of internal skipping 	: 0
311.73/302.93	c number of derivation steps 	: 45292
311.73/302.93	c number of skipped derivation steps 	: 0
311.73/302.93	c number of remaining unassigned 	: 76405
311.73/302.93	c number of remaining assigned 	: 1821966
311.73/302.93	c number of falsified literals weakened from reason	: 0
311.73/302.93	c number of falsified literals weakened from conflict	: 0
311.73/302.93	c time for arithmetic operations	: 11403646905
311.73/302.93	c minimum degree of deleted constraints	: null
311.73/302.93	c maximum degree of deleted constraints	: null
311.73/302.93	c number of deleted constraints	: 0
311.73/302.93	c speed (assignments/second)	: 615.2986715059681
311.73/302.93	c non guided choices	: 620
311.73/302.93	s OPTIMUM FOUND
311.73/302.93	c Found 20 solution(s)
311.73/302.93	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 
311.73/302.93	c objective function=2
311.73/302.93	c Total wall clock time (in seconds): 302.638

Verifier Data

OK	2

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: 64059 MiB (61694 MiB free)
  memory of node 1: 64510 MiB (59359 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424784-1720877831/watcher-4424784-1720877831 -o /tmp/evaluation-result-4424784-1720877831/solver-4424784-1720877831 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720877760-700189 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424784-1720877831.wbo 

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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=703307, runsolver pid=703304

[startup+0.104243 s]*
/proc/loadavg: 4.77 4.52 4.27 8/316 703325
/proc/meminfo: memFree=123919168/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=18975048 memory=60900 CPUtime=0.12 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 6604 0 0 0 10 2 0 0 20 0 18 0 139941919 19430449152 15225 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4743762 15225 5680 1 0 551003 0
[pid=703307/tid=703309] ppid=703304 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 1077936192 5530 0 0 0 7 1 0 0 20 0 18 0 139941920 19430449152 15225 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139941923 19430449152 15225 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=18975048 memory=14412639824552292 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139941923 19430449152 15225 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60900 KiB

[startup+0.218964 s]*
/proc/loadavg: 4.77 4.52 4.27 8/316 703325
/proc/meminfo: memFree=123912352/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=18975048 memory=67400 CPUtime=0.32 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 7240 0 0 0 29 3 0 0 20 0 18 0 139941919 19430449152 16850 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4743762 16850 5689 1 0 551549 0
[pid=703307/tid=703309] ppid=703304 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 1077936192 5759 0 0 0 17 1 0 0 20 0 18 0 139941920 19430449152 16850 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=18975048 memory=19017 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139941923 19430449152 16850 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139941923 19430449152 16850 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67400 KiB

[startup+0.31182 s]*
/proc/loadavg: 4.77 4.52 4.27 9/316 703325
/proc/meminfo: memFree=123909240/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=18975048 memory=70352 CPUtime=0.48 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 7481 0 0 0 45 3 0 0 20 0 18 0 139941919 19430449152 17588 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4743762 17588 5694 1 0 551698 0
[pid=703307/tid=703309] ppid=703304 vsize=18975048 memory=-8889374942019625660 CPUtime=0.27 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 4194368 5928 0 0 0 25 2 0 0 20 0 18 0 139941920 19430449152 17588 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139941923 19430449152 17588 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139941923 19430449152 17588 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70352 KiB

[startup+0.705554 s]
/proc/loadavg: 4.77 4.52 4.27 7/317 703326
/proc/meminfo: memFree=123903212/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19041612 memory=96776 CPUtime=1.19 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 8735 0 0 0 114 5 0 0 20 0 19 0 139941919 19498610688 24194 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4760403 24194 5847 1 0 552604 0
[pid=703307/tid=703309] ppid=703304 vsize=19041612 memory=5468 CPUtime=0.61 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 1077936192 6082 0 0 0 58 3 0 0 20 0 19 0 139941920 19498610688 24194 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19041612 memory=12020 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139941923 19498610688 24194 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19041612 memory=164 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139941923 19498610688 24194 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703326] ppid=703304 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139941960 19498610688 24194 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96776 KiB

[startup+1.50547 s]
/proc/loadavg: 4.87 4.54 4.28 7/317 703326
/proc/meminfo: memFree=123841452/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19108176 memory=183592 CPUtime=2.77 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 20395 0 0 0 268 9 0 0 20 0 20 0 139941919 19566772224 45898 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4777044 45898 5863 1 0 557449 0
[pid=703307/tid=703309] ppid=703304 vsize=19108176 memory=12020 CPUtime=1.35 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 4194368 6642 0 0 0 131 4 0 0 20 0 20 0 139941920 19566772224 45898 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 45898 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 45898 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703326] ppid=703304 vsize=19108176 memory=280623499617552 CPUtime=0 cores=0,2
/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139941960 19566772224 45898 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183592 KiB

[startup+3.10581 s]
/proc/loadavg: 4.87 4.54 4.28 5/318 703327
/proc/meminfo: memFree=123799084/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19108176 memory=218368 CPUtime=5.81 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 24059 0 0 0 571 10 0 0 20 0 20 0 139941919 19566772224 54592 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4777044 54592 5911 1 0 557718 0
[pid=703307/tid=703309] ppid=703304 vsize=19108176 memory=0 CPUtime=2.9 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 4194368 7358 0 0 0 285 5 0 0 20 0 20 0 139941920 19566772224 54592 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 54592 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 54592 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703326] ppid=703304 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139941960 19566772224 54592 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 218368 KiB

[startup+6.30081 s]
/proc/loadavg: 4.80 4.54 4.27 6/318 703327
/proc/meminfo: memFree=123581032/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19108176 memory=411452 CPUtime=9.81 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 24661 0 0 0 966 15 0 0 20 0 20 0 139941919 19566772224 102863 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4777044 102863 5911 1 0 557720 0
[pid=703307/tid=703309] ppid=703304 vsize=19108176 memory=12020 CPUtime=6.03 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 4194368 7721 0 0 0 595 8 0 0 20 0 20 0 139941920 19566772224 102863 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 102863 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19108176 memory=183592 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 102863 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703326] ppid=703304 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139941960 19566772224 102863 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 9.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 411452 KiB

[startup+12.7003 s]
/proc/loadavg: 4.73 4.53 4.27 5/318 703329
/proc/meminfo: memFree=123061248/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19108176 memory=903372 CPUtime=17.19 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 33503 0 0 0 1690 29 0 0 20 0 20 0 139941919 19566772224 225843 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4777044 225843 5911 1 0 557720 0
[pid=703307/tid=703309] ppid=703304 vsize=19108176 memory=0 CPUtime=12.29 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 4194368 9779 0 0 0 1210 19 0 0 20 0 20 0 139941920 19566772224 225843 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19108176 memory=-8889374942019625660 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 225843 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19108176 memory=2268 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 225843 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703326] ppid=703304 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139941960 19566772224 225843 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 17.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 903372 KiB

[startup+25.5005 s]
/proc/loadavg: 4.69 4.53 4.27 5/318 703330
/proc/meminfo: memFree=122640292/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19108176 memory=1290608 CPUtime=30.37 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 38391 0 0 0 2998 39 0 0 20 0 20 0 139941919 19566772224 322652 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4777044 322652 5911 1 0 557720 0
[pid=703307/tid=703309] ppid=703304 vsize=19108176 memory=11508 CPUtime=24.79 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 4194368 11055 0 0 0 2453 26 0 0 20 0 20 0 139941920 19566772224 322652 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 322652 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19108176 memory=427836 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 322652 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703326] ppid=703304 vsize=19108176 memory=280623499564336 CPUtime=0 cores=0,2
/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139941960 19566772224 322652 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 30.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1290608 KiB

[startup+51.1092 s]
/proc/loadavg: 4.42 4.47 4.26 5/318 703335
/proc/meminfo: memFree=122450212/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19108176 memory=1401644 CPUtime=59.63 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 59885 0 0 0 5916 47 0 0 20 0 20 0 139941919 19566772224 350411 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4777044 350411 5910 1 0 563241 0
[pid=703307/tid=703309] ppid=703304 vsize=19108176 memory=1402520 CPUtime=49.97 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 4194368 14017 0 0 0 4969 28 0 0 20 0 20 0 139941920 19566772224 350411 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19108176 memory=35540 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 350411 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19108176 memory=280623500313984 CPUtime=0 cores=0,2

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

/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139941960 19566772224 393611 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 230.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1574444 KiB

[startup+282.3 s]
/proc/loadavg: 4.28 4.52 4.34 5/319 704381
/proc/meminfo: memFree=119316360/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19108176 memory=1611484 CPUtime=291.03 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 80015 0 0 0 29034 69 0 0 20 0 20 0 139941919 19566772224 402871 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4777044 402871 5910 1 0 563241 0
[pid=703307/tid=703309] ppid=703304 vsize=19108176 memory=1599116 CPUtime=277.28 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 4194368 21457 0 0 0 27699 29 0 0 20 0 20 0 139941920 19566772224 402871 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19108176 memory=1611484 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 402871 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19108176 memory=1611484 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 228 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 402871 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703326] ppid=703304 vsize=19108176 memory=35540 CPUtime=0 cores=0,2
/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139941960 19566772224 402871 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 291.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1611484 KiB

[startup+302.958 s]
# the end of solver process 703307 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=311.085 s, system=0.727422 s

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

[startup+294.4 s]
/proc/loadavg: 4.32 4.52 4.34 5/319 704383
/proc/meminfo: memFree=119214264/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19108176 memory=1619692 CPUtime=303.23 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 80938 0 0 0 30253 70 0 0 20 0 20 0 139941919 19566772224 404923 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4777044 404923 5910 1 0 563241 0
[pid=703307/tid=703309] ppid=703304 vsize=19108176 memory=4039 CPUtime=289.16 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 4194368 21572 0 0 0 28887 29 0 0 20 0 20 0 139941920 19566772224 404923 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19108176 memory=1611484 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 404923 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19108176 memory=1605304 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 228 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 404923 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703326] ppid=703304 vsize=19108176 memory=1611488 CPUtime=0 cores=0,2
/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139941960 19566772224 404923 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 303.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1619692 KiB

[startup+297.6 s]
/proc/loadavg: 4.29 4.51 4.34 5/319 704385
/proc/meminfo: memFree=119212168/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19108176 memory=1621740 CPUtime=306.4 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 81022 0 0 0 30570 70 0 0 20 0 20 0 139941919 19566772224 405435 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4777044 405435 5910 1 0 563241 0
[pid=703307/tid=703309] ppid=703304 vsize=19108176 memory=1619692 CPUtime=292.24 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 4194368 21640 0 0 0 29195 29 0 0 20 0 20 0 139941920 19566772224 405435 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19108176 memory=1621740 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 405435 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 228 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 405435 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703326] ppid=703304 vsize=19108176 memory=1615584 CPUtime=0 cores=0,2
/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139941960 19566772224 405435 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 306.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1621740 KiB

[startup+300.801 s]
/proc/loadavg: 4.29 4.51 4.34 5/319 704385
/proc/meminfo: memFree=119209908/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19108176 memory=1625836 CPUtime=309.6 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 81087 0 0 0 30889 71 0 0 20 0 20 0 139941919 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4777044 406459 5910 1 0 563241 0
[pid=703307/tid=703309] ppid=703304 vsize=19108176 memory=2580 CPUtime=295.33 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 4194368 21699 0 0 0 29504 29 0 0 20 0 20 0 139941920 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19108176 memory=1619692 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19108176 memory=35540 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 228 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703326] ppid=703304 vsize=19108176 memory=35540 CPUtime=0 cores=0,2
/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139941960 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 309.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1625836 KiB

[startup+301.601 s]
/proc/loadavg: 4.27 4.50 4.34 5/319 704385
/proc/meminfo: memFree=119205784/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19108176 memory=1625836 CPUtime=310.39 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 81141 0 0 0 30968 71 0 0 20 0 20 0 139941919 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4777044 406459 5910 1 0 563241 0
[pid=703307/tid=703309] ppid=703304 vsize=19108176 memory=1615596 CPUtime=296.12 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 4194368 21699 0 0 0 29583 29 0 0 20 0 20 0 139941920 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19108176 memory=35540 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 282 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703326] ppid=703304 vsize=19108176 memory=-8889374942019625660 CPUtime=0 cores=0,2
/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139941960 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 310.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1625836 KiB

[startup+302.401 s]
/proc/loadavg: 4.27 4.50 4.34 5/319 704385
/proc/meminfo: memFree=119205812/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19108176 memory=1625836 CPUtime=311.21 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 81573 0 0 0 31050 71 0 0 20 0 20 0 139941919 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4777044 406459 5910 1 0 563241 0
[pid=703307/tid=703309] ppid=703304 vsize=19108176 memory=30384 CPUtime=296.91 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 4194368 22099 0 0 0 29662 29 0 0 20 0 20 0 139941920 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19108176 memory=3664 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19108176 memory=-8889374942019625660 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 282 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703326] ppid=703304 vsize=19108176 memory=6944652177228980320 CPUtime=0 cores=0,2
/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139941960 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 311.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1625836 KiB

[startup+302.801 s]
/proc/loadavg: 4.27 4.50 4.34 5/319 704385
/proc/meminfo: memFree=119205812/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19108176 memory=1625836 CPUtime=311.63 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 81578 0 0 0 31092 71 0 0 20 0 20 0 139941919 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4777044 406459 5910 1 0 563241 0
[pid=703307/tid=703309] ppid=703304 vsize=19108176 memory=100 CPUtime=297.31 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) R 703304 703307 697934 0 -1 4194368 22099 0 0 0 29702 29 0 0 20 0 20 0 139941920 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19108176 memory=-8889374942019625660 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19108176 memory=35540 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 282 0 0 0 0 0 0 0 20 0 20 0 139941923 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703326] ppid=703304 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139941960 19566772224 406459 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 311.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1625836 KiB

[startup+302.9 s]
/proc/loadavg: 4.27 4.50 4.34 5/319 704385
/proc/meminfo: memFree=119205812/131655788 swapFree=131071996/131071996
[pid=703307] ppid=703304 vsize=19175768 memory=1626036 CPUtime=311.73 cores=0,2
/proc/703307/stat : 703307 (java) S 703304 703307 697934 0 -1 1077936128 82792 0 0 0 31102 71 0 0 20 0 22 0 139941919 19635986432 406509 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
/proc/703307/statm: 4793942 406509 5909 1 0 563814 0
[pid=703307/tid=703309] ppid=703304 vsize=19175768 memory=1599116 CPUtime=297.41 cores=0,2
/proc/703307/task/703309/stat : 703309 (java) S 703304 703307 697934 0 -1 1077936192 23223 0 0 0 29712 29 0 0 20 0 22 0 139941920 19635986432 406531 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703318] ppid=703304 vsize=19175768 memory=35540 CPUtime=0 cores=0,2
/proc/703307/task/703318/stat : 703318 (Finalizer) S 703304 703307 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 139941923 19635986432 406531 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703325] ppid=703304 vsize=19175768 memory=11508 CPUtime=0 cores=0,2
/proc/703307/task/703325/stat : 703325 (Common-Cleaner) S 703304 703307 697934 0 -1 1077936192 282 0 0 0 0 0 0 0 20 0 22 0 139941923 19635986432 406531 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
[pid=703307/tid=703326] ppid=703304 vsize=19175768 memory=11508 CPUtime=0 cores=0,2
/proc/703307/task/703326/stat : 703326 (Timer-0) S 703304 703307 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 22 0 139941960 19635986432 406531 134679101440 94835601281024 94835601284720 140728272304384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94835601292536 94835601293328 94835633999872 140728272307163 140728272307271 140728272307271 140728272314312 0
Current children cumulated CPU time: 311.73 s
Current children cumulated vsize: 19175768 KiB
Current children cumulated memory: 1626036 KiB

Child status: 30

Real time (s): 302.958
CPU time (s): 311.813
CPU user time (s): 311.085
CPU system time (s): 0.727422
CPU usage (%): 102.923
Max. virtual memory (cumulated for all children) (KiB): 19175768
Max. memory (cumulated for all children) (KiB): 1626036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 311.085
system time used= 0.727422
maximum resident set size= 1627400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83550
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12493
involuntary context switches= 3022


# summary of solver processes directly reported to runsolver:
#   pid: 703307
#   total CPU time (s): 311.813
#   total CPU user time (s): 311.085
#   total CPU system time (s): 0.727422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.48227 second user time and 3.22287 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-13 15:37:24
IDJOB=4424784
IDBENCH=143288
IDSOLVER=3036
FILE ID=nodeC006/4424784-1720877831
RUNJOBID= nodeC006-1720877760-700189
SLURM_JOB_ID= 7483754
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111221624--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424784-1720877831/watcher-4424784-1720877831 -o /tmp/evaluation-result-4424784-1720877831/solver-4424784-1720877831 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720877760-700189 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424784-1720877831.wbo

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

MD5SUM BENCH= d8bde1d9f75ba3ef092f7984f4cee006
RANDOM SEED=1663108811

nodeC006.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	: 0xb00001f
cpu MHz		: 3491.997
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 invpcid_single pti 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	: 6983.94
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		: 3632.131
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 invpcid_single pti 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	: 6983.26
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		: 1795.879
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 invpcid_single pti 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	: 6983.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.329
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 invpcid_single pti 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	: 6983.26
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		: 3615.100
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 invpcid_single pti 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	: 6983.94
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		: 3617.659
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 invpcid_single pti 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	: 6983.26
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.247
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 invpcid_single pti 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	: 6983.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123959624 kB
MemAvailable:   123840816 kB
Buffers:          320708 kB
Cached:           409748 kB
SwapCached:            0 kB
Active:           474068 kB
Inactive:        6714024 kB
Active(anon):       1460 kB
Inactive(anon):  6493884 kB
Active(file):     472608 kB
Inactive(file):   220140 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               844 kB
Writeback:            56 kB
AnonPages:       6457708 kB
Mapped:           121204 kB
Shmem:             37704 kB
KReclaimable:      56948 kB
Slab:             145856 kB
SReclaimable:      56948 kB
SUnreclaim:        88908 kB
KernelStack:        4832 kB
PageTables:        22428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9507400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45888 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6119424 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:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC006 at 2024-07-13 15:42:27