Trace number 4424362

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-12MSAT (TO) 3600.29 3570.01

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/coloring/
normalized-queen5-5-4_wcsp.wbo
MD5SUMcb6ea9648287f931b56a2a3b8dcad6ec
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark120.183
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables100
Total number of constraints665
Number of soft constraints640
Number of constraints which are clauses640
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 161
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 640
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4424362-1720875284.wbo
0.14/0.15	c reading problem ... 
0.14/0.20	c ... done. Wall clock time 0.047s.
0.14/0.20	c declared #vars     100
0.14/0.20	c internal #vars     740
0.14/0.20	c #constraints  691
0.14/0.20	c constraints type 
0.14/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 26
0.14/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 665
0.14/0.20	c 691 constraints processed.
0.33/0.22	c objective function length is 640 literals
1.29/0.74	c SATISFIABLE
1.29/0.74	c OPTIMIZING...
1.29/0.75	c Got one! Elapsed wall clock time (in seconds):0.593
1.29/0.75	o 47
1.48/0.88	c Got one! Elapsed wall clock time (in seconds):0.724
1.48/0.88	o 29
1.68/0.90	c Got one! Elapsed wall clock time (in seconds):0.739
1.68/0.90	o 27
1.68/0.90	c Got one! Elapsed wall clock time (in seconds):0.744
1.68/0.90	o 24
1.68/0.92	c Got one! Elapsed wall clock time (in seconds):0.759
1.68/0.92	o 23
1.68/0.92	c Got one! Elapsed wall clock time (in seconds):0.762
1.68/0.92	o 22
1.68/0.95	c Got one! Elapsed wall clock time (in seconds):0.796
1.68/0.95	o 21
1.68/0.96	c Got one! Elapsed wall clock time (in seconds):0.809
1.68/0.96	o 20
1.68/0.97	c Got one! Elapsed wall clock time (in seconds):0.812
1.68/0.97	o 19
7.12/3.85	c Got one! Elapsed wall clock time (in seconds):3.699
7.12/3.85	o 18
34.52/30.53	c cleaning 2708 clauses out of 5430 with flag 0/5430
87.94/83.53	c cleaning 4354 clauses out of 8722 with flag 0/11430
151.02/146.28	c cleaning 4869 clauses out of 11368 with flag 0/18430
232.89/227.49	c cleaning 5443 clauses out of 14500 with flag 0/26431
325.03/319.39	c cleaning 5825 clauses out of 18056 with flag 0/35430
442.74/435.91	c cleaning 6943 clauses out of 22231 with flag 0/45430
584.49/576.36	c cleaning 8242 clauses out of 26289 with flag 0/56431
759.62/750.34	c cleaning 8939 clauses out of 30046 with flag 0/68430
986.94/976.37	c cleaning 9579 clauses out of 34107 with flag 0/81430
1193.07/1181.18	c Got one! Elapsed wall clock time (in seconds):1181.03
1193.07/1181.18	o 17
1252.26/1239.93	c Got one! Elapsed wall clock time (in seconds):1239.78
1252.26/1239.93	o 16
1254.36/1242.05	c Got one! Elapsed wall clock time (in seconds):1241.895
1254.36/1242.05	o 15
1336.06/1323.11	c Got one! Elapsed wall clock time (in seconds):1322.959
1336.06/1323.11	o 14
1352.46/1339.41	c Got one! Elapsed wall clock time (in seconds):1339.262
1352.46/1339.41	o 13
1403.76/1390.85	c cleaning 13683 clauses out of 44527 with flag 0/101429
1495.37/1482.60	c cleaning 4497 clauses out of 36844 with flag 0/107429
1563.15/1550.23	c cleaning 5301 clauses out of 39348 with flag 0/114430
1636.22/1622.59	c cleaning 5722 clauses out of 42047 with flag 0/122430
1726.45/1712.30	c cleaning 6671 clauses out of 45325 with flag 0/131430
1894.12/1879.68	c cleaning 7791 clauses out of 48656 with flag 0/141432
2033.20/2017.80	c cleaning 7738 clauses out of 51865 with flag 0/152432
2218.36/2201.60	c cleaning 8870 clauses out of 56127 with flag 0/164432
2439.58/2421.50	c cleaning 9826 clauses out of 60255 with flag 0/177430
2626.41/2606.30	c cleaning 10685 clauses out of 64431 with flag 0/191432
2885.87/2863.13	c cleaning 11820 clauses out of 68743 with flag 0/206429
3137.85/3112.34	c cleaning 12533 clauses out of 72923 with flag 0/222429
3411.44/3382.88	c cleaning 12620 clauses out of 77391 with flag 0/239430
3600.08/3569.92	c starts		: 135
3600.08/3569.92	c conflicts		: 250024
3600.08/3569.92	c decisions		: 5595014
3600.08/3569.92	c propagations		: 30899360
3600.08/3569.92	c inspects		: 1212526374
3600.08/3569.92	c shortcuts		: 0
3600.08/3569.92	c learnt literals	: 0
3600.08/3569.92	c learnt binary clauses	: 0
3600.08/3569.92	c learnt ternary clauses	: 0
3600.08/3569.92	c learnt constraints	: 250024
3600.08/3569.92	c ignored constraints	: 0
3600.08/3569.92	c root simplifications	: 0
3600.08/3569.92	c removed literals (reason simplification)	: 0
3600.08/3569.92	c reason swapping (by a shorter reason)	: 0
3600.08/3569.92	c Calls to reduceDB	: 22
3600.08/3569.92	c Number of update (reduction) of LBD	: 165
3600.08/3569.92	c Imported unit clauses	: 0
3600.08/3569.92	c No decision after first conflict	: false
3600.08/3569.92	c number of reductions to clauses (during analyze)	: 0
3600.08/3569.92	c number of learned constraints concerned by reduction	: 0
3600.08/3569.92	c number of learning phase by resolution	: 0
3600.08/3569.92	c number of learning phase by cutting planes	: 0
3600.08/3569.92	c number of rounding to 1 operations	: 747948
3600.08/3569.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3569.92	c number of reductions of the coefficients by power 2 	: 0
3600.08/3569.92	c number of right shift for reduction by power 2 	: 0
3600.08/3569.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3569.92	c number of ending skipping 	: 0
3600.08/3569.92	c number of internal skipping 	: 0
3600.08/3569.93	c number of derivation steps 	: 1584840
3600.08/3569.93	c number of skipped derivation steps 	: 0
3600.08/3569.93	c number of remaining unassigned 	: 2744293
3600.08/3569.93	c number of remaining assigned 	: 60800430
3600.08/3569.93	c number of falsified literals weakened from reason	: 0
3600.08/3569.93	c number of falsified literals weakened from conflict	: 0
3600.08/3569.93	c time for arithmetic operations	: 5215192655
3600.08/3569.93	c minimum degree of deleted constraints	: 4
3600.08/3569.93	c maximum degree of deleted constraints	: 6500054406
3600.08/3569.93	c number of deleted constraints	: 174659
3600.08/3569.93	c speed (assignments/second)	: 8655.981210809163
3600.08/3569.93	c non guided choices	: 51
3600.08/3569.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 52516
3600.08/3569.99	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 209
3600.08/3569.99	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 22640
3600.08/3569.99	s SATISFIABLE
3600.08/3569.99	c Found 15 solution(s)
3600.08/3569.99	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 
3600.08/3569.99	c objective function=13
3600.08/3569.99	c Total wall clock time (in seconds): 3569.839

Verifier Data

OK	13

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (54999 MiB free)
  memory of node 1: 64473 MiB (59547 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=713577, runsolver pid=713574

[startup+0.101703 s]*
/proc/loadavg: 4.19 4.06 2.98 8/332 713595
/proc/meminfo: memFree=117254724/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=18975048 memory=63484 CPUtime=0.14 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 7231 0 0 0 12 2 0 0 20 0 18 0 139696527 19430449152 15871 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4743762 15871 5707 1 0 549356 0
[pid=713577/tid=713579] ppid=713574 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) D 713574 713577 712764 0 -1 1078198336 5779 0 0 0 7 1 0 0 20 0 18 0 139696527 19430449152 15871 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139696530 19430449152 15871 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=18975048 memory=13564899112540450 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139696530 19430449152 15871 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63484 KiB

[startup+0.206067 s]*
/proc/loadavg: 4.19 4.06 2.98 8/332 713595
/proc/meminfo: memFree=117246312/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=18975048 memory=71564 CPUtime=0.33 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 7775 0 0 0 30 3 0 0 20 0 18 0 139696527 19430449152 17891 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4743762 17891 5724 1 0 549688 0
[pid=713577/tid=713579] ppid=713574 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 1077936192 6060 0 0 0 16 2 0 0 20 0 18 0 139696527 19430449152 17891 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=18975048 memory=17016 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139696530 19430449152 17891 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=18975048 memory=14971170189477532 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139696530 19430449152 17891 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71564 KiB

[startup+0.306753 s]*
/proc/loadavg: 4.19 4.06 2.98 6/333 713596
/proc/meminfo: memFree=117236300/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19041612 memory=81552 CPUtime=0.53 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 8122 0 0 0 50 3 0 0 20 0 19 0 139696527 19498610688 20388 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4760403 20388 5862 1 0 550151 0
[pid=713577/tid=713579] ppid=713574 vsize=19041612 memory=-8887402418142618300 CPUtime=0.27 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 6192 0 0 0 25 2 0 0 20 0 19 0 139696527 19498610688 20388 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139696530 19498610688 20388 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139696530 19498610688 20388 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139696549 19498610688 20388 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 81552 KiB

[startup+0.700767 s]
/proc/loadavg: 4.19 4.06 2.98 6/333 713596
/proc/meminfo: memFree=117185076/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19041612 memory=153920 CPUtime=1.29 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 16265 0 0 0 124 5 0 0 20 0 19 0 139696527 19498610688 38480 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4760403 38480 5862 1 0 555887 0
[pid=713577/tid=713579] ppid=713574 vsize=19041612 memory=13116 CPUtime=0.65 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 6231 0 0 0 62 3 0 0 20 0 19 0 139696527 19498610688 38480 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=19041612 memory=13116 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139696530 19498610688 38480 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139696530 19498610688 38480 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19041612 memory=1900 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139696549 19498610688 38480 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 153920 KiB

[startup+1.50476 s]
/proc/loadavg: 4.19 4.06 2.98 7/334 713597
/proc/meminfo: memFree=117130400/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19108176 memory=187724 CPUtime=2.87 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 22619 0 0 0 281 6 0 0 20 0 20 0 139696527 19566772224 46931 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4777044 46931 5878 1 0 556595 0
[pid=713577/tid=713579] ppid=713574 vsize=19108176 memory=13116 CPUtime=1.41 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 6567 0 0 0 137 4 0 0 20 0 20 0 139696527 19566772224 46931 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 46931 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 46931 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139696549 19566772224 46931 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187724 KiB

[startup+3.10676 s]
/proc/loadavg: 4.19 4.06 2.98 6/334 713597
/proc/meminfo: memFree=116951776/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19108176 memory=398248 CPUtime=6.04 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 25299 0 0 0 593 11 0 0 20 0 20 0 139696527 19566772224 99562 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4777044 99562 5878 1 0 669390 0
[pid=713577/tid=713579] ppid=713574 vsize=19108176 memory=0 CPUtime=2.93 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 7110 0 0 0 285 8 0 0 20 0 20 0 139696527 19566772224 99562 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 99562 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19108176 memory=194088 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 99562 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19108176 memory=13116 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139696549 19566772224 99562 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 6.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 398248 KiB

[startup+6.30029 s]
/proc/loadavg: 4.17 4.06 2.99 5/334 713597
/proc/meminfo: memFree=116692284/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19108176 memory=624604 CPUtime=9.68 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 26026 0 0 0 952 16 0 0 20 0 20 0 139696527 19566772224 156151 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4777044 156151 5878 1 0 669402 0
[pid=713577/tid=713579] ppid=713574 vsize=19108176 memory=13116 CPUtime=6.04 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 7513 0 0 0 593 11 0 0 20 0 20 0 139696527 19566772224 156151 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 156151 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19108176 memory=6299246608486258516 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 156151 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19108176 memory=5464 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139696549 19566772224 156151 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 9.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 624604 KiB

[startup+12.7003 s]
/proc/loadavg: 4.16 4.06 2.99 5/334 713598
/proc/meminfo: memFree=116334960/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19108176 memory=1144944 CPUtime=16.1 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 28169 0 0 0 1583 27 0 0 20 0 20 0 139696527 19566772224 286236 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4777044 286236 5878 1 0 669403 0
[pid=713577/tid=713579] ppid=713574 vsize=19108176 memory=0 CPUtime=12.34 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 8901 0 0 0 1213 21 0 0 20 0 20 0 139696527 19566772224 286236 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=19108176 memory=878704 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 286236 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 286236 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19108176 memory=1912 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139696549 19566772224 286236 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 16.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1144944 KiB

[startup+25.5003 s]
/proc/loadavg: 4.27 4.09 3.02 5/336 713984
/proc/meminfo: memFree=115986544/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19108176 memory=1327516 CPUtime=29.2 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 33881 0 0 0 2889 31 0 0 20 0 20 0 139696527 19566772224 331879 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4777044 331879 5878 1 0 669407 0
[pid=713577/tid=713579] ppid=713574 vsize=19108176 memory=878704 CPUtime=24.9 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 10288 0 0 0 2468 22 0 0 20 0 20 0 139696527 19566772224 331879 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=19108176 memory=1912 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 331879 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19108176 memory=1294560 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 331879 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139696549 19566772224 331879 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 29.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1327516 KiB

[startup+51.1058 s]
/proc/loadavg: 4.17 4.08 3.05 5/334 713990
/proc/meminfo: memFree=115495348/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19108176 memory=1817768 CPUtime=55.34 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 42185 0 0 0 5491 43 0 0 20 0 20 0 139696527 19566772224 454442 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4777044 454442 5878 1 0 669499 0
[pid=713577/tid=713579] ppid=713574 vsize=19108176 memory=1747996 CPUtime=50.02 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 13185 0 0 0 4974 28 0 0 20 0 20 0 139696527 19566772224 454442 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0

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

/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658397 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19108176 memory=2633588 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 2768 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658397 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19108176 memory=2633588 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139696549 19566772224 658397 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 3188.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2633588 KiB

[startup+3222.3 s]
/proc/loadavg: 1.12 1.34 2.41 2/254 715483
/proc/meminfo: memFree=126918688/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19108176 memory=2633588 CPUtime=3249.23 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 280511 0 1 0 324730 193 0 0 20 0 20 0 139696527 19566772224 658397 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4777044 658397 5924 1 0 670033 0
[pid=713577/tid=713579] ppid=713574 vsize=19108176 memory=2633548 CPUtime=3169.04 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 99521 0 0 0 316862 42 0 0 20 0 20 0 139696527 19566772224 658397 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=19108176 memory=2633548 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658397 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19108176 memory=2633588 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 2768 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658397 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139696549 19566772224 658397 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 3249.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2633588 KiB

[startup+3282.3 s]
/proc/loadavg: 1.04 1.28 2.32 2/254 715493
/proc/meminfo: memFree=126918204/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19108176 memory=2633656 CPUtime=3310.33 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 289387 0 1 0 330838 195 0 0 20 0 20 0 139696527 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4777044 658414 5924 1 0 670075 0
[pid=713577/tid=713579] ppid=713574 vsize=19108176 memory=11376 CPUtime=3228.14 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 101121 0 0 0 322771 43 0 0 20 0 20 0 139696527 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=19108176 memory=2633656 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19108176 memory=13116 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 2813 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19108176 memory=2633656 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139696549 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 3310.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2633656 KiB

[startup+3342.3 s]
/proc/loadavg: 1.20 1.27 2.25 2/257 715509
/proc/meminfo: memFree=126917052/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19108176 memory=2633656 CPUtime=3370.81 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 292873 0 1 0 336883 198 0 0 20 0 20 0 139696527 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4777044 658414 5924 1 0 670075 0
[pid=713577/tid=713579] ppid=713574 vsize=19108176 memory=2633656 CPUtime=3287.22 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 102955 0 0 0 328679 43 0 0 20 0 20 0 139696527 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=19108176 memory=1900 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19108176 memory=2212 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 2911 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19108176 memory=2633656 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139696549 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 3370.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2633656 KiB

[startup+3402.3 s]
/proc/loadavg: 1.13 1.23 2.17 2/257 715524
/proc/meminfo: memFree=126916440/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19108176 memory=2633656 CPUtime=3431.14 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 294158 0 1 0 342914 200 0 0 20 0 20 0 139696527 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4777044 658414 5924 1 0 670076 0
[pid=713577/tid=713579] ppid=713574 vsize=19108176 memory=1900 CPUtime=3346.6 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 103910 0 0 0 334617 43 0 0 20 0 20 0 139696527 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=19108176 memory=2633588 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19108176 memory=2633656 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 2911 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19108176 memory=2633656 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139696549 19566772224 658414 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 3431.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2633656 KiB

[startup+3462.3 s]
/proc/loadavg: 1.09 1.20 2.10 2/257 715534
/proc/meminfo: memFree=126915656/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19108176 memory=2633664 CPUtime=3491.56 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 297535 0 1 0 348954 202 0 0 20 0 20 0 139696527 19566772224 658416 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4777044 658416 5924 1 0 670076 0
[pid=713577/tid=713579] ppid=713574 vsize=19108176 memory=1900 CPUtime=3405.9 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 105383 0 0 0 340547 43 0 0 20 0 20 0 139696527 19566772224 658416 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=19108176 memory=2633664 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658416 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19108176 memory=2633664 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 2998 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658416 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139696549 19566772224 658416 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 3491.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2633664 KiB

[startup+3522.3 s]
/proc/loadavg: 1.09 1.18 2.04 2/257 715546
/proc/meminfo: memFree=126914624/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19108176 memory=2633668 CPUtime=3552.3 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 305666 0 1 0 355024 206 0 0 20 0 20 0 139696527 19566772224 658417 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4777044 658417 5924 1 0 670076 0
[pid=713577/tid=713579] ppid=713574 vsize=19108176 memory=2633664 CPUtime=3465.35 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 106530 0 0 0 346492 43 0 0 20 0 20 0 139696527 19566772224 658417 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=19108176 memory=2633664 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658417 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19108176 memory=2633664 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 2998 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658417 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19108176 memory=26092 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139696549 19566772224 658417 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 3552.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2633668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3569.9 s]
/proc/loadavg: 1.11 1.17 1.99 2/257 715557
/proc/meminfo: memFree=126913968/131524600 swapFree=131071996/131071996
[pid=713577] ppid=713574 vsize=19108176 memory=2633668 CPUtime=3600.08 cores=1,3
/proc/713577/stat : 713577 (java) S 713574 713577 712764 0 -1 1077936128 308850 0 1 0 359801 207 0 0 20 0 20 0 139696527 19566772224 658417 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
/proc/713577/statm: 4777044 658417 5924 1 0 670076 0
[pid=713577/tid=713579] ppid=713574 vsize=19108176 memory=2633668 CPUtime=3512.47 cores=1,3
/proc/713577/task/713579/stat : 713579 (java) R 713574 713577 712764 0 -1 4194368 108125 0 0 0 351203 44 0 0 20 0 20 0 139696527 19566772224 658417 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713588] ppid=713574 vsize=19108176 memory=2633668 CPUtime=0 cores=1,3
/proc/713577/task/713588/stat : 713588 (Finalizer) S 713574 713577 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658417 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713595] ppid=713574 vsize=19108176 memory=2633668 CPUtime=0 cores=1,3
/proc/713577/task/713595/stat : 713595 (Common-Cleaner) S 713574 713577 712764 0 -1 1077936192 2998 0 0 0 0 0 0 0 20 0 20 0 139696530 19566772224 658417 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
[pid=713577/tid=713596] ppid=713574 vsize=19108176 memory=2633668 CPUtime=0 cores=1,3
/proc/713577/task/713596/stat : 713596 (Timer-0) S 713574 713577 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139696549 19566772224 658417 134679101440 94395758604288 94395758607984 140725153095920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94395758615800 94395758616592 94395764113408 140725153104854 140725153104967 140725153104967 140725153112008 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2633668 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.2 s, system=2.09203 s

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

[startup+3570.01 s]*
/proc/loadavg: 1.10 1.17 1.98 2/239 715560
/proc/meminfo: memFree=129454736/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3570.01
CPU time (s): 3600.29
CPU user time (s): 3598.2
CPU system time (s): 2.09203
CPU usage (%): 100.848
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2633668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.2
system time used= 2.09203
maximum resident set size= 2635152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312641
page faults= 1
swaps= 0
block input operations= 240
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131321
involuntary context switches= 15814


# summary of solver processes directly reported to runsolver:
#   pid: 713577
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3598.2
#   total CPU system time (s): 2.09203

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.23806 second user time and 18.0345 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-13 14:54:57
IDJOB=4424362
IDBENCH=144131
IDSOLVER=3035
FILE ID=nodeC030/4424362-1720875284
RUNJOBID= nodeC030-1720874164-712776
SLURM_JOB_ID= 7483771
Free space on /tmp= 890068 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/coloring/normalized-queen5-5-4_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424362-1720875284/watcher-4424362-1720875284 -o /tmp/evaluation-result-4424362-1720875284/solver-4424362-1720875284 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720874164-712776 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424362-1720875284.wbo

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

MD5SUM BENCH= cb6ea9648287f931b56a2a3b8dcad6ec
RANDOM SEED=642242431

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3658.662
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3653.028
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.809
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3642.659
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.911
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3661.566
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3658.829
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.834
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117297232 kB
MemAvailable:   117489456 kB
Buffers:          313956 kB
Cached:           722680 kB
SwapCached:            0 kB
Active:           482560 kB
Inactive:       13156248 kB
Active(anon):       1564 kB
Inactive(anon): 12638320 kB
Active(file):     480996 kB
Inactive(file):   517928 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               752 kB
Writeback:             0 kB
AnonPages:      12601784 kB
Mapped:           122016 kB
Shmem:             37720 kB
KReclaimable:      66244 kB
Slab:             164864 kB
SReclaimable:      66244 kB
SUnreclaim:        98620 kB
KernelStack:        5120 kB
PageTables:        34680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15243468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55744 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12396544 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:      201428 kB
DirectMap2M:     7960576 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890084 MiB
End job on nodeC030 at 2024-07-13 15:54:27