Trace number 4447955

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 3182.82 2997.99

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x80split.cnf-extracted.pb.metafix.opb
MD5SUM1a042d5fcb76a110c048c575a59fde0e
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 benchmark23.1617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables801
Total number of constraints1118
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)1116
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 6
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.08	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.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4447955-1721360067.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.34/0.23	c ... done. Wall clock time 0.073s.
0.34/0.23	c declared #vars     801
0.34/0.23	c #constraints  1118
0.34/0.23	c constraints type 
0.34/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.34/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1116
0.34/0.23	c 1118 constraints processed.
1.63/0.91	c cleaning 1486 clauses out of 5000 with flag 0/5000
2.83/1.56	c cleaning 1642 clauses out of 9514 with flag 0/11000
4.03/2.14	c cleaning 1635 clauses out of 14872 with flag 0/18000
5.61/2.94	c cleaning 1749 clauses out of 21238 with flag 0/26001
7.02/3.88	c cleaning 2282 clauses out of 28488 with flag 0/35000
8.25/5.10	c cleaning 3061 clauses out of 36206 with flag 0/45000
9.55/6.33	c cleaning 2592 clauses out of 44145 with flag 0/56000
10.96/7.74	c cleaning 2198 clauses out of 53553 with flag 0/68000
12.87/9.66	c cleaning 3109 clauses out of 64355 with flag 0/81000
15.30/12.01	c cleaning 2962 clauses out of 75247 with flag 0/95001
17.81/14.59	c cleaning 2703 clauses out of 87284 with flag 0/110000
20.39/17.16	c cleaning 2872 clauses out of 100581 with flag 0/126000
23.59/20.30	c cleaning 2404 clauses out of 114710 with flag 0/143001
28.13/24.89	c cleaning 5342 clauses out of 130305 with flag 0/161000
35.59/32.29	c cleaning 4185 clauses out of 143963 with flag 0/180000
42.65/39.26	c cleaning 4794 clauses out of 159778 with flag 0/200000
50.78/47.36	c cleaning 5160 clauses out of 175984 with flag 0/221000
59.22/55.76	c cleaning 3855 clauses out of 192824 with flag 0/243000
69.50/65.94	c cleaning 4905 clauses out of 211969 with flag 0/266000
83.13/79.45	c cleaning 5517 clauses out of 231064 with flag 0/290000
97.95/94.11	c cleaning 7019 clauses out of 250548 with flag 0/315001
110.10/106.29	c cleaning 5002 clauses out of 269528 with flag 0/341000
127.92/123.81	c cleaning 6053 clauses out of 291527 with flag 0/368001
150.53/146.14	c cleaning 4932 clauses out of 313473 with flag 0/396000
173.52/168.86	c cleaning 6636 clauses out of 337542 with flag 0/425001
202.59/197.51	c cleaning 6960 clauses out of 360905 with flag 0/455000
229.76/224.22	c cleaning 6733 clauses out of 384945 with flag 0/486000
263.49/257.40	c cleaning 6726 clauses out of 410212 with flag 0/518000
300.71/294.03	c cleaning 5435 clauses out of 436487 with flag 0/551001
342.44/334.99	c cleaning 6251 clauses out of 465051 with flag 0/585000
383.45/374.80	c cleaning 6304 clauses out of 493801 with flag 0/620001
429.54/419.61	c cleaning 8180 clauses out of 523496 with flag 0/656000
498.86/487.14	c cleaning 6011 clauses out of 552317 with flag 0/693001
578.92/564.72	c cleaning 5393 clauses out of 584305 with flag 0/731000
666.56/650.28	c cleaning 9816 clauses out of 617912 with flag 0/770000
724.21/706.45	c cleaning 8684 clauses out of 648098 with flag 0/810002
806.61/786.27	c cleaning 6908 clauses out of 680412 with flag 0/851000
917.70/892.81	c cleaning 8325 clauses out of 715504 with flag 0/893000
1022.38/992.88	c cleaning 7725 clauses out of 750179 with flag 0/936000
1149.04/1113.48	c cleaning 6242 clauses out of 786454 with flag 0/980000
1256.18/1214.67	c cleaning 7503 clauses out of 825213 with flag 0/1025001
1391.95/1342.87	c cleaning 9146 clauses out of 863710 with flag 0/1071001
1515.40/1460.38	c cleaning 11159 clauses out of 901564 with flag 0/1118001
1611.61/1552.49	c cleaning 11578 clauses out of 938404 with flag 0/1166000
1775.58/1704.98	c cleaning 6607 clauses out of 975827 with flag 0/1215001
1992.54/1905.84	c cleaning 6289 clauses out of 1019219 with flag 0/1265000
2167.05/2066.53	c cleaning 5688 clauses out of 1063931 with flag 0/1316001
2399.34/2279.80	c cleaning 7114 clauses out of 1110242 with flag 0/1368000
2596.40/2463.41	c cleaning 9814 clauses out of 1156129 with flag 0/1421001
2774.59/2626.82	c cleaning 7664 clauses out of 1200315 with flag 0/1475001
3038.45/2866.76	c cleaning 7488 clauses out of 1247652 with flag 0/1530002
3182.59/2997.85	c starts		: 208
3182.59/2997.86	c conflicts		: 1566101
3182.59/2997.86	c decisions		: 2620850
3182.59/2997.86	c propagations		: 13068208
3182.59/2997.86	c inspects		: 10305594517
3182.59/2997.86	c shortcuts		: 0
3182.59/2997.86	c learnt literals	: 1
3182.59/2997.86	c learnt binary clauses	: 1
3182.59/2997.86	c learnt ternary clauses	: 2
3182.59/2997.86	c learnt constraints	: 1566099
3182.59/2997.86	c ignored constraints	: 0
3182.59/2997.86	c root simplifications	: 0
3182.59/2997.86	c removed literals (reason simplification)	: 0
3182.59/2997.86	c reason swapping (by a shorter reason)	: 0
3182.59/2997.86	c Calls to reduceDB	: 51
3182.59/2997.86	c Number of update (reduction) of LBD	: 100652
3182.59/2997.86	c Imported unit clauses	: 0
3182.59/2997.86	c No decision after first conflict	: false
3182.59/2997.86	c number of reductions to clauses (during analyze)	: 0
3182.59/2997.86	c number of learned constraints concerned by reduction	: 0
3182.59/2997.86	c number of learning phase by resolution	: 0
3182.59/2997.86	c number of learning phase by cutting planes	: 0
3182.59/2997.86	c number of rounding to 1 operations	: 2470870
3182.59/2997.86	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3182.59/2997.86	c number of reductions of the coefficients by power 2 	: 0
3182.59/2997.86	c number of right shift for reduction by power 2 	: 0
3182.59/2997.86	c number of reductions of the coefficients by GCD over coefficients 	: 0
3182.59/2997.86	c number of ending skipping 	: 0
3182.59/2997.86	c number of internal skipping 	: 0
3182.59/2997.86	c number of derivation steps 	: 6961223
3182.59/2997.86	c number of skipped derivation steps 	: 0
3182.59/2997.86	c number of remaining unassigned 	: 3820
3182.59/2997.86	c number of remaining assigned 	: 19485954
3182.59/2997.86	c number of falsified literals weakened from reason	: 0
3182.59/2997.86	c number of falsified literals weakened from conflict	: 0
3182.59/2997.86	c time for arithmetic operations	: 2155551529
3182.59/2997.86	c minimum degree of deleted constraints	: 4
3182.59/2997.86	c maximum degree of deleted constraints	: 3080
3182.59/2997.86	c number of deleted constraints	: 289838
3182.59/2997.86	c speed (assignments/second)	: 4359.508985923227
3182.59/2997.86	c non guided choices	: 24960
3182.71/2997.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 806556
3182.71/2997.97	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 8348
3182.71/2997.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3182.71/2997.97	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 461356
3182.71/2997.97	s UNSATISFIABLE
3182.71/2997.97	c Total wall clock time (in seconds): 2997.819

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447955-1721360067/watcher-4447955-1721360067 -o /tmp/evaluation-result-4447955-1721360067/solver-4447955-1721360067 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721360068-1012976 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447955-1721360067.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Current StackSize limit: 8192 KiB

solver pid=1013501, runsolver pid=1013498

[startup+0.100625 s]*
/proc/loadavg: 1.71 1.22 1.21 6/334 1013519
/proc/meminfo: memFree=119752064/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=18975048 memory=63384 CPUtime=0.13 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 7219 0 0 0 11 2 0 0 20 0 18 0 188175018 19430449152 15846 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4743762 15846 5702 1 0 549323 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 1077936192 5744 0 0 0 7 1 0 0 20 0 18 0 188175018 19430449152 15846 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188175021 19430449152 15846 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=18975048 memory=14408220236082459 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 188175021 19430449152 15846 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63384 KiB

[startup+0.215076 s]*
/proc/loadavg: 1.71 1.22 1.21 7/334 1013519
/proc/meminfo: memFree=119623300/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=18975048 memory=82492 CPUtime=0.34 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 7798 0 0 0 32 2 0 0 20 0 18 0 188175018 19430449152 20623 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4743762 20623 5851 1 0 549716 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 6034 0 0 0 17 2 0 0 20 0 18 0 188175018 19430449152 20623 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=18975048 memory=15945 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188175021 19430449152 20623 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 188175021 19430449152 20623 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 82492 KiB

[startup+0.306075 s]*
/proc/loadavg: 1.71 1.22 1.21 7/335 1013520
/proc/meminfo: memFree=119566372/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19041612 memory=100300 CPUtime=0.52 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 8294 0 0 0 49 3 0 0 20 0 19 0 188175018 19498610688 25075 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4760403 25075 5851 1 0 550304 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19041612 memory=-7596830928979976803 CPUtime=0.27 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 6140 0 0 0 25 2 0 0 20 0 19 0 188175018 19498610688 25075 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188175021 19498610688 25075 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 188175021 19498610688 25075 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188175041 19498610688 25075 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 100300 KiB

[startup+0.701016 s]
/proc/loadavg: 1.71 1.22 1.21 7/336 1013521
/proc/meminfo: memFree=119403164/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19108176 memory=180936 CPUtime=1.24 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 15919 0 0 0 118 6 0 0 20 0 20 0 188175018 19566772224 45234 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4777044 45234 5867 1 0 555125 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19108176 memory=13120 CPUtime=0.59 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 6178 0 0 0 55 4 0 0 20 0 20 0 188175018 19566772224 45234 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19108176 memory=13120 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 45234 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19108176 memory=117636 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 45234 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19108176 memory=1848 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188175041 19566772224 45234 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180936 KiB

[startup+1.50108 s]
/proc/loadavg: 1.71 1.22 1.21 6/336 1013521
/proc/meminfo: memFree=119006584/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19108176 memory=487236 CPUtime=2.83 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 22716 0 0 0 270 13 0 0 20 0 20 0 188175018 19566772224 121809 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4777044 121809 5883 1 0 555689 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19108176 memory=13120 CPUtime=1.35 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 6653 0 0 0 126 9 0 0 20 0 20 0 188175018 19566772224 121809 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 121809 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 121809 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19108176 memory=65 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188175041 19566772224 121809 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 487236 KiB

[startup+3.10608 s]
/proc/loadavg: 2.05 1.30 1.23 6/336 1013521
/proc/meminfo: memFree=117345760/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19108176 memory=1305312 CPUtime=6.01 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 30350 0 0 0 573 28 0 0 20 0 20 0 188175018 19566772224 326328 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4777044 326328 5898 1 0 558811 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19108176 memory=0 CPUtime=2.92 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 8178 0 0 0 268 24 0 0 20 0 20 0 188175018 19566772224 326328 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 326328 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19108176 memory=731324 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 326328 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19108176 memory=13120 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188175041 19566772224 326328 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1305312 KiB

[startup+6.30109 s]
/proc/loadavg: 2.05 1.30 1.23 5/336 1013521
/proc/meminfo: memFree=116988304/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19108176 memory=1325900 CPUtime=9.55 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 31023 0 0 0 926 29 0 0 20 0 20 0 188175018 19566772224 331475 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4777044 331475 5898 1 0 558811 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19108176 memory=13120 CPUtime=6.04 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 8259 0 0 0 580 24 0 0 20 0 20 0 188175018 19566772224 331475 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 331475 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19108176 memory=7593456421827078505 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 331475 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19108176 memory=5428 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188175041 19566772224 331475 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 9.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325900 KiB

[startup+12.7011 s]
/proc/loadavg: 2.43 1.40 1.27 5/336 1013523
/proc/meminfo: memFree=115853812/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19108176 memory=1896756 CPUtime=15.99 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 32381 0 0 0 1558 41 0 0 20 0 20 0 188175018 19566772224 474189 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4777044 474189 5898 1 0 700880 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19108176 memory=0 CPUtime=12.24 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 9022 0 0 0 1188 36 0 0 20 0 20 0 188175018 19566772224 474189 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19108176 memory=1896732 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 474189 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 474189 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19108176 memory=16216 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188175041 19566772224 474189 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 15.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1896756 KiB

[startup+25.5011 s]
/proc/loadavg: 2.75 1.50 1.31 5/336 1013524
/proc/meminfo: memFree=114650484/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19108176 memory=2432528 CPUtime=28.82 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 36378 0 0 0 2829 53 0 0 20 0 20 0 188175018 19566772224 608132 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4777044 608132 5910 1 0 834572 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19108176 memory=1896732 CPUtime=24.56 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 10800 0 0 0 2409 47 0 0 20 0 20 0 188175018 19566772224 608132 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19108176 memory=16216 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 608132 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19108176 memory=1898972 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 608132 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188175041 19566772224 608132 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 28.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2432528 KiB

[startup+51.1061 s]
/proc/loadavg: 3.18 1.71 1.38 5/335 1013529
/proc/meminfo: memFree=114305296/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19108176 memory=2482176 CPUtime=54.58 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 40342 0 0 0 5402 56 0 0 20 0 20 0 188175018 19566772224 620544 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4777044 620544 5910 1 0 834585 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19108176 memory=2467668 CPUtime=49.24 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 12876 0 0 0 4877 47 0 0 20 0 20 0 188175018 19566772224 620544 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0

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

/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 3980 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188175041 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 3165.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4243868 KiB

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

# cumulated CPU time of all completed processes:  user=3180.37 s, system=2.4575 s

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

[startup+2982.4 s]
/proc/loadavg: 4.41 4.46 4.40 6/336 1015000
/proc/meminfo: memFree=92368000/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=3165.77 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 343881 0 0 0 316335 242 0 0 20 0 20 0 188175018 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4777044 1060967 5926 1 0 1093884 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=2879.11 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 161681 0 0 0 287812 99 0 0 20 0 20 0 188175018 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 44 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 3980 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19108176 memory=4243788 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188175041 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 3165.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4243868 KiB

[startup+2988.8 s]
/proc/loadavg: 4.62 4.50 4.41 6/336 1015000
/proc/meminfo: memFree=92365952/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=3172.94 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 348147 0 0 0 317051 243 0 0 20 0 20 0 188175018 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4777044 1060967 5926 1 0 1093884 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=2885.1 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 162734 0 0 0 288411 99 0 0 20 0 20 0 188175018 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 44 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 3980 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19108176 memory=44736 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188175041 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 3172.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4243868 KiB

[startup+2992 s]*
/proc/loadavg: 4.65 4.51 4.42 6/336 1015002
/proc/meminfo: memFree=92361800/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=3176.47 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 348306 0 0 0 317404 243 0 0 20 0 20 0 188175018 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4777044 1060967 5926 1 0 1093884 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19108176 memory=-7524773334942116702 CPUtime=2888.18 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 162868 0 0 0 288719 99 0 0 20 0 20 0 188175018 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 44 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19108176 memory=-7313703874423184764 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19108176 memory=1640 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 3980 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19108176 memory=27504 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188175041 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 3176.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4243868 KiB

[startup+2995.2 s]
/proc/loadavg: 4.65 4.51 4.42 9/336 1015002
/proc/meminfo: memFree=92182336/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=3179.89 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 348463 0 0 0 317746 243 0 0 20 0 20 0 188175018 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4777044 1060967 5926 1 0 1093884 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19108176 memory=11400 CPUtime=2891.34 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 163001 0 0 0 289035 99 0 0 20 0 20 0 188175018 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 44 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 3980 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188175041 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 3179.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4243868 KiB

[startup+2996.8 s]
/proc/loadavg: 4.65 4.51 4.42 6/336 1015002
/proc/meminfo: memFree=91981216/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=3181.59 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 348484 0 0 0 317915 244 0 0 20 0 20 0 188175018 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4777044 1060967 5926 1 0 1093884 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=2892.82 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 163010 0 0 0 289183 99 0 0 20 0 20 0 188175018 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 44 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19108176 memory=137 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19108176 memory=26340 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 3980 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19108176 memory=100 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188175041 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 3181.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4243868 KiB

[startup+2997.6 s]
/proc/loadavg: 4.76 4.53 4.43 6/336 1015002
/proc/meminfo: memFree=91923756/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=3182.39 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 348609 0 0 0 317995 244 0 0 20 0 20 0 188175018 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4777044 1060967 5926 1 0 1093884 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19108176 memory=2208 CPUtime=2893.61 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 163135 0 0 0 289262 99 0 0 20 0 20 0 188175018 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 44 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19108176 memory=4243788 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 3980 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188175041 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 3182.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4243868 KiB

[startup+2997.8 s]
/proc/loadavg: 4.76 4.53 4.43 6/336 1015002
/proc/meminfo: memFree=91923756/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19108176 memory=4243868 CPUtime=3182.59 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 348609 0 0 0 318015 244 0 0 20 0 20 0 188175018 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4777044 1060967 5926 1 0 1093884 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19108176 memory=44736 CPUtime=2893.81 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) R 1013498 1013501 1006321 0 -1 4194368 163135 0 0 0 289282 99 0 0 20 0 20 0 188175018 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 44 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19108176 memory=13120 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19108176 memory=5428 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 3980 0 0 0 0 0 0 0 20 0 20 0 188175021 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013520] ppid=1013498 vsize=19108176 memory=16216 CPUtime=0 cores=0,2
/proc/1013501/task/1013520/stat : 1013520 (Timer-0) S 1013498 1013501 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188175041 19566772224 1060967 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 3182.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4243868 KiB

[startup+2997.91 s]
/proc/loadavg: 4.76 4.53 4.43 6/336 1015002
/proc/meminfo: memFree=91923756/131524600 swapFree=131071996/131071996
[pid=1013501] ppid=1013498 vsize=19241304 memory=4244528 CPUtime=3182.71 cores=0,2
/proc/1013501/stat : 1013501 (java) S 1013498 1013501 1006321 0 -1 1077936128 351516 0 0 0 318027 244 0 0 20 0 20 0 188175018 19703095296 1061132 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
/proc/1013501/statm: 4810326 1061132 5925 1 0 1094522 0
[pid=1013501/tid=1013503] ppid=1013498 vsize=19241304 memory=4243788 CPUtime=2893.86 cores=0,2
/proc/1013501/task/1013503/stat : 1013503 (java) S 1013498 1013501 1006321 0 -1 1077936192 164681 0 0 0 289287 99 0 0 20 0 20 0 188175018 19703095296 1061132 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 44 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013512] ppid=1013498 vsize=19241304 memory=4243788 CPUtime=0 cores=0,2
/proc/1013501/task/1013512/stat : 1013512 (Finalizer) S 1013498 1013501 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188175021 19703095296 1061132 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
[pid=1013501/tid=1013519] ppid=1013498 vsize=19241304 memory=4243788 CPUtime=0 cores=0,2
/proc/1013501/task/1013519/stat : 1013519 (Common-Cleaner) S 1013498 1013501 1006321 0 -1 1077936192 3980 0 0 0 0 0 0 0 20 0 20 0 188175021 19703095296 1061132 134679101440 94716796698624 94716796702320 140732058712000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94716796710136 94716796710928 94716821082112 140732058715118 140732058715231 140732058715231 140732058722248 0
Current children cumulated CPU time: 3182.71 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 4244528 KiB

Child status: 20

Real time (s): 2997.99
CPU time (s): 3182.82
CPU user time (s): 3180.37
CPU system time (s): 2.4575
CPU usage (%): 106.165
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 4248636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3180.37
system time used= 2.4575
maximum resident set size= 4248636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 351984
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132063
involuntary context switches= 36681


# summary of solver processes directly reported to runsolver:
#   pid: 1013501
#   total CPU time (s): 3182.82
#   total CPU user time (s): 3180.37
#   total CPU system time (s): 2.4575

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.30948 second user time and 15.3091 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-19 05:34:40
IDJOB=4447955
IDBENCH=160354
IDSOLVER=3046
FILE ID=nodeC031/4447955-1721360067
RUNJOBID= nodeC031-1721360068-1012976
SLURM_JOB_ID= 7542768
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-ECgrid5x80split.cnf-extracted.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-4447955-1721360067/watcher-4447955-1721360067 -o /tmp/evaluation-result-4447955-1721360067/solver-4447955-1721360067 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721360068-1012976 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447955-1721360067.opb

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

MD5SUM BENCH= 1a042d5fcb76a110c048c575a59fde0e
RANDOM SEED=1377135694

nodeC031.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		: 3644.765
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.55
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		: 3625.163
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119874780 kB
MemAvailable:   126158376 kB
Buffers:          496568 kB
Cached:          6546520 kB
SwapCached:            0 kB
Active:           974124 kB
Inactive:        9882740 kB
Active(anon):       1536 kB
Inactive(anon):  3849936 kB
Active(file):     972588 kB
Inactive(file):  6032804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4080 kB
Writeback:             0 kB
AnonPages:       3811636 kB
Mapped:           126748 kB
Shmem:             37720 kB
KReclaimable:     235704 kB
Slab:             364680 kB
SReclaimable:     235704 kB
SUnreclaim:       128976 kB
KernelStack:        5104 kB
PageTables:        17444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8250964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70720 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3442688 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:      254676 kB
DirectMap2M:    39364608 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC031 at 2024-07-19 06:24:38