Trace number 4442891

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.27 3561.16

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-55-50.opb
MD5SUM447851c4fd40c5c34c03bb94532f1e8d
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 benchmark3.26785
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2750
Total number of constraints74305
Number of constraints which are clauses74305
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint50
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 51
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.16	c See www.sat4j.org for details.
0.13/0.17	c version CUSTOM.v20240707
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.21	c Free memory 		2115194816
0.13/0.21	c Max memory 		16282288128
0.13/0.21	c Total memory 		2122317824
0.13/0.22	c Number of processors 	2
0.49/0.38	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/0.38	 - never skip resolution steps
0.49/0.38	 - Auto-division on coefficients is disabled
0.49/0.38	 - No postprocessing
0.49/0.38	 - Conflict is considered as is when resolving
0.49/0.38	 - Use constraints as they come during conflict analysis
0.49/0.38	 - Weaken first using unassigned literals
0.49/0.38	 - Bump strategy: ALWAYS_ONE
0.49/0.38	 - Bumper: EFFECTIVE
0.49/0.38	--- Begin Solver configuration ---
0.49/0.38	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.49/0.38	Learn all clauses as in MiniSAT
0.49/0.38	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/0.38	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/0.38	No reason simplification
0.49/0.38	Dynamic restart strategy considering the size of the coefficients
0.49/0.38	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.49/0.38	timeout=2147483s
0.49/0.38	DB Simplification allowed=false
0.49/0.38	Listener: none
0.49/0.38	--- End Solver configuration ---
0.49/0.38	c Pseudo Boolean Optimization by upper bound
0.49/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/0.38	c  - never skip resolution steps
0.49/0.38	c  - Auto-division on coefficients is disabled
0.49/0.38	c  - No postprocessing
0.49/0.38	c  - Conflict is considered as is when resolving
0.49/0.38	c  - Use constraints as they come during conflict analysis
0.49/0.38	c  - Weaken first using unassigned literals
0.49/0.38	c  - Bump strategy: ALWAYS_ONE
0.49/0.38	c  - Bumper: EFFECTIVE
0.49/0.38	c --- Begin Solver configuration ---
0.49/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.49/0.38	c Learn all clauses as in MiniSAT
0.49/0.38	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/0.38	c No reason simplification
0.49/0.38	c Dynamic restart strategy considering the size of the coefficients
0.49/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.49/0.38	c timeout=2147483s
0.49/0.38	c DB Simplification allowed=false
0.49/0.38	c Listener: none
0.49/0.38	c --- End Solver configuration ---
0.49/0.39	c solving HOME/instance-4442891-1721308331.opb
0.49/0.39	c reading problem ... 
0.49/0.39	c  no objective function found
2.33/1.40	c ... done. Wall clock time 1.012s.
2.33/1.40	c declared #vars     2750
2.33/1.40	c #constraints  74305
2.33/1.40	c constraints type 
2.33/1.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74250
2.33/1.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 55
2.33/1.40	c 74305 constraints processed.
6.47/3.41	c cleaning 2495 clauses out of 5000 with flag 0/5000
9.11/5.62	c cleaning 4243 clauses out of 8505 with flag 0/11000
12.85/9.07	c cleaning 5627 clauses out of 11264 with flag 0/18002
17.08/13.08	c cleaning 6813 clauses out of 13635 with flag 0/26000
22.20/17.73	c cleaning 7903 clauses out of 15822 with flag 0/35000
27.14/22.54	c cleaning 8956 clauses out of 17920 with flag 0/45001
33.30/28.35	c cleaning 9976 clauses out of 19963 with flag 0/56000
41.53/36.36	c cleaning 10990 clauses out of 21988 with flag 0/68001
49.97/44.31	c cleaning 11990 clauses out of 23997 with flag 0/81000
57.80/52.04	c cleaning 13000 clauses out of 26009 with flag 0/95002
68.13/62.08	c cleaning 13997 clauses out of 28008 with flag 0/110001
79.31/72.95	c cleaning 14998 clauses out of 30011 with flag 0/126001
91.35/84.52	c cleaning 16003 clauses out of 32015 with flag 0/143003
103.74/96.58	c cleaning 17000 clauses out of 34010 with flag 0/161001
120.84/113.18	c cleaning 18001 clauses out of 36010 with flag 0/180001
137.99/130.05	c cleaning 18996 clauses out of 38008 with flag 0/200000
156.64/148.41	c cleaning 19999 clauses out of 40012 with flag 0/221000
173.21/164.73	c cleaning 21001 clauses out of 42014 with flag 0/243001
195.36/186.50	c cleaning 22000 clauses out of 44012 with flag 0/266000
222.49/213.38	c cleaning 23004 clauses out of 46012 with flag 0/290000
252.29/242.95	c cleaning 23999 clauses out of 48013 with flag 0/315005
282.75/272.80	c cleaning 24998 clauses out of 50009 with flag 0/341000
314.57/304.24	c cleaning 26000 clauses out of 52011 with flag 0/368000
352.64/342.14	c cleaning 27001 clauses out of 54013 with flag 0/396002
387.09/376.37	c cleaning 28000 clauses out of 56013 with flag 0/425003
419.64/408.69	c cleaning 28996 clauses out of 58011 with flag 0/455001
453.47/441.94	c cleaning 30000 clauses out of 60016 with flag 0/486002
489.36/477.42	c cleaning 31001 clauses out of 62014 with flag 0/518000
524.04/511.78	c cleaning 31998 clauses out of 64015 with flag 0/551002
570.47/557.88	c cleaning 33000 clauses out of 66015 with flag 0/585000
613.54/600.55	c cleaning 33999 clauses out of 68016 with flag 0/620001
659.60/646.26	c cleaning 35002 clauses out of 70016 with flag 0/656000
715.37/701.54	c cleaning 36001 clauses out of 72015 with flag 0/693001
769.98/755.97	c cleaning 37003 clauses out of 74013 with flag 0/731000
823.44/808.78	c cleaning 37996 clauses out of 76011 with flag 0/770001
885.70/870.53	c cleaning 38997 clauses out of 78014 with flag 0/810000
958.35/940.80	c cleaning 40001 clauses out of 80017 with flag 0/851000
1023.27/1005.19	c cleaning 40996 clauses out of 82016 with flag 0/893000
1088.85/1070.35	c cleaning 42006 clauses out of 84020 with flag 0/936000
1161.23/1142.35	c cleaning 42999 clauses out of 86014 with flag 0/980000
1235.73/1216.13	c cleaning 44006 clauses out of 88017 with flag 0/1025002
1302.46/1282.30	c cleaning 45001 clauses out of 90009 with flag 0/1071000
1391.83/1371.28	c cleaning 46001 clauses out of 92010 with flag 0/1118002
1486.51/1465.41	c cleaning 46999 clauses out of 94007 with flag 0/1166000
1574.88/1553.27	c cleaning 47996 clauses out of 96008 with flag 0/1215000
1666.24/1644.02	c cleaning 49002 clauses out of 98013 with flag 0/1265001
1756.44/1733.61	c cleaning 50006 clauses out of 100012 with flag 0/1316002
1860.70/1837.71	c cleaning 51000 clauses out of 102004 with flag 0/1368000
1976.08/1952.31	c cleaning 51994 clauses out of 104005 with flag 0/1421001
2094.53/2068.51	c cleaning 53001 clauses out of 106012 with flag 0/1475002
2209.00/2182.05	c cleaning 54003 clauses out of 108009 with flag 0/1530000
2326.16/2298.67	c cleaning 54993 clauses out of 110006 with flag 0/1586000
2425.37/2397.48	c cleaning 56002 clauses out of 112014 with flag 0/1643001
2526.94/2498.01	c cleaning 56999 clauses out of 114011 with flag 0/1701000
2643.44/2613.88	c cleaning 57998 clauses out of 116013 with flag 0/1760001
2744.57/2713.93	c cleaning 58997 clauses out of 118015 with flag 0/1820001
2857.28/2825.73	c cleaning 60002 clauses out of 120017 with flag 0/1881000
2972.59/2940.14	c cleaning 60999 clauses out of 122016 with flag 0/1943001
3100.23/3065.48	c cleaning 62004 clauses out of 124016 with flag 0/2006000
3227.73/3191.72	c cleaning 62995 clauses out of 126012 with flag 0/2070000
3358.22/3321.34	c cleaning 64005 clauses out of 128018 with flag 0/2135001
3540.89/3502.23	c cleaning 65002 clauses out of 130016 with flag 0/2201004
3600.04/3561.03	c starts		: 1
3600.04/3561.04	c timeout
3600.04/3561.07	c conflicts		: 2229080
3600.04/3561.07	c decisions		: 2440029
3600.04/3561.07	c propagations		: 34112087
3600.04/3561.07	c inspects		: 12778708511
3600.04/3561.07	c shortcuts		: 0
3600.04/3561.07	c learnt literals	: 0
3600.04/3561.07	c learnt binary clauses	: 0
3600.04/3561.07	c learnt ternary clauses	: 0
3600.04/3561.07	c learnt constraints	: 2229079
3600.04/3561.07	c ignored constraints	: 0
3600.04/3561.07	c root simplifications	: 0
3600.04/3561.07	c removed literals (reason simplification)	: 0
3600.04/3561.07	c reason swapping (by a shorter reason)	: 0
3600.04/3561.07	c Calls to reduceDB	: 62
3600.04/3561.07	c Number of update (reduction) of LBD	: 3277749
3600.04/3561.07	c Imported unit clauses	: 0
3600.04/3561.07	c No decision after first conflict	: false
3600.04/3561.07	c number of reductions to clauses (during analyze)	: 0
3600.04/3561.07	c number of learned constraints concerned by reduction	: 0
3600.04/3561.07	c number of learning phase by resolution	: 0
3600.04/3561.07	c number of learning phase by cutting planes	: 0
3600.04/3561.07	c number of rounding to 1 operations	: 0
3600.04/3561.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3561.07	c number of reductions of the coefficients by power 2 	: 0
3600.04/3561.07	c number of right shift for reduction by power 2 	: 0
3600.04/3561.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3561.07	c number of ending skipping 	: 0
3600.04/3561.07	c number of internal skipping 	: 0
3600.04/3561.07	c number of derivation steps 	: 17142077
3600.04/3561.07	c number of skipped derivation steps 	: 0
3600.04/3561.07	c number of remaining unassigned 	: 0
3600.04/3561.07	c number of remaining assigned 	: 0
3600.04/3561.07	c number of falsified literals weakened from reason	: 0
3600.04/3561.07	c number of falsified literals weakened from conflict	: 0
3600.04/3561.07	c time for arithmetic operations	: 0
3600.04/3561.07	c minimum degree of deleted constraints	: 1
3600.04/3561.07	c maximum degree of deleted constraints	: 1
3600.04/3561.07	c number of deleted constraints	: 2135990
3600.04/3561.07	c speed (assignments/second)	: 9582.943292167498
3600.04/3561.08	c non guided choices	: 1244
3600.22/3561.12	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 93089
3600.22/3561.12	s UNKNOWN
3600.22/3561.12	c Total wall clock time (in seconds): 3560.737

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442891-1721308331/watcher-4442891-1721308331 -o /tmp/evaluation-result-4442891-1721308331/solver-4442891-1721308331 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947644 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442891-1721308331.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100073 s]*
/proc/loadavg: 4.26 4.32 4.33 7/318 950124
/proc/meminfo: memFree=117483216/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=18975048 memory=58012 CPUtime=0.13 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 6480 0 0 0 10 3 0 0 20 0 18 0 182989719 19430449152 14503 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4743762 14503 5640 1 0 550846 0
[pid=950106/tid=950108] ppid=950103 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 5379 0 0 0 7 2 0 0 20 0 18 0 182989720 19430449152 14503 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182989725 19430449152 14503 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=18975048 memory=14976684994783103 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 182989726 19430449152 14503 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58012 KiB

[startup+0.220105 s]*
/proc/loadavg: 4.26 4.32 4.33 8/318 950124
/proc/meminfo: memFree=117478104/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=18975048 memory=66916 CPUtime=0.32 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 7158 0 0 0 29 3 0 0 20 0 18 0 182989719 19430449152 16729 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4743762 16729 5648 1 0 551399 0
[pid=950106/tid=950108] ppid=950103 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 5724 0 0 0 18 2 0 0 20 0 18 0 182989720 19430449152 16729 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=18975048 memory=5822 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182989725 19430449152 16729 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=18975048 memory=13563812552906645 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 182989726 19430449152 16729 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66916 KiB

[startup+0.317837 s]*
/proc/loadavg: 4.26 4.32 4.33 8/318 950124
/proc/meminfo: memFree=117473112/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=18975048 memory=68284 CPUtime=0.49 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 7390 0 0 0 45 4 0 0 20 0 18 0 182989719 19430449152 17071 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4743762 17071 5753 1 0 551591 0
[pid=950106/tid=950108] ppid=950103 vsize=18975048 memory=-8961434747881693884 CPUtime=0.3 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 5906 0 0 0 27 3 0 0 20 0 18 0 182989720 19430449152 17071 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182989725 19430449152 17071 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 182989726 19430449152 17071 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68284 KiB

[startup+0.708833 s]
/proc/loadavg: 4.26 4.32 4.33 7/318 950124
/proc/meminfo: memFree=117461428/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19041612 memory=165784 CPUtime=1.18 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 9206 0 0 0 111 7 0 0 20 0 19 0 182989719 19498610688 41446 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4760403 41446 5891 1 0 553055 0
[pid=950106/tid=950108] ppid=950103 vsize=19041612 memory=5620 CPUtime=0.62 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 6090 0 0 0 57 5 0 0 20 0 19 0 182989720 19498610688 41446 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19041612 memory=12724 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182989725 19498610688 41446 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 182989726 19498610688 41446 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 165784 KiB

[startup+1.50083 s]
/proc/loadavg: 4.26 4.32 4.33 6/319 950125
/proc/meminfo: memFree=117032112/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19108176 memory=1329780 CPUtime=2.7 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 20047 0 0 0 239 31 0 0 20 0 20 0 182989719 19566772224 332445 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4777044 332445 5923 1 0 558763 0
[pid=950106/tid=950108] ppid=950103 vsize=19108176 memory=0 CPUtime=1.36 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 6699 0 0 0 108 28 0 0 20 0 20 0 182989720 19566772224 332445 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989725 19566772224 332445 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19108176 memory=12724 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182989726 19566772224 332445 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1329780 KiB

[startup+3.10583 s]
/proc/loadavg: 4.26 4.32 4.33 6/320 950128
/proc/meminfo: memFree=116203288/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19108176 memory=1335796 CPUtime=5.9 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 22151 0 0 0 558 32 0 0 20 0 20 0 182989719 19566772224 333949 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4777044 333949 5923 1 0 559799 0
[pid=950106/tid=950108] ppid=950103 vsize=19108176 memory=12724 CPUtime=2.92 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 6828 0 0 0 264 28 0 0 20 0 20 0 182989720 19566772224 333949 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19108176 memory=192672 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989725 19566772224 333949 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182989726 19566772224 333949 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950126] ppid=950103 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/950106/task/950126/stat : 950126 (Timer-0) S 950103 950106 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989860 19566772224 333949 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1335796 KiB

[startup+6.30043 s]
/proc/loadavg: 4.24 4.31 4.33 5/318 950194
/proc/meminfo: memFree=118118392/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19108176 memory=2547324 CPUtime=10.01 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 23947 0 0 0 946 55 0 0 20 0 20 0 182989719 19566772224 636319 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4777044 636831 5923 1 0 1065565 0
[pid=950106/tid=950108] ppid=950103 vsize=19108176 memory=0 CPUtime=5.98 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 7634 0 0 0 549 49 0 0 20 0 20 0 182989720 19566772224 636831 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989725 19566772224 636831 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 182989726 19566772224 636831 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950126] ppid=950103 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/950106/task/950126/stat : 950126 (Timer-0) S 950103 950106 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989860 19566772224 636831 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 10.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2547324 KiB

[startup+12.7005 s]
/proc/loadavg: 4.22 4.31 4.33 7/320 950198
/proc/meminfo: memFree=113636772/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19108176 memory=2979832 CPUtime=16.77 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 29057 0 0 0 1611 66 0 0 20 0 20 0 182989719 19566772224 744958 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4777044 744958 5923 1 0 1065567 0
[pid=950106/tid=950108] ppid=950103 vsize=19108176 memory=11408 CPUtime=12.16 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 8897 0 0 0 1160 56 0 0 20 0 20 0 182989720 19566772224 744958 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19108176 memory=1379524 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989725 19566772224 744958 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19108176 memory=2979832 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 182989726 19566772224 744958 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950126] ppid=950103 vsize=19108176 memory=2979832 CPUtime=0 cores=1,3
/proc/950106/task/950126/stat : 950126 (Timer-0) S 950103 950106 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989860 19566772224 744958 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 16.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2979832 KiB

[startup+25.5005 s]
/proc/loadavg: 4.49 4.36 4.35 8/320 950334
/proc/meminfo: memFree=114489072/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19108176 memory=4757204 CPUtime=30.4 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 31983 0 0 0 2938 102 0 0 20 0 20 0 182989719 19566772224 1189301 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4777044 1189301 5923 1 0 1671350 0
[pid=950106/tid=950108] ppid=950103 vsize=19108176 memory=11408 CPUtime=24.19 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 9674 0 0 0 2334 85 0 0 20 0 20 0 182989720 19566772224 1189301 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989725 19566772224 1189301 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19108176 memory=4757200 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 182989726 19566772224 1189301 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950126] ppid=950103 vsize=19108176 memory=2288 CPUtime=0 cores=1,3
/proc/950106/task/950126/stat : 950126 (Timer-0) S 950103 950106 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989860 19566772224 1189301 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 30.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4757204 KiB

[startup+51.1138 s]
/proc/loadavg: 4.63 4.41 4.36 5/320 950337
/proc/meminfo: memFree=110889560/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19108176 memory=5704296 CPUtime=56.9 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 38584 0 0 0 5567 123 0 0 20 0 20 0 182989719 19566772224 1426074 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4777044 1426074 5939 1 0 1671362 0
[pid=950106/tid=950108] ppid=950103 vsize=19108176 memory=1828 CPUtime=48.77 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 13269 0 0 0 4780 97 0 0 20 0 20 0 182989720 19566772224 1426074 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19108176 memory=5421424 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989725 19566772224 1426074 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19108176 memory=20468 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 182989726 19566772224 1426074 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950126] ppid=950103 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/950106/task/950126/stat : 950126 (Timer-0) S 950103 950106 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989860 19566772224 1426074 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0

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

[startup+3222.3 s]
/proc/loadavg: 4.07 4.12 4.17 5/319 952358
/proc/meminfo: memFree=93615164/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19108176 memory=11012280 CPUtime=3258.4 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 503690 0 0 0 325317 523 0 0 20 0 20 0 182989719 19566772224 2753070 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4777044 2753070 5939 1 0 2768543 0
[pid=950106/tid=950108] ppid=950103 vsize=19108176 memory=11012272 CPUtime=3171.71 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 284564 0 0 0 316906 265 0 0 20 0 20 0 182989720 19566772224 2753070 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19108176 memory=11012280 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989725 19566772224 2753070 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19108176 memory=11012280 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 3710 0 0 0 0 0 0 0 20 0 20 0 182989726 19566772224 2753070 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950126] ppid=950103 vsize=19108176 memory=11012280 CPUtime=0 cores=1,3
/proc/950106/task/950126/stat : 950126 (Timer-0) S 950103 950106 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989860 19566772224 2753070 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 3258.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11012280 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.13 4.17 5/319 952368
/proc/meminfo: memFree=93614604/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19108176 memory=11012280 CPUtime=3318.94 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 507959 0 0 0 331367 527 0 0 20 0 20 0 182989719 19566772224 2753070 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4777044 2753070 5939 1 0 2768543 0
[pid=950106/tid=950108] ppid=950103 vsize=19108176 memory=11012280 CPUtime=3230.75 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 286280 0 0 0 322809 266 0 0 20 0 20 0 182989720 19566772224 2753070 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19108176 memory=11012280 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989725 19566772224 2753070 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19108176 memory=5620 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 3800 0 0 0 0 0 0 0 20 0 20 0 182989726 19566772224 2753070 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950126] ppid=950103 vsize=19108176 memory=11012280 CPUtime=0 cores=1,3
/proc/950106/task/950126/stat : 950126 (Timer-0) S 950103 950106 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989860 19566772224 2753070 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 3318.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11012280 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.17 5/319 952378
/proc/meminfo: memFree=93614472/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19108176 memory=11012292 CPUtime=3379.18 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 515667 0 0 0 337385 533 0 0 20 0 20 0 182989719 19566772224 2753073 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4777044 2753073 5939 1 0 2768546 0
[pid=950106/tid=950108] ppid=950103 vsize=19108176 memory=11012292 CPUtime=3290.25 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 290527 0 0 0 328758 267 0 0 20 0 20 0 182989720 19566772224 2753073 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989725 19566772224 2753073 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19108176 memory=11012292 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 3939 0 0 0 0 0 0 0 20 0 20 0 182989726 19566772224 2753073 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950126] ppid=950103 vsize=19108176 memory=43532 CPUtime=0 cores=1,3
/proc/950106/task/950126/stat : 950126 (Timer-0) S 950103 950106 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989860 19566772224 2753073 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 3379.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11012292 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.15 4.18 5/319 952388
/proc/meminfo: memFree=93614008/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19108176 memory=11012300 CPUtime=3439.61 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 519792 0 0 0 343423 538 0 0 20 0 20 0 182989719 19566772224 2753075 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4777044 2753075 5939 1 0 2768546 0
[pid=950106/tid=950108] ppid=950103 vsize=19108176 memory=11012292 CPUtime=3349.56 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 293904 0 0 0 334688 268 0 0 20 0 20 0 182989720 19566772224 2753075 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989725 19566772224 2753075 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19108176 memory=11012300 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 3940 0 0 0 0 0 0 0 20 0 20 0 182989726 19566772224 2753075 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950126] ppid=950103 vsize=19108176 memory=12724 CPUtime=0 cores=1,3
/proc/950106/task/950126/stat : 950126 (Timer-0) S 950103 950106 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989860 19566772224 2753075 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 3439.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11012300 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.15 4.18 5/320 952400
/proc/meminfo: memFree=95210276/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19108176 memory=9411792 CPUtime=3500.85 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 547513 0 0 0 349540 545 0 0 20 0 20 0 182989719 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4777044 2352948 5939 1 0 2367650 0
[pid=950106/tid=950108] ppid=950103 vsize=19108176 memory=11408 CPUtime=3408.85 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 301517 0 0 0 340616 269 0 0 20 0 20 0 182989720 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19108176 memory=11012300 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989725 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19108176 memory=9411792 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 4078 0 0 0 0 0 0 0 20 0 20 0 182989726 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950126] ppid=950103 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/950106/task/950126/stat : 950126 (Timer-0) S 950103 950106 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989860 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 3500.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9411792 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.19 4.19 5/323 952415
/proc/meminfo: memFree=95209504/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19108176 memory=9411792 CPUtime=3561.08 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 555581 0 0 0 355559 549 0 0 20 0 20 0 182989719 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4777044 2352948 5939 1 0 2367650 0
[pid=950106/tid=950108] ppid=950103 vsize=19108176 memory=43532 CPUtime=3468.04 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 305183 0 0 0 346534 270 0 0 20 0 20 0 182989720 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19108176 memory=11012300 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989725 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19108176 memory=43532 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 4162 0 0 0 0 0 0 0 20 0 20 0 182989726 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950126] ppid=950103 vsize=19108176 memory=9411792 CPUtime=0 cores=1,3
/proc/950106/task/950126/stat : 950126 (Timer-0) S 950103 950106 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989860 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 3561.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9411792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3561 s]*
/proc/loadavg: 4.41 4.23 4.20 5/323 952488
/proc/meminfo: memFree=107117300/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19108176 memory=9411792 CPUtime=3600.04 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 556869 0 0 0 359453 551 0 0 20 0 20 0 182989719 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4777044 2352948 5939 1 0 2367650 0
[pid=950106/tid=950108] ppid=950103 vsize=19108176 memory=-8815627402820756156 CPUtime=3506.2 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) R 950103 950106 947632 0 -1 4194368 306326 0 0 0 350350 270 0 0 20 0 20 0 182989720 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19108176 memory=32796 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989725 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19108176 memory=18976 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 4162 0 0 0 0 0 0 0 20 0 20 0 182989726 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950126] ppid=950103 vsize=19108176 memory=20468 CPUtime=0 cores=1,3
/proc/950106/task/950126/stat : 950126 (Timer-0) S 950103 950106 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989860 19566772224 2352948 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9411792 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.73 s, system=5.54697 s

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

[startup+3561.12 s]
/proc/loadavg: 4.41 4.23 4.20 5/323 952488
/proc/meminfo: memFree=107117300/131655788 swapFree=131071996/131071996
[pid=950106] ppid=950103 vsize=19307868 memory=9412444 CPUtime=3600.22 cores=1,3
/proc/950106/stat : 950106 (java) S 950103 950106 947632 0 -1 1077936128 560046 0 0 0 359471 551 0 0 20 0 21 0 182989719 19771256832 2353111 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
/proc/950106/statm: 4826967 2353111 5938 1 0 2368556 0
[pid=950106/tid=950108] ppid=950103 vsize=19307868 memory=9411792 CPUtime=3506.22 cores=1,3
/proc/950106/task/950108/stat : 950108 (java) S 950103 950106 947632 0 -1 1077936192 306412 0 0 0 350352 270 0 0 20 0 21 0 182989720 19771256832 2353111 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950117] ppid=950103 vsize=19307868 memory=9411792 CPUtime=0 cores=1,3
/proc/950106/task/950117/stat : 950117 (Finalizer) S 950103 950106 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 182989725 19771256832 2353111 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
[pid=950106/tid=950124] ppid=950103 vsize=19307868 memory=5620 CPUtime=0 cores=1,3
/proc/950106/task/950124/stat : 950124 (Common-Cleaner) S 950103 950106 947632 0 -1 1077936192 4162 0 0 0 0 0 0 0 20 0 21 0 182989726 19771256832 2353111 134679101440 94758009671680 94758009675376 140732382457152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94758009683192 94758009683984 94758022328320 140732382462964 140732382463072 140732382463072 140732382470088 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 9412444 KiB

Child status: 143

Real time (s): 3561.16
CPU time (s): 3600.27
CPU user time (s): 3594.73
CPU system time (s): 5.54697
CPU usage (%): 101.098
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 11012300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.73
system time used= 5.54697
maximum resident set size= 11012304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 560257
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115843
involuntary context switches= 7051


# summary of solver processes directly reported to runsolver:
#   pid: 950106
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3594.73
#   total CPU system time (s): 5.54697

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6839 second user time and 38.3996 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-18 15:12:23
IDJOB=4442891
IDBENCH=147856
IDSOLVER=3052
FILE ID=nodeC007/4442891-1721308331
RUNJOBID= nodeC007-1721304841-947644
SLURM_JOB_ID= 7542628
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-55-50.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442891-1721308331/watcher-4442891-1721308331 -o /tmp/evaluation-result-4442891-1721308331/solver-4442891-1721308331 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947644 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442891-1721308331.opb

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

MD5SUM BENCH= 447851c4fd40c5c34c03bb94532f1e8d
RANDOM SEED=811568151

nodeC007.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		: 3505.572
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.25
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		: 1698.431
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.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	: 0xb00001f
cpu MHz		: 1197.251
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.25
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.130
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.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	: 0xb00001f
cpu MHz		: 3581.120
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.25
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		: 3585.317
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.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	: 0xb00001f
cpu MHz		: 1197.271
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.25
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.293
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        117520372 kB
MemAvailable:   120153752 kB
Buffers:          485144 kB
Cached:          2979956 kB
SwapCached:            0 kB
Active:           993244 kB
Inactive:       12562104 kB
Active(anon):       1468 kB
Inactive(anon): 10126484 kB
Active(file):     991776 kB
Inactive(file):  2435620 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2684 kB
Writeback:             0 kB
AnonPages:      10080380 kB
Mapped:           125992 kB
Shmem:             37704 kB
KReclaimable:      92032 kB
Slab:             193676 kB
SReclaimable:      92032 kB
SUnreclaim:       101644 kB
KernelStack:        4880 kB
PageTables:        30076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   10537416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9697280 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:      279368 kB
DirectMap2M:    27936768 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC007 at 2024-07-18 16:11:44