Trace number 4424291

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 Partial RoundingSAT 2024 2024-07-12OPTIMUM 589.407 584.963

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222257--soft-33-100-0.wbo
MD5SUMfbadd88cc8883de0bbcabc353cdf916b
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.450676
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1262
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.24/0.42	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.24/0.42	c This is free software under the dual EPL/GNU LGPL licenses.
0.24/0.42	c See www.sat4j.org for details.
0.24/0.44	c version CUSTOM.v20240707
0.24/0.47	c java.runtime.name	OpenJDK Runtime Environment
0.24/0.47	c java.vm.name		OpenJDK 64-Bit Server VM
0.24/0.47	c java.vm.version	22.0.1+8-16
0.24/0.47	c java.vm.vendor	Oracle Corporation
0.24/0.47	c sun.arch.data.model	64
0.24/0.48	c java.version		22.0.1
0.24/0.48	c os.name		Linux
0.24/0.48	c os.version		4.18.0-301.1.el8.x86_64
0.24/0.48	c os.arch		amd64
0.24/0.48	c Free memory 		2115194816
0.24/0.48	c Max memory 		16282288128
0.24/0.48	c Total memory 		2122317824
0.24/0.49	c Number of processors 	2
0.54/0.66	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.54/0.66	 - never skip resolution steps
0.54/0.66	 - Auto-division on coefficients is disabled
0.54/0.66	 - No postprocessing
0.54/0.66	 - Conflict is considered as is when resolving
0.54/0.66	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.54/0.66	 - Weaken first using unassigned literals
0.54/0.66	 - Bump strategy: ALWAYS_ONE
0.54/0.66	 - Bumper: ASSIGNED
0.54/0.66	--- Begin Solver configuration ---
0.54/0.66	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.54/0.66	Learn all clauses as in MiniSAT
0.54/0.66	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.54/0.66	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.54/0.66	No reason simplification
0.54/0.66	Armin Biere (Picosat) restarts strategy
0.54/0.66	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.54/0.66	timeout=2147483s
0.54/0.66	DB Simplification allowed=false
0.54/0.66	Listener: none
0.54/0.66	--- End Solver configuration ---
0.54/0.67	c Pseudo Boolean Optimization by upper bound
0.54/0.67	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.54/0.67	c  - never skip resolution steps
0.54/0.67	c  - Auto-division on coefficients is disabled
0.54/0.67	c  - No postprocessing
0.54/0.67	c  - Conflict is considered as is when resolving
0.54/0.67	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.54/0.67	c  - Weaken first using unassigned literals
0.54/0.67	c  - Bump strategy: ALWAYS_ONE
0.54/0.67	c  - Bumper: ASSIGNED
0.54/0.67	c --- Begin Solver configuration ---
0.54/0.67	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.54/0.67	c Learn all clauses as in MiniSAT
0.54/0.67	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.54/0.67	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.54/0.67	c No reason simplification
0.54/0.67	c Armin Biere (Picosat) restarts strategy
0.54/0.67	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.54/0.67	c timeout=2147483s
0.54/0.67	c DB Simplification allowed=false
0.54/0.67	c Listener: none
0.54/0.67	c --- End Solver configuration ---
0.54/0.67	c solving HOME/instance-4424291-1720874152.wbo
0.54/0.67	c reading problem ... 
0.70/0.77	c ... done. Wall clock time 0.093s.
0.70/0.77	c declared #vars     169
0.70/0.77	c internal #vars     238
0.70/0.77	c #constraints  102
0.70/0.77	c constraints type 
0.70/0.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.70/0.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.70/0.77	c org.sat4j.specs.Constr$1 => 1
0.70/0.77	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 51
0.70/0.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.70/0.77	c 102 constraints processed.
0.90/0.80	c objective function length is 69 literals
1.31/1.05	c SATISFIABLE
1.31/1.05	c OPTIMIZING...
1.31/1.05	c Got one! Elapsed wall clock time (in seconds):0.385
1.31/1.05	o 2520
2.06/1.41	c Got one! Elapsed wall clock time (in seconds):0.732
2.06/1.41	o 2488
3.06/1.91	c Got one! Elapsed wall clock time (in seconds):1.241
3.06/1.91	o 2474
3.86/2.35	c Got one! Elapsed wall clock time (in seconds):1.679
3.86/2.35	o 2467
5.03/2.96	c Got one! Elapsed wall clock time (in seconds):2.298
5.03/2.96	o 2449
6.87/3.95	c Got one! Elapsed wall clock time (in seconds):3.29
6.87/3.95	o 2448
7.79/4.65	c Got one! Elapsed wall clock time (in seconds):3.988
7.79/4.65	o 2438
9.80/6.49	c Got one! Elapsed wall clock time (in seconds):5.824
9.80/6.49	o 2437
13.05/9.60	c Got one! Elapsed wall clock time (in seconds):8.937
13.05/9.60	o 2429
17.57/14.16	c Got one! Elapsed wall clock time (in seconds):13.498
17.57/14.16	o 2427
19.76/16.19	c Got one! Elapsed wall clock time (in seconds):15.532
19.76/16.19	o 2422
23.90/20.25	c Got one! Elapsed wall clock time (in seconds):19.582
23.90/20.25	o 2418
29.93/26.25	c Got one! Elapsed wall clock time (in seconds):25.582
29.93/26.25	o 2405
39.26/35.13	c Got one! Elapsed wall clock time (in seconds):34.466
39.26/35.13	o 2403
53.63/49.56	c Got one! Elapsed wall clock time (in seconds):48.9
53.63/49.56	o 2387
56.32/52.28	c Got one! Elapsed wall clock time (in seconds):51.62
56.32/52.28	o 2384
61.42/57.39	c Got one! Elapsed wall clock time (in seconds):56.722
61.42/57.39	o 2382
70.49/66.42	c Got one! Elapsed wall clock time (in seconds):65.757
70.49/66.42	o 2377
84.29/80.25	c Got one! Elapsed wall clock time (in seconds):79.59
84.29/80.25	o 2376
108.79/104.75	c Got one! Elapsed wall clock time (in seconds):104.087
108.79/104.75	o 2375
151.38/147.36	c Got one! Elapsed wall clock time (in seconds):146.7
151.38/147.36	o 2366
159.92/155.84	c Got one! Elapsed wall clock time (in seconds):155.176
159.92/155.84	o 2363
168.90/164.81	c Got one! Elapsed wall clock time (in seconds):164.145
168.90/164.81	o 2353
184.98/180.95	c Got one! Elapsed wall clock time (in seconds):180.283
184.98/180.95	o 2336
209.04/204.90	c Got one! Elapsed wall clock time (in seconds):204.239
209.04/204.90	o 2332
238.16/234.10	c Got one! Elapsed wall clock time (in seconds):233.432
238.16/234.10	o 2331
293.32/289.13	c Got one! Elapsed wall clock time (in seconds):288.471
293.32/289.13	o 2329
394.35/390.06	c Got one! Elapsed wall clock time (in seconds):389.395
394.35/390.06	o 2328
406.21/402.00	c Got one! Elapsed wall clock time (in seconds):401.332
406.21/402.00	o 2326
427.01/422.79	c Got one! Elapsed wall clock time (in seconds):422.122
427.01/422.79	o 2324
449.70/445.45	c Got one! Elapsed wall clock time (in seconds):444.788
449.70/445.45	o 2320
481.31/477.06	c Got one! Elapsed wall clock time (in seconds):476.393
481.31/477.06	o 2316
532.45/528.15	c Got one! Elapsed wall clock time (in seconds):527.488
532.45/528.15	o 2315
587.30/583.08	c Got one! Elapsed wall clock time (in seconds):582.413
587.30/583.08	o 8
589.32/584.94	c starts		: 67
589.32/584.94	c conflicts		: 10016
589.32/584.94	c decisions		: 45398
589.32/584.94	c propagations		: 314461
589.32/584.94	c inspects		: 147876674
589.32/584.94	c shortcuts		: 0
589.32/584.94	c learnt literals	: 0
589.32/584.94	c learnt binary clauses	: 0
589.32/584.94	c learnt ternary clauses	: 0
589.32/584.94	c learnt constraints	: 10016
589.32/584.94	c ignored constraints	: 0
589.32/584.94	c root simplifications	: 0
589.32/584.94	c removed literals (reason simplification)	: 0
589.32/584.94	c reason swapping (by a shorter reason)	: 0
589.32/584.94	c Calls to reduceDB	: 0
589.32/584.94	c Number of update (reduction) of LBD	: 10
589.32/584.94	c Imported unit clauses	: 0
589.32/584.94	c No decision after first conflict	: false
589.32/584.94	c number of reductions to clauses (during analyze)	: 0
589.32/584.94	c number of learned constraints concerned by reduction	: 0
589.32/584.94	c number of learning phase by resolution	: 0
589.32/584.94	c number of learning phase by cutting planes	: 0
589.32/584.94	c number of rounding to 1 operations	: 49370
589.32/584.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
589.32/584.94	c number of reductions of the coefficients by power 2 	: 0
589.32/584.94	c number of right shift for reduction by power 2 	: 0
589.32/584.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
589.32/584.94	c number of ending skipping 	: 0
589.32/584.94	c number of internal skipping 	: 0
589.32/584.94	c number of derivation steps 	: 74590
589.32/584.94	c number of skipped derivation steps 	: 0
589.32/584.94	c number of remaining unassigned 	: 14335
589.32/584.95	c number of remaining assigned 	: 1773903
589.32/584.95	c number of falsified literals weakened from reason	: 0
589.32/584.95	c number of falsified literals weakened from conflict	: 0
589.32/584.95	c time for arithmetic operations	: 178910786
589.32/584.95	c minimum degree of deleted constraints	: null
589.32/584.95	c maximum degree of deleted constraints	: null
589.32/584.95	c number of deleted constraints	: 0
589.32/584.95	c speed (assignments/second)	: 538.33617228894
589.32/584.95	c non guided choices	: 567
589.32/584.95	s OPTIMUM FOUND
589.32/584.95	c Found 34 solution(s)
589.32/584.95	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 
589.32/584.95	c objective function=8
589.32/584.95	c Total wall clock time (in seconds): 584.285

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424291-1720874152/watcher-4424291-1720874152 -o /tmp/evaluation-result-4424291-1720874152/solver-4424291-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1720874164-706101 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424291-1720874152.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=706156, runsolver pid=706151

[startup+0.100065 s]*
/proc/loadavg: 0.11 0.10 0.09 3/250 706171
/proc/meminfo: memFree=130014664/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=528268 memory=20436 CPUtime=0.01 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 1410 0 18 0 0 1 0 0 20 0 2 0 139573325 540946432 5109 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16784588 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 132067 5109 3036 1 0 4201 0
[pid=706156/tid=706164] ppid=706151 vsize=528268 memory=4026531971 CPUtime=0.01 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) D 706151 706156 706088 0 -1 4194368 846 0 18 0 0 1 0 0 20 0 2 0 139573327 540946432 5109 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 6 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 528268 KiB
Current children cumulated memory: 20436 KiB

[startup+0.214496 s]*
/proc/loadavg: 0.11 0.10 0.09 7/272 706193
/proc/meminfo: memFree=129955524/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=18175400 memory=36024 CPUtime=0.04 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 4231 0 35 0 1 3 0 0 20 0 7 0 139573325 18611609600 9006 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16784588 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4543850 9006 3673 1 0 544764 0
[pid=706156/tid=706164] ppid=706151 vsize=18175400 memory=8737651120394928259 CPUtime=0.03 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) D 706151 706156 706088 0 -1 4194368 3694 0 35 0 1 2 0 0 20 0 7 0 139573327 18611609600 9070 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 16 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 36024 KiB

[startup+0.315628 s]*
/proc/loadavg: 0.11 0.10 0.09 2/313 706234
/proc/meminfo: memFree=129900248/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=18975008 memory=53316 CPUtime=0.09 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 6037 0 58 0 5 4 0 0 20 0 18 0 139573325 19430408192 13329 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4743752 13329 4936 1 0 550464 0
[pid=706156/tid=706164] ppid=706151 vsize=18975008 memory=-9031803466373571260 CPUtime=0.08 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 5224 0 51 0 4 4 0 0 20 0 18 0 139573327 19430408192 13383 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=18975008 memory=7366882501727836484 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139573356 19430408192 13383 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=18975008 memory=0 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139573357 19430408192 13383 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975008 KiB
Current children cumulated memory: 53316 KiB

[startup+0.702497 s]
/proc/loadavg: 0.11 0.10 0.09 9/317 706238
/proc/meminfo: memFree=129851016/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=18975048 memory=68436 CPUtime=0.7 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 7658 0 60 0 63 7 0 0 20 0 18 0 139573325 19430449152 17109 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4743762 17109 5682 1 0 551735 0
[pid=706156/tid=706164] ppid=706151 vsize=18975048 memory=0 CPUtime=0.4 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 6034 0 52 0 35 5 0 0 20 0 18 0 139573327 19430449152 17109 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=18975048 memory=2692 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139573356 19430449152 17109 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139573357 19430449152 17109 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68436 KiB

[startup+1.50049 s]
/proc/loadavg: 1.14 0.32 0.16 11/321 706242
/proc/meminfo: memFree=129648948/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=19041612 memory=163996 CPUtime=2.26 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 20091 0 60 0 214 12 0 0 20 0 19 0 139573325 19498610688 40999 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4760403 40999 5806 1 0 557051 0
[pid=706156/tid=706164] ppid=706151 vsize=19041612 memory=0 CPUtime=1.12 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 6563 0 52 0 104 8 0 0 20 0 19 0 139573327 19498610688 40999 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 23 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139573356 19498610688 40999 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=19041612 memory=2692 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139573357 19498610688 40999 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706239] ppid=706151 vsize=19041612 memory=12440 CPUtime=0 cores=5,7
/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139573406 19498610688 40999 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 163996 KiB

[startup+3.10549 s]
/proc/loadavg: 1.14 0.32 0.16 9/324 706312
/proc/meminfo: memFree=129172892/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=19108176 memory=195236 CPUtime=5.43 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 26586 0 60 0 529 14 0 0 20 0 20 0 139573325 19566772224 48809 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4777044 48809 5830 1 0 559177 0
[pid=706156/tid=706164] ppid=706151 vsize=19108176 memory=0 CPUtime=2.66 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 7231 0 52 0 258 8 0 0 20 0 20 0 139573327 19566772224 48809 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 23 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=19108176 memory=71768 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 48809 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=19108176 memory=2692 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 48809 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706239] ppid=706151 vsize=19108176 memory=129 CPUtime=0 cores=5,7
/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 48809 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 195236 KiB

[startup+6.3005 s]
/proc/loadavg: 1.61 0.43 0.20 7/324 706446
/proc/meminfo: memFree=127878976/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=19108176 memory=556788 CPUtime=9.7 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 27135 0 60 0 947 23 0 0 20 0 20 0 139573325 19566772224 139197 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4777044 139197 5846 1 0 559180 0
[pid=706156/tid=706164] ppid=706151 vsize=19108176 memory=0 CPUtime=5.82 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 7610 0 52 0 565 17 0 0 20 0 20 0 139573327 19566772224 139197 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 23 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=19108176 memory=187552 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 139197 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=19108176 memory=36940 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 139197 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706239] ppid=706151 vsize=19108176 memory=12440 CPUtime=0 cores=5,7
/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 139197 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 9.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 556788 KiB

[startup+12.7004 s]
/proc/loadavg: 1.80 0.49 0.22 6/325 706449
/proc/meminfo: memFree=125587540/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=19108176 memory=630808 CPUtime=16.15 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 31332 0 60 0 1589 26 0 0 20 0 20 0 139573325 19566772224 157702 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4777044 157702 5846 1 0 559180 0
[pid=706156/tid=706164] ppid=706151 vsize=19108176 memory=36940 CPUtime=12.11 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 9191 0 52 0 1193 18 0 0 20 0 20 0 139573327 19566772224 157702 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=19108176 memory=630804 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 157702 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 157702 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706239] ppid=706151 vsize=19108176 memory=12440 CPUtime=0 cores=5,7
/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 157702 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 16.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 630808 KiB

[startup+25.5005 s]
/proc/loadavg: 2.30 0.64 0.27 6/325 706450
/proc/meminfo: memFree=123628932/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=19108176 memory=1341600 CPUtime=29.23 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 40385 0 60 0 2878 45 0 0 20 0 20 0 139573325 19566772224 335400 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4777044 335400 5846 1 0 559180 0
[pid=706156/tid=706164] ppid=706151 vsize=19108176 memory=1099888 CPUtime=24.72 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 11376 0 52 0 2439 33 0 0 20 0 20 0 139573327 19566772224 335400 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=19108176 memory=187552 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 335400 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=19108176 memory=784460 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 335400 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706239] ppid=706151 vsize=19108176 memory=6944652177228980320 CPUtime=0 cores=5,7
/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 335400 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 29.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1341600 KiB

[startup+51.1131 s]
/proc/loadavg: 3.02 0.97 0.39 6/325 706455
/proc/meminfo: memFree=122719348/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=19108176 memory=1354036 CPUtime=55.24 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 47323 0 60 0 5476 48 0 0 20 0 20 0 139573325 19566772224 338509 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4777044 338509 5847 1 0 559180 0
[pid=706156/tid=706164] ppid=706151 vsize=19108176 memory=1354028 CPUtime=49.99 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 14025 0 52 0 4965 34 0 0 20 0 20 0 139573327 19566772224 338509 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=19108176 memory=1354028 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 338509 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=19108176 memory=630772 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 338509 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706239] ppid=706151 vsize=19108176 memory=630808 CPUtime=0 cores=5,7
/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 338509 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 55.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1354036 KiB

[startup+102.301 s]
/proc/loadavg: 3.88 1.52 0.61 6/325 706463
/proc/meminfo: memFree=121942464/131655788 swapFree=131071996/131071996

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

/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 361712 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 406.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1446848 KiB

[startup+462.3 s]
/proc/loadavg: 4.21 3.42 1.78 6/323 706538
/proc/meminfo: memFree=121249824/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=19108176 memory=1459184 CPUtime=466.62 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 80615 0 60 0 46580 82 0 0 20 0 20 0 139573325 19566772224 364796 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4777044 364796 5863 1 0 559180 0
[pid=706156/tid=706164] ppid=706151 vsize=19108176 memory=1450944 CPUtime=456.04 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 28058 0 52 0 45565 39 0 0 20 0 20 0 139573327 19566772224 364796 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=19108176 memory=1448896 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 364796 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=19108176 memory=12440 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 407 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 364796 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706239] ppid=706151 vsize=19108176 memory=1459184 CPUtime=0 cores=5,7
/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 364796 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 466.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1459184 KiB

[startup+522.3 s]
/proc/loadavg: 4.22 3.56 1.93 6/323 706549
/proc/meminfo: memFree=121185580/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=19108176 memory=1467412 CPUtime=526.63 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 83547 0 60 0 52577 86 0 0 20 0 20 0 139573325 19566772224 366853 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4777044 366853 5863 1 0 559180 0
[pid=706156/tid=706164] ppid=706151 vsize=19108176 memory=12440 CPUtime=515.39 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 29124 0 52 0 51500 39 0 0 20 0 20 0 139573327 19566772224 366853 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 366853 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=19108176 memory=1370448 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 437 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 366853 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706239] ppid=706151 vsize=19108176 memory=1465364 CPUtime=0 cores=5,7
/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 366853 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 526.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1467412 KiB

[startup+582.3 s]
/proc/loadavg: 4.19 3.67 2.08 6/321 706561
/proc/meminfo: memFree=121141740/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=19108176 memory=1475616 CPUtime=586.59 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 85617 0 60 0 58568 91 0 0 20 0 20 0 139573325 19566772224 368904 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4777044 368904 5863 1 0 559180 0
[pid=706156/tid=706164] ppid=706151 vsize=19108176 memory=12440 CPUtime=574.86 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 30830 0 52 0 57446 40 0 0 20 0 20 0 139573327 19566772224 368904 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 368904 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=19108176 memory=1370448 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 476 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 368904 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706239] ppid=706151 vsize=19108176 memory=12440 CPUtime=0 cores=5,7
/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 368904 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 586.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1475616 KiB

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

# cumulated CPU time of all completed processes:  user=588.477 s, system=0.929609 s

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

[startup+582.401 s]
/proc/loadavg: 4.19 3.67 2.08 6/321 706561
/proc/meminfo: memFree=121141740/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=19108176 memory=1475616 CPUtime=586.69 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 85620 0 60 0 58578 91 0 0 20 0 20 0 139573325 19566772224 368904 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4777044 368904 5863 1 0 559180 0
[pid=706156/tid=706164] ppid=706151 vsize=19108176 memory=36940 CPUtime=574.96 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 30833 0 52 0 57456 40 0 0 20 0 20 0 139573327 19566772224 368904 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=19108176 memory=1473560 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 368904 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=19108176 memory=1475616 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 476 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 368904 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706239] ppid=706151 vsize=19108176 memory=551 CPUtime=0 cores=5,7
/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 368904 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 586.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1475616 KiB

[startup+584 s]*
/proc/loadavg: 4.19 3.67 2.08 6/321 706561
/proc/meminfo: memFree=121141776/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=19108176 memory=1475648 CPUtime=588.43 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 87813 0 60 0 58751 92 0 0 20 0 20 0 139573325 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4777044 368912 5863 1 0 559196 0
[pid=706156/tid=706164] ppid=706151 vsize=19108176 memory=-8888810879669674684 CPUtime=576.57 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 31555 0 52 0 57617 40 0 0 20 0 20 0 139573327 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=19108176 memory=-8693842161969053600 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=19108176 memory=104 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 476 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706239] ppid=706151 vsize=19108176 memory=41296 CPUtime=0 cores=5,7
/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 588.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1475648 KiB

[startup+584.4 s]
/proc/loadavg: 4.19 3.67 2.08 6/321 706561
/proc/meminfo: memFree=121141776/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=19108176 memory=1475648 CPUtime=588.82 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 87813 0 60 0 58790 92 0 0 20 0 20 0 139573325 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4777044 368912 5863 1 0 559196 0
[pid=706156/tid=706164] ppid=706151 vsize=19108176 memory=2716 CPUtime=576.96 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 31555 0 52 0 57656 40 0 0 20 0 20 0 139573327 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=19108176 memory=-9104142535388209852 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=19108176 memory=2216 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 476 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706239] ppid=706151 vsize=19108176 memory=5608 CPUtime=0 cores=5,7
/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 588.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1475648 KiB

[startup+584.8 s]
/proc/loadavg: 4.19 3.67 2.08 6/321 706561
/proc/meminfo: memFree=121141776/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=19108176 memory=1475648 CPUtime=589.22 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 87816 0 60 0 58830 92 0 0 20 0 20 0 139573325 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4777044 368912 5863 1 0 559196 0
[pid=706156/tid=706164] ppid=706151 vsize=19108176 memory=36940 CPUtime=577.36 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 31555 0 52 0 57696 40 0 0 20 0 20 0 139573327 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=19108176 memory=12676 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=19108176 memory=5576 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 476 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706239] ppid=706151 vsize=19108176 memory=2692 CPUtime=0 cores=5,7
/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 589.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1475648 KiB

[startup+584.9 s]
/proc/loadavg: 4.19 3.67 2.08 6/321 706561
/proc/meminfo: memFree=121141776/131655788 swapFree=131071996/131071996
[pid=706156] ppid=706151 vsize=19108176 memory=1475648 CPUtime=589.32 cores=5,7
/proc/706156/stat : 706156 (java) S 706151 706156 706088 0 -1 1077936128 87816 0 60 0 58840 92 0 0 20 0 20 0 139573325 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 1 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
/proc/706156/statm: 4777044 368912 5863 1 0 559196 0
[pid=706156/tid=706164] ppid=706151 vsize=19108176 memory=12440 CPUtime=577.46 cores=5,7
/proc/706156/task/706164/stat : 706164 (java) R 706151 706156 706088 0 -1 4194368 31555 0 52 0 57706 40 0 0 20 0 20 0 139573327 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706206] ppid=706151 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/706156/task/706206/stat : 706206 (Finalizer) S 706151 706156 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706237] ppid=706151 vsize=19108176 memory=1370448 CPUtime=0 cores=5,7
/proc/706156/task/706237/stat : 706237 (Common-Cleaner) S 706151 706156 706088 0 -1 1077936192 476 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
[pid=706156/tid=706239] ppid=706151 vsize=19108176 memory=1475616 CPUtime=0 cores=5,7
/proc/706156/task/706239/stat : 706239 (Timer-0) S 706151 706156 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 368912 134679101440 94743154376704 94743154380400 140734619116576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94743154388216 94743154389008 94743174959104 140734619124694 140734619124807 140734619124807 140734619131848 0
Current children cumulated CPU time: 589.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1475648 KiB

Child status: 30

Real time (s): 584.963
CPU time (s): 589.407
CPU user time (s): 588.477
CPU system time (s): 0.929609
CPU usage (%): 100.76
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1475648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 588.477
system time used= 0.929609
maximum resident set size= 1477040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90052
page faults= 60
swaps= 0
block input operations= 12280
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20674
involuntary context switches= 1614


# summary of solver processes directly reported to runsolver:
#   pid: 706156
#   total CPU time (s): 589.407
#   total CPU user time (s): 588.477
#   total CPU system time (s): 0.929609

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.7409 second user time and 6.96222 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-13 14:36:05
IDJOB=4424291
IDBENCH=143727
IDSOLVER=3035
FILE ID=nodeC002/4424291-1720874152
RUNJOBID= nodeC002-1720874164-706101
SLURM_JOB_ID= 7483750
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111222257--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424291-1720874152/watcher-4424291-1720874152 -o /tmp/evaluation-result-4424291-1720874152/solver-4424291-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1720874164-706101 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424291-1720874152.wbo

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

MD5SUM BENCH= fbadd88cc8883de0bbcabc353cdf916b
RANDOM SEED=450756964

nodeC002.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		: 1197.255
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.38
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		: 1197.163
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        130056992 kB
MemAvailable:   129950328 kB
Buffers:          320256 kB
Cached:           422672 kB
SwapCached:            0 kB
Active:           450368 kB
Inactive:         651752 kB
Active(anon):       2668 kB
Inactive(anon):   394220 kB
Active(file):     447700 kB
Inactive(file):   257532 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3048 kB
Writeback:             0 kB
AnonPages:        359300 kB
Mapped:           105040 kB
Shmem:             37704 kB
KReclaimable:      56268 kB
Slab:             145932 kB
SReclaimable:      56268 kB
SUnreclaim:        89664 kB
KernelStack:        3840 kB
PageTables:         9892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     705636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            47104 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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:      160584 kB
DirectMap2M:     7084032 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC002 at 2024-07-13 14:45:50