Trace number 4452751

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.2 3580.89

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP115.shuf-1.opb
MD5SUMa3c218acab88c9e5abe907b008036492
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 benchmark8.83428
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33930
Total number of constraints6787
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)12
Number of constraints which are nor clauses,nor cardinality constraints6775
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
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.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4452751-1721449861.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  no objective function found
1.60/0.91	c ... done. Wall clock time 0.75s.
1.60/0.91	c declared #vars     33930
1.60/0.91	c #constraints  6787
1.60/0.91	c constraints type 
1.60/0.91	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 6787
1.60/0.91	c 6787 constraints processed.
5.17/2.78	c cleaning 2501 clauses out of 5001 with flag 0/5001
8.43/5.50	c cleaning 4244 clauses out of 8499 with flag 0/11000
14.19/11.08	c cleaning 5600 clauses out of 11255 with flag 0/18000
17.44/13.89	c cleaning 6733 clauses out of 13656 with flag 0/26001
22.22/18.50	c cleaning 7951 clauses out of 15922 with flag 0/35000
28.07/24.35	c cleaning 8982 clauses out of 17971 with flag 0/45000
34.34/30.49	c cleaning 9977 clauses out of 19990 with flag 0/56001
52.57/48.56	c cleaning 10983 clauses out of 22012 with flag 0/68000
58.85/54.78	c cleaning 11898 clauses out of 24029 with flag 0/81000
67.19/62.90	c cleaning 13007 clauses out of 26131 with flag 0/95000
78.08/73.67	c cleaning 14035 clauses out of 28126 with flag 0/110002
89.75/85.03	c cleaning 15014 clauses out of 30090 with flag 0/126001
109.91/104.90	c cleaning 16003 clauses out of 32075 with flag 0/143000
125.63/120.49	c cleaning 16995 clauses out of 34073 with flag 0/161001
179.38/173.50	c cleaning 17952 clauses out of 36077 with flag 0/180000
392.65/386.25	c cleaning 19021 clauses out of 38125 with flag 0/200000
407.72/401.25	c cleaning 20001 clauses out of 40104 with flag 0/221000
423.80/417.04	c cleaning 20977 clauses out of 42103 with flag 0/243000
510.73/503.44	c cleaning 21995 clauses out of 44126 with flag 0/266000
797.60/789.58	c cleaning 23060 clauses out of 46131 with flag 0/290000
1222.03/1213.97	c cleaning 24031 clauses out of 48071 with flag 0/315000
1490.23/1481.01	c cleaning 25010 clauses out of 50040 with flag 0/341000
1741.10/1730.90	c cleaning 26009 clauses out of 52032 with flag 0/368002
2074.26/2063.12	c cleaning 27004 clauses out of 54024 with flag 0/396003
2148.44/2136.43	c cleaning 28006 clauses out of 56020 with flag 0/425003
2272.40/2259.42	c cleaning 28999 clauses out of 58011 with flag 0/455000
2419.82/2406.38	c cleaning 29996 clauses out of 60012 with flag 0/486000
2930.46/2917.25	c cleaning 30995 clauses out of 62017 with flag 0/518001
3012.71/2998.32	c cleaning 32002 clauses out of 64021 with flag 0/551000
3424.81/3409.57	c cleaning 33001 clauses out of 66019 with flag 0/585000
3538.36/3521.36	c cleaning 34003 clauses out of 68018 with flag 0/620000
3600.07/3580.82	c starts		: 14
3600.07/3580.82	c conflicts		: 648744
3600.07/3580.82	c decisions		: 2204611
3600.07/3580.82	c propagations		: 6527082
3600.07/3580.82	c inspects		: 1426158668
3600.07/3580.82	c shortcuts		: 0
3600.07/3580.82	c learnt literals	: 0
3600.07/3580.82	c learnt binary clauses	: 0
3600.07/3580.82	c learnt ternary clauses	: 0
3600.07/3580.82	c learnt constraints	: 648744
3600.07/3580.82	c ignored constraints	: 0
3600.07/3580.82	c root simplifications	: 0
3600.07/3580.82	c removed literals (reason simplification)	: 0
3600.07/3580.82	c reason swapping (by a shorter reason)	: 0
3600.07/3580.82	c Calls to reduceDB	: 31
3600.07/3580.82	c Number of update (reduction) of LBD	: 420885
3600.07/3580.82	c Imported unit clauses	: 0
3600.07/3580.82	c No decision after first conflict	: false
3600.07/3580.82	c number of reductions to clauses (during analyze)	: 0
3600.07/3580.82	c number of learned constraints concerned by reduction	: 0
3600.07/3580.82	c number of learning phase by resolution	: 0
3600.07/3580.82	c number of learning phase by cutting planes	: 0
3600.07/3580.82	c number of rounding to 1 operations	: 0
3600.07/3580.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3580.82	c number of reductions of the coefficients by power 2 	: 0
3600.07/3580.82	c number of right shift for reduction by power 2 	: 0
3600.07/3580.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3580.82	c number of ending skipping 	: 0
3600.07/3580.82	c number of internal skipping 	: 0
3600.07/3580.82	c number of derivation steps 	: 2805483
3600.07/3580.82	c number of skipped derivation steps 	: 0
3600.07/3580.82	c number of remaining unassigned 	: 2696603
3600.07/3580.82	c number of remaining assigned 	: 156221929
3600.07/3580.82	c number of falsified literals weakened from reason	: 0
3600.07/3580.82	c number of falsified literals weakened from conflict	: 0
3600.07/3580.82	c time for arithmetic operations	: 45525245014
3600.07/3580.82	c timeout
3600.07/3580.82	c minimum degree of deleted constraints	: 1
3600.07/3580.82	c maximum degree of deleted constraints	: 141643883888017621061997861613714503570514858160566982663851473944177276624882653891953291733219515399831384329648511580364625638814365117624671909659185577552179678333512991148011809823299733552014305049081879260085339624428640202847612055988688461479941719178001598897495206059320684485755949581482329595033112660
3600.07/3580.82	c number of deleted constraints	: 585985
3600.07/3580.82	c speed (assignments/second)	: 1823.2581915695969
3600.07/3580.82	c non guided choices	: 71365
3600.07/3580.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 154
3600.07/3580.86	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 62605
3600.07/3580.86	s UNKNOWN
3600.07/3580.86	c Total wall clock time (in seconds): 3580.711

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (57099 MiB free)
  memory of node 1: 64473 MiB (58121 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452751-1721449861/watcher-4452751-1721449861 -o /tmp/evaluation-result-4452751-1721449861/solver-4452751-1721449861 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721442671-1060301 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452751-1721449861.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100081 s]*
/proc/loadavg: 4.24 4.29 4.25 6/334 1065508
/proc/meminfo: memFree=117942644/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=18975048 memory=64388 CPUtime=0.13 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 7203 0 0 0 11 2 0 0 20 0 18 0 197148508 19430449152 16097 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4743762 16097 5515 1 0 549323 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 5763 0 0 0 7 1 0 0 20 0 18 0 197148509 19430449152 16097 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197148511 19430449152 16097 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197148512 19430449152 16097 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64388 KiB

[startup+0.206601 s]*
/proc/loadavg: 4.24 4.29 4.25 7/334 1065508
/proc/meminfo: memFree=117883396/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=18975048 memory=124776 CPUtime=0.32 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 7642 0 0 0 29 3 0 0 20 0 18 0 197148508 19430449152 31194 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4743762 31194 5858 1 0 549682 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 6057 0 0 0 15 3 0 0 20 0 18 0 197148509 19430449152 31194 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=18975048 memory=1905144 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197148511 19430449152 31194 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197148512 19430449152 31194 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 124776 KiB

[startup+0.30779 s]*
/proc/loadavg: 4.24 4.29 4.25 8/335 1065509
/proc/meminfo: memFree=117841436/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19041612 memory=166028 CPUtime=0.49 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 9365 0 0 0 45 4 0 0 20 0 19 0 197148508 19498610688 41507 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4760403 41507 5858 1 0 551091 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19041612 memory=-7451308366020633443 CPUtime=0.24 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 6083 0 0 0 21 3 0 0 20 0 19 0 197148509 19498610688 41507 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197148511 19498610688 41507 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197148512 19498610688 41507 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166028 KiB

[startup+0.704511 s]
/proc/loadavg: 4.24 4.29 4.25 6/335 1065509
/proc/meminfo: memFree=117692964/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19041612 memory=861320 CPUtime=1.23 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 14902 0 0 0 104 19 0 0 20 0 19 0 197148508 19498610688 215330 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4760403 215330 5874 1 0 1286252 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19041612 memory=5628 CPUtime=0.57 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 6399 0 0 0 42 15 0 0 20 0 19 0 197148509 19498610688 215330 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19041612 memory=13124 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197148511 19498610688 215330 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197148512 19498610688 215330 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 861320 KiB

[startup+1.5006 s]
/proc/loadavg: 4.24 4.29 4.25 8/336 1065510
/proc/meminfo: memFree=116861232/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19108176 memory=1220072 CPUtime=2.79 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 22969 0 0 0 253 26 0 0 20 0 20 0 197148508 19566772224 305018 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4777044 305018 5874 1 0 1290692 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19108176 memory=13124 CPUtime=1.24 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 6638 0 0 0 103 21 0 0 20 0 20 0 197148509 19566772224 305018 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148511 19566772224 305018 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197148512 19566772224 305018 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065510] ppid=1065487 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1065490/task/1065510/stat : 1065510 (Timer-0) S 1065487 1065490 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148600 19566772224 305018 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1220072 KiB

[startup+3.10579 s]
/proc/loadavg: 4.24 4.29 4.25 5/336 1065510
/proc/meminfo: memFree=115638660/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19108176 memory=2062944 CPUtime=5.8 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 23623 0 0 0 536 44 0 0 20 0 20 0 197148508 19566772224 515736 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4777044 515736 5874 1 0 1290751 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19108176 memory=0 CPUtime=2.75 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 7062 0 0 0 238 37 0 0 20 0 20 0 197148509 19566772224 515736 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148511 19566772224 515736 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197148512 19566772224 515736 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065510] ppid=1065487 vsize=19108176 memory=13124 CPUtime=0 cores=0,2
/proc/1065490/task/1065510/stat : 1065510 (Timer-0) S 1065487 1065490 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148600 19566772224 515736 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2062944 KiB

[startup+6.30028 s]
/proc/loadavg: 4.22 4.29 4.24 5/336 1065512
/proc/meminfo: memFree=114980788/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19108176 memory=2719276 CPUtime=9.41 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 24888 0 0 0 885 56 0 0 20 0 20 0 197148508 19566772224 679819 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4777044 679819 5922 1 0 1291465 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19108176 memory=0 CPUtime=5.85 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 7786 0 0 0 537 48 0 0 20 0 20 0 197148509 19566772224 679819 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19108176 memory=13124 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148511 19566772224 679819 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197148512 19566772224 679819 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065510] ppid=1065487 vsize=19108176 memory=50644 CPUtime=0 cores=0,2
/proc/1065490/task/1065510/stat : 1065510 (Timer-0) S 1065487 1065490 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148600 19566772224 679819 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 9.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2719276 KiB

[startup+12.7003 s]
/proc/loadavg: 4.21 4.28 4.24 5/335 1065512
/proc/meminfo: memFree=114126576/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19108176 memory=3566020 CPUtime=16.26 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 36444 0 0 0 1553 73 0 0 20 0 20 0 197148508 19566772224 891505 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4777044 891505 5922 1 0 1291541 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19108176 memory=1132248 CPUtime=12.17 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 10364 0 0 0 1153 64 0 0 20 0 20 0 197148509 19566772224 891505 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19108176 memory=3566020 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148511 19566772224 891505 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19108176 memory=2062944 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197148512 19566772224 891505 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065510] ppid=1065487 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1065490/task/1065510/stat : 1065510 (Timer-0) S 1065487 1065490 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148600 19566772224 891505 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 16.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3566020 KiB

[startup+25.5003 s]
/proc/loadavg: 4.31 4.30 4.25 5/335 1065515
/proc/meminfo: memFree=114085544/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19108176 memory=3569768 CPUtime=29.3 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 37755 0 0 0 2856 74 0 0 20 0 20 0 197148508 19566772224 892442 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4777044 892442 5922 1 0 1291541 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19108176 memory=3566020 CPUtime=24.71 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 11423 0 0 0 2406 65 0 0 20 0 20 0 197148509 19566772224 892442 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19108176 memory=3565552 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148511 19566772224 892442 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197148512 19566772224 892442 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065510] ppid=1065487 vsize=19108176 memory=6943526294502006880 CPUtime=0 cores=0,2
/proc/1065490/task/1065510/stat : 1065510 (Timer-0) S 1065487 1065490 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148600 19566772224 892442 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 29.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3569768 KiB

[startup+51.1059 s]
/proc/loadavg: 4.21 4.28 4.24 5/335 1065518
/proc/meminfo: memFree=114017112/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19108176 memory=3590624 CPUtime=55.23 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 44646 0 0 0 5447 76 0 0 20 0 20 0 197148508 19566772224 897656 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4777044 897656 5922 1 0 1291542 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19108176 memory=3580344 CPUtime=49.91 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 14805 0 0 0 4926 65 0 0 20 0 20 0 197148509 19566772224 897656 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19108176 memory=3584448 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148511 19566772224 897656 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197148512 19566772224 897656 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0

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

/proc/meminfo: memFree=110145448/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=3177.6 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 308071 0 0 0 317472 288 0 0 20 0 20 0 197148508 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4777044 1280262 5919 1 0 1291971 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=3106.76 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 143720 0 0 0 310567 109 0 0 20 0 20 0 197148509 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 33 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148511 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19108176 memory=50644 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 4247 0 0 0 0 0 0 0 20 0 20 0 197148512 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065510] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=0 cores=0,2
/proc/1065490/task/1065510/stat : 1065510 (Timer-0) S 1065487 1065490 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148600 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 3177.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5121048 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.26 4.22 6/331 1066735
/proc/meminfo: memFree=110130348/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=3237.76 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 312848 0 0 0 323485 291 0 0 20 0 20 0 197148508 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4777044 1280262 5919 1 0 1291971 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=3166.17 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 146539 0 0 0 316508 109 0 0 20 0 20 0 197148509 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 33 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148511 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 4247 0 0 0 0 0 0 0 20 0 20 0 197148512 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065510] ppid=1065487 vsize=19108176 memory=50644 CPUtime=0 cores=0,2
/proc/1065490/task/1065510/stat : 1065510 (Timer-0) S 1065487 1065490 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148600 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 3237.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5121048 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.26 4.22 5/333 1067130
/proc/meminfo: memFree=110111528/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=3297.81 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 313676 0 0 0 329486 295 0 0 20 0 20 0 197148508 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4777044 1280262 5919 1 0 1291971 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19108176 memory=2328 CPUtime=3225.74 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 147076 0 0 0 322465 109 0 0 20 0 20 0 197148509 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 33 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148511 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 4336 0 0 0 0 0 0 0 20 0 20 0 197148512 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065510] ppid=1065487 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1065490/task/1065510/stat : 1065510 (Timer-0) S 1065487 1065490 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148600 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 3297.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5121048 KiB

[startup+3342.3 s]
/proc/loadavg: 4.51 4.32 4.24 5/333 1067140
/proc/meminfo: memFree=110086584/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=3357.74 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 318000 0 0 0 335475 299 0 0 20 0 20 0 197148508 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4777044 1280262 5919 1 0 1291971 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=3284.59 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 149472 0 0 0 328349 110 0 0 20 0 20 0 197148509 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 33 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148511 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19108176 memory=20776 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 4336 0 0 0 0 0 0 0 20 0 20 0 197148512 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065510] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=0 cores=0,2
/proc/1065490/task/1065510/stat : 1065510 (Timer-0) S 1065487 1065490 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148600 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 3357.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5121048 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.32 4.25 6/333 1067152
/proc/meminfo: memFree=110061616/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=3417.68 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 318778 0 0 0 341466 302 0 0 20 0 20 0 197148508 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4777044 1280262 5919 1 0 1291971 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=3343.42 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 149869 0 0 0 334231 111 0 0 20 0 20 0 197148509 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 33 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19108176 memory=58 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148511 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 4425 0 0 0 0 0 0 0 20 0 20 0 197148512 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065510] ppid=1065487 vsize=19108176 memory=2660 CPUtime=0 cores=0,2
/proc/1065490/task/1065510/stat : 1065510 (Timer-0) S 1065487 1065490 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148600 19566772224 1280262 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 3417.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5121048 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.29 4.24 5/334 1067331
/proc/meminfo: memFree=110044592/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19108176 memory=5121052 CPUtime=3478.88 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 320279 0 0 0 347583 305 0 0 20 0 20 0 197148508 19566772224 1280263 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4777044 1280263 5919 1 0 1291971 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19108176 memory=5121048 CPUtime=3400.92 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 151105 0 0 0 339981 111 0 0 20 0 20 0 197148509 19566772224 1280263 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 33 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19108176 memory=58 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148511 19566772224 1280263 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19108176 memory=5121052 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 4425 0 0 0 0 0 0 0 20 0 20 0 197148512 19566772224 1280263 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065510] ppid=1065487 vsize=19108176 memory=-7451308366020633443 CPUtime=0 cores=0,2
/proc/1065490/task/1065510/stat : 1065510 (Timer-0) S 1065487 1065490 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148600 19566772224 1280263 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 3478.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5121052 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.25 4.23 5/334 1067341
/proc/meminfo: memFree=110015500/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19108176 memory=5121076 CPUtime=3539.35 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 324067 0 0 0 353627 308 0 0 20 0 20 0 197148508 19566772224 1280269 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4777044 1280269 5919 1 0 1291971 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19108176 memory=5121052 CPUtime=3459.85 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 153245 0 0 0 345873 112 0 0 20 0 20 0 197148509 19566772224 1280269 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 33 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19108176 memory=5121076 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148511 19566772224 1280269 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19108176 memory=5121076 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 4516 0 0 0 0 0 0 0 20 0 20 0 197148512 19566772224 1280269 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065510] ppid=1065487 vsize=19108176 memory=5121076 CPUtime=0 cores=0,2
/proc/1065490/task/1065510/stat : 1065510 (Timer-0) S 1065487 1065490 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148600 19566772224 1280269 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 3539.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5121076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.8 s]
/proc/loadavg: 3.50 4.05 4.16 4/308 1067444
/proc/meminfo: memFree=114014532/131524600 swapFree=131071216/131071996
[pid=1065490] ppid=1065487 vsize=19108176 memory=5121392 CPUtime=3600.07 cores=0,2
/proc/1065490/stat : 1065490 (java) S 1065487 1065490 1060291 0 -1 1077936128 336804 0 0 0 359696 311 0 0 20 0 20 0 197148508 19566772224 1280348 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
/proc/1065490/statm: 4777044 1280348 5919 1 0 1292059 0
[pid=1065490/tid=1065492] ppid=1065487 vsize=19108176 memory=11504 CPUtime=3516.07 cores=0,2
/proc/1065490/task/1065492/stat : 1065492 (java) R 1065487 1065490 1060291 0 -1 4194368 153997 0 0 0 351495 112 0 0 20 0 20 0 197148509 19566772224 1280348 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 33 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065501] ppid=1065487 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1065490/task/1065501/stat : 1065501 (Finalizer) S 1065487 1065490 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197148511 19566772224 1280348 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065508] ppid=1065487 vsize=19108176 memory=5121392 CPUtime=0 cores=0,2
/proc/1065490/task/1065508/stat : 1065508 (Common-Cleaner) S 1065487 1065490 1060291 0 -1 1077936192 4516 0 0 0 0 0 0 0 20 0 20 0 197148512 19566772224 1280348 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
[pid=1065490/tid=1065510] ppid=1065487 vsize=19108176 memory=132 CPUtime=0 cores=0,2
/proc/1065490/task/1065510/stat : 1065510 (Timer-0) S 1065487 1065490 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197148600 19566772224 1280348 134679101440 93922623725568 93922623729264 140721631207568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922623737080 93922623737872 93922627125248 140721631216627 140721631216735 140721631216735 140721631223752 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5121392 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.07 s, system=3.13196 s

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

Child status: 143

Real time (s): 3580.89
CPU time (s): 3600.2
CPU user time (s): 3597.07
CPU system time (s): 3.13196
CPU usage (%): 100.539
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5121392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.07
system time used= 3.13196
maximum resident set size= 5122988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338910
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125637
involuntary context switches= 36024


# summary of solver processes directly reported to runsolver:
#   pid: 1065490
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.07
#   total CPU system time (s): 3.13196

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.90666 second user time and 18.9121 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-20 06:31:13
IDJOB=4452751
IDBENCH=165316
IDSOLVER=3052
FILE ID=nodeC018/4452751-1721449861
RUNJOBID= nodeC018-1721442671-1060301
SLURM_JOB_ID= 7545651
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP115.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452751-1721449861/watcher-4452751-1721449861 -o /tmp/evaluation-result-4452751-1721449861/solver-4452751-1721449861 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721442671-1060301 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452751-1721449861.opb

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

MD5SUM BENCH= a3c218acab88c9e5abe907b008036492
RANDOM SEED=622852423

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117986764 kB
MemAvailable:   122214616 kB
Buffers:          559228 kB
Cached:          4469148 kB
SwapCached:          148 kB
Active:          1127328 kB
Inactive:       11737572 kB
Active(anon):       1552 kB
Inactive(anon):  7881136 kB
Active(file):    1125776 kB
Inactive(file):  3856436 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              3088 kB
Writeback:            12 kB
AnonPages:       7836780 kB
Mapped:           129536 kB
Shmem:             45784 kB
KReclaimable:     170924 kB
Slab:             275600 kB
SReclaimable:     170924 kB
SUnreclaim:       104676 kB
KernelStack:        5104 kB
PageTables:        25572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11218784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7495680 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:      283348 kB
DirectMap2M:    28850176 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC018 at 2024-07-20 07:30:54