Trace number 4452715

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 1392.56 1380.78

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP045.opb
MD5SUM9f172948e58fb5a8063ac37667d22320
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.073153
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5405
Total number of constraints1082
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints1035
Minimum length of a constraint5
Maximum length of a constraint15
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.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-4452715-1721448404.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.34/0.24	c ... done. Wall clock time 0.093s.
0.34/0.24	c declared #vars     5405
0.34/0.24	c #constraints  1082
0.34/0.24	c constraints type 
0.34/0.24	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1082
0.34/0.24	c 1082 constraints processed.
2.24/1.22	c cleaning 2454 clauses out of 5001 with flag 0/5001
3.82/2.06	c cleaning 4264 clauses out of 8547 with flag 0/11001
5.68/3.44	c cleaning 5612 clauses out of 11282 with flag 0/18000
6.83/4.42	c cleaning 6694 clauses out of 13670 with flag 0/26000
8.24/5.80	c cleaning 7675 clauses out of 15976 with flag 0/35000
9.75/7.36	c cleaning 8765 clauses out of 18301 with flag 0/45000
11.77/9.34	c cleaning 9776 clauses out of 20536 with flag 0/56000
24.61/22.12	c cleaning 10949 clauses out of 22761 with flag 0/68001
26.80/24.37	c cleaning 11740 clauses out of 24811 with flag 0/81000
30.45/27.95	c cleaning 12718 clauses out of 27071 with flag 0/95000
36.11/33.55	c cleaning 13344 clauses out of 29354 with flag 0/110001
38.98/36.33	c cleaning 14606 clauses out of 32009 with flag 0/126000
45.18/42.45	c cleaning 15642 clauses out of 34403 with flag 0/143000
48.35/45.43	c cleaning 16383 clauses out of 36761 with flag 0/161000
53.00/50.09	c cleaning 15952 clauses out of 39378 with flag 0/180000
64.26/61.15	c cleaning 17010 clauses out of 43426 with flag 0/200000
76.52/73.27	c cleaning 18183 clauses out of 47416 with flag 0/221000
83.54/80.02	c cleaning 16601 clauses out of 51233 with flag 0/243000
89.69/86.02	c cleaning 20766 clauses out of 57632 with flag 0/266000
96.32/92.51	c cleaning 19940 clauses out of 60867 with flag 0/290001
114.07/110.02	c cleaning 20167 clauses out of 65926 with flag 0/315000
122.93/118.73	c cleaning 23932 clauses out of 71760 with flag 0/341001
150.79/146.14	c cleaning 21813 clauses out of 74827 with flag 0/368000
168.19/163.37	c cleaning 22593 clauses out of 81014 with flag 0/396000
176.60/171.65	c cleaning 24596 clauses out of 87422 with flag 0/425001
197.96/192.47	c cleaning 23144 clauses out of 92825 with flag 0/455000
213.62/207.79	c cleaning 23707 clauses out of 100681 with flag 0/486000
235.43/228.98	c cleaning 20320 clauses out of 108974 with flag 0/518000
263.28/256.15	c cleaning 23703 clauses out of 121655 with flag 0/551001
297.33/289.72	c cleaning 30828 clauses out of 131951 with flag 0/585000
312.87/304.95	c cleaning 30909 clauses out of 136123 with flag 0/620000
350.33/341.69	c cleaning 31769 clauses out of 141214 with flag 0/656000
377.97/368.78	c cleaning 32106 clauses out of 146446 with flag 0/693001
1123.35/1114.32	c cleaning 35186 clauses out of 152340 with flag 0/731001
1176.76/1167.28	c cleaning 30783 clauses out of 156154 with flag 0/770001
1217.34/1207.35	c cleaning 36205 clauses out of 165371 with flag 0/810001
1251.79/1241.46	c cleaning 30249 clauses out of 170165 with flag 0/851000
1374.69/1363.51	c cleaning 34648 clauses out of 181916 with flag 0/893000
1392.29/1380.70	c starts		: 185
1392.29/1380.70	c conflicts		: 925294
1392.29/1380.70	c decisions		: 3107244
1392.29/1380.70	c propagations		: 10512538
1392.29/1380.70	c inspects		: 1617310284
1392.29/1380.70	c shortcuts		: 0
1392.29/1380.70	c learnt literals	: 1
1392.29/1380.70	c learnt binary clauses	: 1
1392.29/1380.70	c learnt ternary clauses	: 149
1392.29/1380.70	c learnt constraints	: 925292
1392.29/1380.70	c ignored constraints	: 0
1392.29/1380.70	c root simplifications	: 0
1392.29/1380.70	c removed literals (reason simplification)	: 0
1392.29/1380.70	c reason swapping (by a shorter reason)	: 0
1392.29/1380.70	c Calls to reduceDB	: 38
1392.29/1380.70	c Number of update (reduction) of LBD	: 54232
1392.29/1380.70	c Imported unit clauses	: 0
1392.29/1380.70	c No decision after first conflict	: false
1392.29/1380.70	c number of reductions to clauses (during analyze)	: 0
1392.29/1380.70	c number of learned constraints concerned by reduction	: 0
1392.29/1380.70	c number of learning phase by resolution	: 0
1392.29/1380.70	c number of learning phase by cutting planes	: 0
1392.29/1380.70	c number of rounding to 1 operations	: 3830386
1392.29/1380.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1392.29/1380.70	c number of reductions of the coefficients by power 2 	: 0
1392.29/1380.70	c number of right shift for reduction by power 2 	: 0
1392.29/1380.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
1392.29/1380.70	c number of ending skipping 	: 0
1392.29/1380.70	c number of internal skipping 	: 0
1392.29/1380.70	c number of derivation steps 	: 3566432
1392.29/1380.70	c number of skipped derivation steps 	: 0
1392.29/1380.70	c number of remaining unassigned 	: 20533
1392.29/1380.70	c number of remaining assigned 	: 38528067
1392.29/1380.70	c number of falsified literals weakened from reason	: 0
1392.29/1380.70	c number of falsified literals weakened from conflict	: 0
1392.29/1380.70	c time for arithmetic operations	: 2690063848
1392.44/1380.71	c minimum degree of deleted constraints	: 4
1392.44/1380.71	c maximum degree of deleted constraints	: 351843720888315
1392.44/1380.71	c number of deleted constraints	: 745732
1392.44/1380.71	c speed (assignments/second)	: 7615.275844033919
1392.44/1380.71	c non guided choices	: 326288
1392.44/1380.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 80179
1392.44/1380.76	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 7024
1392.44/1380.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
1392.44/1380.76	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 92356
1392.44/1380.76	s UNSATISFIABLE
1392.44/1380.76	c Total wall clock time (in seconds): 1380.614

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452715-1721448404/watcher-4452715-1721448404 -o /tmp/evaluation-result-4452715-1721448404/solver-4452715-1721448404 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721444822-1047790 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452715-1721448404.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100447 s]*
/proc/loadavg: 4.16 4.16 4.17 7/328 1049979
/proc/meminfo: memFree=116676128/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=18975048 memory=63568 CPUtime=0.14 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 7222 0 0 0 12 2 0 0 20 0 18 0 197000643 19430449152 15892 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4743762 15892 5733 1 0 549357 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) D 1049958 1049961 1047777 0 -1 1078198336 5766 0 0 0 7 1 0 0 20 0 18 0 197000643 19430449152 15892 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197000646 19430449152 15892 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=18975048 memory=14690799021109405 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197000647 19430449152 15892 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63568 KiB

[startup+0.205693 s]*
/proc/loadavg: 4.16 4.16 4.17 7/328 1049979
/proc/meminfo: memFree=116649032/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=18975048 memory=94640 CPUtime=0.34 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 7784 0 0 0 31 3 0 0 20 0 18 0 197000643 19430449152 23660 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4743762 23660 5855 1 0 549701 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 6041 0 0 0 17 2 0 0 20 0 18 0 197000643 19430449152 23660 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=18975048 memory=1749866 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197000646 19430449152 23660 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=18975048 memory=16097074391287456 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197000647 19430449152 23660 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 94640 KiB

[startup+0.305867 s]*
/proc/loadavg: 4.16 4.16 4.17 6/329 1049980
/proc/meminfo: memFree=116600872/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19041612 memory=140716 CPUtime=0.53 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 9729 0 0 0 49 4 0 0 20 0 19 0 197000643 19498610688 35179 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4760403 35179 5855 1 0 551211 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19041612 memory=-7163640939822278238 CPUtime=0.29 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 6135 0 0 0 26 3 0 0 20 0 19 0 197000643 19498610688 35179 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197000646 19498610688 35179 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197000647 19498610688 35179 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197000668 19498610688 35179 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 140716 KiB

[startup+0.708916 s]
/proc/loadavg: 4.16 4.16 4.17 7/330 1049981
/proc/meminfo: memFree=116563420/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19108176 memory=187964 CPUtime=1.28 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 17384 0 0 0 122 6 0 0 20 0 20 0 197000643 19566772224 46991 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4777044 46991 5871 1 0 556067 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19108176 memory=12740 CPUtime=0.65 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 6169 0 0 0 62 3 0 0 20 0 20 0 197000643 19566772224 46991 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197000646 19566772224 46991 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197000647 19566772224 46991 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19108176 memory=1904 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197000668 19566772224 46991 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187964 KiB

[startup+1.50585 s]
/proc/loadavg: 4.16 4.16 4.17 8/330 1049981
/proc/meminfo: memFree=116447096/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19108176 memory=564232 CPUtime=2.84 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 18468 0 0 0 272 12 0 0 20 0 20 0 197000643 19566772224 141058 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4777044 141058 5887 1 0 752455 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19108176 memory=12740 CPUtime=1.39 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 6389 0 0 0 130 9 0 0 20 0 20 0 197000643 19566772224 141058 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197000646 19566772224 141058 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 197000647 19566772224 141058 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197000668 19566772224 141058 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 564232 KiB

[startup+3.10585 s]
/proc/loadavg: 4.15 4.16 4.17 6/330 1049981
/proc/meminfo: memFree=115588216/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19108176 memory=1148704 CPUtime=5.3 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 18956 0 0 0 504 26 0 0 20 0 20 0 197000643 19566772224 287176 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4777044 287176 5887 1 0 752494 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19108176 memory=0 CPUtime=2.93 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 6696 0 0 0 271 22 0 0 20 0 20 0 197000643 19566772224 287176 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197000646 19566772224 287176 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19108176 memory=894220 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 197000647 19566772224 287176 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197000668 19566772224 287176 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 5.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1148704 KiB

[startup+6.30085 s]
/proc/loadavg: 4.15 4.16 4.17 6/330 1050049
/proc/meminfo: memFree=118785972/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19108176 memory=1797280 CPUtime=8.74 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 20991 0 0 0 836 38 0 0 20 0 20 0 197000643 19566772224 449320 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4777044 449320 5903 1 0 752499 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19108176 memory=12740 CPUtime=6.04 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 8148 0 0 0 570 34 0 0 20 0 20 0 197000643 19566772224 449320 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197000646 19566772224 449320 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19108176 memory=8246768630843345749 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 197000647 19566772224 449320 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197000668 19566772224 449320 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 8.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1797280 KiB

[startup+12.7008 s]
/proc/loadavg: 4.13 4.15 4.17 8/330 1050186
/proc/meminfo: memFree=120951296/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19108176 memory=1811772 CPUtime=15.16 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 23755 0 0 0 1477 39 0 0 20 0 20 0 197000643 19566772224 452943 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4777044 452943 5903 1 0 752499 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19108176 memory=0 CPUtime=12.27 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 8576 0 0 0 1193 34 0 0 20 0 20 0 197000643 19566772224 452943 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197000646 19566772224 452943 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19108176 memory=1811772 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 197000647 19566772224 452943 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19108176 memory=-7163640939822278238 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197000668 19566772224 452943 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 15.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1811772 KiB

[startup+25.5003 s]
/proc/loadavg: 4.17 4.16 4.17 5/330 1050188
/proc/meminfo: memFree=116800512/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19108176 memory=1824228 CPUtime=28.02 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 27742 0 0 0 2762 40 0 0 20 0 20 0 197000643 19566772224 456057 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4777044 456057 5916 1 0 752499 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19108176 memory=0 CPUtime=24.86 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 10544 0 0 0 2451 35 0 0 20 0 20 0 197000643 19566772224 456057 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197000646 19566772224 456057 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19108176 memory=1822072 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 197000647 19566772224 456057 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19108176 memory=1822076 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197000668 19566772224 456057 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 28.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1824228 KiB

[startup+51.1059 s]
/proc/loadavg: 4.11 4.15 4.17 5/330 1050193
/proc/meminfo: memFree=116130504/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19108176 memory=2396964 CPUtime=54.13 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 36343 0 0 0 5359 54 0 0 20 0 20 0 197000643 19566772224 599241 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4777044 599241 5916 1 0 886191 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19108176 memory=0 CPUtime=49.79 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 13565 0 0 0 4933 46 0 0 20 0 20 0 197000643 19566772224 599241 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0

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

/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 1914 0 0 0 0 0 0 0 20 0 20 0 197000647 19566772224 1108132 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19108176 memory=4432528 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197000668 19566772224 1108132 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 1313.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4432528 KiB

[startup+1362.3 s]
/proc/loadavg: 4.21 4.18 4.18 5/332 1050987
/proc/meminfo: memFree=109579156/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19108176 memory=4432820 CPUtime=1373.49 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 163862 0 0 0 137173 176 0 0 20 0 20 0 197000643 19566772224 1108205 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4777044 1108205 5916 1 0 1139093 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19108176 memory=4432528 CPUtime=1341 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 82608 0 0 0 134020 80 0 0 20 0 20 0 197000643 19566772224 1108205 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19108176 memory=4432528 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197000646 19566772224 1108205 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19108176 memory=4432528 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 2012 0 0 0 0 0 0 0 20 0 20 0 197000647 19566772224 1108205 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197000668 19566772224 1108205 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 1373.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4432820 KiB

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

# cumulated CPU time of all completed processes:  user=1390.76 s, system=1.80433 s

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

[startup+1369.6 s]
/proc/loadavg: 4.18 4.17 4.18 6/332 1050988
/proc/meminfo: memFree=109576692/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19108176 memory=4433084 CPUtime=1380.98 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 167383 0 0 0 137921 177 0 0 20 0 20 0 197000643 19566772224 1108271 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4777044 1108271 5916 1 0 1139138 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19108176 memory=4432528 CPUtime=1348.08 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 84506 0 0 0 134728 80 0 0 20 0 20 0 197000643 19566772224 1108271 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197000646 19566772224 1108271 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19108176 memory=47616 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 2012 0 0 0 0 0 0 0 20 0 20 0 197000647 19566772224 1108271 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197000668 19566772224 1108271 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 1380.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4433084 KiB

[startup+1376 s]*
/proc/loadavg: 4.16 4.17 4.18 5/332 1050988
/proc/meminfo: memFree=109572520/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19108176 memory=4433096 CPUtime=1387.51 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 167639 0 0 0 138574 177 0 0 20 0 20 0 197000643 19566772224 1108274 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4777044 1108274 5916 1 0 1139147 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19108176 memory=-7811877811187246438 CPUtime=1354.33 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 84707 0 0 0 135353 80 0 0 20 0 20 0 197000643 19566772224 1108274 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19108176 memory=13652 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197000646 19566772224 1108274 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19108176 memory=11416 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 2012 0 0 0 0 0 0 0 20 0 20 0 197000647 19566772224 1108274 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19108176 memory=11416 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197000668 19566772224 1108274 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 1387.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4433096 KiB

[startup+1379.2 s]
/proc/loadavg: 4.15 4.17 4.18 5/332 1050990
/proc/meminfo: memFree=109572352/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19108176 memory=4433140 CPUtime=1390.86 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 167813 0 0 0 138909 177 0 0 20 0 20 0 197000643 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4777044 1108285 5916 1 0 1139149 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19108176 memory=4433096 CPUtime=1357.36 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 84737 0 0 0 135656 80 0 0 20 0 20 0 197000643 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19108176 memory=47616 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197000646 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 2012 0 0 0 0 0 0 0 20 0 20 0 197000647 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19108176 memory=4433136 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197000668 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 1390.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4433140 KiB

[startup+1380 s]*
/proc/loadavg: 4.15 4.17 4.18 5/332 1050990
/proc/meminfo: memFree=109572324/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19108176 memory=4433140 CPUtime=1391.67 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 167813 0 0 0 138990 177 0 0 20 0 20 0 197000643 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4777044 1108285 5916 1 0 1139149 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19108176 memory=-7811877811187246438 CPUtime=1358.16 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 84737 0 0 0 135736 80 0 0 20 0 20 0 197000643 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197000646 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19108176 memory=47616 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 2012 0 0 0 0 0 0 0 20 0 20 0 197000647 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197000668 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 1391.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4433140 KiB

[startup+1380.4 s]
/proc/loadavg: 4.15 4.17 4.18 5/332 1050990
/proc/meminfo: memFree=109572324/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19108176 memory=4433140 CPUtime=1392.06 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 167813 0 0 0 139029 177 0 0 20 0 20 0 197000643 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4777044 1108285 5916 1 0 1139149 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19108176 memory=31428 CPUtime=1358.55 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 84737 0 0 0 135775 80 0 0 20 0 20 0 197000643 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19108176 memory=30224 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197000646 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19108176 memory=7352 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 2012 0 0 0 0 0 0 0 20 0 20 0 197000647 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19108176 memory=3704 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197000668 19566772224 1108285 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 1392.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4433140 KiB

[startup+1380.6 s]
/proc/loadavg: 4.15 4.17 4.18 5/332 1050990
/proc/meminfo: memFree=109572324/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19108176 memory=4433252 CPUtime=1392.29 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 170249 0 0 0 139051 178 0 0 20 0 20 0 197000643 19566772224 1108313 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4777044 1108313 5916 1 0 1139177 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19108176 memory=47616 CPUtime=1358.75 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) R 1049958 1049961 1047777 0 -1 4194368 85730 0 0 0 135795 80 0 0 20 0 20 0 197000643 19566772224 1108313 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197000646 19566772224 1108313 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19108176 memory=5448 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 2012 0 0 0 0 0 0 0 20 0 20 0 197000647 19566772224 1108313 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049980] ppid=1049958 vsize=19108176 memory=16160 CPUtime=0 cores=5,7
/proc/1049961/task/1049980/stat : 1049980 (Timer-0) S 1049958 1049961 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197000668 19566772224 1108313 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 1392.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4433252 KiB

[startup+1380.7 s]
/proc/loadavg: 4.15 4.17 4.18 5/332 1050990
/proc/meminfo: memFree=109572324/131524600 swapFree=131071996/131071996
[pid=1049961] ppid=1049958 vsize=19241304 memory=4433624 CPUtime=1392.44 cores=5,7
/proc/1049961/stat : 1049961 (java) S 1049958 1049961 1047777 0 -1 1077936128 172242 0 0 0 139066 178 0 0 20 0 20 0 197000643 19703095296 1108406 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
/proc/1049961/statm: 4810326 1108406 5915 1 0 1139779 0
[pid=1049961/tid=1049963] ppid=1049958 vsize=19241304 memory=4432528 CPUtime=1358.84 cores=5,7
/proc/1049961/task/1049963/stat : 1049963 (java) S 1049958 1049961 1047777 0 -1 1077936192 86697 0 0 0 135804 80 0 0 20 0 20 0 197000643 19703095296 1108406 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049972] ppid=1049958 vsize=19241304 memory=4432528 CPUtime=0 cores=5,7
/proc/1049961/task/1049972/stat : 1049972 (Finalizer) S 1049958 1049961 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197000646 19703095296 1108406 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
[pid=1049961/tid=1049979] ppid=1049958 vsize=19241304 memory=11400 CPUtime=0 cores=5,7
/proc/1049961/task/1049979/stat : 1049979 (Common-Cleaner) S 1049958 1049961 1047777 0 -1 1077936192 2012 0 0 0 0 0 0 0 20 0 20 0 197000647 19703095296 1108406 134679101440 93908989796352 93908989800048 140721042679168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93908989807864 93908989808656 93908991664128 140721042682862 140721042682975 140721042682975 140721042689992 0
Current children cumulated CPU time: 1392.44 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 4433624 KiB

Child status: 20

Real time (s): 1380.78
CPU time (s): 1392.56
CPU user time (s): 1390.76
CPU system time (s): 1.80433
CPU usage (%): 100.853
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 4433624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1390.76
system time used= 1.80433
maximum resident set size= 4434812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172732
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55962
involuntary context switches= 3913


# summary of solver processes directly reported to runsolver:
#   pid: 1049961
#   total CPU time (s): 1392.56
#   total CPU user time (s): 1390.76
#   total CPU system time (s): 1.80433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.95572 second user time and 7.24327 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-20 06:06:56
IDJOB=4452715
IDBENCH=165296
IDSOLVER=3046
FILE ID=nodeC015/4452715-1721448404
RUNJOBID= nodeC015-1721444822-1047790
SLURM_JOB_ID= 7545658
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP045.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452715-1721448404/watcher-4452715-1721448404 -o /tmp/evaluation-result-4452715-1721448404/solver-4452715-1721448404 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721444822-1047790 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452715-1721448404.opb

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

MD5SUM BENCH= 9f172948e58fb5a8063ac37667d22320
RANDOM SEED=1801276278

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116718308 kB
MemAvailable:   117990172 kB
Buffers:          546868 kB
Cached:          1558744 kB
SwapCached:            0 kB
Active:          1704672 kB
Inactive:       12440728 kB
Active(anon):       1548 kB
Inactive(anon): 12083820 kB
Active(file):    1703124 kB
Inactive(file):   356908 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               948 kB
Writeback:            24 kB
AnonPages:      12037484 kB
Mapped:           127924 kB
Shmem:             45912 kB
KReclaimable:     102956 kB
Slab:             216544 kB
SReclaimable:     102956 kB
SUnreclaim:       113588 kB
KernelStack:        4948 kB
PageTables:        33748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12909792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11671552 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:      291540 kB
DirectMap2M:    38279168 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC015 at 2024-07-20 06:29:57