Trace number 4450141

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 3516.53

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
MD5SUMc7ad59296e2e055fc86df3342558d493
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4329
Total number of constraints10136
Number of constraints which are clauses4785
Number of constraints which are cardinality constraints (but not clauses)5351
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.12	c version CUSTOM.v20240707
0.12/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.13	c java.vm.version	22.0.1+8-16
0.12/0.13	c java.vm.vendor	Oracle Corporation
0.12/0.13	c sun.arch.data.model	64
0.12/0.13	c java.version		22.0.1
0.12/0.13	c os.name		Linux
0.12/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.13	c os.arch		amd64
0.12/0.13	c Free memory 		2115194816
0.12/0.13	c Max memory 		16282288128
0.12/0.13	c Total memory 		2122317824
0.12/0.14	c Number of processors 	2
0.12/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.22	 - never skip resolution steps
0.12/0.22	 - Auto-division on coefficients is disabled
0.12/0.22	 - No postprocessing
0.12/0.22	 - Conflict is considered as is when resolving
0.12/0.22	 - Use constraints as they come during conflict analysis
0.12/0.22	 - Weaken first using unassigned literals
0.12/0.22	 - Bump strategy: ALWAYS_ONE
0.12/0.22	 - Bumper: EFFECTIVE
0.12/0.22	--- Begin Solver configuration ---
0.12/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.12/0.22	Learn all clauses as in MiniSAT
0.12/0.22	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.22	No reason simplification
0.12/0.22	Dynamic restart strategy considering the size of the coefficients
0.12/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.12/0.22	timeout=2147483s
0.12/0.22	DB Simplification allowed=false
0.12/0.22	Listener: none
0.12/0.22	--- End Solver configuration ---
0.12/0.22	c Pseudo Boolean Optimization by upper bound
0.12/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.22	c  - never skip resolution steps
0.12/0.22	c  - Auto-division on coefficients is disabled
0.12/0.22	c  - No postprocessing
0.12/0.22	c  - Conflict is considered as is when resolving
0.12/0.22	c  - Use constraints as they come during conflict analysis
0.12/0.22	c  - Weaken first using unassigned literals
0.12/0.22	c  - Bump strategy: ALWAYS_ONE
0.12/0.22	c  - Bumper: EFFECTIVE
0.12/0.22	c --- Begin Solver configuration ---
0.12/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.12/0.22	c Learn all clauses as in MiniSAT
0.12/0.22	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.22	c No reason simplification
0.12/0.22	c Dynamic restart strategy considering the size of the coefficients
0.12/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.12/0.22	c timeout=2147483s
0.12/0.22	c DB Simplification allowed=false
0.12/0.22	c Listener: none
0.12/0.22	c --- End Solver configuration ---
0.12/0.22	c solving HOME/instance-4450141-1721406554.opb
0.12/0.22	c reading problem ... 
0.12/0.22	c  no objective function found
1.22/0.72	c ... done. Wall clock time 0.498s.
1.22/0.72	c declared #vars     4329
1.22/0.72	c #constraints  10136
1.22/0.72	c constraints type 
1.22/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3342
1.22/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5351
1.22/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1443
1.22/0.72	c 10136 constraints processed.
7.33/3.83	c cleaning 2453 clauses out of 5003 with flag 0/5003
12.35/8.22	c cleaning 4273 clauses out of 8547 with flag 0/11000
19.57/14.99	c cleaning 5636 clauses out of 11274 with flag 0/18000
29.12/23.98	c cleaning 6814 clauses out of 13639 with flag 0/26001
42.52/36.94	c cleaning 7911 clauses out of 15825 with flag 0/35001
59.96/53.36	c cleaning 8953 clauses out of 17914 with flag 0/45001
80.36/73.27	c cleaning 9975 clauses out of 19961 with flag 0/56001
106.16/98.37	c cleaning 10986 clauses out of 21985 with flag 0/68000
130.76/122.14	c cleaning 11996 clauses out of 24000 with flag 0/81001
157.26/147.99	c cleaning 12998 clauses out of 26003 with flag 0/95000
191.35/180.00	c cleaning 13996 clauses out of 28005 with flag 0/110000
230.76/218.28	c cleaning 15002 clauses out of 30010 with flag 0/126001
276.51/262.65	c cleaning 16001 clauses out of 32009 with flag 0/143002
327.99/313.07	c cleaning 16999 clauses out of 34007 with flag 0/161001
387.54/371.86	c cleaning 18000 clauses out of 36007 with flag 0/180000
449.56/431.10	c cleaning 18996 clauses out of 38007 with flag 0/200000
555.82/534.74	c cleaning 20001 clauses out of 40013 with flag 0/221002
639.69/616.48	c cleaning 21000 clauses out of 42011 with flag 0/243001
748.67/723.48	c cleaning 21997 clauses out of 44011 with flag 0/266001
870.60/842.76	c cleaning 23001 clauses out of 46013 with flag 0/290000
972.02/942.43	c cleaning 24000 clauses out of 48012 with flag 0/315000
1097.62/1065.50	c cleaning 24997 clauses out of 50012 with flag 0/341000
1222.72/1188.37	c cleaning 26001 clauses out of 52015 with flag 0/368000
1352.28/1315.64	c cleaning 27000 clauses out of 54014 with flag 0/396000
1471.10/1432.70	c cleaning 27998 clauses out of 56014 with flag 0/425000
1654.81/1612.88	c cleaning 28998 clauses out of 58017 with flag 0/455001
1811.15/1766.59	c cleaning 30003 clauses out of 60018 with flag 0/486000
2011.12/1963.33	c cleaning 31004 clauses out of 62015 with flag 0/518000
2248.01/2195.56	c cleaning 31989 clauses out of 64011 with flag 0/551000
2443.48/2388.18	c cleaning 32999 clauses out of 66022 with flag 0/585000
2747.25/2686.56	c cleaning 34008 clauses out of 68024 with flag 0/620001
3055.39/2988.10	c cleaning 35000 clauses out of 70016 with flag 0/656001
3354.89/3277.25	c cleaning 35999 clauses out of 72015 with flag 0/693000
3562.96/3480.04	c cleaning 37002 clauses out of 74018 with flag 0/731002
3600.01/3516.43	c timeout
3600.01/3516.43	c starts		: 1086
3600.01/3516.44	c conflicts		: 739265
3600.01/3516.44	c decisions		: 1272239
3600.01/3516.44	c propagations		: 280079013
3600.01/3516.45	c inspects		: 4010635580
3600.01/3516.45	c shortcuts		: 0
3600.01/3516.45	c learnt literals	: 0
3600.01/3516.45	c learnt binary clauses	: 0
3600.01/3516.45	c learnt ternary clauses	: 1552
3600.01/3516.45	c learnt constraints	: 739264
3600.01/3516.45	c ignored constraints	: 0
3600.01/3516.45	c root simplifications	: 0
3600.01/3516.45	c removed literals (reason simplification)	: 0
3600.01/3516.45	c reason swapping (by a shorter reason)	: 0
3600.01/3516.45	c Calls to reduceDB	: 34
3600.01/3516.45	c Number of update (reduction) of LBD	: 1936081
3600.01/3516.45	c Imported unit clauses	: 0
3600.01/3516.45	c No decision after first conflict	: false
3600.01/3516.45	c number of reductions to clauses (during analyze)	: 0
3600.01/3516.45	c number of learned constraints concerned by reduction	: 0
3600.01/3516.46	c number of learning phase by resolution	: 0
3600.01/3516.46	c number of learning phase by cutting planes	: 0
3600.01/3516.46	c number of rounding to 1 operations	: 0
3600.01/3516.46	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3516.46	c number of reductions of the coefficients by power 2 	: 0
3600.01/3516.46	c number of right shift for reduction by power 2 	: 0
3600.01/3516.46	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3516.46	c number of ending skipping 	: 0
3600.01/3516.46	c number of internal skipping 	: 0
3600.01/3516.46	c number of derivation steps 	: 36109195
3600.01/3516.46	c number of skipped derivation steps 	: 0
3600.01/3516.46	c number of remaining unassigned 	: 41262
3600.01/3516.46	c number of remaining assigned 	: 292149210
3600.01/3516.46	c number of falsified literals weakened from reason	: 0
3600.01/3516.46	c number of falsified literals weakened from conflict	: 0
3600.01/3516.46	c time for arithmetic operations	: 7212312769
3600.01/3516.46	c minimum degree of deleted constraints	: 1
3600.01/3516.46	c maximum degree of deleted constraints	: 553450334601450
3600.01/3516.46	c number of deleted constraints	: 693986
3600.01/3516.46	c speed (assignments/second)	: 79664.38132317633
3600.01/3516.46	c non guided choices	: 14171
3600.01/3516.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1853
3600.01/3516.48	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1482
3600.01/3516.48	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 41943
3600.01/3516.49	s UNKNOWN
3600.01/3516.49	c Total wall clock time (in seconds): 3516.275

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450141-1721406554/watcher-4450141-1721406554 -o /tmp/evaluation-result-4450141-1721406554/solver-4450141-1721406554 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008280 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450141-1721406554.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1012874, runsolver pid=1012871

[startup+0.100292 s]*
/proc/loadavg: 4.17 4.22 4.25 6/317 1012892
/proc/meminfo: memFree=116052288/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=18975048 memory=57592 CPUtime=0.12 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 6503 0 0 0 10 2 0 0 20 0 18 0 192811820 19430449152 14398 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4743762 14398 5536 1 0 550932 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 5469 0 0 0 6 2 0 0 20 0 18 0 192811820 19430449152 14398 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192811826 19430449152 14398 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192811827 19430449152 14398 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57592 KiB

[startup+0.213546 s]*
/proc/loadavg: 4.17 4.22 4.25 7/317 1012892
/proc/meminfo: memFree=116042812/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=18975048 memory=72152 CPUtime=0.35 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 7422 0 0 0 32 3 0 0 20 0 18 0 192811820 19430449152 18038 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4743762 18038 5707 1 0 551710 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 5974 0 0 0 17 2 0 0 20 0 18 0 192811820 19430449152 18038 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=18975048 memory=5697 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192811826 19430449152 18038 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192811827 19430449152 18038 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 72152 KiB

[startup+0.32648 s]*
/proc/loadavg: 4.17 4.22 4.25 7/317 1012892
/proc/meminfo: memFree=116008868/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=18975048 memory=111436 CPUtime=0.54 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 7540 0 0 0 50 4 0 0 20 0 18 0 192811820 19430449152 27859 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4743762 27859 5707 1 0 551755 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=18975048 memory=-7668888523018363999 CPUtime=0.3 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 6013 0 0 0 27 3 0 0 20 0 18 0 192811820 19430449152 27859 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192811826 19430449152 27859 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192811827 19430449152 27859 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 111436 KiB

[startup+0.710617 s]
/proc/loadavg: 4.17 4.22 4.25 7/318 1012893
/proc/meminfo: memFree=115950348/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19041612 memory=325804 CPUtime=1.22 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 9289 0 0 0 113 9 0 0 20 0 19 0 192811820 19498610688 81451 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4760403 81451 5854 1 0 553071 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19041612 memory=5512 CPUtime=0.62 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 6132 0 0 0 55 7 0 0 20 0 19 0 192811820 19498610688 81451 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19041612 memory=11992 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192811826 19498610688 81451 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 192811827 19498610688 81451 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 325804 KiB

[startup+1.50061 s]
/proc/loadavg: 4.17 4.22 4.25 7/319 1012894
/proc/meminfo: memFree=115737576/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19108176 memory=486688 CPUtime=2.77 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 10698 0 0 0 264 13 0 0 20 0 20 0 192811820 19566772224 121672 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4777044 121672 5854 1 0 553883 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19108176 memory=11992 CPUtime=1.34 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 6327 0 0 0 124 10 0 0 20 0 20 0 192811820 19566772224 121672 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192811826 19566772224 121672 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192811827 19566772224 121672 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012894] ppid=1012871 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1012874/task/1012894/stat : 1012894 (Timer-0) S 1012871 1012874 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192811892 19566772224 121672 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 486688 KiB

[startup+3.11361 s]
/proc/loadavg: 4.32 4.25 4.26 6/319 1012894
/proc/meminfo: memFree=115130020/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19108176 memory=1026004 CPUtime=5.97 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 26578 0 0 0 570 27 0 0 20 0 20 0 192811820 19566772224 256501 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4777044 256501 5854 1 0 558921 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19108176 memory=0 CPUtime=2.93 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 6872 0 0 0 271 22 0 0 20 0 20 0 192811820 19566772224 256501 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192811826 19566772224 256501 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192811827 19566772224 256501 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012894] ppid=1012871 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/1012874/task/1012894/stat : 1012894 (Timer-0) S 1012871 1012874 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192811892 19566772224 256501 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1026004 KiB

[startup+6.30163 s]
/proc/loadavg: 4.32 4.25 4.26 5/319 1012894
/proc/meminfo: memFree=114776252/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19108176 memory=1331960 CPUtime=10.38 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 30051 0 0 0 1003 35 0 0 20 0 20 0 192811820 19566772224 332990 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4777044 332990 5886 1 0 558982 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19108176 memory=0 CPUtime=6.03 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) S 1012871 1012874 1008215 0 -1 1077936192 8377 0 0 0 574 29 0 0 20 0 20 0 192811820 19566772224 332990 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192811826 19566772224 332990 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 192811827 19566772224 332990 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012894] ppid=1012871 vsize=19108176 memory=45716 CPUtime=0 cores=1,3
/proc/1012874/task/1012894/stat : 1012894 (Timer-0) S 1012871 1012874 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192811892 19566772224 332990 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 10.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1331960 KiB

[startup+12.7004 s]
/proc/loadavg: 4.29 4.24 4.26 6/319 1012895
/proc/meminfo: memFree=113140320/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19108176 memory=3363812 CPUtime=17.3 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 32729 0 0 0 1658 72 0 0 20 0 20 0 192811820 19566772224 840953 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4777044 840953 5886 1 0 1438403 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19108176 memory=337284 CPUtime=11.97 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) S 1012871 1012874 1008215 0 -1 1077936192 9313 0 0 0 1134 63 0 0 20 0 20 0 192811820 19566772224 840953 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19108176 memory=2734932 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192811826 19566772224 840953 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19108176 memory=1071212 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 192811827 19566772224 840953 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012894] ppid=1012871 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1012874/task/1012894/stat : 1012894 (Timer-0) S 1012871 1012874 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192811892 19566772224 840953 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 17.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3363812 KiB

[startup+25.5005 s]
/proc/loadavg: 4.30 4.25 4.26 5/319 1012897
/proc/meminfo: memFree=111729172/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19108176 memory=4369852 CPUtime=30.79 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 34319 0 0 0 2985 94 0 0 20 0 20 0 192811820 19566772224 1092463 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4777044 1092463 5886 1 0 1438444 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19108176 memory=2734932 CPUtime=24.22 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 10615 0 0 0 2340 82 0 0 20 0 20 0 192811820 19566772224 1092463 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19108176 memory=4246648 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192811826 19566772224 1092463 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 192811827 19566772224 1092463 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012894] ppid=1012871 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=1,3
/proc/1012874/task/1012894/stat : 1012894 (Timer-0) S 1012871 1012874 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192811892 19566772224 1092463 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 30.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4369852 KiB

[startup+51.1137 s]
/proc/loadavg: 4.56 4.31 4.28 8/319 1013037
/proc/meminfo: memFree=112743532/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19108176 memory=4862784 CPUtime=57.66 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 44478 0 0 0 5658 108 0 0 20 0 20 0 192811820 19566772224 1215696 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4777044 1215696 5886 1 0 1438446 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19108176 memory=4404832 CPUtime=48.92 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 14059 0 0 0 4804 88 0 0 20 0 20 0 192811820 19566772224 1215696 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19108176 memory=4404832 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192811826 19566772224 1215696 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19108176 memory=3396644 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=112943036/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19108176 memory=2464728 CPUtime=3176.51 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 469431 0 0 0 317140 511 0 0 20 0 20 0 192811820 19566772224 616182 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4777044 616182 5919 1 0 632986 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19108176 memory=11992 CPUtime=3012.93 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 207558 0 0 0 301050 243 0 0 20 0 20 0 192811820 19566772224 616182 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 211 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19108176 memory=1038920 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192811826 19566772224 616182 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19108176 memory=2070728 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 3533 0 0 0 0 0 0 0 20 0 20 0 192811827 19566772224 616182 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012894] ppid=1012871 vsize=19108176 memory=2069232 CPUtime=0 cores=1,3
/proc/1012874/task/1012894/stat : 1012894 (Timer-0) S 1012871 1012874 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192811892 19566772224 616182 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 3176.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2464728 KiB

[startup+3162.3 s]
/proc/loadavg: 4.21 4.30 4.33 6/319 1014640
/proc/meminfo: memFree=112315868/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19108176 memory=2998296 CPUtime=3237.65 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 471040 0 0 0 323239 526 0 0 20 0 20 0 192811820 19566772224 749574 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4777044 749574 5919 1 0 768706 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19108176 memory=2069232 CPUtime=3071.16 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 208495 0 0 0 306862 254 0 0 20 0 20 0 192811820 19566772224 749574 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 213 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19108176 memory=2998272 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192811826 19566772224 749574 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 3617 0 0 0 0 0 0 0 20 0 20 0 192811827 19566772224 749574 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012894] ppid=1012871 vsize=19108176 memory=2998288 CPUtime=0 cores=1,3
/proc/1012874/task/1012894/stat : 1012894 (Timer-0) S 1012871 1012874 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192811892 19566772224 749574 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 3237.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2998296 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.27 4.32 6/319 1014651
/proc/meminfo: memFree=112255724/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19108176 memory=2998300 CPUtime=3298.87 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 474238 0 0 0 329357 530 0 0 20 0 20 0 192811820 19566772224 749575 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4777044 749575 5919 1 0 768706 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19108176 memory=2998296 CPUtime=3129.35 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 210635 0 0 0 312681 254 0 0 20 0 20 0 192811820 19566772224 749575 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 214 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19108176 memory=2464728 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192811826 19566772224 749575 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 3697 0 0 0 0 0 0 0 20 0 20 0 192811827 19566772224 749575 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012894] ppid=1012871 vsize=19108176 memory=2998300 CPUtime=0 cores=1,3
/proc/1012874/task/1012894/stat : 1012894 (Timer-0) S 1012871 1012874 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192811892 19566772224 749575 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 3298.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2998300 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.27 4.32 6/319 1014661
/proc/meminfo: memFree=113790836/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19108176 memory=2998308 CPUtime=3360.17 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 478088 0 0 0 335483 534 0 0 20 0 20 0 192811820 19566772224 749577 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4777044 749577 5919 1 0 768708 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19108176 memory=2998300 CPUtime=3187.53 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 213149 0 0 0 318499 254 0 0 20 0 20 0 192811820 19566772224 749577 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 214 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19108176 memory=2998300 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192811826 19566772224 749577 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19108176 memory=45716 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 3777 0 0 0 0 0 0 0 20 0 20 0 192811827 19566772224 749577 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012894] ppid=1012871 vsize=19108176 memory=2998308 CPUtime=0 cores=1,3
/proc/1012874/task/1012894/stat : 1012894 (Timer-0) S 1012871 1012874 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192811892 19566772224 749577 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 3360.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2998308 KiB

[startup+3342.3 s]
/proc/loadavg: 5.46 4.59 4.42 6/319 1014672
/proc/meminfo: memFree=114846936/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19108176 memory=3523636 CPUtime=3421.41 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 482301 0 0 0 341593 548 0 0 20 0 20 0 192811820 19566772224 880909 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4777044 880909 5919 1 0 902340 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19108176 memory=45716 CPUtime=3245.67 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 215884 0 0 0 324302 265 0 0 20 0 20 0 192811820 19566772224 880909 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 218 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19108176 memory=3523620 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192811826 19566772224 880909 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19108176 memory=3523636 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 3777 0 0 0 0 0 0 0 20 0 20 0 192811827 19566772224 880909 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012894] ppid=1012871 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/1012874/task/1012894/stat : 1012894 (Timer-0) S 1012871 1012874 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192811892 19566772224 880909 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 3421.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3523636 KiB

[startup+3402.3 s]
/proc/loadavg: 4.97 4.63 4.45 6/319 1015067
/proc/meminfo: memFree=114527840/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19108176 memory=3523636 CPUtime=3482.62 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 486109 0 0 0 347710 552 0 0 20 0 20 0 192811820 19566772224 880909 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4777044 880909 5919 1 0 902340 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19108176 memory=11600 CPUtime=3304.09 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 218613 0 0 0 330143 266 0 0 20 0 20 0 192811820 19566772224 880909 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 219 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19108176 memory=45716 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192811826 19566772224 880909 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19108176 memory=3523636 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 3858 0 0 0 0 0 0 0 20 0 20 0 192811827 19566772224 880909 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012894] ppid=1012871 vsize=19108176 memory=3523636 CPUtime=0 cores=1,3
/proc/1012874/task/1012894/stat : 1012894 (Timer-0) S 1012871 1012874 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192811892 19566772224 880909 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 3482.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3523636 KiB

[startup+3462.3 s]
/proc/loadavg: 4.41 4.53 4.43 6/319 1015078
/proc/meminfo: memFree=113726304/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19108176 memory=4024356 CPUtime=3544.68 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 488289 0 0 0 353900 568 0 0 20 0 20 0 192811820 19566772224 1006089 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4777044 1006089 5919 1 0 1029708 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19108176 memory=45716 CPUtime=3361.76 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 220019 0 0 0 335900 276 0 0 20 0 20 0 192811820 19566772224 1006089 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 219 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19108176 memory=4024344 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192811826 19566772224 1006089 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 3924 0 0 0 0 0 0 0 20 0 20 0 192811827 19566772224 1006089 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012894] ppid=1012871 vsize=19108176 memory=1469087630529036417 CPUtime=0 cores=1,3
/proc/1012874/task/1012894/stat : 1012894 (Timer-0) S 1012871 1012874 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192811892 19566772224 1006089 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 3544.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4024356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3516.4 s]
/proc/loadavg: 4.44 4.52 4.43 7/320 1015088
/proc/meminfo: memFree=113395244/131655788 swapFree=131071996/131071996
[pid=1012874] ppid=1012871 vsize=19108176 memory=4024376 CPUtime=3600.01 cores=1,3
/proc/1012874/stat : 1012874 (java) S 1012871 1012874 1008215 0 -1 1077936128 492639 0 0 0 359428 573 0 0 20 0 20 0 192811820 19566772224 1006094 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
/proc/1012874/statm: 4777044 1006094 5919 1 0 1029708 0
[pid=1012874/tid=1012876] ppid=1012871 vsize=19108176 memory=45716 CPUtime=3414.23 cores=1,3
/proc/1012874/task/1012876/stat : 1012876 (java) R 1012871 1012874 1008215 0 -1 4194368 222843 0 0 0 341146 277 0 0 20 0 20 0 192811820 19566772224 1006094 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 230 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012885] ppid=1012871 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/1012874/task/1012885/stat : 1012885 (Finalizer) S 1012871 1012874 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192811826 19566772224 1006094 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012892] ppid=1012871 vsize=19108176 memory=11600 CPUtime=0.01 cores=1,3
/proc/1012874/task/1012892/stat : 1012892 (Common-Cleaner) S 1012871 1012874 1008215 0 -1 1077936192 3959 0 0 0 0 1 0 0 20 0 20 0 192811827 19566772224 1006094 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
[pid=1012874/tid=1012894] ppid=1012871 vsize=19108176 memory=45716 CPUtime=0 cores=1,3
/proc/1012874/task/1012894/stat : 1012894 (Timer-0) S 1012871 1012874 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192811892 19566772224 1006094 134679101440 94842385154048 94842385157744 140727490082848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94842385165560 94842385166352 94842405322752 140727490085875 140727490085983 140727490085983 140727490093000 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4024376 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.46 s, system=5.75837 s

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

Child status: 143

Real time (s): 3516.53
CPU time (s): 3600.21
CPU user time (s): 3594.46
CPU system time (s): 5.75837
CPU usage (%): 102.38
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5702100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.46
system time used= 5.75837
maximum resident set size= 5702100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 495049
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133248
involuntary context switches= 8306


# summary of solver processes directly reported to runsolver:
#   pid: 1012874
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3594.46
#   total CPU system time (s): 5.75837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3036 second user time and 36.9977 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 18:29:26
IDJOB=4450141
IDBENCH=160408
IDSOLVER=3052
FILE ID=nodeC008/4450141-1721406554
RUNJOBID= nodeC008-1721399517-1008280
SLURM_JOB_ID= 7545437
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450141-1721406554/watcher-4450141-1721406554 -o /tmp/evaluation-result-4450141-1721406554/solver-4450141-1721406554 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008280 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450141-1721406554.opb

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

MD5SUM BENCH= c7ad59296e2e055fc86df3342558d493
RANDOM SEED=399296328

nodeC008.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	: 0xb00001f
cpu MHz		: 3569.197
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 3493.990
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.358
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 1197.244
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 3528.089
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 3664.765
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.398
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 1197.255
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        116089736 kB
MemAvailable:   118451376 kB
Buffers:          562868 kB
Cached:          2625028 kB
SwapCached:            0 kB
Active:          1079916 kB
Inactive:       13867884 kB
Active(anon):       1476 kB
Inactive(anon): 11804324 kB
Active(file):    1078440 kB
Inactive(file):  2063560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2580 kB
Writeback:             4 kB
AnonPages:      11759944 kB
Mapped:           127076 kB
Shmem:             45896 kB
KReclaimable:     119340 kB
Slab:             225124 kB
SReclaimable:     119340 kB
SUnreclaim:       105784 kB
KernelStack:        4832 kB
PageTables:        33156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   13172880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60064 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11446272 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-19 19:28:03