Trace number 4390597

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsCon 2019-07-23SAT 5.18244 2.76875

DiagnosticValue
WRONG_DECISIONS139

General information on the benchmark

NameCrossword/Crossword-m1c-ogd-herald/
Crossword-m1c-ogd-h2105.xml
MD5SUM35703c5da18cfa31646d51f4d8651558
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.518539
Satisfiable
(Un)Satisfiability was proved
Number of variables441
Number of constraints144
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":368}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":73},{"degree":2,"count":368}]
Minimum constraint arity3
Maximum constraint arity7
Distribution of constraint arities[{"arity":3,"count":28},{"arity":4,"count":20},{"arity":5,"count":28},{"arity":6,"count":44},{"arity":7,"count":24}]
Number of extensional constraints144
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":144}]
Optimization problemNO
Type of objective

Solver Data

2.40/1.87	
2.40/1.87	AbsCon 2 
2.40/1.89	
3.49/2.26	  Instance
3.49/2.26	    name=instance-4390597-1568386431, framework=CSP
3.49/2.26	
3.49/2.26	  Loading variables...
3.83/2.35	  Loading constraints...
4.40/2.52	
4.40/2.52	  Domains
4.40/2.52	    nTypes=1, nValues=9568, sizes=[26#368]
4.40/2.52	  Variables
4.40/2.52	    count=368, degrees=[2#368]
4.40/2.52	  Constraints
4.40/2.52	    count=144, nSpecific=144, arities=[3#28,4#20,5#28,6#44,7#24]
4.40/2.52	    distribution=[CtrExtensionCT-Table#144]
4.40/2.52	    tables=[763#28,2578#20,7834#28,17878#44,32558#24], nTotalTuples=1860300
4.40/2.52	    nExtStructures=(5,shared:139)
4.40/2.52	    wck=0.681, cpu=2.464, mem=84M858
4.40/2.54	  Solver SolverBacktrack being built...
4.40/2.54	
4.40/2.56	
4.40/2.56	  Solver
4.40/2.56	    guaranteedGAC=true
4.40/2.56	    wck=0.724, cpu=2.506, mem=106M308
4.40/2.59	
4.40/2.59	  Preprocessing
4.40/2.59	    filters=72, nACremovedValues=139, nTotalRemovedValues=139, inconcistency=false
4.40/2.59	    wck=0.018, cpu=2.527, mem=106M308
4.40/2.59	
4.70/2.61	    num=0, depth=69..95, filters=804, wck=0.047, mem=106M308
4.70/2.61	    decisions=124, wrong=19, backtracks=9, failedAssignments=10, nogoods=2
4.70/2.61	    nFilterCalls=1513, avgTableProportion=0.9997257682364514, avgTableSize=14880.528750826174
4.70/2.61	    
4.70/2.64	    num=1, depth=47..60, filters=1454, wck=0.072, mem=106M308
4.70/2.64	    decisions=208, wrong=33, backtracks=12, failedAssignments=21, nogoods=8
4.70/2.64	    nFilterCalls=2574, avgTableProportion=0.99971432764955, avgTableSize=14290.74902874903
4.70/2.64	    
4.70/2.66	    num=2, depth=24..77, filters=2224, wck=0.09, mem=106M308
4.70/2.66	    decisions=309, wrong=46, backtracks=13, failedAssignments=33, nogoods=18
4.70/2.66	    nFilterCalls=3865, avgTableProportion=0.9997192976501109, avgTableSize=14586.895989650711
4.70/2.66	    
4.70/2.66	    num=3, depth=16..26, filters=2593, wck=0.098, mem=106M308
4.70/2.66	    decisions=364, wrong=64, backtracks=20, failedAssignments=46, nogoods=20
4.70/2.66	    nFilterCalls=4470, avgTableProportion=0.9997140799113168, avgTableSize=14452.420134228189
4.70/2.66	    
4.70/2.68	    num=4, depth=7..93, filters=3532, wck=0.115, mem=108M931
4.70/2.68	    decisions=486, wrong=81, backtracks=23, failedAssignments=60, nogoods=31
4.70/2.68	    nFilterCalls=6014, avgTableProportion=0.9997259400237425, avgTableSize=14582.75324243432
4.70/2.68	    
4.99/2.70	    num=5, depth=8..65, filters=4318, wck=0.13, mem=108M931
4.99/2.70	    decisions=585, wrong=99, backtracks=25, failedAssignments=76, nogoods=42
4.99/2.70	    nFilterCalls=7306, avgTableProportion=0.9997312302880431, avgTableSize=14704.379824801534
4.99/2.70	    
4.99/2.72	    num=6, depth=8..123, filters=5448, wck=0.151, mem=108M931
4.99/2.72	    decisions=742, wrong=117, backtracks=26, failedAssignments=93, nogoods=56
4.99/2.72	    nFilterCalls=9217, avgTableProportion=0.999736219878018, avgTableSize=14821.18444179234
4.99/2.72	    
4.99/2.75	    num=7, depth=8..367, filters=6821, ccks=144, wck=0.18, mem=108M931
4.99/2.75	    decisions=910, wrong=139, backtracks=31, failedAssignments=110, nogoods=56, foundSolutions=1
4.99/2.75	    nFilterCalls=11381, avgTableProportion=0.9997340479314206, avgTableSize=14686.293120112468
4.99/2.75	    
4.99/2.75	  Global
4.99/2.75	    filters=6821, ccks=144, nogoods=56
4.99/2.75	    Stop=REACHED_GOAL, wrong=139, foundSolutions=1, firstSolCpu=2.677
4.99/2.75	    wck=0.905, cpu=2.688, mem=108M931
4.99/2.75	
4.99/2.75	v <instantiation id='sol1' type='solution'>  <list> x[][] </list>  <values> 4 18 15 4 2 4 * 18 2 0 13 3 0 8 * 2 0 17 19 4 11 11 14 8 18 8 17 * 7 0 12 4 2 14 13 * 0 3 14 20 1 0 7 20 13 19 4 17 * 20 13 8 15 0 17 4 * 11 0 8 13 0 8 0 2 4 * 11 0 17 3 0 2 4 * 19 17 0 12 18 * 6 20 18 3 8 0 12 * 19 0 17 0 19 * 18 4 12 0 8 * 2 0 1 18 9 0 11 0 15 * 1 0 13 * 5 20 18 4 18 * 3 14 17 8 0 * * * 2 4 0 * * * 1 0 2 * * * 0 17 4 * * * 8 1 4 17 8 18 * 14 15 8 0 2 0 18 * 15 0 3 0 3 0 18 0 23 14 13 18 * 3 4 18 0 4 17 0 * 18 10 8 1 14 1 14 18 19 * 0 4 17 4 17 0 * 18 0 11 0 * 4 19 8 17 0 11 0 17 8 * 2 8 4 11 * * * 18 14 3 0 * 0 12 12 8 4 17 0 17 3 * 18 13 8 5 * 13 0 15 0 11 12 * 0 0 18 17 0 3 0 17 18 * 13 4 14 19 19 8 4 * 15 0 19 8 13 18 0 1 0 16 20 4 * 4 17 17 0 18 18 4 * 7 0 20 18 18 0 * * * 8 12 2 * * * 1 0 2 * * * 0 17 0 * * * 0 1 1 4 18 * 4 17 1 8 11 * 6 11 20 * 18 8 0 11 18 1 0 8 13 * 14 3 4 14 13 * 0 11 14 17 18 * 18 2 0 19 0 1 2 * 19 17 8 1 20 * 1 4 0 6 11 4 18 * 0 2 4 2 14 11 14 17 4 * 0 3 18 14 17 1 4 * 0 15 20 17 4 17 0 11 14 6 8 4 * 1 0 12 1 0 17 0 * 13 0 19 20 17 4 18 0 20 12 14 13 * 18 8 4 18 19 4 18 * 19 12 4 18 4 18 </values>  </instantiation>
4.99/2.75	s SATISFIABLE
4.99/2.75	
4.99/2.75	d WRONG_DECISIONS 139

Verifier Data

OK	

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 (11462 MiB free)
  memory of node 1: 16384 MiB (14344 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390597-1568386431/watcher-4390597-1568386431 -o /tmp/evaluation-result-4390597-1568386431/solver-4390597-1568386431 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568380472-32116 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390597-1568386431.xml -cm 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Current StackSize limit: 8192 KiB

solver pid=2390, runsolver pid=2387

[startup+0.100058 s]*
/proc/loadavg: 1.72 1.47 1.49 4/229 2418
/proc/meminfo: memFree=26409408/32770624 swapFree=66957012/67108860
[pid=2390] ppid=2387 vsize=10659884 memory=28452 CPUtime=0.13 cores=1,3,5,7
/proc/2390/stat : 2390 (java) S 2387 2390 32084 0 -1 1077944320 5564 0 0 0 12 1 0 0 20 0 15 0 414556909 10915721216 7113 33554432000 4194304 4196468 140721658709920 140721658692464 140398907973367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
/proc/2390/statm: 2664971 7113 2903 1 0 2627468 0
[pid=2390/tid=2392] ppid=2387 vsize=10659884 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/2390/task/2392/stat : 2392 (java) R 2387 2390 32084 0 -1 4202560 3357 0 0 0 9 0 0 0 20 0 15 0 414556909 10915721216 7245 33554432000 4194304 4196468 140721658709920 140398912202328 140398900210494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2393] ppid=2387 vsize=10659884 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2393/stat : 2393 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10915721216 7245 33554432000 4194304 4196468 140721658709920 140398860593552 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2394] ppid=2387 vsize=10659884 memory=140130254669440 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2394/stat : 2394 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10915721216 7245 33554432000 4194304 4196468 140721658709920 140398859540752 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2395] ppid=2387 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2395/stat : 2395 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10915721216 7245 33554432000 4194304 4196468 140721658709920 140398858488464 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2396] ppid=2387 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2396/stat : 2396 (java) S 2387 2390 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414556910 10915721216 7311 33554432000 4194304 4196468 140721658709920 140398511708688 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2398] ppid=2387 vsize=10659884 memory=140130254669440 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2398/stat : 2398 (java) S 2387 2390 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414556911 10915721216 7311 33554432000 4194304 4196468 140721658709920 140398467132016 140398907984514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2399] ppid=2387 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2399/stat : 2399 (java) S 2387 2390 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414556911 10915721216 7311 33554432000 4194304 4196468 140721658709920 140398466077984 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2400] ppid=2387 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2400/stat : 2400 (java) S 2387 2390 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414556912 10915721216 7311 33554432000 4194304 4196468 140721658709920 140398465025648 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2402] ppid=2387 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2402/stat : 2402 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414556914 10915721216 7311 33554432000 4194304 4196468 140721658709920 140398463973968 140398907991963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2403] ppid=2387 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2403/stat : 2403 (java) S 2387 2390 32084 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 15 0 414556914 10915721216 7311 33554432000 4194304 4196468 140721658709920 140398462920816 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2404] ppid=2387 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2404/stat : 2404 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414556914 10915721216 7311 33554432000 4194304 4196468 140721658709920 140398461868016 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2405] ppid=2387 vsize=10659884 memory=140130254669440 CPUtime=0.02 cores=1,3,5,7
/proc/2390/task/2405/stat : 2405 (java) R 2387 2390 32084 0 -1 4202560 571 0 0 0 2 0 0 0 20 0 15 0 414556914 10915721216 7311 33554432000 4194304 4196468 140721658709920 140398460812504 140398886342006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2416] ppid=2387 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2416/stat : 2416 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414556914 10915721216 7311 33554432000 4194304 4196468 140721658709920 140398459763168 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2418] ppid=2387 vsize=10659884 memory=140130254669440 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2418/stat : 2418 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556915 10915721216 7311 33554432000 4194304 4196468 140721658709920 140398458710960 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28452 KiB

[startup+0.211269 s]*
/proc/loadavg: 1.72 1.47 1.49 3/229 2418
/proc/meminfo: memFree=26403144/32770624 swapFree=66957012/67108860
[pid=2390] ppid=2387 vsize=10659884 memory=35144 CPUtime=0.33 cores=1,3,5,7
/proc/2390/stat : 2390 (java) S 2387 2390 32084 0 -1 1077944320 6896 0 0 0 31 2 0 0 20 0 15 0 414556909 10915721216 8786 33554432000 4194304 4196468 140721658709920 140721658692464 140398907973367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
/proc/2390/statm: 2664971 8786 2990 1 0 2627468 0
[pid=2390/tid=2392] ppid=2387 vsize=10659884 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/2390/task/2392/stat : 2392 (java) R 2387 2390 32084 0 -1 4202560 3877 0 0 0 19 1 0 0 20 0 15 0 414556909 10915721216 8786 33554432000 4194304 4196468 140721658709920 140398912205408 140398907995293 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2393] ppid=2387 vsize=10659884 memory=4294967635 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2393/stat : 2393 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10915721216 8786 33554432000 4194304 4196468 140721658709920 140398860593552 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2394] ppid=2387 vsize=10659884 memory=140130254688941 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2394/stat : 2394 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10915721216 8786 33554432000 4194304 4196468 140721658709920 140398859540752 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2395] ppid=2387 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2395/stat : 2395 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10915721216 8786 33554432000 4194304 4196468 140721658709920 140398858488464 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2396] ppid=2387 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2396/stat : 2396 (java) S 2387 2390 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414556910 10915721216 8786 33554432000 4194304 4196468 140721658709920 140398511708688 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2398] ppid=2387 vsize=10659884 memory=140130254669440 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2398/stat : 2398 (java) S 2387 2390 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414556911 10915721216 8786 33554432000 4194304 4196468 140721658709920 140398467132016 140398907984514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2399] ppid=2387 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2399/stat : 2399 (java) S 2387 2390 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414556911 10915721216 8786 33554432000 4194304 4196468 140721658709920 140398466077984 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2400] ppid=2387 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2400/stat : 2400 (java) S 2387 2390 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414556912 10915721216 8786 33554432000 4194304 4196468 140721658709920 140398465025648 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2402] ppid=2387 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2402/stat : 2402 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414556914 10915721216 8786 33554432000 4194304 4196468 140721658709920 140398463973968 140398907991963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2403] ppid=2387 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2390/task/2403/stat : 2403 (java) S 2387 2390 32084 0 -1 1077944384 801 0 0 0 3 0 0 0 20 0 15 0 414556914 10915721216 8786 33554432000 4194304 4196468 140721658709920 140398462920816 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2404] ppid=2387 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2390/task/2404/stat : 2404 (java) S 2387 2390 32084 0 -1 1077944384 119 0 0 0 2 0 0 0 20 0 15 0 414556914 10915721216 8786 33554432000 4194304 4196468 140721658709920 140398461868016 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2405] ppid=2387 vsize=10659884 memory=140130254669440 CPUtime=0.05 cores=1,3,5,7
/proc/2390/task/2405/stat : 2405 (java) S 2387 2390 32084 0 -1 1077944384 740 0 0 0 5 0 0 0 20 0 15 0 414556914 10915721216 8786 33554432000 4194304 4196468 140721658709920 140398460815728 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2416] ppid=2387 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2416/stat : 2416 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414556914 10915721216 8786 33554432000 4194304 4196468 140721658709920 140398459763168 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2418] ppid=2387 vsize=10659884 memory=140130254669440 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2418/stat : 2418 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556915 10915721216 8786 33554432000 4194304 4196468 140721658709920 140398458710960 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35144 KiB

[startup+0.310304 s]*
/proc/loadavg: 1.72 1.47 1.49 4/229 2418
/proc/meminfo: memFree=26395300/32770624 swapFree=66957012/67108860
[pid=2390] ppid=2387 vsize=10659884 memory=40308 CPUtime=0.47 cores=1,3,5,7
/proc/2390/stat : 2390 (java) S 2387 2390 32084 0 -1 1077944320 9559 0 0 0 44 3 0 0 20 0 15 0 414556909 10915721216 10077 33554432000 4194304 4196468 140721658709920 140721658692464 140398907973367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
/proc/2390/statm: 2664971 10077 3002 1 0 2627468 0
[pid=2390/tid=2392] ppid=2387 vsize=10659884 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/2390/task/2392/stat : 2392 (java) R 2387 2390 32084 0 -1 4202560 6476 0 0 0 28 2 0 0 20 0 15 0 414556909 10915721216 10077 33554432000 4194304 4196468 140721658709920 140398912209952 140398907995293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2393] ppid=2387 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2393/stat : 2393 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10915721216 10077 33554432000 4194304 4196468 140721658709920 140398860593552 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2394] ppid=2387 vsize=10659884 memory=140130153235919 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2394/stat : 2394 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10915721216 10077 33554432000 4194304 4196468 140721658709920 140398859540752 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2395] ppid=2387 vsize=10659884 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2395/stat : 2395 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10915721216 10077 33554432000 4194304 4196468 140721658709920 140398858488464 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2396] ppid=2387 vsize=10659884 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2396/stat : 2396 (java) S 2387 2390 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414556910 10915721216 10077 33554432000 4194304 4196468 140721658709920 140398511708688 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2398] ppid=2387 vsize=10659884 memory=140130254669440 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2398/stat : 2398 (java) S 2387 2390 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414556911 10915721216 10077 33554432000 4194304 4196468 140721658709920 140398467132016 140398907984514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2399] ppid=2387 vsize=10659884 memory=32 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2399/stat : 2399 (java) S 2387 2390 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414556911 10915721216 10077 33554432000 4194304 4196468 140721658709920 140398466077984 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2400] ppid=2387 vsize=10659884 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2400/stat : 2400 (java) S 2387 2390 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414556912 10915721216 10077 33554432000 4194304 4196468 140721658709920 140398465025648 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2402] ppid=2387 vsize=10659884 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2402/stat : 2402 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414556914 10915721216 10077 33554432000 4194304 4196468 140721658709920 140398463973968 140398907991963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2403] ppid=2387 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2390/task/2403/stat : 2403 (java) S 2387 2390 32084 0 -1 1077944384 838 0 0 0 4 0 0 0 20 0 15 0 414556914 10915721216 10077 33554432000 4194304 4196468 140721658709920 140398462920816 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2404] ppid=2387 vsize=10659884 memory=140130153179503 CPUtime=0.03 cores=1,3,5,7
/proc/2390/task/2404/stat : 2404 (java) S 2387 2390 32084 0 -1 1077944384 127 0 0 0 3 0 0 0 20 0 15 0 414556914 10915721216 10077 33554432000 4194304 4196468 140721658709920 140398461868016 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2405] ppid=2387 vsize=10659884 memory=140130254671771 CPUtime=0.07 cores=1,3,5,7
/proc/2390/task/2405/stat : 2405 (java) S 2387 2390 32084 0 -1 1077944384 766 0 0 0 7 0 0 0 20 0 15 0 414556914 10915721216 10077 33554432000 4194304 4196468 140721658709920 140398460815728 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2416] ppid=2387 vsize=10659884 memory=140130153254351 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2416/stat : 2416 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414556914 10915721216 10077 33554432000 4194304 4196468 140721658709920 140398459763168 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2418] ppid=2387 vsize=10659884 memory=280260407945184 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2418/stat : 2418 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556915 10915721216 10077 33554432000 4194304 4196468 140721658709920 140398458710960 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40308 KiB

[startup+0.703271 s]
/proc/loadavg: 1.72 1.47 1.49 4/229 2418
/proc/meminfo: memFree=26388008/32770624 swapFree=66957012/67108860
[pid=2390] ppid=2387 vsize=10661932 memory=62176 CPUtime=1.09 cores=1,3,5,7
/proc/2390/stat : 2390 (java) S 2387 2390 32084 0 -1 1077944320 12700 0 0 0 104 5 0 0 20 0 15 0 414556909 10917818368 15544 33554432000 4194304 4196468 140721658709920 140721658692464 140398907973367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
/proc/2390/statm: 2665483 15544 3066 1 0 2627980 0
[pid=2390/tid=2392] ppid=2387 vsize=10661932 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/2390/task/2392/stat : 2392 (java) R 2387 2390 32084 0 -1 4202560 8903 0 0 0 64 4 0 0 20 0 15 0 414556909 10917818368 15544 33554432000 4194304 4196468 140721658709920 140398912205392 140398907987216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2393] ppid=2387 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2393/stat : 2393 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10917818368 15544 33554432000 4194304 4196468 140721658709920 140398860593552 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2394] ppid=2387 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2394/stat : 2394 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10917818368 15544 33554432000 4194304 4196468 140721658709920 140398859540752 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2395] ppid=2387 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2395/stat : 2395 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10917818368 15544 33554432000 4194304 4196468 140721658709920 140398858488464 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2396] ppid=2387 vsize=10661932 memory=7813587196152133429 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2396/stat : 2396 (java) S 2387 2390 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414556910 10917818368 15544 33554432000 4194304 4196468 140721658709920 140398511708688 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2398] ppid=2387 vsize=10661932 memory=6296404258939031632 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2398/stat : 2398 (java) S 2387 2390 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414556911 10917818368 15544 33554432000 4194304 4196468 140721658709920 140398467132016 140398907984514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2399] ppid=2387 vsize=10661932 memory=5865491479076426066 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2399/stat : 2399 (java) S 2387 2390 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414556911 10917818368 15544 33554432000 4194304 4196468 140721658709920 140398466077984 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2400] ppid=2387 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2400/stat : 2400 (java) S 2387 2390 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414556912 10917818368 15544 33554432000 4194304 4196468 140721658709920 140398465025648 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2402] ppid=2387 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2402/stat : 2402 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414556914 10917818368 15544 33554432000 4194304 4196468 140721658709920 140398463973968 140398907991963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2403] ppid=2387 vsize=10661932 memory=4580 CPUtime=0.09 cores=1,3,5,7
/proc/2390/task/2403/stat : 2403 (java) S 2387 2390 32084 0 -1 1077944384 925 0 0 0 9 0 0 0 20 0 15 0 414556914 10917818368 15544 33554432000 4194304 4196468 140721658709920 140398462920816 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2404] ppid=2387 vsize=10661932 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/2390/task/2404/stat : 2404 (java) R 2387 2390 32084 0 -1 4202560 366 0 0 0 11 0 0 0 20 0 15 0 414556914 10917818368 15544 33554432000 4194304 4196468 140721658709920 140398461854656 140398887629041 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2405] ppid=2387 vsize=10661932 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/2390/task/2405/stat : 2405 (java) S 2387 2390 32084 0 -1 1077944384 1147 0 0 0 18 0 0 0 20 0 15 0 414556914 10917818368 15544 33554432000 4194304 4196468 140721658709920 140398460815728 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2416] ppid=2387 vsize=10661932 memory=8708 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2416/stat : 2416 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414556914 10917818368 15544 33554432000 4194304 4196468 140721658709920 140398459763168 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2418] ppid=2387 vsize=10661932 memory=2868665472214376 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2418/stat : 2418 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556915 10917818368 15544 33554432000 4194304 4196468 140721658709920 140398458710960 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62176 KiB

[startup+1.50076 s]
/proc/loadavg: 1.72 1.47 1.49 3/229 2418
/proc/meminfo: memFree=26371956/32770624 swapFree=66957012/67108860
[pid=2390] ppid=2387 vsize=10663980 memory=74780 CPUtime=1.98 cores=1,3,5,7
/proc/2390/stat : 2390 (java) S 2387 2390 32084 0 -1 1077944320 18283 0 0 0 193 5 0 0 20 0 15 0 414556909 10919915520 18695 33554432000 4194304 4196468 140721658709920 140721658692464 140398907973367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
/proc/2390/statm: 2665995 18695 3097 1 0 2628492 0
[pid=2390/tid=2392] ppid=2387 vsize=10663980 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/2390/task/2392/stat : 2392 (java) R 2387 2390 32084 0 -1 4202560 13120 0 0 0 143 4 0 0 20 0 15 0 414556909 10919915520 18695 33554432000 4194304 4196468 140721658709920 140398912212184 140398892053854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2393] ppid=2387 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2393/stat : 2393 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10919915520 18695 33554432000 4194304 4196468 140721658709920 140398860593552 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2394] ppid=2387 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2394/stat : 2394 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10919915520 18695 33554432000 4194304 4196468 140721658709920 140398859540752 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2395] ppid=2387 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2395/stat : 2395 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10919915520 18695 33554432000 4194304 4196468 140721658709920 140398858488464 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2396] ppid=2387 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2396/stat : 2396 (java) S 2387 2390 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414556910 10919915520 18695 33554432000 4194304 4196468 140721658709920 140398511708688 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2398] ppid=2387 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2398/stat : 2398 (java) S 2387 2390 32084 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 414556911 10919915520 18695 33554432000 4194304 4196468 140721658709920 140398467132016 140398907984514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0

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

Dumping a history of the last processes samples

[startup+1.60092 s]
/proc/loadavg: 1.72 1.47 1.49 3/229 2418
/proc/meminfo: memFree=26371956/32770624 swapFree=66957012/67108860
[pid=2390] ppid=2387 vsize=10666028 memory=75984 CPUtime=2.09 cores=1,3,5,7
/proc/2390/stat : 2390 (java) S 2387 2390 32084 0 -1 1077944320 18712 0 0 0 204 5 0 0 20 0 15 0 414556909 10922012672 18996 33554432000 4194304 4196468 140721658709920 140721658692464 140398907973367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
/proc/2390/statm: 2666507 18996 3097 1 0 2629004 0
[pid=2390/tid=2392] ppid=2387 vsize=10666028 memory=0 CPUtime=1.58 cores=1,3,5,7
/proc/2390/task/2392/stat : 2392 (java) R 2387 2390 32084 0 -1 4202560 13542 0 0 0 154 4 0 0 20 0 15 0 414556909 10922012672 18996 33554432000 4194304 4196468 140721658709920 140398912212184 140398907995293 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2393] ppid=2387 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2393/stat : 2393 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10922012672 18996 33554432000 4194304 4196468 140721658709920 140398860593552 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2394] ppid=2387 vsize=10666028 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2394/stat : 2394 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10922012672 18996 33554432000 4194304 4196468 140721658709920 140398859540752 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2395] ppid=2387 vsize=10666028 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2395/stat : 2395 (java) S 2387 2390 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414556910 10922012672 18996 33554432000 4194304 4196468 140721658709920 140398858488464 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2396] ppid=2387 vsize=10666028 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2396/stat : 2396 (java) S 2387 2390 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414556910 10922012672 18996 33554432000 4194304 4196468 140721658709920 140398511708688 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2398] ppid=2387 vsize=10666028 memory=26628 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2398/stat : 2398 (java) S 2387 2390 32084 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 414556911 10922012672 18996 33554432000 4194304 4196468 140721658709920 140398467132016 140398907984514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2399] ppid=2387 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2399/stat : 2399 (java) S 2387 2390 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414556911 10922012672 18996 33554432000 4194304 4196468 140721658709920 140398466077984 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2400] ppid=2387 vsize=10666028 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2400/stat : 2400 (java) S 2387 2390 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414556912 10922012672 18996 33554432000 4194304 4196468 140721658709920 140398465025648 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2402] ppid=2387 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2402/stat : 2402 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414556914 10922012672 18996 33554432000 4194304 4196468 140721658709920 140398463973968 140398907991963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2403] ppid=2387 vsize=10666028 memory=280260306620448 CPUtime=0.13 cores=1,3,5,7
/proc/2390/task/2403/stat : 2403 (java) S 2387 2390 32084 0 -1 1077944384 1295 0 0 0 13 0 0 0 20 0 15 0 414556914 10922012672 18996 33554432000 4194304 4196468 140721658709920 140398462920816 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2404] ppid=2387 vsize=10666028 memory=140130153330527 CPUtime=0.17 cores=1,3,5,7
/proc/2390/task/2404/stat : 2404 (java) S 2387 2390 32084 0 -1 1077944384 1268 0 0 0 17 0 0 0 20 0 15 0 414556914 10922012672 18996 33554432000 4194304 4196468 140721658709920 140398461868016 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2405] ppid=2387 vsize=10666028 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/2390/task/2405/stat : 2405 (java) S 2387 2390 32084 0 -1 1077944384 1149 0 0 0 18 0 0 0 20 0 15 0 414556914 10922012672 18996 33554432000 4194304 4196468 140721658709920 140398460815728 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2416] ppid=2387 vsize=10666028 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2416/stat : 2416 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414556914 10922012672 18996 33554432000 4194304 4196468 140721658709920 140398459763168 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2418] ppid=2387 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2418/stat : 2418 (java) S 2387 2390 32084 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 414556915 10922012672 18996 33554432000 4194304 4196468 140721658709920 140398458710960 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
Current children cumulated CPU time: 2.09 s
Current children cumulated vsize: 10666028 KiB
Current children cumulated memory: 75984 KiB

[startup+2.40074 s]
/proc/loadavg: 1.72 1.47 1.49 4/230 2419
/proc/meminfo: memFree=26294004/32770624 swapFree=66957012/67108860
[pid=2390] ppid=2387 vsize=10746276 memory=217588 CPUtime=4.16 cores=1,3,5,7
/proc/2390/stat : 2390 (java) S 2387 2390 32084 0 -1 1077944320 25017 0 0 0 406 10 0 0 20 0 16 0 414556909 11004186624 54397 33554432000 4194304 4196468 140721658709920 140721658692464 140398907973367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
/proc/2390/statm: 2686569 54397 3342 1 0 2646705 0
[pid=2390/tid=2392] ppid=2387 vsize=10746276 memory=8112282956445269571 CPUtime=1.85 cores=1,3,5,7
/proc/2390/task/2392/stat : 2392 (java) S 2387 2390 32084 0 -1 1077944384 15350 0 0 0 180 5 0 0 20 0 16 0 414556909 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398912216240 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2393] ppid=2387 vsize=10746276 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2390/task/2393/stat : 2393 (java) S 2387 2390 32084 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 414556910 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398860593552 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2394] ppid=2387 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2394/stat : 2394 (java) S 2387 2390 32084 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 414556910 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398859540752 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2395] ppid=2387 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2395/stat : 2395 (java) S 2387 2390 32084 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 414556910 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398858488464 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2396] ppid=2387 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2396/stat : 2396 (java) S 2387 2390 32084 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 414556910 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398511708688 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2398] ppid=2387 vsize=10746276 memory=-6800859132029471843 CPUtime=0.01 cores=1,3,5,7
/proc/2390/task/2398/stat : 2398 (java) S 2387 2390 32084 0 -1 1077944384 1104 0 0 0 1 0 0 0 20 0 16 0 414556911 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398467132016 140398907984514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2399] ppid=2387 vsize=10746276 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2399/stat : 2399 (java) S 2387 2390 32084 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414556911 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398466078048 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2400] ppid=2387 vsize=10746276 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2400/stat : 2400 (java) S 2387 2390 32084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414556912 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398465025664 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2402] ppid=2387 vsize=10746276 memory=-3252517613198930781 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2402/stat : 2402 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414556914 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398463973968 140398907991963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2403] ppid=2387 vsize=10746276 memory=-7595718148001206175 CPUtime=0.63 cores=1,3,5,7
/proc/2390/task/2403/stat : 2403 (java) S 2387 2390 32084 0 -1 1077944384 1931 0 0 0 63 0 0 0 20 0 16 0 414556914 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398462920816 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2404] ppid=2387 vsize=10746276 memory=8305307729386299488 CPUtime=0.63 cores=1,3,5,7
/proc/2390/task/2404/stat : 2404 (java) R 2387 2390 32084 0 -1 4202560 1867 0 0 0 63 0 0 0 20 0 16 0 414556914 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398461868144 140398889517140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2405] ppid=2387 vsize=10746276 memory=6155974720243198825 CPUtime=0.45 cores=1,3,5,7
/proc/2390/task/2405/stat : 2405 (java) S 2387 2390 32084 0 -1 1077944384 1920 0 0 0 45 0 0 0 20 0 16 0 414556914 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398460815728 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2416] ppid=2387 vsize=10746276 memory=5794845675013564778 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2416/stat : 2416 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414556914 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398459763168 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2418] ppid=2387 vsize=10746276 memory=5792262874651971664 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2418/stat : 2418 (java) S 2387 2390 32084 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 16 0 414556915 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398458710960 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2419] ppid=2387 vsize=10746276 memory=7019467088024122112 CPUtime=0.48 cores=1,3,5,7
/proc/2390/task/2419/stat : 2419 (java) R 2387 2390 32084 0 -1 4202560 1215 0 0 0 47 1 0 0 20 0 16 0 414557096 11004186624 54397 33554432000 4194304 4196468 140721658709920 140398373742656 140398543457073 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
Current children cumulated CPU time: 4.16 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 217588 KiB

[startup+2.61032 s]
/proc/loadavg: 1.72 1.47 1.49 4/230 2419
/proc/meminfo: memFree=26294004/32770624 swapFree=66957012/67108860
[pid=2390] ppid=2387 vsize=10746276 memory=257280 CPUtime=4.7 cores=1,3,5,7
/proc/2390/stat : 2390 (java) S 2387 2390 32084 0 -1 1077944320 26407 0 0 0 455 15 0 0 20 0 16 0 414556909 11004186624 64320 33554432000 4194304 4196468 140721658709920 140721658692464 140398907973367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
/proc/2390/statm: 2686569 64320 3367 1 0 2646705 0
[pid=2390/tid=2392] ppid=2387 vsize=10746276 memory=0 CPUtime=1.85 cores=1,3,5,7
/proc/2390/task/2392/stat : 2392 (java) S 2387 2390 32084 0 -1 1077944384 15350 0 0 0 180 5 0 0 20 0 16 0 414556909 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398912216240 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2393] ppid=2387 vsize=10746276 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2390/task/2393/stat : 2393 (java) S 2387 2390 32084 0 -1 1077944384 42 0 0 0 2 1 0 0 20 0 16 0 414556910 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398860593552 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2394] ppid=2387 vsize=10746276 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2390/task/2394/stat : 2394 (java) S 2387 2390 32084 0 -1 1077944384 135 0 0 0 1 1 0 0 20 0 16 0 414556910 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398859540752 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2395] ppid=2387 vsize=10746276 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2390/task/2395/stat : 2395 (java) S 2387 2390 32084 0 -1 1077944384 212 0 0 0 1 1 0 0 20 0 16 0 414556910 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398858488464 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2396] ppid=2387 vsize=10746276 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2390/task/2396/stat : 2396 (java) S 2387 2390 32084 0 -1 1077944384 161 0 0 0 1 1 0 0 20 0 16 0 414556910 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398511708688 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2398] ppid=2387 vsize=10746276 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2390/task/2398/stat : 2398 (java) S 2387 2390 32084 0 -1 1077944384 1149 0 0 0 1 0 0 0 20 0 16 0 414556911 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398467132016 140398907984514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2399] ppid=2387 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2399/stat : 2399 (java) S 2387 2390 32084 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414556911 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398466078048 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2400] ppid=2387 vsize=10746276 memory=6877182233070582134 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2400/stat : 2400 (java) S 2387 2390 32084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414556912 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398465025664 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2402] ppid=2387 vsize=10746276 memory=7900382160082254431 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2402/stat : 2402 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414556914 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398463973968 140398907991963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2403] ppid=2387 vsize=10746276 memory=-6644015127060324496 CPUtime=0.71 cores=1,3,5,7
/proc/2390/task/2403/stat : 2403 (java) R 2387 2390 32084 0 -1 4202560 1985 0 0 0 71 0 0 0 20 0 16 0 414556914 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398462910928 140398892872970 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2404] ppid=2387 vsize=10746276 memory=4715952310075224458 CPUtime=0.73 cores=1,3,5,7
/proc/2390/task/2404/stat : 2404 (java) R 2387 2390 32084 0 -1 4202560 1930 0 0 0 73 0 0 0 20 0 16 0 414556914 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398461854584 140398887629898 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2405] ppid=2387 vsize=10746276 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/2390/task/2405/stat : 2405 (java) R 2387 2390 32084 0 -1 4202560 2082 0 0 0 54 0 0 0 20 0 16 0 414556914 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398460815728 140398901070203 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2416] ppid=2387 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2416/stat : 2416 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414556914 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398459763168 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2418] ppid=2387 vsize=10746276 memory=7380106142448642923 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2418/stat : 2418 (java) S 2387 2390 32084 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 16 0 414556915 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398458710960 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2419] ppid=2387 vsize=10746276 memory=5788366128452757871 CPUtime=0.67 cores=1,3,5,7
/proc/2390/task/2419/stat : 2419 (java) R 2387 2390 32084 0 -1 4202560 1959 0 0 0 66 1 0 0 20 0 16 0 414557096 11004186624 64320 33554432000 4194304 4196468 140721658709920 140398373749264 140398544183444 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
Current children cumulated CPU time: 4.7 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 257280 KiB

[startup+2.70132 s]
/proc/loadavg: 1.72 1.47 1.49 4/230 2419
/proc/meminfo: memFree=26294004/32770624 swapFree=66957012/67108860
[pid=2390] ppid=2387 vsize=10746276 memory=260244 CPUtime=4.99 cores=1,3,5,7
/proc/2390/stat : 2390 (java) S 2387 2390 32084 0 -1 1077944320 28234 0 0 0 483 16 0 0 20 0 16 0 414556909 11004186624 65061 33554432000 4194304 4196468 140721658709920 140721658692464 140398907973367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
/proc/2390/statm: 2686569 65061 3370 1 0 2646705 0
[pid=2390/tid=2392] ppid=2387 vsize=10746276 memory=146096 CPUtime=1.85 cores=1,3,5,7
/proc/2390/task/2392/stat : 2392 (java) S 2387 2390 32084 0 -1 1077944384 15350 0 0 0 180 5 0 0 20 0 16 0 414556909 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398912216240 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2393] ppid=2387 vsize=10746276 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2390/task/2393/stat : 2393 (java) S 2387 2390 32084 0 -1 1077944384 42 0 0 0 2 1 0 0 20 0 16 0 414556910 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398860593552 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2394] ppid=2387 vsize=10746276 memory=2304 CPUtime=0.02 cores=1,3,5,7
/proc/2390/task/2394/stat : 2394 (java) S 2387 2390 32084 0 -1 1077944384 135 0 0 0 1 1 0 0 20 0 16 0 414556910 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398859540752 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2395] ppid=2387 vsize=10746276 memory=97 CPUtime=0.02 cores=1,3,5,7
/proc/2390/task/2395/stat : 2395 (java) S 2387 2390 32084 0 -1 1077944384 212 0 0 0 1 1 0 0 20 0 16 0 414556910 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398858488464 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2396] ppid=2387 vsize=10746276 memory=140130254669440 CPUtime=0.02 cores=1,3,5,7
/proc/2390/task/2396/stat : 2396 (java) S 2387 2390 32084 0 -1 1077944384 161 0 0 0 1 1 0 0 20 0 16 0 414556910 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398511708688 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2398] ppid=2387 vsize=10746276 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2390/task/2398/stat : 2398 (java) S 2387 2390 32084 0 -1 1077944384 1149 0 0 0 1 0 0 0 20 0 16 0 414556911 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398467132016 140398907984514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2399] ppid=2387 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2399/stat : 2399 (java) S 2387 2390 32084 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414556911 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398466078048 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2400] ppid=2387 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2400/stat : 2400 (java) S 2387 2390 32084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414556912 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398465025664 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2402] ppid=2387 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2402/stat : 2402 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414556914 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398463973968 140398907991963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2403] ppid=2387 vsize=10746276 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/2390/task/2403/stat : 2403 (java) R 2387 2390 32084 0 -1 4202560 2082 0 0 0 80 0 0 0 20 0 16 0 414556914 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398462901832 140398891470058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2404] ppid=2387 vsize=10746276 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/2390/task/2404/stat : 2404 (java) R 2387 2390 32084 0 -1 4202560 1951 0 0 0 82 0 0 0 20 0 16 0 414556914 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398461861208 140398894037349 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2405] ppid=2387 vsize=10746276 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/2390/task/2405/stat : 2405 (java) R 2387 2390 32084 0 -1 4202560 2114 0 0 0 56 0 0 0 20 0 16 0 414556914 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398460815728 140398887111950 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2416] ppid=2387 vsize=10746276 memory=1 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2416/stat : 2416 (java) S 2387 2390 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414556914 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398459763168 140398907983573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2418] ppid=2387 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2390/task/2418/stat : 2418 (java) S 2387 2390 32084 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 16 0 414556915 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398458710960 140398907984514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
[pid=2390/tid=2419] ppid=2387 vsize=10746276 memory=49 CPUtime=0.76 cores=1,3,5,7
/proc/2390/task/2419/stat : 2419 (java) R 2387 2390 32084 0 -1 4202560 3635 0 0 0 74 2 0 0 20 0 16 0 414557096 11004186624 65061 33554432000 4194304 4196468 140721658709920 140398373735776 140398544211552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23904256 140721658717195 140721658717298 140721658717298 140721658720207 0
Current children cumulated CPU time: 4.99 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 260244 KiB

Child status: 0
Real time (s): 2.76875
CPU time (s): 5.18244
CPU user time (s): 5.00671
CPU system time (s): 0.175727
CPU usage (%): 187.176
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 260244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.00671
system time used= 0.175727
maximum resident set size= 261960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28480
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= 2417
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 2390
#   total CPU time (s): 5.18244
#   total CPU user time (s): 5.00671
#   total CPU system time (s): 0.175727

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039176 second user time and 0.068489 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 16:53:07
IDJOB=4390597
IDBENCH=139942
IDSOLVER=2832
FILE ID=node147/4390597-1568386431
RUNJOBID= node147-1568380472-32116
PBS_JOBID= 21701824
Free space on /tmp= 56536 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Crossword/Crossword-m1c-ogd-herald/Crossword-m1c-ogd-h2105.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390597-1568386431/watcher-4390597-1568386431 -o /tmp/evaluation-result-4390597-1568386431/solver-4390597-1568386431 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568380472-32116 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390597-1568386431.xml -cm

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

MD5SUM BENCH= 35703c5da18cfa31646d51f4d8651558
RANDOM SEED=1653496911

node147.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.52
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.52
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.52
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.52
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:        26425932 kB
MemAvailable:   31616016 kB
Buffers:          164116 kB
Cached:          5239984 kB
SwapCached:        48500 kB
Active:          2364200 kB
Inactive:        3288196 kB
Active(anon):     200616 kB
Inactive(anon):    89344 kB
Active(file):    2163584 kB
Inactive(file):  3198852 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:              9340 kB
Writeback:             0 kB
AnonPages:        309804 kB
Mapped:            56720 kB
Shmem:             32768 kB
Slab:             285752 kB
SReclaimable:     256108 kB
SUnreclaim:        29644 kB
KernelStack:        3808 kB
PageTables:         6312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1183448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 56528 MiB
End job on node147 at 2019-09-13 16:53:10