Trace number 4459790

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12SAT (TO)-24 3600.18 3568.98

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_100_10_5.opb
MD5SUM8e995e228ea397e74aa66020bdc72749
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-25
Best CPU time to get the best result obtained on this benchmark3.11339
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint10
Maximum length of a constraint18
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1252
Sum of products size (including duplicates)2504
Number of different products626
Sum of products size1252

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.10/0.10	c version CUSTOM.v20240707
0.10/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.11	c java.vm.version	22.0.1+8-16
0.10/0.11	c java.vm.vendor	Oracle Corporation
0.10/0.11	c sun.arch.data.model	64
0.10/0.11	c java.version		22.0.1
0.10/0.11	c os.name		Linux
0.10/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.11	c os.arch		amd64
0.10/0.11	c Free memory 		2104792832
0.10/0.11	c Max memory 		16282288128
0.10/0.11	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.18	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.18	 - never skip resolution steps
0.10/0.18	 - Auto-division on coefficients is disabled
0.10/0.18	 - No postprocessing
0.10/0.18	 - Conflict is considered as is when resolving
0.10/0.18	 - Use constraints as they come during conflict analysis
0.10/0.18	 - Weaken first using unassigned literals
0.10/0.18	 - Bump strategy: ALWAYS_ONE
0.10/0.18	 - Bumper: EFFECTIVE
0.10/0.18	--- Begin Solver configuration ---
0.10/0.18	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.10/0.18	Learn all clauses as in MiniSAT
0.10/0.18	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.18	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.18	No reason simplification
0.10/0.18	Dynamic restart strategy considering the size of the coefficients
0.10/0.18	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.10/0.18	timeout=2147483s
0.10/0.18	DB Simplification allowed=false
0.10/0.18	Listener: none
0.10/0.18	--- End Solver configuration ---
0.10/0.18	c Pseudo Boolean Optimization by upper bound
0.10/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.18	c  - never skip resolution steps
0.10/0.18	c  - Auto-division on coefficients is disabled
0.10/0.18	c  - No postprocessing
0.10/0.18	c  - Conflict is considered as is when resolving
0.10/0.18	c  - Use constraints as they come during conflict analysis
0.10/0.18	c  - Weaken first using unassigned literals
0.10/0.18	c  - Bump strategy: ALWAYS_ONE
0.10/0.18	c  - Bumper: EFFECTIVE
0.10/0.18	c --- Begin Solver configuration ---
0.10/0.18	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.10/0.18	c Learn all clauses as in MiniSAT
0.10/0.18	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.18	c No reason simplification
0.10/0.18	c Dynamic restart strategy considering the size of the coefficients
0.10/0.18	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.10/0.18	c timeout=2147483s
0.10/0.18	c DB Simplification allowed=false
0.10/0.18	c Listener: none
0.10/0.18	c --- End Solver configuration ---
0.10/0.18	c solving HOME/instance-4459790-1721939463.opb
0.10/0.18	c reading problem ... 
0.10/0.18	c  objective function found
0.28/0.25	c ... done. Wall clock time 0.071s.
0.28/0.25	c declared #vars     100
0.28/0.25	c internal #vars     726
0.28/0.25	c #constraints  1452
0.28/0.25	c constraints type 
0.28/0.25	c org.sat4j.specs.Constr$1 => 100
0.28/0.25	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 626
0.28/0.25	c org.sat4j.pb.constraints.pb.UnitClausesPB => 100
0.28/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 626
0.28/0.25	c 1452 constraints processed.
0.28/0.26	c objective function length is 100 literals
0.28/0.27	c SATISFIABLE
0.28/0.27	c OPTIMIZING...
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.091
0.28/0.27	o -18
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.099
0.28/0.28	o -19
0.46/0.32	c Got one! Elapsed wall clock time (in seconds):0.136
0.46/0.32	o -20
0.46/0.38	c Got one! Elapsed wall clock time (in seconds):0.203
0.46/0.38	o -21
1.03/0.60	c Got one! Elapsed wall clock time (in seconds):0.425
1.03/0.60	o -22
1.21/0.72	c Got one! Elapsed wall clock time (in seconds):0.536
1.21/0.72	o -23
11.15/8.41	c cleaning 2850 clauses out of 5701 with flag 0/5701
29.66/26.53	c cleaning 4422 clauses out of 8848 with flag 0/11698
54.12/50.81	c cleaning 5714 clauses out of 11429 with flag 0/18701
90.58/86.72	c cleaning 6852 clauses out of 13712 with flag 0/26698
145.45/140.90	c cleaning 7927 clauses out of 15860 with flag 0/35698
212.92/207.67	c cleaning 8966 clauses out of 17936 with flag 0/45701
296.00/289.82	c cleaning 9981 clauses out of 19967 with flag 0/56698
384.56/377.62	c cleaning 10991 clauses out of 21988 with flag 0/68700
451.10/443.51	c Got one! Elapsed wall clock time (in seconds):443.338
451.10/443.51	o -24
508.52/500.48	c cleaning 12461 clauses out of 24932 with flag 0/82635
557.02/548.54	c cleaning 9224 clauses out of 18467 with flag 0/88631
609.42/600.34	c cleaning 8116 clauses out of 16243 with flag 0/95631
660.78/651.32	c cleaning 8059 clauses out of 16130 with flag 0/103634
713.38/703.71	c cleaning 8531 clauses out of 17068 with flag 0/112631
785.37/775.05	c cleaning 9265 clauses out of 18537 with flag 0/122631
862.28/850.95	c cleaning 10131 clauses out of 20273 with flag 0/133632
965.42/953.03	c cleaning 11068 clauses out of 22141 with flag 0/145631
1087.33/1073.96	c cleaning 12031 clauses out of 24073 with flag 0/158631
1238.48/1223.96	c cleaning 13013 clauses out of 26043 with flag 0/172632
1406.91/1391.31	c cleaning 14011 clauses out of 28030 with flag 0/187632
1598.10/1581.59	c cleaning 15002 clauses out of 30018 with flag 0/203631
1804.07/1786.43	c cleaning 16009 clauses out of 32018 with flag 0/220633
2035.21/2015.93	c cleaning 17000 clauses out of 34009 with flag 0/238633
2284.07/2263.28	c cleaning 18002 clauses out of 36009 with flag 0/257633
2592.70/2570.18	c cleaning 18998 clauses out of 38006 with flag 0/277632
2938.16/2912.84	c cleaning 20000 clauses out of 40008 with flag 0/298632
3298.21/3269.36	c cleaning 21001 clauses out of 42007 with flag 0/320631
3600.02/3568.92	c starts		: 59
3600.02/3568.92	c conflicts		: 338235
3600.02/3568.92	c decisions		: 352770
3600.02/3568.92	c propagations		: 2480859
3600.02/3568.92	c inspects		: 4164246434
3600.02/3568.92	c shortcuts		: 0
3600.02/3568.92	c learnt literals	: 0
3600.02/3568.92	c learnt binary clauses	: 0
3600.02/3568.92	c learnt ternary clauses	: 0
3600.02/3568.92	c learnt constraints	: 338235
3600.02/3568.92	c ignored constraints	: 0
3600.02/3568.92	c root simplifications	: 0
3600.02/3568.92	c removed literals (reason simplification)	: 0
3600.02/3568.92	c reason swapping (by a shorter reason)	: 0
3600.02/3568.92	c Calls to reduceDB	: 26
3600.02/3568.92	c Number of update (reduction) of LBD	: 280981
3600.02/3568.92	c Imported unit clauses	: 0
3600.02/3568.92	c No decision after first conflict	: false
3600.02/3568.92	c number of reductions to clauses (during analyze)	: 0
3600.02/3568.92	c number of learned constraints concerned by reduction	: 0
3600.02/3568.92	c number of learning phase by resolution	: 0
3600.02/3568.92	c number of learning phase by cutting planes	: 0
3600.02/3568.92	c number of rounding to 1 operations	: 0
3600.02/3568.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3568.92	c number of reductions of the coefficients by power 2 	: 0
3600.02/3568.92	c number of right shift for reduction by power 2 	: 0
3600.02/3568.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3568.92	c number of ending skipping 	: 0
3600.02/3568.92	c number of internal skipping 	: 0
3600.02/3568.92	c number of derivation steps 	: 2334212
3600.02/3568.92	c number of skipped derivation steps 	: 0
3600.02/3568.92	c number of remaining unassigned 	: 1068474
3600.02/3568.92	c number of remaining assigned 	: 126625655
3600.02/3568.92	c number of falsified literals weakened from reason	: 0
3600.02/3568.92	c number of falsified literals weakened from conflict	: 0
3600.02/3568.92	c time for arithmetic operations	: 14539894917
3600.02/3568.94	c minimum degree of deleted constraints	: 3
3600.02/3568.94	c maximum degree of deleted constraints	: 9688625013394129820651911556919003311361059758610232161099916969861660154060345278360917087897576625863112428879316533828087885712965924538565236723326114211160305117190543457394861923364027385079360003873225665054810999284902268243055156051735779426549687187510350217013217019192723325565556794307442134487227837228054410394078691348217610053560341945814556898174222701972723431391076064278588182378245003009927773491530267463038939770926266147761704518616466048234451185814178406289917169760210139012095689271271012259715465588345366045395335702374097053687851956456865929987522750775307152996862886497464443998829111362560498036182222852442818938312256682455546581620000498396240338618011280358206144701120402585517417327025332826171776275817929491491272095802743639430601492790101955735909710297152304549131086758490628469539766060555981825277907488775385208281550552772275715403475889052398205732634626049983582413004819190091936655564324677164623366427628362732813778795593579959146679783244468849877918547708863289507462707667448520383505062499361190370626318865306730441567679614895603571923884441368122087937055028365996199357913284613856740036748851780685905434999729759425047321166531967788557709843040806100496672221288102400
3600.02/3568.94	c number of deleted constraints	: 299625
3600.02/3568.94	c speed (assignments/second)	: 695.1773656979403
3600.02/3568.94	c non guided choices	: 0
3600.02/3568.97	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2421
3600.02/3568.97	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 36189
3600.02/3568.97	s SATISFIABLE
3600.02/3568.97	c Found 7 solution(s)
3600.02/3568.97	v -x1 -x2 x3 -x4 x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 x14 -x15 -x16 -x17 x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 x56 -x57 x58 x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 x72 x73 -x74 x75 -x76 -x77 -x78 x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 
3600.02/3568.97	c objective function=-24
3600.02/3568.97	c Total wall clock time (in seconds): 3568.787

Verifier Data

OK	-24

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (59742 MiB free)
  memory of node 1: 64510 MiB (61130 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459790-1721939463/watcher-4459790-1721939463 -o /tmp/evaluation-result-4459790-1721939463/solver-4459790-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721939462-242914 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459790-1721939463.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100424 s]*
/proc/loadavg: 0.16 0.23 0.22 10/328 243044
/proc/meminfo: memFree=123683552/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=18975048 memory=57072 CPUtime=0.1 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 6766 0 0 0 7 3 0 0 20 0 18 0 30476572 19430449152 14268 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4743762 14268 5626 1 0 548961 0
[pid=243004/tid=243010] ppid=243000 vsize=18975048 memory=4026531971 CPUtime=0.06 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 5616 0 0 0 4 2 0 0 20 0 18 0 30476572 19430449152 14268 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=18975048 memory=1412932 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30476577 19430449152 14268 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=18975048 memory=14411523065906868 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30476578 19430449152 14268 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57072 KiB

[startup+0.209464 s]*
/proc/loadavg: 0.16 0.23 0.22 13/329 243045
/proc/meminfo: memFree=123617840/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=18975048 memory=69548 CPUtime=0.28 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 7719 0 0 0 25 3 0 0 20 0 18 0 30476572 19430449152 17387 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4743762 17387 5805 1 0 549658 0
[pid=243004/tid=243010] ppid=243000 vsize=18975048 memory=4782652875487838339 CPUtime=0.16 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 1077936192 6060 0 0 0 14 2 0 0 20 0 18 0 30476572 19430449152 17387 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=18975048 memory=1412932 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30476577 19430449152 17387 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=18975048 memory=14411523065906868 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30476578 19430449152 17387 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69548 KiB

[startup+0.307684 s]*
/proc/loadavg: 1.27 0.46 0.29 15/331 243047
/proc/meminfo: memFree=123537960/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19041612 memory=81668 CPUtime=0.46 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 8173 0 0 0 42 4 0 0 20 0 19 0 30476572 19498610688 20417 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4760403 20417 5881 1 0 550217 0
[pid=243004/tid=243010] ppid=243000 vsize=19041612 memory=-9105551022601511612 CPUtime=0.24 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 6198 0 0 0 22 2 0 0 20 0 19 0 30476572 19498610688 20417 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30476577 19498610688 20417 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30476578 19498610688 20417 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30476598 19498610688 20417 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 81668 KiB

[startup+0.700691 s]
/proc/loadavg: 1.27 0.46 0.29 10/308 243057
/proc/meminfo: memFree=123541672/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=176052 CPUtime=1.21 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 13182 0 0 0 115 6 0 0 20 0 20 0 30476572 19566772224 44013 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 44013 5881 1 0 553313 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=12348 CPUtime=0.58 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 6250 0 0 0 54 4 0 0 20 0 20 0 30476572 19566772224 44013 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30476577 19566772224 44013 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30476578 19566772224 44013 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19108176 memory=25664 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30476598 19566772224 44013 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176052 KiB

[startup+1.5072 s]
/proc/loadavg: 1.27 0.46 0.29 9/309 243082
/proc/meminfo: memFree=123413532/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=256148 CPUtime=2.79 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 19178 0 0 0 271 8 0 0 20 0 20 0 30476572 19566772224 64037 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 64037 5881 1 0 554200 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=12348 CPUtime=1.31 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 6558 0 0 0 126 5 0 0 20 0 20 0 30476572 19566772224 64037 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19108176 memory=25664 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30476577 19566772224 64037 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30476578 19566772224 64037 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30476598 19566772224 64037 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 256148 KiB

[startup+3.10668 s]
/proc/loadavg: 1.27 0.46 0.29 9/334 243116
/proc/meminfo: memFree=119095428/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=834756 CPUtime=5.32 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 26118 0 0 0 513 19 0 0 20 0 20 0 30476572 19566772224 208689 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 208689 5897 1 0 708388 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=0 CPUtime=2.83 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 7443 0 0 0 269 14 0 0 20 0 20 0 30476572 19566772224 208689 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30476577 19566772224 208689 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30476578 19566772224 208689 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19108176 memory=11576 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30476598 19566772224 208689 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 5.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 834756 KiB

[startup+6.30068 s]
/proc/loadavg: 1.57 0.54 0.32 6/335 243119
/proc/meminfo: memFree=117797208/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=1258968 CPUtime=8.87 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 26586 0 0 0 859 28 0 0 20 0 20 0 30476572 19566772224 314742 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 314742 5897 1 0 708403 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=12348 CPUtime=5.94 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 7706 0 0 0 573 21 0 0 20 0 20 0 30476572 19566772224 314742 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30476577 19566772224 314742 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30476578 19566772224 314742 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19108176 memory=5552 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30476598 19566772224 314742 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 8.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1258968 KiB

[startup+12.7007 s]
/proc/loadavg: 1.77 0.60 0.34 8/334 243185
/proc/meminfo: memFree=116839288/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=1615708 CPUtime=15.54 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 28338 0 0 0 1517 37 0 0 20 0 20 0 30476572 19566772224 403927 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 403927 5897 1 0 708437 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=0 CPUtime=12.22 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 9243 0 0 0 1194 28 0 0 20 0 20 0 30476572 19566772224 403927 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19108176 memory=1611612 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30476577 19566772224 403927 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19108176 memory=11576 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 30476578 19566772224 403927 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30476598 19566772224 403927 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 15.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1615708 KiB

[startup+25.5007 s]
/proc/loadavg: 2.04 0.69 0.37 5/335 243320
/proc/meminfo: memFree=117027684/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=1749240 CPUtime=28.66 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 36885 0 0 0 2825 41 0 0 20 0 20 0 30476572 19566772224 437310 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 437310 5897 1 0 708438 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=1745144 CPUtime=24.61 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 11067 0 0 0 2431 30 0 0 20 0 20 0 30476572 19566772224 437310 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19108176 memory=1724580 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30476577 19566772224 437310 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19108176 memory=1258968 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 30476578 19566772224 437310 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19108176 memory=2396 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30476598 19566772224 437310 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 28.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1749240 KiB

[startup+51.1062 s]
/proc/loadavg: 2.87 1.03 0.49 5/335 243325
/proc/meminfo: memFree=115520188/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=1780152 CPUtime=54.46 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 47039 0 0 0 5401 45 0 0 20 0 20 0 30476572 19566772224 445038 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 445038 5897 1 0 708438 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=5436 CPUtime=49.63 cores=5,7

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

/proc/meminfo: memFree=110705460/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=2788672 CPUtime=3250.75 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 302401 0 0 0 324833 242 0 0 20 0 20 0 30476572 19566772224 697168 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 697168 5940 1 0 708905 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=2788672 CPUtime=3170.08 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 132503 0 0 0 316960 48 0 0 20 0 20 0 30476572 19566772224 697168 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19108176 memory=104 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30476577 19566772224 697168 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19108176 memory=2788672 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 3641 0 0 0 0 0 0 0 20 0 20 0 30476578 19566772224 697168 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19108176 memory=2788672 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30476598 19566772224 697168 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 3250.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2788672 KiB

[startup+3282.3 s]
/proc/loadavg: 4.52 4.29 4.13 5/332 244874
/proc/meminfo: memFree=110804380/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=2788684 CPUtime=3311.29 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 309965 0 0 0 330884 245 0 0 20 0 20 0 30476572 19566772224 697171 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 697171 5940 1 0 708905 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=2788676 CPUtime=3229.19 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 135749 0 0 0 322870 49 0 0 20 0 20 0 30476572 19566772224 697171 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19108176 memory=2788684 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30476577 19566772224 697171 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19108176 memory=5552 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 3698 0 0 0 0 0 0 0 20 0 20 0 30476578 19566772224 697171 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19108176 memory=6756 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30476598 19566772224 697171 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 3311.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2788684 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.27 4.13 5/332 244950
/proc/meminfo: memFree=112449072/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=2788692 CPUtime=3371.79 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 313796 0 0 0 336930 249 0 0 20 0 20 0 30476572 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 697173 5940 1 0 708908 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=2788688 CPUtime=3288.26 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 138362 0 0 0 328777 49 0 0 20 0 20 0 30476572 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19108176 memory=2788688 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30476577 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19108176 memory=2788692 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 3741 0 0 0 0 0 0 0 20 0 20 0 30476578 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19108176 memory=2788692 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30476598 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 3371.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2788692 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.25 4.13 5/333 244962
/proc/meminfo: memFree=112292080/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=2788692 CPUtime=3432.09 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 317628 0 0 0 342956 253 0 0 20 0 20 0 30476572 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 697173 5940 1 0 708908 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=2788688 CPUtime=3347.31 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 140773 0 0 0 334682 49 0 0 20 0 20 0 30476572 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19108176 memory=5552 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30476577 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19108176 memory=16012 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 3833 0 0 0 0 0 0 0 20 0 20 0 30476578 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19108176 memory=2788692 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30476598 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 3432.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2788692 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.23 4.13 5/333 245140
/proc/meminfo: memFree=112144844/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=2788692 CPUtime=3492.44 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 321575 0 0 0 348988 256 0 0 20 0 20 0 30476572 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 697173 5940 1 0 708908 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=2788688 CPUtime=3406.43 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 143268 0 0 0 340593 50 0 0 20 0 20 0 30476572 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19108176 memory=-9177608616639439548 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30476577 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19108176 memory=39132 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 3924 0 0 0 0 0 0 0 20 0 20 0 30476578 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19108176 memory=2788692 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30476598 19566772224 697173 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 3492.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2788692 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.23 4.14 5/333 245150
/proc/meminfo: memFree=112018724/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=2788768 CPUtime=3553.1 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 333038 0 0 0 355050 260 0 0 20 0 20 0 30476572 19566772224 697192 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 697192 5940 1 0 708924 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=2788692 CPUtime=3465.43 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 147862 0 0 0 346493 50 0 0 20 0 20 0 30476572 19566772224 697192 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19108176 memory=2788768 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30476577 19566772224 697192 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19108176 memory=16012 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 3953 0 0 0 0 0 0 0 20 0 20 0 30476578 19566772224 697192 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19108176 memory=2788768 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30476598 19566772224 697192 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 3553.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2788768 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3568.9 s]
/proc/loadavg: 4.14 4.21 4.13 6/335 245353
/proc/meminfo: memFree=114633204/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=2788780 CPUtime=3600.02 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 334223 0 0 0 359740 262 0 0 20 0 20 0 30476572 19566772224 697195 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 697195 5940 1 0 708934 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=1800 CPUtime=3511.35 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 148821 0 0 0 351085 50 0 0 20 0 20 0 30476572 19566772224 697195 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19108176 memory=2788780 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30476577 19566772224 697195 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19108176 memory=2788780 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 4024 0 0 0 0 0 0 0 20 0 20 0 30476578 19566772224 697195 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19108176 memory=2788780 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30476598 19566772224 697195 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2788780 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.54 s, system=2.63786 s

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

[startup+3568.9 s]
/proc/loadavg: 4.14 4.21 4.13 6/335 245353
/proc/meminfo: memFree=114633204/131524600 swapFree=131054992/131071996
[pid=243004] ppid=243000 vsize=19108176 memory=2788780 CPUtime=3600.02 cores=5,7
/proc/243004/stat : 243004 (java) S 243000 243004 242901 0 -1 1077936128 334223 0 0 0 359740 262 0 0 20 0 20 0 30476572 19566772224 697195 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
/proc/243004/statm: 4777044 697195 5940 1 0 708934 0
[pid=243004/tid=243010] ppid=243000 vsize=19108176 memory=1800 CPUtime=3511.35 cores=5,7
/proc/243004/task/243010/stat : 243010 (java) R 243000 243004 242901 0 -1 4194368 148821 0 0 0 351085 50 0 0 20 0 20 0 30476572 19566772224 697195 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243033] ppid=243000 vsize=19108176 memory=2788780 CPUtime=0 cores=5,7
/proc/243004/task/243033/stat : 243033 (Finalizer) S 243000 243004 242901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30476577 19566772224 697195 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243044] ppid=243000 vsize=19108176 memory=2788780 CPUtime=0 cores=5,7
/proc/243004/task/243044/stat : 243044 (Common-Cleaner) S 243000 243004 242901 0 -1 1077936192 4024 0 0 0 0 0 0 0 20 0 20 0 30476578 19566772224 697195 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
[pid=243004/tid=243047] ppid=243000 vsize=19108176 memory=2788780 CPUtime=0 cores=5,7
/proc/243004/task/243047/stat : 243047 (Timer-0) S 243000 243004 242901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30476598 19566772224 697195 134679101440 94916254810112 94916254813808 140729714601360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94916254821624 94916254822416 94916270592000 140729714607092 140729714607200 140729714607200 140729714614216 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2788780 KiB

Child status: 143

Real time (s): 3568.98
CPU time (s): 3600.18
CPU user time (s): 3597.54
CPU system time (s): 2.63786
CPU usage (%): 100.874
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2788780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.54
system time used= 2.63786
maximum resident set size= 2790328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 337669
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150596
involuntary context switches= 9744


# summary of solver processes directly reported to runsolver:
#   pid: 243004
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.54
#   total CPU system time (s): 2.63786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.35156 second user time and 21.0852 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-25 22:31:03
IDJOB=4459790
IDBENCH=148572
IDSOLVER=3052
FILE ID=nodeC035/4459790-1721939463
RUNJOBID= nodeC035-1721939462-242914
SLURM_JOB_ID= 8247255
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_10_5.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459790-1721939463/watcher-4459790-1721939463 -o /tmp/evaluation-result-4459790-1721939463/solver-4459790-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721939462-242914 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459790-1721939463.opb

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

MD5SUM BENCH= 8e995e228ea397e74aa66020bdc72749
RANDOM SEED=1195961217

nodeC035.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123814296 kB
MemAvailable:   129548180 kB
Buffers:          333860 kB
Cached:          6197068 kB
SwapCached:          296 kB
Active:          2298692 kB
Inactive:        4746116 kB
Active(anon):       1904 kB
Inactive(anon):   564868 kB
Active(file):    2296788 kB
Inactive(file):  4181248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054992 kB
Dirty:              2636 kB
Writeback:             0 kB
AnonPages:        512424 kB
Mapped:           122964 kB
Shmem:             53216 kB
KReclaimable:     190992 kB
Slab:             311600 kB
SReclaimable:     190992 kB
SUnreclaim:       120608 kB
KernelStack:        4640 kB
PageTables:        10908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5232788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16992 kB
HardwareCorrupted:     0 kB
AnonHugePages:    317440 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:      414420 kB
DirectMap2M:    48642048 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC035 at 2024-07-25 23:30:32