Trace number 4451605

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-12? (TO) 3600.21 3554.5

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v101-n3.opb
MD5SUMff2431c9aac399448d9270c6fef4de20
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 benchmark0.378551
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables303
Total number of constraints101
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4451605-1721427147.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
0.14/0.18	c ... done. Wall clock time 0.023s.
0.14/0.18	c declared #vars     303
0.14/0.18	c #constraints  202
0.14/0.18	c constraints type 
0.14/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 101
0.14/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 101
0.14/0.18	c 202 constraints processed.
10.06/7.16	c cleaning 2499 clauses out of 5002 with flag 0/5002
24.27/21.08	c cleaning 4246 clauses out of 8503 with flag 0/11002
34.29/30.82	c cleaning 5626 clauses out of 11255 with flag 0/18000
54.48/50.72	c cleaning 6814 clauses out of 13630 with flag 0/26001
84.58/80.39	c cleaning 7907 clauses out of 15815 with flag 0/35000
153.06/148.23	c cleaning 8946 clauses out of 17909 with flag 0/45001
228.33/222.64	c cleaning 9978 clauses out of 19963 with flag 0/56001
275.29/268.81	c cleaning 10988 clauses out of 21984 with flag 0/68000
328.50/321.48	c cleaning 11994 clauses out of 23998 with flag 0/81002
376.02/367.51	c cleaning 12994 clauses out of 26003 with flag 0/95001
423.57/414.21	c cleaning 14001 clauses out of 28008 with flag 0/110000
464.38/454.36	c cleaning 15000 clauses out of 30008 with flag 0/126001
536.00/524.60	c cleaning 15993 clauses out of 32008 with flag 0/143001
606.02/593.56	c cleaning 16999 clauses out of 34014 with flag 0/161000
701.07/687.47	c cleaning 18002 clauses out of 36016 with flag 0/180001
752.94/738.49	c cleaning 18990 clauses out of 38013 with flag 0/200000
830.52/814.83	c cleaning 20000 clauses out of 40025 with flag 0/221002
921.92/905.39	c cleaning 20992 clauses out of 42027 with flag 0/243004
999.10/981.28	c cleaning 21997 clauses out of 44031 with flag 0/266000
1095.58/1076.39	c cleaning 22987 clauses out of 46034 with flag 0/290000
1244.85/1223.90	c cleaning 23992 clauses out of 48050 with flag 0/315003
1500.55/1477.88	c cleaning 24996 clauses out of 50055 with flag 0/341000
1643.52/1619.12	c cleaning 25986 clauses out of 52060 with flag 0/368001
1849.88/1823.36	c cleaning 26987 clauses out of 54073 with flag 0/396000
2064.89/2035.98	c cleaning 27700 clauses out of 56086 with flag 0/425000
2174.76/2144.30	c cleaning 27533 clauses out of 58386 with flag 0/455000
2291.39/2258.83	c cleaning 27338 clauses out of 61853 with flag 0/486000
2430.67/2397.17	c cleaning 29577 clauses out of 66515 with flag 0/518000
2641.12/2605.35	c cleaning 30777 clauses out of 69938 with flag 0/551000
3013.31/2974.88	c cleaning 31733 clauses out of 73161 with flag 0/585000
3285.48/3244.20	c cleaning 33007 clauses out of 76428 with flag 0/620000
3435.71/3392.07	c cleaning 31282 clauses out of 79423 with flag 0/656002
3600.06/3554.41	c starts		: 169
3600.06/3554.41	c timeout
3600.06/3554.43	c conflicts		: 686436
3600.06/3554.43	c decisions		: 1024281
3600.06/3554.43	c propagations		: 12249905
3600.06/3554.43	c inspects		: 2983887801
3600.06/3554.43	c shortcuts		: 0
3600.06/3554.43	c learnt literals	: 0
3600.06/3554.43	c learnt binary clauses	: 0
3600.06/3554.43	c learnt ternary clauses	: 0
3600.06/3554.43	c learnt constraints	: 686436
3600.06/3554.43	c ignored constraints	: 0
3600.06/3554.43	c root simplifications	: 0
3600.06/3554.43	c removed literals (reason simplification)	: 0
3600.06/3554.43	c reason swapping (by a shorter reason)	: 0
3600.06/3554.43	c Calls to reduceDB	: 32
3600.06/3554.43	c Number of update (reduction) of LBD	: 116
3600.06/3554.43	c Imported unit clauses	: 0
3600.06/3554.44	c No decision after first conflict	: false
3600.06/3554.44	c number of reductions to clauses (during analyze)	: 0
3600.06/3554.44	c number of learned constraints concerned by reduction	: 0
3600.06/3554.44	c number of learning phase by resolution	: 0
3600.06/3554.44	c number of learning phase by cutting planes	: 0
3600.06/3554.44	c number of rounding to 1 operations	: 2243536
3600.06/3554.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3554.44	c number of reductions of the coefficients by power 2 	: 0
3600.06/3554.44	c number of right shift for reduction by power 2 	: 0
3600.06/3554.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3554.44	c number of ending skipping 	: 0
3600.06/3554.44	c number of internal skipping 	: 0
3600.06/3554.44	c number of derivation steps 	: 4062874
3600.06/3554.44	c number of skipped derivation steps 	: 0
3600.06/3554.44	c number of remaining unassigned 	: 184927
3600.06/3554.44	c number of remaining assigned 	: 146961636
3600.06/3554.44	c number of falsified literals weakened from reason	: 0
3600.06/3554.44	c number of falsified literals weakened from conflict	: 0
3600.06/3554.44	c time for arithmetic operations	: 5549113601
3600.06/3554.44	c minimum degree of deleted constraints	: 4
3600.06/3554.44	c maximum degree of deleted constraints	: 1184255078
3600.06/3554.44	c number of deleted constraints	: 607861
3600.06/3554.44	c speed (assignments/second)	: 3446.5493724136613
3600.06/3554.44	c non guided choices	: 86
3600.06/3554.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 26232
3600.06/3554.48	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1713
3600.06/3554.48	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 50630
3600.06/3554.48	s UNKNOWN
3600.06/3554.48	c Total wall clock time (in seconds): 3554.327

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: 63968 MiB (54700 MiB free)
  memory of node 1: 64473 MiB (59342 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451605-1721427147/watcher-4451605-1721427147 -o /tmp/evaluation-result-4451605-1721427147/solver-4451605-1721427147 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721422136-1031745 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451605-1721427147.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=1035556, runsolver pid=1035553

[startup+0.100082 s]*
/proc/loadavg: 4.59 4.39 4.35 5/333 1035574
/proc/meminfo: memFree=116735440/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=18975048 memory=64992 CPUtime=0.14 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 7225 0 0 0 12 2 0 0 20 0 18 0 194880834 19430449152 16248 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4743762 16248 5647 1 0 549331 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 5759 0 0 0 8 1 0 0 20 0 18 0 194880834 19430449152 16248 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194880837 19430449152 16248 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=18975048 memory=13845278874243994 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 194880837 19430449152 16248 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64992 KiB

[startup+0.205791 s]*
/proc/loadavg: 4.59 4.39 4.35 9/334 1035575
/proc/meminfo: memFree=116728852/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19041612 memory=72472 CPUtime=0.33 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 7887 0 0 0 31 2 0 0 20 0 19 0 194880834 19498610688 18118 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4760403 18118 5828 1 0 550059 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19041612 memory=6876556183782621315 CPUtime=0.19 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 6089 0 0 0 18 1 0 0 20 0 19 0 194880834 19498610688 18118 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19041612 memory=1676398 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194880837 19498610688 18118 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19041612 memory=15544020042516215 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 194880837 19498610688 18118 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194880853 19498610688 18118 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72472 KiB

[startup+0.324117 s]*
/proc/loadavg: 4.59 4.39 4.35 6/334 1035575
/proc/meminfo: memFree=116702840/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19041612 memory=100116 CPUtime=0.55 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 9090 0 0 0 52 3 0 0 20 0 19 0 194880834 19498610688 25029 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4760403 25029 5828 1 0 550733 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19041612 memory=-7452152790951028322 CPUtime=0.3 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 6136 0 0 0 28 2 0 0 20 0 19 0 194880834 19498610688 25029 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194880837 19498610688 25029 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 194880837 19498610688 25029 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194880853 19498610688 25029 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 100116 KiB

[startup+0.707116 s]
/proc/loadavg: 4.59 4.39 4.35 8/335 1035576
/proc/meminfo: memFree=116628656/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=175904 CPUtime=1.28 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 13141 0 0 0 123 5 0 0 20 0 20 0 194880834 19566772224 43976 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 43976 5828 1 0 553880 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19108176 memory=48052 CPUtime=0.62 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 6177 0 0 0 59 3 0 0 20 0 20 0 194880834 19566772224 43976 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 43976 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19108176 memory=2248 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 43976 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19108176 memory=39476 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194880853 19566772224 43976 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175904 KiB

[startup+1.50113 s]
/proc/loadavg: 4.59 4.39 4.35 7/335 1035576
/proc/meminfo: memFree=116612184/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=355300 CPUtime=2.85 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 22348 0 0 0 277 8 0 0 20 0 20 0 194880834 19566772224 88825 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 88825 5876 1 0 557091 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19108176 memory=12420 CPUtime=1.39 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 6493 0 0 0 134 5 0 0 20 0 20 0 194880834 19566772224 88825 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 88825 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19108176 memory=2248 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 88825 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19108176 memory=39476 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194880853 19566772224 88825 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 355300 KiB

[startup+3.10608 s]
/proc/loadavg: 4.63 4.40 4.36 5/335 1035576
/proc/meminfo: memFree=115993800/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=805808 CPUtime=5.62 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 25790 0 0 0 546 16 0 0 20 0 20 0 194880834 19566772224 201452 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 201452 5892 1 0 663612 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19108176 memory=0 CPUtime=2.93 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 7301 0 0 0 281 12 0 0 20 0 20 0 194880834 19566772224 201452 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19108176 memory=-7452152790951028322 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 201452 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 201452 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19108176 memory=2248 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194880853 19566772224 201452 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 5.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 805808 KiB

[startup+6.30028 s]
/proc/loadavg: 4.63 4.40 4.36 5/335 1035576
/proc/meminfo: memFree=115991544/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=807988 CPUtime=9.17 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 27492 0 0 0 900 17 0 0 20 0 20 0 194880834 19566772224 201997 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 201997 5892 1 0 663931 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19108176 memory=2248 CPUtime=6.04 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 7415 0 0 0 592 12 0 0 20 0 20 0 194880834 19566772224 201997 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 201997 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 201997 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194880853 19566772224 201997 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 9.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 807988 KiB

[startup+12.7003 s]
/proc/loadavg: 4.53 4.39 4.35 5/335 1035578
/proc/meminfo: memFree=115186716/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=1639800 CPUtime=15.86 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 32994 0 0 0 1553 33 0 0 20 0 20 0 194880834 19566772224 409950 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 409950 5892 1 0 663983 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19108176 memory=12420 CPUtime=12.3 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 10482 0 0 0 1203 27 0 0 20 0 20 0 194880834 19566772224 409950 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19108176 memory=1610952 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 409950 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19108176 memory=48052 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 409950 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194880853 19566772224 409950 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 15.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1639800 KiB

[startup+25.5003 s]
/proc/loadavg: 4.53 4.39 4.36 5/335 1035580
/proc/meminfo: memFree=114649668/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=2146896 CPUtime=28.91 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 35346 0 0 0 2848 43 0 0 20 0 20 0 194880834 19566772224 536724 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 536724 5892 1 0 791410 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19108176 memory=6944656574621848725 CPUtime=24.88 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 11732 0 0 0 2452 36 0 0 20 0 20 0 194880834 19566772224 536724 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 536724 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19108176 memory=3509 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 536724 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194880853 19566772224 536724 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 28.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2146896 KiB

[startup+51.1058 s]
/proc/loadavg: 4.42 4.37 4.35 5/334 1035586
/proc/meminfo: memFree=114145332/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=2165620 CPUtime=54.88 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 40479 0 0 0 5443 45 0 0 20 0 20 0 194880834 19566772224 541405 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 541405 5892 1 0 791410 0

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

/proc/meminfo: memFree=116061204/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=3649316 CPUtime=3202.94 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 235633 0 0 0 320083 211 0 0 20 0 20 0 194880834 19566772224 912329 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 912329 5939 1 0 925692 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19108176 memory=3649224 CPUtime=3089.94 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 85910 0 0 0 308935 59 0 0 20 0 20 0 194880834 19566772224 912329 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 28 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19108176 memory=3649288 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912329 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19108176 memory=3649316 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 1711 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912329 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19108176 memory=3649316 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194880853 19566772224 912329 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 3202.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3649316 KiB

[startup+3222.3 s]
/proc/loadavg: 4.39 4.30 4.34 6/330 1037965
/proc/meminfo: memFree=116043688/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=3649316 CPUtime=3263.59 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 236354 0 0 0 326146 213 0 0 20 0 20 0 194880834 19566772224 912329 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 912329 5939 1 0 925692 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19108176 memory=3649288 CPUtime=3148.78 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 86473 0 0 0 314819 59 0 0 20 0 20 0 194880834 19566772224 912329 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 28 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912329 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19108176 memory=3649316 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 1711 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912329 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194880853 19566772224 912329 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 3263.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3649316 KiB

[startup+3282.3 s]
/proc/loadavg: 4.32 4.30 4.34 5/330 1037975
/proc/meminfo: memFree=116024272/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=3649328 CPUtime=3324.62 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 248172 0 0 0 332246 216 0 0 20 0 20 0 194880834 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 912332 5939 1 0 925693 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19108176 memory=3649328 CPUtime=3206.92 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 89506 0 0 0 320632 60 0 0 20 0 20 0 194880834 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 33 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19108176 memory=3649320 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19108176 memory=3649320 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 1711 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194880853 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 3324.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3649328 KiB

[startup+3342.3 s]
/proc/loadavg: 4.74 4.40 4.37 5/330 1037986
/proc/meminfo: memFree=116003108/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=3649328 CPUtime=3385.48 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 248490 0 0 0 338330 218 0 0 20 0 20 0 194880834 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 912332 5939 1 0 925693 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19108176 memory=3649328 CPUtime=3265.3 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 89641 0 0 0 326470 60 0 0 20 0 20 0 194880834 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 33 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19108176 memory=-7452152790951028322 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19108176 memory=3649328 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 1766 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19108176 memory=3649328 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194880853 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 3385.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3649328 KiB

[startup+3402.3 s]
/proc/loadavg: 4.58 4.40 4.37 6/330 1037997
/proc/meminfo: memFree=115985912/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=3649328 CPUtime=3446.17 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 249383 0 0 0 344397 220 0 0 20 0 20 0 194880834 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 912332 5939 1 0 925693 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19108176 memory=5468 CPUtime=3323.59 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 90313 0 0 0 332299 60 0 0 20 0 20 0 194880834 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 33 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19108176 memory=3649328 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 1766 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19108176 memory=3649328 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194880853 19566772224 912332 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 3446.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3649328 KiB

[startup+3462.3 s]
/proc/loadavg: 4.36 4.37 4.36 5/332 1038012
/proc/meminfo: memFree=115960612/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=3649352 CPUtime=3506.81 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 252528 0 0 0 350458 223 0 0 20 0 20 0 194880834 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 912338 5939 1 0 925693 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19108176 memory=3649328 CPUtime=3382.52 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 92306 0 0 0 338192 60 0 0 20 0 20 0 194880834 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 33 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19108176 memory=3649352 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19108176 memory=3649352 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 1766 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19108176 memory=3649352 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194880853 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 3506.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3649352 KiB

[startup+3522.3 s]
/proc/loadavg: 4.34 4.37 4.36 5/332 1038023
/proc/meminfo: memFree=115945516/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=3649352 CPUtime=3567.49 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 253247 0 0 0 356525 224 0 0 20 0 20 0 194880834 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 912338 5939 1 0 925693 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19108176 memory=3649352 CPUtime=3441.12 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 92795 0 0 0 344052 60 0 0 20 0 20 0 194880834 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 33 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 1848 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194880853 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 3567.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3649352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3554.4 s]
/proc/loadavg: 4.36 4.37 4.36 5/332 1038028
/proc/meminfo: memFree=115934820/131524600 swapFree=131071996/131071996
[pid=1035556] ppid=1035553 vsize=19108176 memory=3649352 CPUtime=3600.06 cores=1,3
/proc/1035556/stat : 1035556 (java) S 1035553 1035556 1031733 0 -1 1077936128 253623 0 0 0 359780 226 0 0 20 0 20 0 194880834 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
/proc/1035556/statm: 4777044 912338 5939 1 0 925693 0
[pid=1035556/tid=1035558] ppid=1035553 vsize=19108176 memory=-7452152790951028322 CPUtime=3472.5 cores=1,3
/proc/1035556/task/1035558/stat : 1035558 (java) R 1035553 1035556 1031733 0 -1 4194368 93044 0 0 0 347190 60 0 0 20 0 20 0 194880834 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 33 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035567] ppid=1035553 vsize=19108176 memory=5536 CPUtime=0 cores=1,3
/proc/1035556/task/1035567/stat : 1035567 (Finalizer) S 1035553 1035556 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035574] ppid=1035553 vsize=19108176 memory=3649352 CPUtime=0 cores=1,3
/proc/1035556/task/1035574/stat : 1035574 (Common-Cleaner) S 1035553 1035556 1031733 0 -1 1077936192 1848 0 0 0 0 0 0 0 20 0 20 0 194880837 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
[pid=1035556/tid=1035575] ppid=1035553 vsize=19108176 memory=2248 CPUtime=0 cores=1,3
/proc/1035556/task/1035575/stat : 1035575 (Timer-0) S 1035553 1035556 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194880853 19566772224 912338 134679101440 94638684266496 94638684270192 140733136228048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94638684278008 94638684278800 94638685995008 140733136233454 140733136233567 140733136233567 140733136240584 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3649352 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.93 s, system=2.27822 s

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

Child status: 143

Real time (s): 3554.5
CPU time (s): 3600.21
CPU user time (s): 3597.93
CPU system time (s): 2.27822
CPU usage (%): 101.286
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3649352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.93
system time used= 2.27822
maximum resident set size= 3650964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257606
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140039
involuntary context switches= 18546


# summary of solver processes directly reported to runsolver:
#   pid: 1035556
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.93
#   total CPU system time (s): 2.27822

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.44617 second user time and 17.8119 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-20 00:12:39
IDJOB=4451605
IDBENCH=162590
IDSOLVER=3046
FILE ID=nodeC026/4451605-1721427147
RUNJOBID= nodeC026-1721422136-1031745
SLURM_JOB_ID= 7545504
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v101-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451605-1721427147/watcher-4451605-1721427147 -o /tmp/evaluation-result-4451605-1721427147/solver-4451605-1721427147 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721422136-1031745 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451605-1721427147.opb

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

MD5SUM BENCH= ff2431c9aac399448d9270c6fef4de20
RANDOM SEED=364752724

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116780112 kB
MemAvailable:   117266108 kB
Buffers:          577296 kB
Cached:           755396 kB
SwapCached:            0 kB
Active:          1092432 kB
Inactive:       13017412 kB
Active(anon):       1548 kB
Inactive(anon): 12821492 kB
Active(file):    1090884 kB
Inactive(file):   195920 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1116 kB
Writeback:            48 kB
AnonPages:      12774104 kB
Mapped:           127512 kB
Shmem:             45912 kB
KReclaimable:      78032 kB
Slab:             189080 kB
SReclaimable:      78032 kB
SUnreclaim:       111048 kB
KernelStack:        5088 kB
PageTables:        35216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13357668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12382208 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC026 at 2024-07-20 01:11:54