Trace number 4451131

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 Cutting Planes 2024 2024-07-12? (TO) 3600.21 3543.39

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v111-n1.opb
MD5SUM66220fca8952fbecf83bd47731654b15
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.022356
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables333
Total number of constraints111
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)111
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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 		2106806208
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.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Use constraints as they come during conflict analysis
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: EFFECTIVE
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Dynamic restart strategy considering the size of the coefficients
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4451131-1721426488.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.026s.
0.13/0.19	c declared #vars     333
0.13/0.19	c #constraints  222
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 222
0.13/0.19	c 222 constraints processed.
7.37/4.75	c cleaning 2497 clauses out of 5004 with flag 0/5004
12.39/9.55	c cleaning 4248 clauses out of 8507 with flag 0/11004
18.82/15.87	c cleaning 5621 clauses out of 11256 with flag 0/18001
26.26/23.23	c cleaning 6807 clauses out of 13635 with flag 0/26001
34.67/31.56	c cleaning 7900 clauses out of 15829 with flag 0/35002
45.03/41.67	c cleaning 8956 clauses out of 17927 with flag 0/45000
57.64/54.07	c cleaning 9971 clauses out of 19971 with flag 0/56000
77.56/73.76	c cleaning 10980 clauses out of 22000 with flag 0/68000
95.39/91.24	c cleaning 12005 clauses out of 24023 with flag 0/81003
111.32/106.82	c cleaning 13003 clauses out of 26016 with flag 0/95001
134.72/129.33	c cleaning 14000 clauses out of 28014 with flag 0/110002
160.15/154.26	c cleaning 14996 clauses out of 30016 with flag 0/126004
181.08/174.82	c cleaning 15998 clauses out of 32017 with flag 0/143001
206.76/200.03	c cleaning 17001 clauses out of 34019 with flag 0/161001
231.16/223.99	c cleaning 18006 clauses out of 36019 with flag 0/180002
259.76/251.96	c cleaning 18997 clauses out of 38011 with flag 0/200000
297.13/288.56	c cleaning 20003 clauses out of 40017 with flag 0/221003
325.64/316.74	c cleaning 21005 clauses out of 42011 with flag 0/243000
349.91/340.55	c cleaning 22000 clauses out of 44006 with flag 0/266000
374.49/364.58	c cleaning 23003 clauses out of 46009 with flag 0/290003
409.77/398.62	c cleaning 24011 clauses out of 48021 with flag 0/315018
443.65/431.57	c cleaning 24996 clauses out of 49992 with flag 0/341000
477.02/464.10	c cleaning 25996 clauses out of 51996 with flag 0/368000
514.36/500.44	c cleaning 27008 clauses out of 54015 with flag 0/396015
551.51/536.81	c cleaning 28002 clauses out of 56003 with flag 0/425011
591.11/575.74	c cleaning 28975 clauses out of 57990 with flag 0/455000
632.11/615.92	c cleaning 30008 clauses out of 60015 with flag 0/486000
692.95/675.62	c cleaning 31002 clauses out of 62010 with flag 0/518003
736.21/718.23	c cleaning 32005 clauses out of 64009 with flag 0/551004
796.52/777.36	c cleaning 32996 clauses out of 66000 with flag 0/585000
864.20/844.25	c cleaning 34002 clauses out of 68004 with flag 0/620000
922.77/901.82	c cleaning 35009 clauses out of 70018 with flag 0/656016
968.74/946.99	c cleaning 35983 clauses out of 71997 with flag 0/693004
1033.31/1010.49	c cleaning 36982 clauses out of 74010 with flag 0/731000
1102.29/1078.42	c cleaning 38013 clauses out of 76031 with flag 0/770003
1175.71/1151.21	c cleaning 39006 clauses out of 78015 with flag 0/810000
1257.25/1231.52	c cleaning 40006 clauses out of 80014 with flag 0/851005
1343.89/1316.82	c cleaning 41005 clauses out of 82009 with flag 0/893006
1418.19/1390.09	c cleaning 42002 clauses out of 84003 with flag 0/936005
1507.83/1478.83	c cleaning 42992 clauses out of 85996 with flag 0/980000
1600.54/1570.36	c cleaning 43980 clauses out of 88005 with flag 0/1025001
1703.09/1671.68	c cleaning 45007 clauses out of 90032 with flag 0/1071008
1804.69/1772.15	c cleaning 46006 clauses out of 92018 with flag 0/1118001
1902.68/1868.85	c cleaning 47004 clauses out of 94011 with flag 0/1166000
1990.69/1955.28	c cleaning 47995 clauses out of 96007 with flag 0/1215000
2110.53/2073.78	c cleaning 48995 clauses out of 98013 with flag 0/1265001
2252.66/2213.82	c cleaning 50000 clauses out of 100029 with flag 0/1316012
2402.60/2361.83	c cleaning 50989 clauses out of 102017 with flag 0/1368000
2569.74/2527.16	c cleaning 52000 clauses out of 104034 with flag 0/1421006
2714.49/2670.23	c cleaning 52992 clauses out of 106029 with flag 0/1475001
2832.86/2786.01	c cleaning 54002 clauses out of 108037 with flag 0/1530001
2960.64/2912.17	c cleaning 55007 clauses out of 110039 with flag 0/1586005
3101.38/3050.71	c cleaning 55988 clauses out of 112027 with flag 0/1643000
3263.71/3211.47	c cleaning 57003 clauses out of 114039 with flag 0/1701000
3458.96/3404.03	c cleaning 58010 clauses out of 116036 with flag 0/1760000
3600.07/3543.32	c starts		: 69
3600.07/3543.32	c conflicts		: 1810346
3600.07/3543.32	c decisions		: 2730003
3600.07/3543.32	c propagations		: 20187461
3600.07/3543.32	c inspects		: 3156490413
3600.07/3543.32	c shortcuts		: 0
3600.07/3543.32	c learnt literals	: 0
3600.07/3543.32	c learnt binary clauses	: 0
3600.07/3543.32	c learnt ternary clauses	: 0
3600.07/3543.32	c learnt constraints	: 1810345
3600.07/3543.32	c ignored constraints	: 0
3600.07/3543.32	c root simplifications	: 0
3600.07/3543.32	c removed literals (reason simplification)	: 0
3600.07/3543.32	c reason swapping (by a shorter reason)	: 0
3600.07/3543.32	c Calls to reduceDB	: 55
3600.07/3543.32	c Number of update (reduction) of LBD	: 1061121
3600.07/3543.32	c Imported unit clauses	: 0
3600.07/3543.32	c No decision after first conflict	: false
3600.07/3543.32	c number of reductions to clauses (during analyze)	: 0
3600.07/3543.32	c number of learned constraints concerned by reduction	: 0
3600.07/3543.32	c number of learning phase by resolution	: 0
3600.07/3543.32	c number of learning phase by cutting planes	: 0
3600.07/3543.32	c number of rounding to 1 operations	: 0
3600.07/3543.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3543.32	c number of reductions of the coefficients by power 2 	: 0
3600.07/3543.32	c number of right shift for reduction by power 2 	: 0
3600.07/3543.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3543.32	c number of ending skipping 	: 0
3600.07/3543.32	c number of internal skipping 	: 0
3600.07/3543.32	c number of derivation steps 	: 17700326
3600.07/3543.32	c number of skipped derivation steps 	: 0
3600.07/3543.32	c number of remaining unassigned 	: 344947
3600.07/3543.32	c number of remaining assigned 	: 954238652
3600.07/3543.32	c number of falsified literals weakened from reason	: 0
3600.07/3543.32	c number of falsified literals weakened from conflict	: 0
3600.07/3543.32	c time for arithmetic operations	: 70047095400
3600.07/3543.33	c minimum degree of deleted constraints	: 1
3600.07/3543.33	c maximum degree of deleted constraints	: 59711934267023001637095167361674771520049596128301762354114642949046500384599371842520525218905714988141207929884731832645355115361497554861211873061718640837745063783131708202729065467049960715220000000000000000000000
3600.07/3543.33	c number of deleted constraints	: 1701974
3600.07/3543.33	c speed (assignments/second)	: 5697.6300353387805
3600.07/3543.33	c non guided choices	: 113
3600.07/3543.33	c timeout
3600.07/3543.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 56
3600.07/3543.37	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 26
3600.07/3543.37	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 108289
3600.07/3543.37	s UNKNOWN
3600.07/3543.37	c Total wall clock time (in seconds): 3543.216

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451131-1721426488/watcher-4451131-1721426488 -o /tmp/evaluation-result-4451131-1721426488/solver-4451131-1721426488 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721422956-1045727 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451131-1721426488.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
solver pid=1047881, runsolver pid=1047878
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.53 4.32 4.26 5/333 1047899
/proc/meminfo: memFree=117329632/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=18975048 memory=63012 CPUtime=0.13 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 7199 0 0 0 11 2 0 0 20 0 18 0 194812983 19430449152 15753 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4743762 15753 5655 1 0 549325 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 5741 0 0 0 7 1 0 0 20 0 18 0 194812983 19430449152 15753 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194812986 19430449152 15753 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=18975048 memory=14126753849302661 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194812986 19430449152 15753 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63012 KiB

[startup+0.206718 s]*
/proc/loadavg: 4.53 4.32 4.26 7/334 1047902
/proc/meminfo: memFree=117322764/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19041612 memory=69956 CPUtime=0.33 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 7834 0 0 0 31 2 0 0 20 0 19 0 194812983 19498610688 17489 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4760403 17489 5743 1 0 550002 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19041612 memory=6876556183782621315 CPUtime=0.17 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 6081 0 0 0 16 1 0 0 20 0 19 0 194812983 19498610688 17489 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19041612 memory=19020 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194812986 19498610688 17489 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19041612 memory=15544020042516216 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194812986 19498610688 17489 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194813002 19498610688 17489 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 69956 KiB

[startup+0.306019 s]*
/proc/loadavg: 4.53 4.32 4.26 6/334 1047902
/proc/meminfo: memFree=117308664/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19041612 memory=85076 CPUtime=0.51 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 8815 0 0 0 48 3 0 0 20 0 19 0 194812983 19498610688 21269 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4760403 21269 5837 1 0 550561 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19041612 memory=-7307756127898133599 CPUtime=0.25 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 6114 0 0 0 24 1 0 0 20 0 19 0 194812983 19498610688 21269 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194812986 19498610688 21269 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194812986 19498610688 21269 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194813002 19498610688 21269 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 85076 KiB

[startup+0.70073 s]
/proc/loadavg: 4.53 4.32 4.26 7/334 1047902
/proc/meminfo: memFree=117248116/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=175828 CPUtime=1.27 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 13581 0 0 0 121 6 0 0 20 0 20 0 194812983 19566772224 43957 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 43957 5837 1 0 553849 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19108176 memory=48568 CPUtime=0.6 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 6160 0 0 0 56 4 0 0 20 0 20 0 194812983 19566772224 43957 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 43957 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19108176 memory=2232 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 43957 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19108176 memory=1892 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194813002 19566772224 43957 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175828 KiB

[startup+1.50073 s]
/proc/loadavg: 4.53 4.32 4.26 6/335 1047903
/proc/meminfo: memFree=117197020/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=200932 CPUtime=2.83 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 27783 0 0 0 276 7 0 0 20 0 20 0 194812983 19566772224 50233 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 50233 5837 1 0 558961 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19108176 memory=12576 CPUtime=1.36 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 6216 0 0 0 132 4 0 0 20 0 20 0 194812983 19566772224 50233 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 50233 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19108176 memory=2232 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 50233 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19108176 memory=1892 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194813002 19566772224 50233 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 200932 KiB

[startup+3.10575 s]
/proc/loadavg: 4.53 4.32 4.26 5/335 1047903
/proc/meminfo: memFree=116378648/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=482564 CPUtime=5.75 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 30662 0 0 0 562 13 0 0 20 0 20 0 194812983 19566772224 120641 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 120641 5869 1 0 558966 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19108176 memory=0 CPUtime=2.91 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 7062 0 0 0 283 8 0 0 20 0 20 0 194812983 19566772224 120641 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19108176 memory=-7307756127898133599 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 120641 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 120641 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19108176 memory=2232 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194813002 19566772224 120641 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 5.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 482564 KiB

[startup+6.30027 s]
/proc/loadavg: 4.65 4.35 4.27 5/335 1047903
/proc/meminfo: memFree=115965900/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=894112 CPUtime=9.07 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 32191 0 0 0 885 22 0 0 20 0 20 0 194812983 19566772224 223528 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 223528 5869 1 0 665541 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19108176 memory=2232 CPUtime=6.01 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 8137 0 0 0 585 16 0 0 20 0 20 0 194812983 19566772224 223528 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 223528 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 223528 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194813002 19566772224 223528 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 9.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 894112 KiB

[startup+12.7003 s]
/proc/loadavg: 4.68 4.36 4.27 5/335 1047904
/proc/meminfo: memFree=115360424/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=1623328 CPUtime=15.7 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 32970 0 0 0 1533 37 0 0 20 0 20 0 194812983 19566772224 405832 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 405832 5869 1 0 665545 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19108176 memory=12576 CPUtime=12.22 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 8781 0 0 0 1193 29 0 0 20 0 20 0 194812983 19566772224 405832 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19108176 memory=1486092 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 405832 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19108176 memory=48568 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 405832 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194813002 19566772224 405832 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 15.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1623328 KiB

[startup+25.5003 s]
/proc/loadavg: 4.60 4.36 4.27 6/335 1047906
/proc/meminfo: memFree=115155092/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=1852112 CPUtime=28.59 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 36997 0 0 0 2816 43 0 0 20 0 20 0 194812983 19566772224 463028 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 463028 5869 1 0 792976 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19108176 memory=6944656574621848725 CPUtime=24.71 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 10807 0 0 0 2437 34 0 0 20 0 20 0 194812983 19566772224 463028 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19108176 memory=11604 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 463028 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19108176 memory=3484 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 463028 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194813002 19566772224 463028 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 28.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1852112 KiB

[startup+51.1057 s]
/proc/loadavg: 4.40 4.33 4.27 5/335 1047910
/proc/meminfo: memFree=114559016/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=2175996 CPUtime=54.7 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 45017 0 0 0 5418 52 0 0 20 0 20 0 194812983 19566772224 543999 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 543999 5869 1 0 792986 0

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

/proc/meminfo: memFree=112877940/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=3658296 CPUtime=3274.71 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 351468 0 0 0 327198 273 0 0 20 0 20 0 194812983 19566772224 914574 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 914574 5914 1 0 927436 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19108176 memory=3658284 CPUtime=3130.27 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 167472 0 0 0 312951 76 0 0 20 0 20 0 194812983 19566772224 914574 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 179 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19108176 memory=11604 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914574 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19108176 memory=11604 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 3379 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914574 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19108176 memory=11604 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194813002 19566772224 914574 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 3274.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658296 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.28 4.27 5/332 1050232
/proc/meminfo: memFree=112877980/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=3658296 CPUtime=3335.34 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 352748 0 0 0 333259 275 0 0 20 0 20 0 194812983 19566772224 914574 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 914574 5914 1 0 927436 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19108176 memory=3658296 CPUtime=3188.6 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 168403 0 0 0 318784 76 0 0 20 0 20 0 194812983 19566772224 914574 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 182 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19108176 memory=3658296 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914574 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19108176 memory=28488 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 3473 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914574 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19108176 memory=3658296 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194813002 19566772224 914574 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 3335.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658296 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.26 4.26 5/332 1050242
/proc/meminfo: memFree=112877356/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=3658316 CPUtime=3396.49 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 366395 0 0 0 339369 280 0 0 20 0 20 0 194812983 19566772224 914579 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 914579 5914 1 0 927437 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19108176 memory=12576 CPUtime=3247.26 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 172085 0 0 0 324650 76 0 0 20 0 20 0 194812983 19566772224 914579 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 182 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19108176 memory=2232 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914579 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19108176 memory=32940 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 3473 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914579 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19108176 memory=3658316 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194813002 19566772224 914579 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 3396.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658316 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.24 4.26 5/335 1050424
/proc/meminfo: memFree=112876016/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=3658332 CPUtime=3457.26 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 371359 0 0 0 345443 283 0 0 20 0 20 0 194812983 19566772224 914583 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 914583 5914 1 0 927483 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19108176 memory=3658304 CPUtime=3306 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 175035 0 0 0 330523 77 0 0 20 0 20 0 194812983 19566772224 914583 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 185 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914583 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19108176 memory=3658332 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 3567 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914583 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19108176 memory=3658332 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194813002 19566772224 914583 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 3457.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658332 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.21 4.25 5/335 1050434
/proc/meminfo: memFree=112876392/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=3658508 CPUtime=3517.99 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 376283 0 0 0 351513 286 0 0 20 0 20 0 194812983 19566772224 914627 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 914627 5914 1 0 927483 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19108176 memory=3658304 CPUtime=3364.35 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 178406 0 0 0 336358 77 0 0 20 0 20 0 194812983 19566772224 914627 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 191 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19108176 memory=3658496 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914627 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19108176 memory=3658496 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 3612 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914627 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19108176 memory=3658496 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194813002 19566772224 914627 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 3517.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658508 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.21 4.25 5/336 1050515
/proc/meminfo: memFree=115395492/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=3658508 CPUtime=3578.81 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 377615 0 0 0 357592 289 0 0 20 0 20 0 194812983 19566772224 914627 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 914627 5914 1 0 927483 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19108176 memory=3658496 CPUtime=3422.94 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 179451 0 0 0 342216 78 0 0 20 0 20 0 194812983 19566772224 914627 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 195 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19108176 memory=48568 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914627 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19108176 memory=3658496 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 3706 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914627 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19108176 memory=-7811877811187245923 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194813002 19566772224 914627 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 3578.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3543.3 s]
/proc/loadavg: 4.13 4.20 4.24 6/335 1050518
/proc/meminfo: memFree=115362176/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=3658512 CPUtime=3600.07 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 381148 0 0 0 359716 291 0 0 20 0 20 0 194812983 19566772224 914628 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 914628 5914 1 0 927483 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19108176 memory=37196 CPUtime=3443.46 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 181420 0 0 0 344268 78 0 0 20 0 20 0 194812983 19566772224 914628 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 198 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19108176 memory=3658512 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914628 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19108176 memory=3658512 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 3706 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914628 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19108176 memory=32940 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194813002 19566772224 914628 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658512 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.28 s, system=2.93129 s

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

[startup+3543.3 s]
/proc/loadavg: 4.13 4.20 4.24 6/335 1050518
/proc/meminfo: memFree=115362176/131524600 swapFree=131071996/131071996
[pid=1047881] ppid=1047878 vsize=19108176 memory=3658512 CPUtime=3600.07 cores=1,3
/proc/1047881/stat : 1047881 (java) S 1047878 1047881 1045715 0 -1 1077936128 381148 0 0 0 359716 291 0 0 20 0 20 0 194812983 19566772224 914628 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
/proc/1047881/statm: 4777044 914628 5914 1 0 927483 0
[pid=1047881/tid=1047883] ppid=1047878 vsize=19108176 memory=37196 CPUtime=3443.46 cores=1,3
/proc/1047881/task/1047883/stat : 1047883 (java) R 1047878 1047881 1045715 0 -1 4194368 181420 0 0 0 344268 78 0 0 20 0 20 0 194812983 19566772224 914628 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 198 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047892] ppid=1047878 vsize=19108176 memory=3658512 CPUtime=0 cores=1,3
/proc/1047881/task/1047892/stat : 1047892 (Finalizer) S 1047878 1047881 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914628 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047899] ppid=1047878 vsize=19108176 memory=3658512 CPUtime=0 cores=1,3
/proc/1047881/task/1047899/stat : 1047899 (Common-Cleaner) S 1047878 1047881 1045715 0 -1 1077936192 3706 0 0 0 0 0 0 0 20 0 20 0 194812986 19566772224 914628 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
[pid=1047881/tid=1047900] ppid=1047878 vsize=19108176 memory=32940 CPUtime=0 cores=1,3
/proc/1047881/task/1047900/stat : 1047900 (Timer-0) S 1047878 1047881 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194813002 19566772224 914628 134679101440 93899597787136 93899597790832 140731624942160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93899597798648 93899597799440 93899621072896 140731624948723 140731624948831 140731624948831 140731624955848 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658512 KiB

Child status: 143

Real time (s): 3543.39
CPU time (s): 3600.21
CPU user time (s): 3597.28
CPU system time (s): 2.93129
CPU usage (%): 101.604
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3658512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.28
system time used= 2.93129
maximum resident set size= 3660288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 384718
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155306
involuntary context switches= 17470


# summary of solver processes directly reported to runsolver:
#   pid: 1047881
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.28
#   total CPU system time (s): 2.93129

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.79063 second user time and 18.1835 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-20 00:01:41
IDJOB=4451131
IDBENCH=162377
IDSOLVER=3052
FILE ID=nodeC022/4451131-1721426488
RUNJOBID= nodeC022-1721422956-1045727
SLURM_JOB_ID= 7545605
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v111-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451131-1721426488/watcher-4451131-1721426488 -o /tmp/evaluation-result-4451131-1721426488/solver-4451131-1721426488 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721422956-1045727 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451131-1721426488.opb

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

MD5SUM BENCH= 66220fca8952fbecf83bd47731654b15
RANDOM SEED=784195162

nodeC022.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		: 3600.247
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.66
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		: 3661.608
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.96
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		: 3674.522
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.66
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		: 3641.090
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.96
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		: 3674.587
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.66
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		: 3684.595
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.96
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		: 3600.010
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117371564 kB
MemAvailable:   119958016 kB
Buffers:          526564 kB
Cached:          2884732 kB
SwapCached:            0 kB
Active:          1227612 kB
Inactive:       12248404 kB
Active(anon):       1548 kB
Inactive(anon): 10109076 kB
Active(file):    1226064 kB
Inactive(file):  2139328 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:      10064044 kB
Mapped:           127800 kB
Shmem:             45912 kB
KReclaimable:     121412 kB
Slab:             238268 kB
SReclaimable:     121412 kB
SUnreclaim:       116856 kB
KernelStack:        5088 kB
PageTables:        29820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11369092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70784 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9687040 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:    28872704 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC022 at 2024-07-20 01:00:44