Trace number 4391281

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
AbsCon 2019-07-23UNSAT 5.25539 3.39339

DiagnosticValue
WRONG_DECISIONS3658

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n1w4b1r5.xml
MD5SUMd746abd17fd9f5e52f47be3617d955ae
Bench CategoryCOP (optimization problem)
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 benchmark5.25539
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints13
Number of domains2
Minimum domain size6
Maximum domain size35
Distribution of domain sizes[{"size":6,"count":1},{"size":35,"count":50}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":45},{"degree":5,"count":5}]
Minimum constraint arity6
Maximum constraint arity50
Distribution of constraint arities[{"arity":6,"count":1},{"arity":10,"count":10},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":5},{"type":"lex","count":1},{"type":"sum","count":5},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

2.38/1.88	
2.38/1.88	AbsCon 2 
2.62/1.90	
2.89/2.01	  Instance
2.89/2.01	    name=instance-4391281-1568390936, framework=COP, bounds=-infty..+infty
2.89/2.01	
2.89/2.01	  Loading variables...
2.89/2.03	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@60c3bc1e
2.89/2.04	  Loading constraints...[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@3c628cf0
2.89/2.04	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@43da1119
2.89/2.04	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@15ebb3fb
2.89/2.04	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@52cd16a2
2.89/2.08	
2.89/2.08	
2.89/2.08	  Domains
2.89/2.08	    nTypes=2, nValues=1756, sizes=[6#1,35#50]
2.89/2.08	  Variables
2.89/2.08	    count=51, degrees=[2#1,4#18,5#29,6#3]
2.89/2.08	  Objectives
2.89/2.08	    way=max, type=ObjVarGE
2.89/2.08	  Constraints
2.89/2.08	    count=17, nSpecific=17, arities=[1#1,6#1,10#10,20#4,50#1]
2.89/2.08	    distribution=[CardinalityConstant#1,ExactlyKVariable#1,LexicographicLe#4,ObjVarGE#1,OrderedGE#5,SumSimpleLE#5]
2.89/2.08	    wck=0.231, cpu=2.048, mem=18M585
2.89/2.09	  Solver SolverBacktrack being built...
2.89/2.09	
3.14/2.11	
3.14/2.11	  Solver
3.14/2.11	    guaranteedGAC=true
3.14/2.11	    wck=0.262, cpu=2.077, mem=29M227
3.14/2.12	
3.14/2.12	  Preprocessing
3.14/2.12	    filters=2, nACremovedValues=55, nTotalRemovedValues=55, inconcistency=false
3.14/2.12	    wck=0.003, cpu=2.082, mem=29M227
3.14/2.12	
3.14/2.13	    num=0, depth=0..0, filters=43, wck=0.02, mem=31M870
3.14/2.13	    decisions=20, wrong=10, backtracks=0, failedAssignments=10
3.14/2.13	    
3.14/2.15	    num=1, depth=0..0, filters=136, wck=0.038, mem=31M870
3.14/2.15	    decisions=42, wrong=21, backtracks=0, failedAssignments=21
3.14/2.15	    
3.14/2.16	    num=2, depth=0..0, filters=259, wck=0.047, mem=31M870
3.14/2.16	    decisions=66, wrong=33, backtracks=0, failedAssignments=33
3.14/2.16	    
3.14/2.17	    num=3, depth=1..1, filters=319, wck=0.055, mem=31M870
3.14/2.17	    decisions=92, wrong=46, backtracks=0, failedAssignments=46, nogoods=13
3.14/2.17	    
3.14/2.17	    num=4, depth=0..0, filters=326, wck=0.058, mem=31M870
3.14/2.17	    decisions=120, wrong=60, backtracks=0, failedAssignments=60, nogoods=13
3.14/2.17	    
3.14/2.18	    num=5, depth=0..1, filters=461, wck=0.07, mem=31M870
3.14/2.18	    decisions=153, wrong=76, backtracks=0, failedAssignments=76, nogoods=15
3.14/2.18	    
3.14/2.19	    num=6, depth=0..4, filters=507, wck=0.076, mem=31M870
3.14/2.19	    decisions=189, wrong=93, backtracks=0, failedAssignments=93, nogoods=26
3.14/2.19	    
3.41/2.21	    num=7, depth=0..9, filters=611, wck=0.1, mem=31M870
3.41/2.21	    decisions=234, wrong=113, backtracks=1, failedAssignments=112, nogoods=38
3.41/2.21	    
3.41/2.23	    num=8, depth=0..1, filters=723, wck=0.113, mem=31M870
3.41/2.23	    decisions=281, wrong=136, backtracks=3, failedAssignments=133, nogoods=39
3.41/2.23	    
3.41/2.24	    num=9, depth=0..9, filters=816, wck=0.125, mem=31M870
3.41/2.24	    decisions=345, wrong=168, backtracks=12, failedAssignments=156, nogoods=39
3.41/2.24	    
3.41/2.25	    num=10, depth=0..10, filters=957, wck=0.136, mem=31M870
3.41/2.25	    decisions=414, wrong=202, backtracks=29, failedAssignments=181, nogoods=41
3.41/2.25	    
3.41/2.26	    num=11, depth=0..15, filters=1136, wck=0.15, mem=31M870
3.41/2.26	    decisions=489, wrong=235, backtracks=34, failedAssignments=209, nogoods=49
3.41/2.26	    
3.41/2.28	    num=12, depth=2..13, filters=1339, wck=0.166, mem=31M870
3.41/2.28	    decisions=566, wrong=268, backtracks=37, failedAssignments=240, nogoods=79
3.41/2.28	    
3.41/2.30	    num=13, depth=0..3, filters=1538, wck=0.181, mem=31M870
3.41/2.30	    decisions=641, wrong=304, backtracks=39, failedAssignments=274, nogoods=82
3.41/2.30	    
3.74/2.31	    num=14, depth=1..12, filters=1791, wck=0.199, mem=31M870
3.74/2.31	    decisions=733, wrong=348, backtracks=47, failedAssignments=311, nogoods=102
3.74/2.31	    
3.74/2.32	    num=15, depth=0..10, filters=1958, wck=0.211, mem=31M870
3.74/2.32	    decisions=820, wrong=391, backtracks=56, failedAssignments=352, nogoods=106
3.74/2.32	    
3.74/2.36	    num=16, depth=3..14, filters=2522, wck=0.243, mem=31M870
3.74/2.36	    decisions=955, wrong=456, backtracks=80, failedAssignments=397, nogoods=115
3.74/2.36	    
3.74/2.39	    num=17, depth=1..13, filters=3180, wck=0.281, mem=31M870
3.74/2.39	    decisions=1114, wrong=532, backtracks=111, failedAssignments=447, nogoods=126
3.74/2.39	    
4.05/2.42	    num=18, depth=0..15, filters=3609, wck=0.305, mem=31M870
4.05/2.42	    decisions=1264, wrong=606, backtracks=138, failedAssignments=502, nogoods=138
4.05/2.42	    
4.05/2.45	    num=19, depth=0..9, filters=4321, wck=0.341, mem=31M870
4.05/2.45	    decisions=1455, wrong=701, backtracks=173, failedAssignments=563, nogoods=142
4.05/2.45	    
4.05/2.49	    num=20, depth=0..15, filters=4936, wck=0.372, mem=31M870
4.05/2.49	    decisions=1650, wrong=794, backtracks=204, failedAssignments=630, nogoods=159
4.05/2.49	    
4.26/2.52	    num=21, depth=0..14, filters=5601, wck=0.404, mem=34M512
4.26/2.52	    decisions=1871, wrong=902, backtracks=248, failedAssignments=704, nogoods=171
4.26/2.52	    
4.26/2.56	    num=22, depth=0..12, filters=6544, wck=0.449, mem=34M512
4.26/2.56	    decisions=2138, wrong=1033, backtracks=310, failedAssignments=785, nogoods=187
4.26/2.56	    
4.41/2.60	    num=23, depth=0..13, filters=7446, wck=0.487, mem=34M512
4.41/2.60	    decisions=2401, wrong=1160, backtracks=352, failedAssignments=874, nogoods=199
4.41/2.60	    
4.41/2.65	    num=24, depth=0..11, filters=8466, wck=0.535, mem=34M512
4.41/2.65	    decisions=2693, wrong=1303, backtracks=399, failedAssignments=972, nogoods=207
4.41/2.65	    
4.41/2.69	    num=25, depth=0..10, filters=9287, wck=0.576, mem=34M512
4.41/2.69	    decisions=2979, wrong=1444, backtracks=437, failedAssignments=1080, nogoods=212
4.41/2.69	    
4.53/2.74	    num=26, depth=0..12, filters=10425, wck=0.629, mem=34M512
4.53/2.74	    decisions=3321, wrong=1613, backtracks=496, failedAssignments=1199, nogoods=221
4.53/2.74	    
4.53/2.79	    num=27, depth=0..12, filters=11530, wck=0.681, mem=34M512
4.53/2.79	    decisions=3692, wrong=1797, backtracks=556, failedAssignments=1330, nogoods=228
4.53/2.79	    
4.63/2.88	    num=28, depth=1..12, filters=13542, wck=0.765, mem=34M512
4.63/2.88	    decisions=4153, wrong=2024, backtracks=651, failedAssignments=1474, nogoods=244
4.63/2.88	    
4.75/2.95	    num=29, depth=0..11, filters=15073, wck=0.836, mem=34M512
4.75/2.95	    decisions=4645, wrong=2266, backtracks=753, failedAssignments=1632, nogoods=253
4.75/2.95	    
4.86/3.05	    num=30, depth=0..11, filters=17249, wck=0.932, mem=34M512
4.86/3.05	    decisions=5235, wrong=2560, backtracks=885, failedAssignments=1806, nogoods=259
4.86/3.05	    
4.96/3.13	    num=31, depth=0..12, filters=18961, wck=1.017, mem=34M512
4.96/3.13	    decisions=5836, wrong=2857, backtracks=1007, failedAssignments=1997, nogoods=266
4.96/3.13	    
5.05/3.23	    num=32, depth=0..12, filters=20968, wck=1.113, mem=34M512
5.05/3.23	    decisions=6512, wrong=3194, backtracks=1167, failedAssignments=2208, nogoods=284
5.05/3.23	    
5.16/3.36	    num=33, depth=0..12, filters=23969, wck=1.245, mem=34M512
5.16/3.36	    decisions=7362, wrong=3615, backtracks=1394, failedAssignments=2440, nogoods=285
5.16/3.36	    
5.16/3.37	
5.16/3.37	  New Bounds: 0..-2147483649
5.16/3.37	    num=34, depth=0..10, filters=24201, wck=1.256, mem=34M512
5.16/3.37	    decisions=7446, wrong=3658, backtracks=1416, failedAssignments=2462
5.16/3.37	    
5.16/3.37	  Global
5.16/3.37	    filters=24201
5.16/3.37	    Stop=FULL_EXPLORATION, wrong=3658, wck=1.519, cpu=3.334, mem=34M512
5.16/3.37	
5.16/3.37	s UNSATISFIABLE
5.16/3.37	
5.16/3.37	d WRONG_DECISIONS 3658

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) 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: 16374 MiB (14284 MiB free)
  memory of node 1: 16384 MiB (14760 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391281-1568390936/watcher-4391281-1568390936 -o /tmp/evaluation-result-4391281-1568390936/solver-4391281-1568390936 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568390578-28352 --watchdog 2560 java -cp AbsCon19-06.jar AbsCon HOME/instance-4391281-1568390936.xml -cm 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=29064, runsolver pid=29061
Current StackSize limit: 8192 KiB


[startup+0.103906 s]*
/proc/loadavg: 1.96 1.76 1.62 5/228 29079
/proc/meminfo: memFree=29725740/32770624 swapFree=66932052/67108860
[pid=29064] ppid=29061 vsize=10659884 memory=27956 CPUtime=0.15 cores=0,2,4,6
/proc/29064/stat : 29064 (java) S 29061 29064 26463 0 -1 1077944320 5524 0 0 0 14 1 0 0 20 0 15 0 415361400 10915721216 6989 33554432000 4194304 4196468 140737367980592 140737367963136 140086045433591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
/proc/29064/statm: 2664971 6989 2916 1 0 2627468 0
[pid=29064/tid=29066] ppid=29061 vsize=10659884 memory=-7254949962136774010 CPUtime=0.09 cores=0,2,4,6
/proc/29064/task/29066/stat : 29066 (java) R 29061 29064 26463 0 -1 4202560 3213 0 0 0 9 0 0 0 20 0 15 0 415361400 10915721216 7054 33554432000 4194304 4196468 140737367980592 140086049664696 140085677901762 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29067] ppid=29061 vsize=10659884 memory=5793855340172679609 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29067/stat : 29067 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10915721216 7054 33554432000 4194304 4196468 140737367980592 140085998054544 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29068] ppid=29061 vsize=10659884 memory=140089162786432 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29068/stat : 29068 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10915721216 7054 33554432000 4194304 4196468 140737367980592 140085997001744 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29069] ppid=29061 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29069/stat : 29069 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10915721216 7054 33554432000 4194304 4196468 140737367980592 140085650185104 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29070] ppid=29061 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29070/stat : 29070 (java) S 29061 29064 26463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415361401 10915721216 7054 33554432000 4194304 4196468 140737367980592 140085649132304 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29071] ppid=29061 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29071/stat : 29071 (java) S 29061 29064 26463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415361402 10915721216 7054 33554432000 4194304 4196468 140737367980592 140085604555120 140086045444738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29072] ppid=29061 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29072/stat : 29072 (java) S 29061 29064 26463 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415361403 10915721216 7054 33554432000 4194304 4196468 140737367980592 140085603501088 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29073] ppid=29061 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29073/stat : 29073 (java) S 29061 29064 26463 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415361403 10915721216 7054 33554432000 4194304 4196468 140737367980592 140085602448240 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29074] ppid=29061 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29074/stat : 29074 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415361405 10915721216 7054 33554432000 4194304 4196468 140737367980592 140085601396560 140086045452187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29075] ppid=29061 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29075/stat : 29075 (java) S 29061 29064 26463 0 -1 1077944384 349 0 0 0 0 0 0 0 20 0 15 0 415361405 10915721216 7054 33554432000 4194304 4196468 140737367980592 140085600344944 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29076] ppid=29061 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29076/stat : 29076 (java) R 29061 29064 26463 0 -1 4202560 256 0 0 0 0 0 0 0 20 0 15 0 415361405 10915721216 7054 33554432000 4194304 4196468 140737367980592 140085599273160 140086037722973 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29077] ppid=29061 vsize=10659884 memory=140089162786432 CPUtime=0.02 cores=0,2,4,6
/proc/29064/task/29077/stat : 29077 (java) R 29061 29064 26463 0 -1 4202560 444 0 0 0 2 0 0 0 20 0 15 0 415361405 10915721216 7054 33554432000 4194304 4196468 140737367980592 140085598234856 140086024454003 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29078] ppid=29061 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29078/stat : 29078 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415361406 10915721216 7054 33554432000 4194304 4196468 140737367980592 140085597186784 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29079] ppid=29061 vsize=10659884 memory=140089162786432 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29079/stat : 29079 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361406 10915721216 7119 33554432000 4194304 4196468 140737367980592 140085596134064 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 27956 KiB

[startup+0.211346 s]*
/proc/loadavg: 1.96 1.76 1.62 3/228 29079
/proc/meminfo: memFree=29718748/32770624 swapFree=66932052/67108860
[pid=29064] ppid=29061 vsize=10659884 memory=35236 CPUtime=0.33 cores=0,2,4,6
/proc/29064/stat : 29064 (java) S 29061 29064 26463 0 -1 1077944320 6944 0 0 0 31 2 0 0 20 0 15 0 415361400 10915721216 8809 33554432000 4194304 4196468 140737367980592 140737367963136 140086045433591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
/proc/29064/statm: 2664971 8809 2988 1 0 2627468 0
[pid=29064/tid=29066] ppid=29061 vsize=10659884 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/29064/task/29066/stat : 29066 (java) R 29061 29064 26463 0 -1 4202560 3864 0 0 0 19 1 0 0 20 0 15 0 415361400 10915721216 8809 33554432000 4194304 4196468 140737367980592 140086049665632 140086045455517 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29067] ppid=29061 vsize=10659884 memory=4211973815367576970 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29067/stat : 29067 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10915721216 8809 33554432000 4194304 4196468 140737367980592 140085998054544 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29068] ppid=29061 vsize=10659884 memory=140089162786432 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29068/stat : 29068 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10915721216 8809 33554432000 4194304 4196468 140737367980592 140085997001744 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29069] ppid=29061 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29069/stat : 29069 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10915721216 8809 33554432000 4194304 4196468 140737367980592 140085650185104 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29070] ppid=29061 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29070/stat : 29070 (java) S 29061 29064 26463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415361401 10915721216 8809 33554432000 4194304 4196468 140737367980592 140085649132304 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29071] ppid=29061 vsize=10659884 memory=140089162786432 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29071/stat : 29071 (java) S 29061 29064 26463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415361402 10915721216 8809 33554432000 4194304 4196468 140737367980592 140085604555120 140086045444738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29072] ppid=29061 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29072/stat : 29072 (java) S 29061 29064 26463 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415361403 10915721216 8809 33554432000 4194304 4196468 140737367980592 140085603501088 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29073] ppid=29061 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29073/stat : 29073 (java) S 29061 29064 26463 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415361403 10915721216 8809 33554432000 4194304 4196468 140737367980592 140085602448240 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29074] ppid=29061 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29074/stat : 29074 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415361405 10915721216 8809 33554432000 4194304 4196468 140737367980592 140085601396560 140086045452187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29075] ppid=29061 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/29064/task/29075/stat : 29075 (java) S 29061 29064 26463 0 -1 1077944384 458 0 0 0 3 0 0 0 20 0 15 0 415361405 10915721216 8809 33554432000 4194304 4196468 140737367980592 140085600344944 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29076] ppid=29061 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29064/task/29076/stat : 29076 (java) S 29061 29064 26463 0 -1 1077944384 569 0 0 0 2 0 0 0 20 0 15 0 415361405 10915721216 8809 33554432000 4194304 4196468 140737367980592 140085599292144 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29077] ppid=29061 vsize=10659884 memory=140089162786432 CPUtime=0.05 cores=0,2,4,6
/proc/29064/task/29077/stat : 29077 (java) S 29061 29064 26463 0 -1 1077944384 694 0 0 0 5 0 0 0 20 0 15 0 415361405 10915721216 8809 33554432000 4194304 4196468 140737367980592 140085598239344 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29078] ppid=29061 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29078/stat : 29078 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415361406 10915721216 8809 33554432000 4194304 4196468 140737367980592 140085597186784 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29079] ppid=29061 vsize=10659884 memory=140089162786432 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29079/stat : 29079 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361406 10915721216 8809 33554432000 4194304 4196468 140737367980592 140085596134064 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35236 KiB

[startup+0.310039 s]*
/proc/loadavg: 1.96 1.76 1.62 3/228 29079
/proc/meminfo: memFree=29709380/32770624 swapFree=66932052/67108860
[pid=29064] ppid=29061 vsize=10659884 memory=41320 CPUtime=0.46 cores=0,2,4,6
/proc/29064/stat : 29064 (java) S 29061 29064 26463 0 -1 1077944320 9189 0 0 0 43 3 0 0 20 0 15 0 415361400 10915721216 10330 33554432000 4194304 4196468 140737367980592 140737367963136 140086045433591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
/proc/29064/statm: 2664971 10330 3000 1 0 2627468 0
[pid=29064/tid=29066] ppid=29061 vsize=10659884 memory=280178030805232 CPUtime=0.29 cores=0,2,4,6
/proc/29064/task/29066/stat : 29066 (java) R 29061 29064 26463 0 -1 4202560 6049 0 0 0 27 2 0 0 20 0 15 0 415361400 10915721216 10345 33554432000 4194304 4196468 140737367980592 140086049666000 140086038150554 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29067] ppid=29061 vsize=10659884 memory=4211973815367576970 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29067/stat : 29067 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10915721216 10345 33554432000 4194304 4196468 140737367980592 140085998054544 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29068] ppid=29061 vsize=10659884 memory=140089162788847 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29068/stat : 29068 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10915721216 10345 33554432000 4194304 4196468 140737367980592 140085997001744 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29069] ppid=29061 vsize=10659884 memory=140089015535727 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29069/stat : 29069 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10915721216 10345 33554432000 4194304 4196468 140737367980592 140085650185104 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29070] ppid=29061 vsize=10659884 memory=140089015516111 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29070/stat : 29070 (java) S 29061 29064 26463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415361401 10915721216 10345 33554432000 4194304 4196468 140737367980592 140085649132304 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29071] ppid=29061 vsize=10659884 memory=140089162812922 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29071/stat : 29071 (java) S 29061 29064 26463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415361402 10915721216 10345 33554432000 4194304 4196468 140737367980592 140085604555120 140086045444738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29072] ppid=29061 vsize=10659884 memory=140089015516111 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29072/stat : 29072 (java) S 29061 29064 26463 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415361403 10915721216 10345 33554432000 4194304 4196468 140737367980592 140085603501088 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29073] ppid=29061 vsize=10659884 memory=280178031052944 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29073/stat : 29073 (java) S 29061 29064 26463 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415361403 10915721216 10345 33554432000 4194304 4196468 140737367980592 140085602448240 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29074] ppid=29061 vsize=10659884 memory=280178031050640 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29074/stat : 29074 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415361405 10915721216 10345 33554432000 4194304 4196468 140737367980592 140085601396560 140086045452187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29075] ppid=29061 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/29064/task/29075/stat : 29075 (java) S 29061 29064 26463 0 -1 1077944384 466 0 0 0 3 0 0 0 20 0 15 0 415361405 10915721216 10345 33554432000 4194304 4196468 140737367980592 140085600344944 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29076] ppid=29061 vsize=10659884 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/29064/task/29076/stat : 29076 (java) S 29061 29064 26463 0 -1 1077944384 602 0 0 0 4 0 0 0 20 0 15 0 415361405 10915721216 10345 33554432000 4194304 4196468 140737367980592 140085599292144 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29077] ppid=29061 vsize=10659884 memory=140089162786432 CPUtime=0.07 cores=0,2,4,6
/proc/29064/task/29077/stat : 29077 (java) R 29061 29064 26463 0 -1 4202560 715 0 0 0 7 0 0 0 20 0 15 0 415361405 10915721216 10345 33554432000 4194304 4196468 140737367980592 140085598239344 140086037670718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29078] ppid=29061 vsize=10659884 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29078/stat : 29078 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415361406 10915721216 10345 33554432000 4194304 4196468 140737367980592 140085597186784 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29079] ppid=29061 vsize=10659884 memory=140089162786432 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29079/stat : 29079 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361406 10915721216 10345 33554432000 4194304 4196468 140737367980592 140085596134064 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 41320 KiB

[startup+0.701305 s]
/proc/loadavg: 1.96 1.76 1.62 3/228 29079
/proc/meminfo: memFree=29701924/32770624 swapFree=66932052/67108860
[pid=29064] ppid=29061 vsize=10661932 memory=63676 CPUtime=1.08 cores=0,2,4,6
/proc/29064/stat : 29064 (java) S 29061 29064 26463 0 -1 1077944320 12533 0 0 0 103 5 0 0 20 0 15 0 415361400 10917818368 15919 33554432000 4194304 4196468 140737367980592 140737367963136 140086045433591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
/proc/29064/statm: 2665483 15919 3071 1 0 2627980 0
[pid=29064/tid=29066] ppid=29061 vsize=10661932 memory=2832 CPUtime=0.68 cores=0,2,4,6
/proc/29064/task/29066/stat : 29066 (java) R 29061 29064 26463 0 -1 4202560 8606 0 0 0 64 4 0 0 20 0 15 0 415361400 10917818368 15919 33554432000 4194304 4196468 140737367980592 140086049665920 140086002007232 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29067] ppid=29061 vsize=10661932 memory=772 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29067/stat : 29067 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10917818368 15919 33554432000 4194304 4196468 140737367980592 140085998054544 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29068] ppid=29061 vsize=10661932 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29068/stat : 29068 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10917818368 15919 33554432000 4194304 4196468 140737367980592 140085997001744 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29069] ppid=29061 vsize=10661932 memory=6296683651326628198 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29069/stat : 29069 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10917818368 15919 33554432000 4194304 4196468 140737367980592 140085650185104 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29070] ppid=29061 vsize=10661932 memory=7739276948477865319 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29070/stat : 29070 (java) S 29061 29064 26463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415361401 10917818368 15919 33554432000 4194304 4196468 140737367980592 140085649132304 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29071] ppid=29061 vsize=10661932 memory=5787220445994897765 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29071/stat : 29071 (java) S 29061 29064 26463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415361402 10917818368 15919 33554432000 4194304 4196468 140737367980592 140085604555120 140086045444738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29072] ppid=29061 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29072/stat : 29072 (java) S 29061 29064 26463 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415361403 10917818368 15919 33554432000 4194304 4196468 140737367980592 140085603501088 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29073] ppid=29061 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29073/stat : 29073 (java) S 29061 29064 26463 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415361403 10917818368 15919 33554432000 4194304 4196468 140737367980592 140085602448240 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29074] ppid=29061 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29074/stat : 29074 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415361405 10917818368 15919 33554432000 4194304 4196468 140737367980592 140085601396560 140086045452187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29075] ppid=29061 vsize=10661932 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/29064/task/29075/stat : 29075 (java) S 29061 29064 26463 0 -1 1077944384 704 0 0 0 10 0 0 0 20 0 15 0 415361405 10917818368 15919 33554432000 4194304 4196468 140737367980592 140085600344944 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29076] ppid=29061 vsize=10661932 memory=11 CPUtime=0.09 cores=0,2,4,6
/proc/29064/task/29076/stat : 29076 (java) R 29061 29064 26463 0 -1 4202560 778 0 0 0 9 0 0 0 20 0 15 0 415361405 10917818368 15919 33554432000 4194304 4196468 140737367980592 140085599292144 140086028897323 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29077] ppid=29061 vsize=10661932 memory=1367 CPUtime=0.18 cores=0,2,4,6
/proc/29064/task/29077/stat : 29077 (java) S 29061 29064 26463 0 -1 1077944384 1086 0 0 0 18 0 0 0 20 0 15 0 415361405 10917818368 15919 33554432000 4194304 4196468 140737367980592 140085598239344 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29078] ppid=29061 vsize=10661932 memory=280178031229936 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29078/stat : 29078 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415361406 10917818368 15919 33554432000 4194304 4196468 140737367980592 140085597186784 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29079] ppid=29061 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29079/stat : 29079 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361406 10917818368 15919 33554432000 4194304 4196468 140737367980592 140085596134064 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 63676 KiB

[startup+1.50081 s]
/proc/loadavg: 1.96 1.76 1.62 3/228 29079
/proc/meminfo: memFree=29685796/32770624 swapFree=66932052/67108860
[pid=29064] ppid=29061 vsize=10663980 memory=76276 CPUtime=1.98 cores=0,2,4,6
/proc/29064/stat : 29064 (java) S 29061 29064 26463 0 -1 1077944320 16115 0 0 0 192 6 0 0 20 0 15 0 415361400 10919915520 19069 33554432000 4194304 4196468 140737367980592 140737367963136 140086045433591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
/proc/29064/statm: 2665995 19069 3092 1 0 2628492 0
[pid=29064/tid=29066] ppid=29061 vsize=10663980 memory=71688 CPUtime=1.48 cores=0,2,4,6
/proc/29064/task/29066/stat : 29066 (java) R 29061 29064 26463 0 -1 4202560 11194 0 0 0 143 5 0 0 20 0 15 0 415361400 10919915520 19069 33554432000 4194304 4196468 140737367980592 140086049664896 140086029514078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29067] ppid=29061 vsize=10663980 memory=280178031116032 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29067/stat : 29067 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10919915520 19069 33554432000 4194304 4196468 140737367980592 140085998054544 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29068] ppid=29061 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29068/stat : 29068 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10919915520 19069 33554432000 4194304 4196468 140737367980592 140085997001744 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29069] ppid=29061 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29069/stat : 29069 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361401 10919915520 19069 33554432000 4194304 4196468 140737367980592 140085650185104 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29070] ppid=29061 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29070/stat : 29070 (java) S 29061 29064 26463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415361401 10919915520 19069 33554432000 4194304 4196468 140737367980592 140085649132304 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29071] ppid=29061 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29071/stat : 29071 (java) S 29061 29064 26463 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 415361402 10919915520 19069 33554432000 4194304 4196468 140737367980592 140085604555120 140086045444738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29072] ppid=29061 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29072/stat : 29072 (java) S 29061 29064 26463 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415361403 10919915520 19069 33554432000 4194304 4196468 140737367980592 140085603501088 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29073] ppid=29061 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29073/stat : 29073 (java) S 29061 29064 26463 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415361403 10919915520 19069 33554432000 4194304 4196468 140737367980592 140085602448240 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29074] ppid=29061 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29074/stat : 29074 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415361405 10919915520 19069 33554432000 4194304 4196468 140737367980592 140085601396560 140086045452187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29075] ppid=29061 vsize=10663980 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/29064/task/29075/stat : 29075 (java) S 29061 29064 26463 0 -1 1077944384 937 0 0 0 12 0 0 0 20 0 15 0 415361405 10919915520 19069 33554432000 4194304 4196468 140737367980592 140085600344944 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29076] ppid=29061 vsize=10663980 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/29064/task/29076/stat : 29076 (java) S 29061 29064 26463 0 -1 1077944384 1522 0 0 0 16 0 0 0 20 0 15 0 415361405 10919915520 19069 33554432000 4194304 4196468 140737367980592 140085599292144 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29077] ppid=29061 vsize=10663980 memory=4580 CPUtime=0.18 cores=0,2,4,6
/proc/29064/task/29077/stat : 29077 (java) S 29061 29064 26463 0 -1 1077944384 1086 0 0 0 18 0 0 0 20 0 15 0 415361405 10919915520 19069 33554432000 4194304 4196468 140737367980592 140085598239344 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29078] ppid=29061 vsize=10663980 memory=7679937479730885434 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29078/stat : 29078 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415361406 10919915520 19069 33554432000 4194304 4196468 140737367980592 140085597186784 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29079] ppid=29061 vsize=10663980 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29079/stat : 29079 (java) S 29061 29064 26463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415361406 10919915520 19069 33554432000 4194304 4196468 140737367980592 140085596134064 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
Current children cumulated CPU time: 1.98 s
Current children cumulated vsize: 10663980 KiB
Current children cumulated memory: 76276 KiB

[startup+3.10982 s]
/proc/loadavg: 1.96 1.76 1.62 3/229 29080
/proc/meminfo: memFree=29599784/32770624 swapFree=66932052/67108860
[pid=29064] ppid=29061 vsize=10746276 memory=154900 CPUtime=4.96 cores=0,2,4,6
/proc/29064/stat : 29064 (java) S 29061 29064 26463 0 -1 1077944320 23586 0 0 0 483 13 0 0 20 0 16 0 415361400 11004186624 38725 33554432000 4194304 4196468 140737367980592 140737367963136 140086045433591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
/proc/29064/statm: 2686569 38725 3346 1 0 2646705 0
[pid=29064/tid=29066] ppid=29061 vsize=10746276 memory=164 CPUtime=1.86 cores=0,2,4,6
/proc/29064/task/29066/stat : 29066 (java) S 29061 29064 26463 0 -1 1077944384 12895 0 0 0 179 7 0 0 20 0 16 0 415361400 11004186624 38725 33554432000 4194304 4196468 140737367980592 140086049676464 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29067] ppid=29061 vsize=10746276 memory=7668053909752082031 CPUtime=0.01 cores=0,2,4,6
/proc/29064/task/29067/stat : 29067 (java) S 29061 29064 26463 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 415361401 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085998054544 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29068] ppid=29061 vsize=10746276 memory=6225215369786191208 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29068/stat : 29068 (java) S 29061 29064 26463 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 415361401 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085997001744 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29069] ppid=29061 vsize=10746276 memory=100 CPUtime=0.01 cores=0,2,4,6
/proc/29064/task/29069/stat : 29069 (java) S 29061 29064 26463 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 415361401 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085650185104 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29070] ppid=29061 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29070/stat : 29070 (java) S 29061 29064 26463 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 415361401 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085649132304 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29071] ppid=29061 vsize=10746276 memory=154556 CPUtime=0.01 cores=0,2,4,6
/proc/29064/task/29071/stat : 29071 (java) S 29061 29064 26463 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 16 0 415361402 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085604555120 140086045444738 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29072] ppid=29061 vsize=10746276 memory=7524741378049397842 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29072/stat : 29072 (java) S 29061 29064 26463 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 415361403 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085603501152 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29073] ppid=29061 vsize=10746276 memory=6224326950734024018 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29073/stat : 29073 (java) S 29061 29064 26463 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 415361403 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085602448256 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29074] ppid=29061 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29074/stat : 29074 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415361405 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085601396560 140086045452187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29075] ppid=29061 vsize=10746276 memory=280178031120576 CPUtime=0.69 cores=0,2,4,6
/proc/29064/task/29075/stat : 29075 (java) S 29061 29064 26463 0 -1 1077944384 1372 0 0 0 69 0 0 0 20 0 16 0 415361405 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085600344944 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29076] ppid=29061 vsize=10746276 memory=3978261330232848944 CPUtime=0.65 cores=0,2,4,6
/proc/29064/task/29076/stat : 29076 (java) S 29061 29064 26463 0 -1 1077944384 2043 0 0 0 65 0 0 0 20 0 16 0 415361405 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085599292144 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29077] ppid=29061 vsize=10746276 memory=280178031096096 CPUtime=0.45 cores=0,2,4,6
/proc/29064/task/29077/stat : 29077 (java) S 29061 29064 26463 0 -1 1077944384 1975 0 0 0 45 0 0 0 20 0 16 0 415361405 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085598239344 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29078] ppid=29061 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29078/stat : 29078 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415361406 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085597186784 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29079] ppid=29061 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29079/stat : 29079 (java) S 29061 29064 26463 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 415361406 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085596134064 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29080] ppid=29061 vsize=10746276 memory=0 CPUtime=1.19 cores=0,2,4,6
/proc/29064/task/29080/stat : 29080 (java) R 29061 29064 26463 0 -1 4202560 3582 0 0 0 117 2 0 0 20 0 16 0 415361588 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085594670304 140085681471844 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
Current children cumulated CPU time: 4.96 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 154900 KiB

[startup+3.39333 s]
# the end of solver process 29064 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.11056 s, system=0.144829 s

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

[startup+3.20075 s]
/proc/loadavg: 1.96 1.76 1.62 3/229 29080
/proc/meminfo: memFree=29599784/32770624 swapFree=66932052/67108860
[pid=29064] ppid=29061 vsize=10746276 memory=154900 CPUtime=5.05 cores=0,2,4,6
/proc/29064/stat : 29064 (java) S 29061 29064 26463 0 -1 1077944320 23685 0 0 0 492 13 0 0 20 0 16 0 415361400 11004186624 38725 33554432000 4194304 4196468 140737367980592 140737367963136 140086045433591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
/proc/29064/statm: 2686569 38725 3346 1 0 2646705 0
[pid=29064/tid=29066] ppid=29061 vsize=10746276 memory=0 CPUtime=1.86 cores=0,2,4,6
/proc/29064/task/29066/stat : 29066 (java) S 29061 29064 26463 0 -1 1077944384 12895 0 0 0 179 7 0 0 20 0 16 0 415361400 11004186624 38725 33554432000 4194304 4196468 140737367980592 140086049676464 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29067] ppid=29061 vsize=10746276 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29064/task/29067/stat : 29067 (java) S 29061 29064 26463 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 415361401 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085998054544 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29068] ppid=29061 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29068/stat : 29068 (java) S 29061 29064 26463 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 415361401 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085997001744 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29069] ppid=29061 vsize=10746276 memory=302585798304464922 CPUtime=0.01 cores=0,2,4,6
/proc/29064/task/29069/stat : 29069 (java) S 29061 29064 26463 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 415361401 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085650185104 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29070] ppid=29061 vsize=10746276 memory=301741394933055803 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29070/stat : 29070 (java) S 29061 29064 26463 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 415361401 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085649132304 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29071] ppid=29061 vsize=10746276 memory=14973369229511284 CPUtime=0.01 cores=0,2,4,6
/proc/29064/task/29071/stat : 29071 (java) S 29061 29064 26463 0 -1 1077944384 193 0 0 0 1 0 0 0 20 0 16 0 415361402 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085604555120 140086045444738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29072] ppid=29061 vsize=10746276 memory=7595994120987632977 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29072/stat : 29072 (java) S 29061 29064 26463 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 415361403 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085603501152 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29073] ppid=29061 vsize=10746276 memory=7162531440177276259 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29073/stat : 29073 (java) S 29061 29064 26463 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 415361403 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085602448256 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29074] ppid=29061 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29074/stat : 29074 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415361405 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085601396560 140086045452187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29075] ppid=29061 vsize=10746276 memory=280178031619968 CPUtime=0.69 cores=0,2,4,6
/proc/29064/task/29075/stat : 29075 (java) S 29061 29064 26463 0 -1 1077944384 1372 0 0 0 69 0 0 0 20 0 16 0 415361405 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085600344944 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29076] ppid=29061 vsize=10746276 memory=280178031622128 CPUtime=0.65 cores=0,2,4,6
/proc/29064/task/29076/stat : 29076 (java) S 29061 29064 26463 0 -1 1077944384 2043 0 0 0 65 0 0 0 20 0 16 0 415361405 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085599292144 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29077] ppid=29061 vsize=10746276 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/29064/task/29077/stat : 29077 (java) S 29061 29064 26463 0 -1 1077944384 2017 0 0 0 45 0 0 0 20 0 16 0 415361405 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085598239344 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29078] ppid=29061 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29078/stat : 29078 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415361406 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085597186784 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29079] ppid=29061 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29079/stat : 29079 (java) S 29061 29064 26463 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 415361406 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085596134064 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29080] ppid=29061 vsize=10746276 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/29064/task/29080/stat : 29080 (java) R 29061 29064 26463 0 -1 4202560 3590 0 0 0 126 2 0 0 20 0 16 0 415361588 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085594669248 140085681471698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
Current children cumulated CPU time: 5.05 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 154900 KiB

[startup+3.30058 s]
/proc/loadavg: 1.96 1.76 1.62 3/229 29080
/proc/meminfo: memFree=29599784/32770624 swapFree=66932052/67108860
[pid=29064] ppid=29061 vsize=10746276 memory=154900 CPUtime=5.16 cores=0,2,4,6
/proc/29064/stat : 29064 (java) S 29061 29064 26463 0 -1 1077944320 23710 0 0 0 503 13 0 0 20 0 16 0 415361400 11004186624 38725 33554432000 4194304 4196468 140737367980592 140737367963136 140086045433591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
/proc/29064/statm: 2686569 38725 3346 1 0 2646705 0
[pid=29064/tid=29066] ppid=29061 vsize=10746276 memory=0 CPUtime=1.86 cores=0,2,4,6
/proc/29064/task/29066/stat : 29066 (java) S 29061 29064 26463 0 -1 1077944384 12895 0 0 0 179 7 0 0 20 0 16 0 415361400 11004186624 38725 33554432000 4194304 4196468 140737367980592 140086049676464 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29067] ppid=29061 vsize=10746276 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29064/task/29067/stat : 29067 (java) S 29061 29064 26463 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 415361401 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085998054544 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29068] ppid=29061 vsize=10746276 memory=164 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29068/stat : 29068 (java) S 29061 29064 26463 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 415361401 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085997001744 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29069] ppid=29061 vsize=10746276 memory=7668053909752082031 CPUtime=0.01 cores=0,2,4,6
/proc/29064/task/29069/stat : 29069 (java) S 29061 29064 26463 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 415361401 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085650185104 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29070] ppid=29061 vsize=10746276 memory=6225215369786191208 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29070/stat : 29070 (java) S 29061 29064 26463 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 415361401 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085649132304 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29071] ppid=29061 vsize=10746276 memory=100 CPUtime=0.01 cores=0,2,4,6
/proc/29064/task/29071/stat : 29071 (java) S 29061 29064 26463 0 -1 1077944384 193 0 0 0 1 0 0 0 20 0 16 0 415361402 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085604555120 140086045444738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29072] ppid=29061 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29072/stat : 29072 (java) S 29061 29064 26463 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 415361403 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085603501152 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29073] ppid=29061 vsize=10746276 memory=154556 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29073/stat : 29073 (java) S 29061 29064 26463 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 415361403 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085602448256 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29074] ppid=29061 vsize=10746276 memory=7524741378049397842 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29074/stat : 29074 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415361405 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085601396560 140086045452187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29075] ppid=29061 vsize=10746276 memory=6224326950734024018 CPUtime=0.69 cores=0,2,4,6
/proc/29064/task/29075/stat : 29075 (java) S 29061 29064 26463 0 -1 1077944384 1372 0 0 0 69 0 0 0 20 0 16 0 415361405 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085600344944 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29076] ppid=29061 vsize=10746276 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/29064/task/29076/stat : 29076 (java) S 29061 29064 26463 0 -1 1077944384 2060 0 0 0 65 0 0 0 20 0 16 0 415361405 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085599292144 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29077] ppid=29061 vsize=10746276 memory=280178031120576 CPUtime=0.45 cores=0,2,4,6
/proc/29064/task/29077/stat : 29077 (java) S 29061 29064 26463 0 -1 1077944384 2023 0 0 0 45 0 0 0 20 0 16 0 415361405 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085598239344 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29078] ppid=29061 vsize=10746276 memory=3978261330232848944 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29078/stat : 29078 (java) S 29061 29064 26463 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415361406 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085597186784 140086045443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29079] ppid=29061 vsize=10746276 memory=280178031096096 CPUtime=0 cores=0,2,4,6
/proc/29064/task/29079/stat : 29079 (java) S 29061 29064 26463 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 415361406 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085596134064 140086045444738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
[pid=29064/tid=29080] ppid=29061 vsize=10746276 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/29064/task/29080/stat : 29080 (java) R 29061 29064 26463 0 -1 4202560 3592 0 0 0 136 2 0 0 20 0 16 0 415361588 11004186624 38725 33554432000 4194304 4196468 140737367980592 140085594669248 140085681759027 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140737367987211 140737367987314 140737367987314 140737367990223 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 154900 KiB

Child status: 0
Real time (s): 3.39339
CPU time (s): 5.25539
CPU user time (s): 5.11056
CPU system time (s): 0.144829
CPU usage (%): 154.872
Max. virtual memory (cumulated for all children) (KiB): 10747300
Max. memory (cumulated for all children) (KiB): 154900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.11056
system time used= 0.144829
maximum resident set size= 155444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2373
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 29064
#   total CPU time (s): 5.25539
#   total CPU user time (s): 5.11056
#   total CPU system time (s): 0.144829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050176 second user time and 0.070077 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-13 18:10:39
IDJOB=4391281
IDBENCH=137473
IDSOLVER=2833
FILE ID=node139/4391281-1568390936
RUNJOBID= node139-1568390578-28352
PBS_JOBID= 21701830
Free space on /tmp= 59548 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n1w4b1r5.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391281-1568390936/watcher-4391281-1568390936 -o /tmp/evaluation-result-4391281-1568390936/solver-4391281-1568390936 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568390578-28352 --watchdog 2560  java -cp AbsCon19-06.jar AbsCon HOME/instance-4391281-1568390936.xml -cm

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d746abd17fd9f5e52f47be3617d955ae
RANDOM SEED=1012837517

node139.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29741748 kB
MemAvailable:   30864232 kB
Buffers:          108840 kB
Cached:          1294752 kB
SwapCached:        74412 kB
Active:          1398816 kB
Inactive:        1043928 kB
Active(anon):     965528 kB
Inactive(anon):   114556 kB
Active(file):     433288 kB
Inactive(file):   929372 kB
Unevictable:      107868 kB
Mlocked:          107868 kB
SwapTotal:      67108860 kB
SwapFree:       66932052 kB
Dirty:              8756 kB
Writeback:             0 kB
AnonPages:       1073760 kB
Mapped:            56024 kB
Shmem:             32180 kB
Slab:             179992 kB
SReclaimable:     151316 kB
SUnreclaim:        28676 kB
KernelStack:        3744 kB
PageTables:         7232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2154248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    944128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59540 MiB
End job on node139 at 2019-09-13 18:10:43