Trace number 4456159

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 642.898 634.294

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212272--soft-0-100-0.wbo
MD5SUMeaf96ee6198d5284013e332932f4fc98
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.97909
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1210
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.23/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.23/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.34	c See www.sat4j.org for details.
0.23/0.36	c version CUSTOM.v20240707
0.23/0.39	c java.runtime.name	OpenJDK Runtime Environment
0.23/0.39	c java.vm.name		OpenJDK 64-Bit Server VM
0.23/0.39	c java.vm.version	22.0.1+8-16
0.23/0.39	c java.vm.vendor	Oracle Corporation
0.23/0.39	c sun.arch.data.model	64
0.23/0.39	c java.version		22.0.1
0.23/0.39	c os.name		Linux
0.23/0.39	c os.version		4.18.0-301.1.el8.x86_64
0.23/0.39	c os.arch		amd64
0.23/0.40	c Free memory 		2113181440
0.23/0.40	c Max memory 		16282288128
0.23/0.40	c Total memory 		2122317824
0.23/0.41	c Number of processors 	2
0.52/0.59	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.52/0.59	 - never skip resolution steps
0.52/0.59	 - Auto-division on coefficients is disabled
0.52/0.59	 - No postprocessing
0.52/0.59	 - Conflict is considered as is when resolving
0.52/0.59	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.52/0.59	 - Weaken first using unassigned literals
0.52/0.59	 - Bump strategy: ALWAYS_ONE
0.52/0.59	 - Bumper: ASSIGNED
0.52/0.59	--- Begin Solver configuration ---
0.52/0.59	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.52/0.59	Learn all clauses as in MiniSAT
0.52/0.59	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.52/0.59	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.52/0.59	No reason simplification
0.52/0.59	Armin Biere (Picosat) restarts strategy
0.52/0.59	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.52/0.59	timeout=2147483s
0.52/0.59	DB Simplification allowed=false
0.52/0.59	Listener: none
0.52/0.59	--- End Solver configuration ---
0.52/0.60	c Pseudo Boolean Optimization by upper bound
0.52/0.60	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.52/0.60	c  - never skip resolution steps
0.52/0.60	c  - Auto-division on coefficients is disabled
0.52/0.60	c  - No postprocessing
0.52/0.60	c  - Conflict is considered as is when resolving
0.52/0.60	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.52/0.60	c  - Weaken first using unassigned literals
0.52/0.60	c  - Bump strategy: ALWAYS_ONE
0.52/0.60	c  - Bumper: ASSIGNED
0.52/0.60	c --- Begin Solver configuration ---
0.52/0.60	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.52/0.60	c Learn all clauses as in MiniSAT
0.52/0.60	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.52/0.60	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.52/0.60	c No reason simplification
0.52/0.60	c Armin Biere (Picosat) restarts strategy
0.52/0.60	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.52/0.60	c timeout=2147483s
0.52/0.60	c DB Simplification allowed=false
0.52/0.60	c Listener: none
0.52/0.60	c --- End Solver configuration ---
0.52/0.60	c solving HOME/instance-4456159-1721718431.wbo
0.52/0.60	c reading problem ... 
0.69/0.69	c ... done. Wall clock time 0.083s.
0.69/0.69	c declared #vars     169
0.69/0.69	c internal #vars     270
0.69/0.69	c #constraints  102
0.69/0.69	c constraints type 
0.69/0.69	c org.sat4j.specs.Constr$1 => 1
0.69/0.69	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 71
0.69/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.69/0.69	c 102 constraints processed.
0.86/0.72	c objective function length is 101 literals
1.26/0.98	c SATISFIABLE
1.26/0.98	c OPTIMIZING...
1.26/0.98	c Got one! Elapsed wall clock time (in seconds):0.38
1.26/0.98	o 3678
2.04/1.38	c Got one! Elapsed wall clock time (in seconds):0.774
2.04/1.38	o 3676
3.23/1.93	c Got one! Elapsed wall clock time (in seconds):1.331
3.23/1.93	o 3671
3.81/2.29	c Got one! Elapsed wall clock time (in seconds):1.701
3.81/2.29	o 3666
4.98/2.86	c Got one! Elapsed wall clock time (in seconds):2.266
4.98/2.86	o 3661
6.86/4.05	c Got one! Elapsed wall clock time (in seconds):3.46
6.86/4.05	o 3654
7.69/4.81	c Got one! Elapsed wall clock time (in seconds):4.21
7.69/4.81	o 3653
9.47/6.29	c Got one! Elapsed wall clock time (in seconds):5.701
9.47/6.29	o 3651
12.70/9.43	c Got one! Elapsed wall clock time (in seconds):8.837
12.70/9.43	o 3650
17.42/14.06	c Got one! Elapsed wall clock time (in seconds):13.465
17.42/14.06	o 3646
20.06/16.40	c Got one! Elapsed wall clock time (in seconds):15.812
20.06/16.40	o 3642
22.67/19.05	c Got one! Elapsed wall clock time (in seconds):18.457
22.67/19.05	o 3634
26.97/23.33	c Got one! Elapsed wall clock time (in seconds):22.735
26.97/23.33	o 3627
35.07/31.41	c Got one! Elapsed wall clock time (in seconds):30.811
35.07/31.41	o 3624
49.57/45.95	c Got one! Elapsed wall clock time (in seconds):45.354
49.57/45.95	o 3622
53.46/49.85	c Got one! Elapsed wall clock time (in seconds):49.256
53.46/49.85	o 3618
57.39/53.73	c Got one! Elapsed wall clock time (in seconds):53.143
57.39/53.73	o 3617
65.37/61.79	c Got one! Elapsed wall clock time (in seconds):61.201
65.37/61.79	o 3616
77.84/74.25	c Got one! Elapsed wall clock time (in seconds):73.662
77.84/74.25	o 3615
101.80/96.33	c Got one! Elapsed wall clock time (in seconds):95.741
101.80/96.33	o 3613
147.44/140.97	c Got one! Elapsed wall clock time (in seconds):140.373
147.44/140.97	o 3612
153.33/146.83	c Got one! Elapsed wall clock time (in seconds):146.233
153.33/146.83	o 3609
161.63/155.14	c Got one! Elapsed wall clock time (in seconds):154.553
161.63/155.15	o 3607
176.90/170.42	c Got one! Elapsed wall clock time (in seconds):169.825
176.90/170.42	o 3599
204.29/197.76	c Got one! Elapsed wall clock time (in seconds):197.164
204.29/197.76	o 3597
239.30/232.79	c Got one! Elapsed wall clock time (in seconds):232.195
239.30/232.79	o 3591
297.86/291.28	c Got one! Elapsed wall clock time (in seconds):290.683
297.86/291.28	o 3589
395.37/388.98	c Got one! Elapsed wall clock time (in seconds):388.387
395.37/388.98	o 3587
404.86/398.41	c Got one! Elapsed wall clock time (in seconds):397.82
404.86/398.41	o 3586
420.67/412.96	c Got one! Elapsed wall clock time (in seconds):412.371
420.67/412.96	o 3585
440.18/432.00	c Got one! Elapsed wall clock time (in seconds):431.413
440.18/432.00	o 3580
480.41/471.93	c Got one! Elapsed wall clock time (in seconds):471.337
480.41/471.93	o 3578
539.33/530.84	c Got one! Elapsed wall clock time (in seconds):530.248
539.33/530.84	o 3576
633.57/625.15	c Got one! Elapsed wall clock time (in seconds):624.551
633.57/625.15	o 3572
640.85/632.41	c Got one! Elapsed wall clock time (in seconds):631.815
640.85/632.41	o 5
642.79/634.26	c starts		: 69
642.79/634.26	c conflicts		: 10398
642.79/634.26	c decisions		: 43768
642.79/634.26	c propagations		: 305174
642.79/634.26	c inspects		: 161235926
642.79/634.26	c shortcuts		: 0
642.79/634.26	c learnt literals	: 0
642.79/634.26	c learnt binary clauses	: 0
642.79/634.26	c learnt ternary clauses	: 0
642.79/634.26	c learnt constraints	: 10398
642.79/634.26	c ignored constraints	: 0
642.79/634.26	c root simplifications	: 0
642.79/634.26	c removed literals (reason simplification)	: 0
642.79/634.26	c reason swapping (by a shorter reason)	: 0
642.79/634.26	c Calls to reduceDB	: 0
642.79/634.26	c Number of update (reduction) of LBD	: 0
642.79/634.26	c Imported unit clauses	: 0
642.79/634.26	c No decision after first conflict	: false
642.79/634.26	c number of reductions to clauses (during analyze)	: 0
642.79/634.26	c number of learned constraints concerned by reduction	: 0
642.79/634.26	c number of learning phase by resolution	: 0
642.79/634.26	c number of learning phase by cutting planes	: 0
642.79/634.26	c number of rounding to 1 operations	: 52498
642.79/634.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
642.79/634.26	c number of reductions of the coefficients by power 2 	: 0
642.79/634.26	c number of right shift for reduction by power 2 	: 0
642.79/634.26	c number of reductions of the coefficients by GCD over coefficients 	: 0
642.79/634.26	c number of ending skipping 	: 0
642.79/634.26	c number of internal skipping 	: 0
642.79/634.26	c number of derivation steps 	: 78634
642.79/634.26	c number of skipped derivation steps 	: 0
642.79/634.26	c number of remaining unassigned 	: 13793
642.79/634.26	c number of remaining assigned 	: 2365628
642.79/634.26	c number of falsified literals weakened from reason	: 0
642.79/634.26	c number of falsified literals weakened from conflict	: 0
642.79/634.26	c time for arithmetic operations	: 203024597
642.79/634.26	c minimum degree of deleted constraints	: null
642.79/634.26	c maximum degree of deleted constraints	: null
642.79/634.26	c number of deleted constraints	: 0
642.79/634.26	c speed (assignments/second)	: 481.7071438267727
642.79/634.26	c non guided choices	: 731
642.79/634.26	s OPTIMUM FOUND
642.79/634.26	c Found 35 solution(s)
642.79/634.26	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 
642.79/634.27	c objective function=5
642.79/634.27	c Total wall clock time (in seconds): 633.674

Verifier Data

OK	5

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: 64096 MiB (61673 MiB free)
  memory of node 1: 64473 MiB (62627 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456159-1721718431/watcher-4456159-1721718431 -o /tmp/evaluation-result-4456159-1721718431/solver-4456159-1721718431 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721718431-77608 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456159-1721718431.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=77669, runsolver pid=77654

[startup+0.100082 s]*
/proc/loadavg: 1.10 1.21 1.58 5/248 77680
/proc/meminfo: memFree=127233312/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=16995924 memory=31040 CPUtime=0.04 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 2306 0 89 0 1 3 0 0 20 0 5 0 7832946 17403826176 7760 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16784588 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4248981 7760 3842 1 0 540911 0
[pid=77669/tid=77676] ppid=77654 vsize=16995924 memory=4026561586 CPUtime=0.02 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 1784 0 54 0 1 1 0 0 20 0 5 0 7832951 17403826176 7826 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 3 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 16995924 KiB
Current children cumulated memory: 31040 KiB

[startup+0.216566 s]*
/proc/loadavg: 1.10 1.21 1.58 18/288 77720
/proc/meminfo: memFree=127130504/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=18927160 memory=49968 CPUtime=0.1 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 5875 0 111 0 5 5 0 0 20 0 17 0 7832946 19381411840 12492 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4731790 12492 4695 1 0 550156 0
[pid=77669/tid=77676] ppid=77654 vsize=18927160 memory=7885630755128410243 CPUtime=0.08 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) D 77654 77669 77597 0 -1 4194368 5190 0 74 0 4 4 0 0 20 0 17 0 7832951 19381411840 12492 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=18927160 memory=1652 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 17 0 7832968 19381411840 12492 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18927160 KiB
Current children cumulated memory: 49968 KiB

[startup+0.317386 s]*
/proc/loadavg: 1.10 1.21 1.58 12/312 77744
/proc/meminfo: memFree=127104036/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=18993908 memory=58244 CPUtime=0.23 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 6614 0 135 0 17 6 0 0 20 0 18 0 7832946 19449761792 14561 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4748477 14561 5674 1 0 550949 0
[pid=77669/tid=77676] ppid=77654 vsize=18993908 memory=-6000919489886315880 CPUtime=0.15 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 5509 0 85 0 11 4 0 0 20 0 18 0 7832951 19449761792 14561 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=18993908 memory=-4421386521933735008 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7832968 19449761792 14561 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 7832970 19449761792 14561 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 58244 KiB

[startup+0.701312 s]
/proc/loadavg: 1.10 1.21 1.58 14/312 77744
/proc/meminfo: memFree=127064456/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=18993908 memory=74044 CPUtime=0.86 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 7783 0 136 0 78 8 0 0 20 0 18 0 7832946 19449761792 18511 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4748477 18511 5959 1 0 551808 0
[pid=77669/tid=77676] ppid=77654 vsize=18993908 memory=12312 CPUtime=0.46 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) D 77654 77669 77597 0 -1 4194368 6063 0 86 0 41 5 0 0 20 0 18 0 7832951 19449761792 18511 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=18993908 memory=5668 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7832968 19449761792 18511 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 7832970 19449761792 18511 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 74044 KiB

[startup+1.50031 s]
/proc/loadavg: 1.10 1.21 1.58 16/316 77748
/proc/meminfo: memFree=126894884/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=19060472 memory=159884 CPUtime=2.43 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 15034 0 137 0 230 13 0 0 20 0 19 0 7832946 19517923328 39971 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4765118 39971 6107 1 0 554692 0
[pid=77669/tid=77676] ppid=77654 vsize=19060472 memory=0 CPUtime=1.17 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 6921 0 87 0 109 8 0 0 20 0 19 0 7832951 19517923328 39971 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=19060472 memory=5668 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 7832968 19517923328 39971 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=19060472 memory=104 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 7832970 19517923328 39971 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77746] ppid=77654 vsize=19060472 memory=15100579 CPUtime=0 cores=0,2
/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 7833020 19517923328 39971 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 159884 KiB

[startup+3.10531 s]
/proc/loadavg: 1.89 1.37 1.63 12/320 77752
/proc/meminfo: memFree=126564592/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=19127036 memory=208904 CPUtime=5.57 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 24703 0 137 0 542 15 0 0 20 0 20 0 7832946 19586084864 52226 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4781759 52226 6153 1 0 559826 0
[pid=77669/tid=77676] ppid=77654 vsize=19127036 memory=0 CPUtime=2.69 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 7334 0 87 0 261 8 0 0 20 0 20 0 7832951 19586084864 52292 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=19127036 memory=5668 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 52292 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=19127036 memory=279333130516928 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 52292 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77746] ppid=77654 vsize=19127036 memory=31252 CPUtime=0 cores=0,2
/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833020 19586084864 52292 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 208904 KiB

[startup+6.30831 s]
/proc/loadavg: 1.89 1.37 1.63 8/320 77754
/proc/meminfo: memFree=125357124/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=19127036 memory=627684 CPUtime=9.6 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 25288 0 137 0 935 25 0 0 20 0 20 0 7832946 19586084864 156921 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4781759 156921 6153 1 0 559930 0
[pid=77669/tid=77676] ppid=77654 vsize=19127036 memory=0 CPUtime=5.85 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 7686 0 87 0 568 17 0 0 20 0 20 0 7832951 19586084864 156921 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=19127036 memory=2244 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 156921 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=19127036 memory=11540 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 156921 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77746] ppid=77654 vsize=19127036 memory=5668 CPUtime=0 cores=0,2
/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833020 19586084864 156921 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 9.6 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 627684 KiB

[startup+12.7005 s]
/proc/loadavg: 2.37 1.49 1.66 8/320 77754
/proc/meminfo: memFree=124379976/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=19127036 memory=851224 CPUtime=16.05 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 29302 0 137 0 1574 31 0 0 20 0 20 0 7832946 19586084864 212806 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4781759 212806 6153 1 0 559930 0
[pid=77669/tid=77676] ppid=77654 vsize=19127036 memory=851220 CPUtime=12.14 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 9201 0 87 0 1193 21 0 0 20 0 20 0 7832951 19586084864 212806 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 212806 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=19127036 memory=31252 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 212806 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77746] ppid=77654 vsize=19127036 memory=11540 CPUtime=0 cores=0,2
/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833020 19586084864 212806 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 16.05 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 851224 KiB

[startup+25.5004 s]
/proc/loadavg: 2.84 1.62 1.70 9/320 77757
/proc/meminfo: memFree=122926136/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=19127036 memory=1081852 CPUtime=29.19 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 38042 0 137 0 2881 38 0 0 20 0 20 0 7832946 19586084864 270463 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4781759 270463 6153 1 0 559930 0
[pid=77669/tid=77676] ppid=77654 vsize=19127036 memory=1063388 CPUtime=24.75 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 11746 0 87 0 2449 26 0 0 20 0 20 0 7832951 19586084864 270463 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=19127036 memory=164 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 270463 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=19127036 memory=1063380 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 270463 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77746] ppid=77654 vsize=19127036 memory=637924 CPUtime=0 cores=0,2
/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833020 19586084864 270463 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 29.19 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1081852 KiB

[startup+51.1133 s]
/proc/loadavg: 3.39 1.85 1.78 8/320 77760
/proc/meminfo: memFree=121212428/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=19127036 memory=1354268 CPUtime=54.78 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 43770 0 137 0 5433 45 0 0 20 0 20 0 7832946 19586084864 338567 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4781759 338567 6153 1 0 559930 0
[pid=77669/tid=77676] ppid=77654 vsize=19127036 memory=1354256 CPUtime=50.04 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 14319 0 87 0 4974 30 0 0 20 0 20 0 7832951 19586084864 338567 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=19127036 memory=1352200 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 338567 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 338567 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77746] ppid=77654 vsize=19127036 memory=5668 CPUtime=0 cores=0,2
/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833020 19586084864 338567 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 54.78 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1354268 KiB

[startup+102.3 s]

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

/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833020 19586084864 374480 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 590.78 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1497920 KiB

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

# cumulated CPU time of all completed processes:  user=641.915 s, system=0.982216 s

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

[startup+588.8 s]
/proc/loadavg: 4.25 3.88 2.89 7/314 77923
/proc/meminfo: memFree=119792332/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=19127036 memory=1499980 CPUtime=597.26 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 103872 0 137 0 59633 93 0 0 20 0 20 0 7832946 19586084864 374995 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4781759 374995 6170 1 0 561629 0
[pid=77669/tid=77676] ppid=77654 vsize=19127036 memory=1487656 CPUtime=580.32 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 31907 0 87 0 57998 34 0 0 20 0 20 0 7832951 19586084864 374995 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=19127036 memory=1491760 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 374995 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=19127036 memory=4499830090695863964 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 473 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 374995 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77746] ppid=77654 vsize=19127036 memory=1495872 CPUtime=0 cores=0,2
/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833020 19586084864 374995 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 597.26 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1499980 KiB

[startup+614.4 s]
/proc/loadavg: 4.25 3.91 2.93 7/314 77927
/proc/meminfo: memFree=119668720/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=19127036 memory=1504076 CPUtime=622.84 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 104194 0 137 0 62189 95 0 0 20 0 20 0 7832946 19586084864 376019 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4781759 376019 6170 1 0 561635 0
[pid=77669/tid=77676] ppid=77654 vsize=19127036 memory=1450524 CPUtime=605.66 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 32097 0 87 0 60532 34 0 0 20 0 20 0 7832951 19586084864 376019 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=19127036 memory=11540 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 376019 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=19127036 memory=1489712 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 542 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 376019 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77746] ppid=77654 vsize=19127036 memory=18024 CPUtime=0 cores=0,2
/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833020 19586084864 376019 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 622.84 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1504076 KiB

[startup+627.2 s]
/proc/loadavg: 4.26 3.93 2.95 8/314 77998
/proc/meminfo: memFree=120652356/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=19127036 memory=1504100 CPUtime=635.66 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 105584 0 137 0 63471 95 0 0 20 0 20 0 7832946 19586084864 376025 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4781759 376025 6170 1 0 561659 0
[pid=77669/tid=77676] ppid=77654 vsize=19127036 memory=1504076 CPUtime=618.4 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 32878 0 87 0 61806 34 0 0 20 0 20 0 7832951 19586084864 376025 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=19127036 memory=1504076 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 376025 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=19127036 memory=18024 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 542 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 376025 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77746] ppid=77654 vsize=19127036 memory=2304 CPUtime=0 cores=0,2
/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833020 19586084864 376025 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 635.66 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1504100 KiB

[startup+630.4 s]
/proc/loadavg: 4.26 3.93 2.95 7/314 77998
/proc/meminfo: memFree=120477368/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=19127036 memory=1504100 CPUtime=638.86 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 105612 0 137 0 63790 96 0 0 20 0 20 0 7832946 19586084864 376025 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4781759 376025 6170 1 0 561659 0
[pid=77669/tid=77676] ppid=77654 vsize=19127036 memory=27472 CPUtime=621.59 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 32906 0 87 0 62125 34 0 0 20 0 20 0 7832951 19586084864 376025 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=19127036 memory=11540 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 376025 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=19127036 memory=31252 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 542 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 376025 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77746] ppid=77654 vsize=19127036 memory=12312 CPUtime=0 cores=0,2
/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833020 19586084864 376025 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 638.86 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1504100 KiB

[startup+632 s]*
/proc/loadavg: 4.24 3.93 2.95 7/314 77998
/proc/meminfo: memFree=120475344/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=19127036 memory=1506156 CPUtime=640.46 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 105628 0 137 0 63950 96 0 0 20 0 20 0 7832946 19586084864 376539 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4781759 376539 6170 1 0 561659 0
[pid=77669/tid=77676] ppid=77654 vsize=19127036 memory=2656 CPUtime=623.1 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 32906 0 87 0 62276 34 0 0 20 0 20 0 7832951 19586084864 376539 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=19127036 memory=4900 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 376539 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=19127036 memory=-6000919494147532136 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 542 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 376539 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77746] ppid=77654 vsize=19127036 memory=12312 CPUtime=0 cores=0,2
/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833020 19586084864 376539 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 640.46 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1506156 KiB

[startup+633.6 s]
/proc/loadavg: 4.24 3.93 2.95 8/314 77998
/proc/meminfo: memFree=120475304/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=19127036 memory=1506164 CPUtime=642.18 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 107201 0 137 0 64122 96 0 0 20 0 20 0 7832946 19586084864 376541 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4781759 376541 6170 1 0 561659 0
[pid=77669/tid=77676] ppid=77654 vsize=19127036 memory=31252 CPUtime=624.68 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 32933 0 87 0 62434 34 0 0 20 0 20 0 7832951 19586084864 376541 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=19127036 memory=11540 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 376541 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=19127036 memory=1504076 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 542 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 376541 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77746] ppid=77654 vsize=19127036 memory=18024 CPUtime=0 cores=0,2
/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833020 19586084864 376541 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 642.18 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1506164 KiB

[startup+634 s]*
/proc/loadavg: 4.24 3.93 2.95 7/314 77998
/proc/meminfo: memFree=120337768/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=19127036 memory=1506168 CPUtime=642.61 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 107207 0 137 0 64164 97 0 0 20 0 20 0 7832946 19586084864 376542 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4781759 376542 6170 1 0 561659 0
[pid=77669/tid=77676] ppid=77654 vsize=19127036 memory=2076172 CPUtime=625.09 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 32933 0 87 0 62475 34 0 0 20 0 20 0 7832951 19586084864 376542 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=19127036 memory=2589624 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 376542 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=19127036 memory=1504076 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 542 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 376542 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77746] ppid=77654 vsize=19127036 memory=-6000919494147532136 CPUtime=0 cores=0,2
/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833020 19586084864 376542 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 642.61 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1506168 KiB

[startup+634.2 s]
/proc/loadavg: 4.24 3.93 2.95 7/314 77998
/proc/meminfo: memFree=120337768/131655788 swapFree=131071996/131071996
[pid=77669] ppid=77654 vsize=19127036 memory=1506168 CPUtime=642.79 cores=0,2
/proc/77669/stat : 77669 (java) S 77654 77669 77597 0 -1 1077936128 107207 0 137 0 64182 97 0 0 20 0 20 0 7832946 19586084864 376542 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 0 0 16800975 0 0 0 17 2 0 0 2 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
/proc/77669/statm: 4781759 376542 6170 1 0 561659 0
[pid=77669/tid=77676] ppid=77654 vsize=19127036 memory=187976 CPUtime=625.28 cores=0,2
/proc/77669/task/77676/stat : 77676 (java) R 77654 77669 77597 0 -1 4194368 32933 0 87 0 62494 34 0 0 20 0 20 0 7832951 19586084864 376542 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77713] ppid=77654 vsize=19127036 memory=-6000919494147532136 CPUtime=0 cores=0,2
/proc/77669/task/77713/stat : 77713 (Finalizer) S 77654 77669 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 376542 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77739] ppid=77654 vsize=19127036 memory=2772 CPUtime=0 cores=0,2
/proc/77669/task/77739/stat : 77739 (Common-Cleaner) S 77654 77669 77597 0 -1 1077936192 542 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 376542 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
[pid=77669/tid=77746] ppid=77654 vsize=19127036 memory=2656 CPUtime=0 cores=0,2
/proc/77669/task/77746/stat : 77746 (Timer-0) S 77654 77669 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833020 19586084864 376542 134679101440 94587331182592 94587331186288 140732239471616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587331194104 94587331194896 94587338055680 140732239475699 140732239475812 140732239475812 140732239482824 0
Current children cumulated CPU time: 642.79 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1506168 KiB

Child status: 30

Real time (s): 634.294
CPU time (s): 642.898
CPU user time (s): 641.915
CPU system time (s): 0.982216
CPU usage (%): 101.356
Max. virtual memory (cumulated for all children) (KiB): 19131200
Max. memory (cumulated for all children) (KiB): 1506168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 641.915
system time used= 0.982216
maximum resident set size= 1507828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109215
page faults= 137
swaps= 0
block input operations= 20656
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22802
involuntary context switches= 5482


# summary of solver processes directly reported to runsolver:
#   pid: 77669
#   total CPU time (s): 642.898
#   total CPU user time (s): 641.915
#   total CPU system time (s): 0.982216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.37921 second user time and 7.17954 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-23 09:07:11
IDJOB=4456159
IDBENCH=143234
IDSOLVER=3035
FILE ID=nodeC011/4456159-1721718431
RUNJOBID= nodeC011-1721718431-77608
SLURM_JOB_ID= 7770416
Free space on /tmp= 723784 MiB

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

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

MD5SUM BENCH= eaf96ee6198d5284013e332932f4fc98
RANDOM SEED=1442873935

nodeC011.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.332
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	: 6984.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127286072 kB
MemAvailable:   130034976 kB
Buffers:          134216 kB
Cached:          3416004 kB
SwapCached:            0 kB
Active:           828880 kB
Inactive:        2996620 kB
Active(anon):       1352 kB
Inactive(anon):   303424 kB
Active(file):     827528 kB
Inactive(file):  2693196 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2728 kB
Writeback:             4 kB
AnonPages:        275308 kB
Mapped:            98180 kB
Shmem:             29504 kB
KReclaimable:     136756 kB
Slab:             229356 kB
SReclaimable:     136756 kB
SUnreclaim:        92600 kB
KernelStack:        3640 kB
PageTables:         9104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     591348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17536 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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:      254792 kB
DirectMap2M:    21669888 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC011 at 2024-07-23 09:17:45