Trace number 4448135

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-12UNSAT 705.195 700.032

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x70split.cnf-plain.pb.metafix.opb
MD5SUMab4f361084eaa55350d5ce36089ad752
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark79.3495
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables701
Total number of constraints2802
Number of constraints which are clauses2802
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
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

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.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4448135-1721360768.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.33/0.24	c ... done. Wall clock time 0.083s.
0.33/0.24	c declared #vars     701
0.33/0.24	c #constraints  2802
0.33/0.24	c constraints type 
0.33/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.33/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2800
0.33/0.24	c 2802 constraints processed.
1.10/0.62	c cleaning 0 clauses out of 5000 with flag 0/5000
1.65/0.91	c cleaning 0 clauses out of 11000 with flag 0/11000
2.05/1.16	c cleaning 0 clauses out of 18001 with flag 0/18001
2.62/1.49	c cleaning 0 clauses out of 26000 with flag 0/26000
3.11/1.83	c cleaning 0 clauses out of 35001 with flag 0/35001
3.72/2.24	c cleaning 0 clauses out of 45001 with flag 0/45001
4.25/2.72	c cleaning 0 clauses out of 56001 with flag 0/56001
4.74/3.27	c cleaning 0 clauses out of 68000 with flag 0/68000
5.48/3.94	c cleaning 0 clauses out of 81001 with flag 0/81001
6.21/4.63	c cleaning 0 clauses out of 95000 with flag 0/95000
7.03/5.44	c cleaning 0 clauses out of 110000 with flag 0/110000
8.02/6.45	c cleaning 0 clauses out of 126003 with flag 0/126003
9.05/7.44	c cleaning 0 clauses out of 143001 with flag 0/143001
10.25/8.69	c cleaning 0 clauses out of 161001 with flag 0/161001
11.84/10.22	c cleaning 0 clauses out of 180003 with flag 0/180003
13.55/11.93	c cleaning 0 clauses out of 200001 with flag 0/200001
15.19/13.57	c cleaning 0 clauses out of 221000 with flag 0/221000
17.09/15.45	c cleaning 0 clauses out of 243001 with flag 0/243001
19.30/17.61	c cleaning 0 clauses out of 266000 with flag 0/266000
21.62/19.94	c cleaning 0 clauses out of 290000 with flag 0/290000
24.57/22.89	c cleaning 0 clauses out of 315001 with flag 0/315001
28.02/26.22	c cleaning 0 clauses out of 341000 with flag 0/341000
31.42/29.66	c cleaning 0 clauses out of 368001 with flag 0/368001
35.36/33.54	c cleaning 0 clauses out of 396000 with flag 0/396000
39.12/37.23	c cleaning 0 clauses out of 425001 with flag 0/425001
43.81/42.00	c cleaning 0 clauses out of 455001 with flag 0/455001
48.07/46.13	c cleaning 0 clauses out of 486002 with flag 0/486002
52.63/50.69	c cleaning 0 clauses out of 518000 with flag 0/518000
57.11/55.08	c cleaning 0 clauses out of 551002 with flag 0/551002
61.69/59.63	c cleaning 0 clauses out of 585001 with flag 0/585001
68.34/66.26	c cleaning 0 clauses out of 620001 with flag 0/620001
74.40/72.29	c cleaning 0 clauses out of 656000 with flag 0/656000
81.47/79.26	c cleaning 0 clauses out of 693000 with flag 0/693000
87.87/85.69	c cleaning 0 clauses out of 731001 with flag 0/731001
95.54/93.21	c cleaning 0 clauses out of 770000 with flag 0/770000
104.40/102.07	c cleaning 0 clauses out of 810002 with flag 0/810002
112.37/109.90	c cleaning 0 clauses out of 851000 with flag 0/851000
123.73/121.29	c cleaning 0 clauses out of 893002 with flag 0/893002
134.81/132.20	c cleaning 0 clauses out of 936000 with flag 0/936000
148.18/145.57	c cleaning 0 clauses out of 980000 with flag 0/980000
159.65/156.96	c cleaning 0 clauses out of 1025001 with flag 0/1025001
171.72/168.96	c cleaning 0 clauses out of 1071001 with flag 0/1071001
183.96/181.05	c cleaning 0 clauses out of 1118000 with flag 0/1118000
199.31/196.32	c cleaning 0 clauses out of 1166001 with flag 0/1166001
214.67/211.69	c cleaning 0 clauses out of 1215000 with flag 0/1215000
227.64/224.64	c cleaning 0 clauses out of 1265001 with flag 0/1265001
248.08/244.92	c cleaning 0 clauses out of 1316001 with flag 0/1316001
270.67/267.47	c cleaning 0 clauses out of 1368000 with flag 0/1368000
292.16/288.88	c cleaning 0 clauses out of 1421001 with flag 0/1421001
314.36/310.94	c cleaning 0 clauses out of 1475001 with flag 0/1475001
335.99/332.58	c cleaning 0 clauses out of 1530001 with flag 0/1530001
356.87/353.39	c cleaning 0 clauses out of 1586000 with flag 0/1586000
379.75/376.13	c cleaning 0 clauses out of 1643001 with flag 0/1643001
402.73/398.93	c cleaning 0 clauses out of 1701001 with flag 0/1701001
425.11/421.22	c cleaning 0 clauses out of 1760001 with flag 0/1760001
444.61/440.68	c cleaning 0 clauses out of 1820001 with flag 0/1820001
472.10/468.03	c cleaning 0 clauses out of 1881001 with flag 0/1881001
504.57/500.38	c cleaning 0 clauses out of 1943000 with flag 0/1943000
532.99/528.70	c cleaning 0 clauses out of 2006002 with flag 0/2006002
558.29/553.90	c cleaning 0 clauses out of 2070000 with flag 0/2070000
581.50/577.03	c cleaning 0 clauses out of 2135001 with flag 0/2135001
605.58/600.93	c cleaning 0 clauses out of 2201000 with flag 0/2201000
629.56/624.84	c cleaning 0 clauses out of 2268001 with flag 0/2268001
657.33/652.57	c cleaning 0 clauses out of 2336000 with flag 0/2336000
680.52/675.62	c cleaning 0 clauses out of 2405001 with flag 0/2405001
704.91/699.89	c starts		: 230
704.91/699.89	c conflicts		: 2463374
704.91/699.89	c decisions		: 3118588
704.91/699.89	c propagations		: 22023962
704.91/699.90	c inspects		: 7899036839
704.91/699.90	c shortcuts		: 0
704.91/699.90	c learnt literals	: 1
704.91/699.90	c learnt binary clauses	: 2
704.91/699.90	c learnt ternary clauses	: 6
704.91/699.90	c learnt constraints	: 2463372
704.91/699.90	c ignored constraints	: 0
704.91/699.90	c root simplifications	: 0
704.91/699.90	c removed literals (reason simplification)	: 0
704.91/699.90	c reason swapping (by a shorter reason)	: 0
704.91/699.90	c Calls to reduceDB	: 65
704.91/699.90	c Number of update (reduction) of LBD	: 0
704.91/699.90	c Imported unit clauses	: 0
704.91/699.90	c No decision after first conflict	: false
704.91/699.90	c number of reductions to clauses (during analyze)	: 0
704.91/699.90	c number of learned constraints concerned by reduction	: 0
704.91/699.90	c number of learning phase by resolution	: 0
704.91/699.90	c number of learning phase by cutting planes	: 0
704.91/699.90	c number of rounding to 1 operations	: 0
704.91/699.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
704.91/699.90	c number of reductions of the coefficients by power 2 	: 0
704.91/699.90	c number of right shift for reduction by power 2 	: 0
704.91/699.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
704.91/699.90	c number of ending skipping 	: 0
704.91/699.90	c number of internal skipping 	: 0
704.91/699.90	c number of derivation steps 	: 14387942
704.91/699.90	c number of skipped derivation steps 	: 0
704.91/699.90	c number of remaining unassigned 	: 0
704.91/699.90	c number of remaining assigned 	: 0
704.91/699.90	c number of falsified literals weakened from reason	: 0
704.91/699.90	c number of falsified literals weakened from conflict	: 0
704.91/699.90	c time for arithmetic operations	: 0
704.91/699.90	c minimum degree of deleted constraints	: null
704.91/699.90	c maximum degree of deleted constraints	: null
704.91/699.90	c number of deleted constraints	: 0
704.91/699.90	c speed (assignments/second)	: 31478.182197587965
705.03/699.91	c non guided choices	: 26500
705.16/700.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2463370
705.16/700.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
705.16/700.02	s UNSATISFIABLE
705.16/700.02	c Total wall clock time (in seconds): 699.863

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (47319 MiB free)
  memory of node 1: 64510 MiB (57178 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448135-1721360768/watcher-4448135-1721360768 -o /tmp/evaluation-result-4448135-1721360768/solver-4448135-1721360768 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008011 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448135-1721360768.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100167 s]*
/proc/loadavg: 4.45 4.36 4.40 6/331 1013079
/proc/meminfo: memFree=106962832/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=18975048 memory=62704 CPUtime=0.13 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 7221 0 0 0 12 1 0 0 20 0 18 0 188246499 19430449152 15676 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4743762 15676 5603 1 0 549322 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 5758 0 0 0 8 1 0 0 20 0 18 0 188246499 19430449152 15676 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188246502 19430449152 15676 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=18975048 memory=15817789847927870 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188246502 19430449152 15676 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62704 KiB

[startup+0.206686 s]*
/proc/loadavg: 4.45 4.36 4.40 7/331 1013079
/proc/meminfo: memFree=106936188/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=18975048 memory=78320 CPUtime=0.33 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 7743 0 0 0 31 2 0 0 20 0 18 0 188246499 19430449152 19580 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4743762 19580 5904 1 0 549781 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 6038 0 0 0 17 1 0 0 20 0 18 0 188246499 19430449152 19580 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=18975048 memory=17963 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188246502 19430449152 19580 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188246502 19430449152 19580 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78320 KiB

[startup+0.314685 s]*
/proc/loadavg: 4.45 4.36 4.40 7/332 1013080
/proc/meminfo: memFree=106901852/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19041612 memory=104512 CPUtime=0.54 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 8512 0 0 0 52 2 0 0 20 0 19 0 188246499 19498610688 26128 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4760403 26128 5904 1 0 550480 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19041612 memory=-7596830928979977831 CPUtime=0.28 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 6112 0 0 0 26 2 0 0 20 0 19 0 188246499 19498610688 26128 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188246502 19498610688 26128 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188246502 19498610688 26128 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013080] ppid=1013058 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188246523 19498610688 26128 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 104512 KiB

[startup+0.7037 s]
/proc/loadavg: 4.45 4.36 4.40 6/332 1013080
/proc/meminfo: memFree=106820648/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19108176 memory=177420 CPUtime=1.29 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 14372 0 0 0 124 5 0 0 20 0 20 0 188246499 19566772224 44355 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4777044 44355 5920 1 0 554490 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19108176 memory=12312 CPUtime=0.63 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 6189 0 0 0 60 3 0 0 20 0 20 0 188246499 19566772224 44355 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 44355 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 44355 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013080] ppid=1013058 vsize=19108176 memory=5568 CPUtime=0 cores=5,7
/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188246523 19566772224 44355 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177420 KiB

[startup+1.50249 s]
/proc/loadavg: 4.45 4.36 4.40 7/333 1013081
/proc/meminfo: memFree=106724740/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19108176 memory=405256 CPUtime=2.75 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 19997 0 0 0 265 10 0 0 20 0 20 0 188246499 19566772224 101314 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4777044 101314 5936 1 0 554943 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19108176 memory=12312 CPUtime=1.39 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) S 1013058 1013061 1007998 0 -1 1077936192 6729 0 0 0 131 8 0 0 20 0 20 0 188246499 19566772224 101314 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 101314 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 101314 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013080] ppid=1013058 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188246523 19566772224 101314 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 405256 KiB

[startup+3.10588 s]
/proc/loadavg: 4.49 4.37 4.40 5/333 1013081
/proc/meminfo: memFree=106369552/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19108176 memory=598048 CPUtime=4.65 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 22094 0 0 0 450 15 0 0 20 0 20 0 188246499 19566772224 149512 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4777044 149512 5936 1 0 554963 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19108176 memory=0 CPUtime=2.97 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 7247 0 0 0 285 12 0 0 20 0 20 0 188246499 19566772224 149512 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 149512 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19108176 memory=407340 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 149512 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013080] ppid=1013058 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188246523 19566772224 149512 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 4.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 598048 KiB

[startup+6.3003 s]
/proc/loadavg: 4.49 4.37 4.40 5/333 1013082
/proc/meminfo: memFree=106127820/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19108176 memory=781764 CPUtime=7.92 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 22476 0 0 0 772 20 0 0 20 0 20 0 188246499 19566772224 195441 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4777044 195441 5936 1 0 554963 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19108176 memory=12312 CPUtime=6.11 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 7523 0 0 0 595 16 0 0 20 0 20 0 188246499 19566772224 195441 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 195441 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19108176 memory=7665514015865006944 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 195441 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013080] ppid=1013058 vsize=19108176 memory=5492 CPUtime=0 cores=5,7
/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188246523 19566772224 195441 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 7.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 781764 KiB

[startup+12.7003 s]
/proc/loadavg: 4.42 4.36 4.40 5/333 1013082
/proc/meminfo: memFree=105500788/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19108176 memory=1403176 CPUtime=14.39 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 25321 0 0 0 1405 34 0 0 20 0 20 0 188246499 19566772224 350794 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4777044 350794 5939 1 0 661486 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19108176 memory=0 CPUtime=12.3 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 8763 0 0 0 1203 27 0 0 20 0 20 0 188246499 19566772224 350794 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19108176 memory=1366284 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 350794 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 350794 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013080] ppid=1013058 vsize=19108176 memory=15976 CPUtime=0 cores=5,7
/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188246523 19566772224 350794 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 14.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1403176 KiB

[startup+25.5003 s]
/proc/loadavg: 4.51 4.38 4.41 5/333 1013084
/proc/meminfo: memFree=105465724/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19108176 memory=1419592 CPUtime=27.27 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 27314 0 0 0 2691 36 0 0 20 0 20 0 188246499 19566772224 354898 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4777044 354898 5939 1 0 661488 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19108176 memory=1366284 CPUtime=24.86 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 10257 0 0 0 2459 27 0 0 20 0 20 0 188246499 19566772224 354898 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19108176 memory=15976 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 354898 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19108176 memory=1405248 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 354898 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013080] ppid=1013058 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188246523 19566772224 354898 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 27.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1419592 KiB

[startup+51.106 s]
/proc/loadavg: 4.39 4.36 4.40 5/333 1013088
/proc/meminfo: memFree=105138728/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19108176 memory=1716972 CPUtime=53.14 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 30909 0 0 0 5271 43 0 0 20 0 20 0 188246499 19566772224 429243 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4777044 429243 5955 1 0 661491 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19108176 memory=1700548 CPUtime=50 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 12049 0 0 0 4971 29 0 0 20 0 20 0 188246499 19566772224 429243 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0

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

/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188246523 19566772224 599827 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 647.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2399308 KiB

[startup+700.032 s]
# the end of solver process 1013061 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=704.291 s, system=0.903825 s

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

[startup+665.6 s]
/proc/loadavg: 4.42 4.42 4.39 5/334 1013989
/proc/meminfo: memFree=111147684/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19108176 memory=2413644 CPUtime=670.52 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 69970 0 0 0 66967 85 0 0 20 0 20 0 188246499 19566772224 603411 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4777044 603411 5955 1 0 661810 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19108176 memory=0 CPUtime=658.6 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 31997 0 0 0 65826 34 0 0 20 0 20 0 188246499 19566772224 603411 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 603411 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 576 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 603411 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013080] ppid=1013058 vsize=19108176 memory=47848 CPUtime=0 cores=5,7
/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188246523 19566772224 603411 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 670.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2413644 KiB

[startup+678.4 s]
/proc/loadavg: 4.48 4.44 4.40 5/334 1013994
/proc/meminfo: memFree=111046868/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19108176 memory=2432096 CPUtime=683.43 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 71749 0 0 0 68256 87 0 0 20 0 20 0 188246499 19566772224 608024 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4777044 608024 5955 1 0 661816 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19108176 memory=2399308 CPUtime=671.25 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 32470 0 0 0 67091 34 0 0 20 0 20 0 188246499 19566772224 608024 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19108176 memory=2413644 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 608024 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19108176 memory=2413644 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 576 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 608024 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013080] ppid=1013058 vsize=19108176 memory=2413644 CPUtime=0 cores=5,7
/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188246523 19566772224 608024 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 683.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2432096 KiB

[startup+691.2 s]
/proc/loadavg: 4.56 4.45 4.40 5/334 1013995
/proc/meminfo: memFree=110935668/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19108176 memory=2435004 CPUtime=696.32 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 77104 0 0 0 69544 88 0 0 20 0 20 0 188246499 19566772224 608751 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4777044 608751 5955 1 0 661818 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19108176 memory=37484 CPUtime=684.02 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 33964 0 0 0 68368 34 0 0 20 0 20 0 188246499 19566772224 608751 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19108176 memory=2380876 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 608751 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19108176 memory=2399308 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 576 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 608751 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013080] ppid=1013058 vsize=19108176 memory=15976 CPUtime=0 cores=5,7
/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188246523 19566772224 608751 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 696.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2435004 KiB

[startup+694.4 s]
/proc/loadavg: 4.52 4.45 4.40 5/334 1013996
/proc/meminfo: memFree=110935512/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19108176 memory=2435112 CPUtime=699.52 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 77428 0 0 0 69864 88 0 0 20 0 20 0 188246499 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4777044 608778 5955 1 0 661818 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19108176 memory=12312 CPUtime=687.21 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 34147 0 0 0 68687 34 0 0 20 0 20 0 188246499 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19108176 memory=47848 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 576 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013080] ppid=1013058 vsize=19108176 memory=15976 CPUtime=0 cores=5,7
/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188246523 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 699.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2435112 KiB

[startup+697.6 s]
/proc/loadavg: 4.48 4.44 4.40 5/334 1013998
/proc/meminfo: memFree=110923296/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19108176 memory=2435112 CPUtime=702.71 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 77450 0 0 0 70183 88 0 0 20 0 20 0 188246499 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4777044 608778 5955 1 0 661818 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19108176 memory=2435004 CPUtime=690.4 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 34168 0 0 0 69006 34 0 0 20 0 20 0 188246499 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19108176 memory=-7596830928979977831 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19108176 memory=47848 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 576 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013080] ppid=1013058 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188246523 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 702.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2435112 KiB

[startup+699.2 s]
/proc/loadavg: 4.48 4.44 4.40 6/334 1013998
/proc/meminfo: memFree=110923240/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19108176 memory=2435112 CPUtime=704.31 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 77780 0 0 0 70343 88 0 0 20 0 20 0 188246499 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4777044 608778 5955 1 0 661818 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19108176 memory=2435112 CPUtime=692 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 34344 0 0 0 69166 34 0 0 20 0 20 0 188246499 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19108176 memory=4481 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19108176 memory=47848 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 576 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013080] ppid=1013058 vsize=19108176 memory=2220 CPUtime=0 cores=5,7
/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188246523 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 704.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2435112 KiB

[startup+699.6 s]
/proc/loadavg: 4.48 4.44 4.40 6/334 1013998
/proc/meminfo: memFree=110923240/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19108176 memory=2435112 CPUtime=704.71 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 77780 0 0 0 70383 88 0 0 20 0 20 0 188246499 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4777044 608778 5955 1 0 661818 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19108176 memory=12312 CPUtime=692.4 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) R 1013058 1013061 1007998 0 -1 4194368 34344 0 0 0 69206 34 0 0 20 0 20 0 188246499 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19108176 memory=5492 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19108176 memory=-7596830928979977831 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 576 0 0 0 0 0 0 0 20 0 20 0 188246502 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013080] ppid=1013058 vsize=19108176 memory=4852 CPUtime=0 cores=5,7
/proc/1013061/task/1013080/stat : 1013080 (Timer-0) S 1013058 1013061 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188246523 19566772224 608778 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 704.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2435112 KiB

[startup+700 s]*
/proc/loadavg: 4.48 4.44 4.40 5/334 1014000
/proc/meminfo: memFree=110923176/131524600 swapFree=131071996/131071996
[pid=1013061] ppid=1013058 vsize=19241304 memory=2435544 CPUtime=705.16 cores=5,7
/proc/1013061/stat : 1013061 (java) S 1013058 1013061 1007998 0 -1 1077936128 79388 0 0 0 70427 89 0 0 20 0 20 0 188246499 19703095296 608886 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
/proc/1013061/statm: 4810326 608886 5954 1 0 662420 0
[pid=1013061/tid=1013063] ppid=1013058 vsize=19241304 memory=-7596830928980436574 CPUtime=692.69 cores=5,7
/proc/1013061/task/1013063/stat : 1013063 (java) S 1013058 1013061 1007998 0 -1 1077936192 35376 0 0 0 69235 34 0 0 20 0 20 0 188246499 19703095296 608886 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013072] ppid=1013058 vsize=19241304 memory=3427460 CPUtime=0 cores=5,7
/proc/1013061/task/1013072/stat : 1013072 (Finalizer) S 1013058 1013061 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188246502 19703095296 608886 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013079] ppid=1013058 vsize=19241304 memory=2680 CPUtime=0 cores=5,7
/proc/1013061/task/1013079/stat : 1013079 (Common-Cleaner) S 1013058 1013061 1007998 0 -1 1077936192 576 0 0 0 0 0 0 0 20 0 20 0 188246502 19703095296 608886 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
[pid=1013061/tid=1013999] ppid=1013058 vsize=19241304 memory=4768 CPUtime=0.11 cores=5,7
/proc/1013061/task/1013999/stat : 1013999 (Thread-0) R 1013058 1013061 1007998 0 -1 4194368 425 0 0 0 11 0 0 0 20 0 20 0 188316488 19703095296 608886 134679101440 94133663641600 94133663645296 140729823652800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94133663653112 94133663653904 94133672443904 140729823654894 140729823655007 140729823655007 140729823662024 0
Current children cumulated CPU time: 705.16 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2435544 KiB

Child status: 20

Real time (s): 700.032
CPU time (s): 705.195
CPU user time (s): 704.291
CPU system time (s): 0.903825
CPU usage (%): 100.738
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2435544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 704.291
system time used= 0.903825
maximum resident set size= 2436528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79714
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23896
involuntary context switches= 1005


# summary of solver processes directly reported to runsolver:
#   pid: 1013061
#   total CPU time (s): 705.195
#   total CPU user time (s): 704.291
#   total CPU system time (s): 0.903825

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.30509 second user time and 3.99475 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-19 05:46:20
IDJOB=4448135
IDBENCH=160366
IDSOLVER=3046
FILE ID=nodeC033/4448135-1721360768
RUNJOBID= nodeC033-1721353366-1008011
SLURM_JOB_ID= 7542766
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x70split.cnf-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448135-1721360768/watcher-4448135-1721360768 -o /tmp/evaluation-result-4448135-1721360768/solver-4448135-1721360768 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008011 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448135-1721360768.opb

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

MD5SUM BENCH= ab4f361084eaa55350d5ce36089ad752
RANDOM SEED=1965364321

nodeC033.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		: 3599.743
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.50
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		: 3682.152
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
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.743
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.50
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		: 3659.041
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
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.743
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.50
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		: 3636.645
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
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		: 3599.905
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.50
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		: 3631.858
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        107006812 kB
MemAvailable:   112871716 kB
Buffers:          555880 kB
Cached:          6079892 kB
SwapCached:            0 kB
Active:          1001640 kB
Inactive:       22708700 kB
Active(anon):       1556 kB
Inactive(anon): 17118896 kB
Active(file):    1000084 kB
Inactive(file):  5589804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1136 kB
Writeback:             0 kB
AnonPages:      17071868 kB
Mapped:           126948 kB
Shmem:             45908 kB
KReclaimable:     229324 kB
Slab:             357476 kB
SReclaimable:     229324 kB
SUnreclaim:       128152 kB
KernelStack:        5056 kB
PageTables:        43460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   17978272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69408 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16607232 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:      273108 kB
DirectMap2M:    28860416 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC033 at 2024-07-19 05:58:00