Trace number 4302719

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
Concrete 3.9.2-SuperNGOPT77 9.37225 5.44367

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-01_c18.xml
MD5SUM03892ae4f8c09e3dcf1eb144c7e7557f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark1.72916
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size329
Distribution of domain sizes[{"size":1,"count":1},{"size":329,"count":61}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":22},{"degree":4,"count":19},{"degree":5,"count":21}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":93},{"arity":14,"count":2},{"arity":16,"count":2}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.98/0.76	c Concrete v3.9.2.1532736233296 running
8.40/4.05	o 328
8.40/4.10	o 327
8.74/4.13	o 326
8.74/4.16	o 300
9.05/4.26	o 77
9.05/4.27	v <instantiation cost="77">
9.05/4.27	v       <list>
9.05/4.27	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
9.05/4.27	v       </list>
9.05/4.27	v       <values>
9.05/4.27	v         0 11 0 0 19 25 1 10 19 19 28 10 20 1 42 10 34 26 27 19 19 25 9 40 47 48 30 36 1 40 31 55 49 35 20 38 48 36 58 58 9 47 54 36 28 36 45 55 54 44 58 52 67 54 58 68 68 58 74 67 76 77
9.05/4.27	v       </values>
9.05/4.27	v     </instantiation>
9.05/4.27	s OPTIMUM FOUND

Verifier Data

OK	77

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302719-1532897795/watcher-4302719-1532897795 -o /tmp/evaluation-result-4302719-1532897795/solver-4302719-1532897795 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31991 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=225371574 -superng HOME/instance-4302719-1532897795.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=32021, runsolver pid=32016

[startup+0.100134 s]*
/proc/loadavg: 0.71 0.75 1.02 4/201 32108
/proc/meminfo: memFree=24231556/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32016 vsize=30192 memory=3700 CPUtime=0.08 cores=0,2,4,6
/proc/32021/stat : 32021 (java) R 32016 32021 29938 0 -1 4202496 2015 13018 1 0 0 0 5 3 20 0 1 0 107342726 30916608 925 33554432000 4194304 4196468 140729361375744 140729361356440 140348662504240 0 0 4096 0 0 0 0 17 2 0 0 1 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
/proc/32021/statm: 7548 925 686 1 0 160 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 30192 KiB
Current children cumulated memory: 3700 KiB

[startup+0.210466 s]*
/proc/loadavg: 0.71 0.75 1.02 4/221 32154
/proc/meminfo: memFree=24194796/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32016 vsize=10982744 memory=41144 CPUtime=0.24 cores=0,2,4,6
/proc/32021/stat : 32021 (java) S 32016 32021 29938 0 -1 1077944320 6511 13018 1 0 14 2 5 3 20 0 15 0 107342726 11246329856 10286 33554432000 4194304 4196468 140729361375744 140729361358288 140348670123767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
/proc/32021/statm: 2745686 10286 2948 1 0 2708109 0
[pid=32021/tid=32128] ppid=32016 vsize=10982744 memory=4871374705135476842 CPUtime=0.17 cores=0,2,4,6
/proc/32021/task/32128/stat : 32128 (java) R 32016 32021 29938 0 -1 4202560 3064 13018 0 0 8 1 5 3 20 0 15 0 107342737 11246329856 10286 33554432000 4194304 4196468 140729361375744 140348641919808 140348654204254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32133] ppid=32016 vsize=10982744 memory=4211974349992000906 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32133/stat : 32133 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342738 11246329856 10286 33554432000 4194304 4196468 140729361375744 140348674365968 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32134] ppid=32016 vsize=10982744 memory=140623787210368 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32134/stat : 32134 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342738 11246329856 10286 33554432000 4194304 4196468 140729361375744 140348529085072 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32135] ppid=32016 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32135/stat : 32135 (java) S 32016 32021 29938 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 107342738 11246329856 10286 33554432000 4194304 4196468 140729361375744 140348528032016 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32136] ppid=32016 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32136/stat : 32136 (java) S 32016 32021 29938 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 107342738 11246329856 10286 33554432000 4194304 4196468 140729361375744 140348526979472 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32138] ppid=32016 vsize=10982744 memory=140623787210368 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32138/stat : 32138 (java) S 32016 32021 29938 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 107342739 11246329856 10286 33554432000 4194304 4196468 140729361375744 140348096064240 140348670134914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32140] ppid=32016 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32140/stat : 32140 (java) S 32016 32021 29938 0 -1 1077944384 13 13018 0 0 0 0 5 3 20 0 15 0 107342740 11246329856 10286 33554432000 4194304 4196468 140729361375744 140347518740128 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32142] ppid=32016 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32142/stat : 32142 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342740 11246329856 10286 33554432000 4194304 4196468 140729361375744 140347317413104 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32147] ppid=32016 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32147/stat : 32147 (java) S 32016 32021 29938 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 107342742 11246329856 10286 33554432000 4194304 4196468 140729361375744 140347010013648 140348670142363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32148] ppid=32016 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32021/task/32148/stat : 32148 (java) S 32016 32021 29938 0 -1 1077944384 371 13018 0 0 1 0 5 3 20 0 15 0 107342742 11246329856 10286 33554432000 4194304 4196468 140729361375744 140348095011056 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32149] ppid=32016 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32149/stat : 32149 (java) S 32016 32021 29938 0 -1 1077944384 244 13018 0 0 0 0 5 3 20 0 15 0 107342742 11246329856 10286 33554432000 4194304 4196468 140729361375744 140348093958512 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32150] ppid=32016 vsize=10982744 memory=140623787210368 CPUtime=0.11 cores=0,2,4,6
/proc/32021/task/32150/stat : 32150 (java) S 32016 32021 29938 0 -1 1077944384 610 13018 0 0 3 0 5 3 20 0 15 0 107342742 11246329856 10286 33554432000 4194304 4196468 140729361375744 140348092905456 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32152] ppid=32016 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32152/stat : 32152 (java) S 32016 32021 29938 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 107342743 11246329856 10286 33554432000 4194304 4196468 140729361375744 140346579216736 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32154] ppid=32016 vsize=10982744 memory=140623787210368 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32154/stat : 32154 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342743 11246329856 10286 33554432000 4194304 4196468 140729361375744 140348091853872 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41144 KiB

[startup+0.310844 s]*
/proc/loadavg: 0.71 0.75 1.02 2/221 32154
/proc/meminfo: memFree=24170244/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32016 vsize=10983192 memory=54676 CPUtime=0.37 cores=0,2,4,6
/proc/32021/stat : 32021 (java) S 32016 32021 29938 0 -1 1077944320 9716 13018 1 0 26 3 5 3 20 0 15 0 107342726 11246788608 13669 33554432000 4194304 4196468 140729361375744 140729361358288 140348670123767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
/proc/32021/statm: 2745798 13669 3067 1 0 2708109 0
[pid=32021/tid=32128] ppid=32016 vsize=10983192 memory=576567874760998942 CPUtime=0.27 cores=0,2,4,6
/proc/32021/task/32128/stat : 32128 (java) R 32016 32021 29938 0 -1 4202560 6255 13018 0 0 17 2 5 3 20 0 15 0 107342737 11246788608 13669 33554432000 4194304 4196468 140729361375744 140348641935776 140348655289320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32133] ppid=32016 vsize=10983192 memory=301 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32133/stat : 32133 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 13669 33554432000 4194304 4196468 140729361375744 140348674365968 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32134] ppid=32016 vsize=10983192 memory=3472476633790035616 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32134/stat : 32134 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 13669 33554432000 4194304 4196468 140729361375744 140348529085072 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32135] ppid=32016 vsize=10983192 memory=6944613755328037015 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32135/stat : 32135 (java) S 32016 32021 29938 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 13669 33554432000 4194304 4196468 140729361375744 140348528032016 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32136] ppid=32016 vsize=10983192 memory=3472328296227680303 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32136/stat : 32136 (java) S 32016 32021 29938 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 13669 33554432000 4194304 4196468 140729361375744 140348526979472 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32138] ppid=32016 vsize=10983192 memory=4207749807290415498 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32138/stat : 32138 (java) S 32016 32021 29938 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 107342739 11246788608 13669 33554432000 4194304 4196468 140729361375744 140348096064240 140348670134914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32140] ppid=32016 vsize=10983192 memory=7378697229313533302 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32140/stat : 32140 (java) S 32016 32021 29938 0 -1 1077944384 13 13018 0 0 0 0 5 3 20 0 15 0 107342740 11246788608 13669 33554432000 4194304 4196468 140729361375744 140347518740128 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32142] ppid=32016 vsize=10983192 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32142/stat : 32142 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342740 11246788608 13669 33554432000 4194304 4196468 140729361375744 140347317413104 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32147] ppid=32016 vsize=10983192 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32147/stat : 32147 (java) S 32016 32021 29938 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 107342742 11246788608 13669 33554432000 4194304 4196468 140729361375744 140347010013648 140348670142363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32148] ppid=32016 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/32021/task/32148/stat : 32148 (java) S 32016 32021 29938 0 -1 1077944384 372 13018 0 0 2 0 5 3 20 0 15 0 107342742 11246788608 13669 33554432000 4194304 4196468 140729361375744 140348095011056 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32149] ppid=32016 vsize=10983192 memory=3544649772788298271 CPUtime=0.09 cores=0,2,4,6
/proc/32021/task/32149/stat : 32149 (java) S 32016 32021 29938 0 -1 1077944384 248 13018 0 0 1 0 5 3 20 0 15 0 107342742 11246788608 13669 33554432000 4194304 4196468 140729361375744 140348093958512 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32150] ppid=32016 vsize=10983192 memory=140623787210368 CPUtime=0.13 cores=0,2,4,6
/proc/32021/task/32150/stat : 32150 (java) S 32016 32021 29938 0 -1 1077944384 617 13018 0 0 5 0 5 3 20 0 15 0 107342742 11246788608 13669 33554432000 4194304 4196468 140729361375744 140348092905456 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32152] ppid=32016 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32152/stat : 32152 (java) S 32016 32021 29938 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 107342743 11246788608 13669 33554432000 4194304 4196468 140729361375744 140346579216736 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32154] ppid=32016 vsize=10983192 memory=140623787210368 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32154/stat : 32154 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342743 11246788608 13669 33554432000 4194304 4196468 140729361375744 140348091853872 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54676 KiB

[startup+0.701045 s]
/proc/loadavg: 0.71 0.75 1.02 4/221 32154
/proc/meminfo: memFree=24144248/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32016 vsize=10983192 memory=89436 CPUtime=0.98 cores=0,2,4,6
/proc/32021/stat : 32021 (java) S 32016 32021 29938 0 -1 1077944320 16456 13018 1 0 85 5 5 3 20 0 15 0 107342726 11246788608 22359 33554432000 4194304 4196468 140729361375744 140729361358288 140348670123767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
/proc/32021/statm: 2745798 22359 3243 1 0 2708109 0
[pid=32021/tid=32128] ppid=32016 vsize=10983192 memory=3303 CPUtime=0.65 cores=0,2,4,6
/proc/32021/task/32128/stat : 32128 (java) R 32016 32021 29938 0 -1 4202560 12030 13018 0 0 54 3 5 3 20 0 15 0 107342737 11246788608 22359 33554432000 4194304 4196468 140729361375744 140348641961880 140348648387489 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32133] ppid=32016 vsize=10983192 memory=24059 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32133/stat : 32133 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 22359 33554432000 4194304 4196468 140729361375744 140348674365968 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32134] ppid=32016 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32134/stat : 32134 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 22359 33554432000 4194304 4196468 140729361375744 140348529085072 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32135] ppid=32016 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32135/stat : 32135 (java) S 32016 32021 29938 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 22359 33554432000 4194304 4196468 140729361375744 140348528032016 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32136] ppid=32016 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32136/stat : 32136 (java) S 32016 32021 29938 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 22359 33554432000 4194304 4196468 140729361375744 140348526979472 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32138] ppid=32016 vsize=10983192 memory=281247343528736 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32138/stat : 32138 (java) S 32016 32021 29938 0 -1 1077944384 5 13018 0 0 0 0 5 3 20 0 15 0 107342739 11246788608 22359 33554432000 4194304 4196468 140729361375744 140348096064240 140348670134914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32140] ppid=32016 vsize=10983192 memory=258 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32140/stat : 32140 (java) S 32016 32021 29938 0 -1 1077944384 13 13018 0 0 0 0 5 3 20 0 15 0 107342740 11246788608 22359 33554432000 4194304 4196468 140729361375744 140347518740128 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32142] ppid=32016 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32142/stat : 32142 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342740 11246788608 22359 33554432000 4194304 4196468 140729361375744 140347317413104 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32147] ppid=32016 vsize=10983192 memory=4640491369132740708 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32147/stat : 32147 (java) S 32016 32021 29938 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 107342742 11246788608 22359 33554432000 4194304 4196468 140729361375744 140347010013648 140348670142363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32148] ppid=32016 vsize=10983192 memory=5865465064658194540 CPUtime=0.15 cores=0,2,4,6
/proc/32021/task/32148/stat : 32148 (java) S 32016 32021 29938 0 -1 1077944384 609 13018 0 0 7 0 5 3 20 0 15 0 107342742 11246788608 22359 33554432000 4194304 4196468 140729361375744 140348095011056 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32149] ppid=32016 vsize=10983192 memory=4638778398332829792 CPUtime=0.17 cores=0,2,4,6
/proc/32021/task/32149/stat : 32149 (java) S 32016 32021 29938 0 -1 1077944384 919 13018 0 0 9 0 5 3 20 0 15 0 107342742 11246788608 22359 33554432000 4194304 4196468 140729361375744 140348093958512 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32150] ppid=32016 vsize=10983192 memory=-7242455096852575424 CPUtime=0.21 cores=0,2,4,6
/proc/32021/task/32150/stat : 32150 (java) S 32016 32021 29938 0 -1 1077944384 671 13018 0 0 13 0 5 3 20 0 15 0 107342742 11246788608 22359 33554432000 4194304 4196468 140729361375744 140348092905456 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32152] ppid=32016 vsize=10983192 memory=8370611207638964880 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32152/stat : 32152 (java) S 32016 32021 29938 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 107342743 11246788608 22359 33554432000 4194304 4196468 140729361375744 140346579216736 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32154] ppid=32016 vsize=10983192 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32154/stat : 32154 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342743 11246788608 22359 33554432000 4194304 4196468 140729361375744 140348091853872 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89436 KiB

[startup+1.5035 s]
/proc/loadavg: 0.71 0.75 1.02 6/221 32154
/proc/meminfo: memFree=24061012/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32016 vsize=10998092 memory=176756 CPUtime=2.21 cores=0,2,4,6
/proc/32021/stat : 32021 (java) S 32016 32021 29938 0 -1 1077944320 23143 13018 1 0 203 10 5 3 20 0 15 0 107342726 11262046208 44189 33554432000 4194304 4196468 140729361375744 140729361358288 140348670123767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
/proc/32021/statm: 2749523 44189 3467 1 0 2711181 0
[pid=32021/tid=32128] ppid=32016 vsize=10998092 memory=8 CPUtime=1.4 cores=0,2,4,6
/proc/32021/task/32128/stat : 32128 (java) R 32016 32021 29938 0 -1 4202560 17243 13018 0 0 126 6 5 3 20 0 15 0 107342737 11262046208 44189 33554432000 4194304 4196468 140729361375744 140348641938736 140348670135702 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32133] ppid=32016 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32021/task/32133/stat : 32133 (java) S 32016 32021 29938 0 -1 1077944384 15 13018 0 0 1 0 5 3 20 0 15 0 107342738 11262046208 44189 33554432000 4194304 4196468 140729361375744 140348674365968 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32134] ppid=32016 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32021/task/32134/stat : 32134 (java) S 32016 32021 29938 0 -1 1077944384 191 13018 0 0 1 0 5 3 20 0 15 0 107342738 11262046208 44189 33554432000 4194304 4196468 140729361375744 140348529085072 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32135] ppid=32016 vsize=10998092 memory=281247343558928 CPUtime=0.09 cores=0,2,4,6
/proc/32021/task/32135/stat : 32135 (java) S 32016 32021 29938 0 -1 1077944384 53 13018 0 0 1 0 5 3 20 0 15 0 107342738 11262046208 44189 33554432000 4194304 4196468 140729361375744 140348528032016 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32136] ppid=32016 vsize=10998092 memory=7522235591015031122 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32136/stat : 32136 (java) S 32016 32021 29938 0 -1 1077944384 51 13018 0 0 0 0 5 3 20 0 15 0 107342738 11262046208 44189 33554432000 4194304 4196468 140729361375744 140348526979472 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32138] ppid=32016 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32021/task/32138/stat : 32138 (java) S 32016 32021 29938 0 -1 1077944384 56 13018 0 0 1 0 5 3 20 0 15 0 107342739 11262046208 44189 33554432000 4194304 4196468 140729361375744 140348096064240 140348670134914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32140] ppid=32016 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32140/stat : 32140 (java) S 32016 32021 29938 0 -1 1077944384 14 13018 0 0 0 0 5 3 20 0 15 0 107342740 11262046208 44189 33554432000 4194304 4196468 140729361375744 140347518740192 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32142] ppid=32016 vsize=10998092 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32142/stat : 32142 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342740 11262046208 44189 33554432000 4194304 4196468 140729361375744 140347317413120 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32147] ppid=32016 vsize=10998092 memory=4134692831991786133 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32147/stat : 32147 (java) S 32016 32021 29938 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 107342742 11262046208 44189 33554432000 4194304 4196468 140729361375744 140347010013648 140348670142363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32148] ppid=32016 vsize=10998092 memory=-2752621353146282308 CPUtime=0.28 cores=0,2,4,6
/proc/32021/task/32148/stat : 32148 (java) R 32016 32021 29938 0 -1 1077944384 1048 13018 0 0 20 0 5 3 20 0 15 0 107342742 11262046208 44189 33554432000 4194304 4196468 140729361375744 140348095011056 140348670134914 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32149] ppid=32016 vsize=10998092 memory=7164778871908559977 CPUtime=0.25 cores=0,2,4,6
/proc/32021/task/32149/stat : 32149 (java) R 32016 32021 29938 0 -1 1077944384 1049 13018 0 0 17 0 5 3 20 0 15 0 107342742 11262046208 44189 33554432000 4194304 4196468 140729361375744 140348093958512 140348670134914 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32150] ppid=32016 vsize=10998092 memory=4640467278541901904 CPUtime=0.39 cores=0,2,4,6
/proc/32021/task/32150/stat : 32150 (java) R 32016 32021 29938 0 -1 4202560 1220 13018 0 0 31 0 5 3 20 0 15 0 107342742 11262046208 44189 33554432000 4194304 4196468 140729361375744 140348092905456 140348670135702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32152] ppid=32016 vsize=10998092 memory=7451894300419318880 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32152/stat : 32152 (java) S 32016 32021 29938 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 107342743 11262046208 44189 33554432000 4194304 4196468 140729361375744 140346579216736 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32154] ppid=32016 vsize=10998092 memory=6003392106734906985 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32154/stat : 32154 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342743 11262046208 44189 33554432000 4194304 4196468 140729361375744 140348091853872 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
Current children cumulated CPU time: 2.21 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 176756 KiB

[startup+3.11102 s]
/proc/loadavg: 0.97 0.80 1.03 7/221 32154
/proc/meminfo: memFree=23838360/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32016 vsize=11008352 memory=223008 CPUtime=6.07 cores=0,2,4,6
/proc/32021/stat : 32021 (java) S 32016 32021 29938 0 -1 1077944320 33454 13018 1 0 585 14 5 3 20 0 15 0 107342726 11272552448 55752 33554432000 4194304 4196468 140729361375744 140729361358288 140348670123767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
/proc/32021/statm: 2752088 55752 3490 1 0 2713741 0
[pid=32021/tid=32128] ppid=32016 vsize=11008352 memory=0 CPUtime=2.97 cores=0,2,4,6
/proc/32021/task/32128/stat : 32128 (java) R 32016 32021 29938 0 -1 4202560 22566 13018 0 0 281 8 5 3 20 0 15 0 107342737 11272552448 55752 33554432000 4194304 4196468 140729361375744 140348641957824 140348670135702 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32133] ppid=32016 vsize=11008352 memory=7649399371363070515 CPUtime=0.09 cores=0,2,4,6
/proc/32021/task/32133/stat : 32133 (java) S 32016 32021 29938 0 -1 1077944384 15 13018 0 0 1 0 5 3 20 0 15 0 107342738 11272552448 55752 33554432000 4194304 4196468 140729361375744 140348674365968 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32134] ppid=32016 vsize=11008352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32021/task/32134/stat : 32134 (java) S 32016 32021 29938 0 -1 1077944384 191 13018 0 0 1 0 5 3 20 0 15 0 107342738 11272552448 55752 33554432000 4194304 4196468 140729361375744 140348529085072 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32135] ppid=32016 vsize=11008352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32021/task/32135/stat : 32135 (java) S 32016 32021 29938 0 -1 1077944384 53 13018 0 0 1 0 5 3 20 0 15 0 107342738 11272552448 55752 33554432000 4194304 4196468 140729361375744 140348528032016 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32136] ppid=32016 vsize=11008352 memory=90 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32136/stat : 32136 (java) S 32016 32021 29938 0 -1 1077944384 51 13018 0 0 0 0 5 3 20 0 15 0 107342738 11272552448 55752 33554432000 4194304 4196468 140729361375744 140348526979472 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32138] ppid=32016 vsize=11008352 memory=281247344118080 CPUtime=0.09 cores=0,2,4,6
/proc/32021/task/32138/stat : 32138 (java) S 32016 32021 29938 0 -1 1077944384 56 13018 0 0 1 0 5 3 20 0 15 0 107342739 11272552448 55752 33554432000 4194304 4196468 140729361375744 140348096064240 140348670134914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32140] ppid=32016 vsize=11008352 memory=-6861001314482542224 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32140/stat : 32140 (java) S 32016 32021 29938 0 -1 1077944384 14 13018 0 0 0 0 5 3 20 0 15 0 107342740 11272552448 55752 33554432000 4194304 4196468 140729361375744 140347518740192 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32142] ppid=32016 vsize=11008352 memory=-7088785026379990432 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32142/stat : 32142 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342740 11272552448 55752 33554432000 4194304 4196468 140729361375744 140347317413120 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32147] ppid=32016 vsize=11008352 memory=6944656592455350634 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32147/stat : 32147 (java) S 32016 32021 29938 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 107342742 11272552448 55752 33554432000 4194304 4196468 140729361375744 140347010013648 140348670142363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32148] ppid=32016 vsize=11008352 memory=6791534058613427641 CPUtime=1.17 cores=0,2,4,6
/proc/32021/task/32148/stat : 32148 (java) R 32016 32021 29938 0 -1 4202560 2616 13018 0 0 109 0 5 3 20 0 15 0 107342742 11272552448 55752 33554432000 4194304 4196468 140729361375744 140348094997152 140348653510552 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32149] ppid=32016 vsize=11008352 memory=281247343522912 CPUtime=0.82 cores=0,2,4,6
/proc/32021/task/32149/stat : 32149 (java) S 32016 32021 29938 0 -1 1077944384 1691 13018 0 0 73 1 5 3 20 0 15 0 107342742 11272552448 55752 33554432000 4194304 4196468 140729361375744 140348093958512 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32150] ppid=32016 vsize=11008352 memory=594813 CPUtime=1.22 cores=0,2,4,6
/proc/32021/task/32150/stat : 32150 (java) R 32016 32021 29938 0 -1 4202560 3998 13018 0 0 113 1 5 3 20 0 15 0 107342742 11272552448 55752 33554432000 4194304 4196468 140729361375744 140348092905456 140348670145114 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32152] ppid=32016 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32152/stat : 32152 (java) S 32016 32021 29938 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 107342743 11272552448 55752 33554432000 4194304 4196468 140729361375744 140346579216736 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32154] ppid=32016 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32154/stat : 32154 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342743 11272552448 55752 33554432000 4194304 4196468 140729361375744 140348091853872 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
Current children cumulated CPU time: 6.07 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 223008 KiB

[startup+5.44363 s]
# the end of solver process 32021 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.11881 s, system=0.253435 s

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

[startup+3.20805 s]
/proc/loadavg: 0.97 0.80 1.03 7/221 32154
/proc/meminfo: memFree=23838360/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32016 vsize=11008352 memory=229952 CPUtime=6.36 cores=0,2,4,6
/proc/32021/stat : 32021 (java) S 32016 32021 29938 0 -1 1077944320 33673 13018 1 0 614 14 5 3 20 0 15 0 107342726 11272552448 57488 33554432000 4194304 4196468 140729361375744 140729361358288 140348670123767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
/proc/32021/statm: 2752088 57488 3490 1 0 2713741 0
[pid=32021/tid=32128] ppid=32016 vsize=11008352 memory=0 CPUtime=3.07 cores=0,2,4,6
/proc/32021/task/32128/stat : 32128 (java) R 32016 32021 29938 0 -1 4202560 22625 13018 0 0 291 8 5 3 20 0 15 0 107342737 11272552448 57488 33554432000 4194304 4196468 140729361375744 140348641948240 140348656372790 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32133] ppid=32016 vsize=11008352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32021/task/32133/stat : 32133 (java) S 32016 32021 29938 0 -1 1077944384 15 13018 0 0 1 0 5 3 20 0 15 0 107342738 11272552448 57488 33554432000 4194304 4196468 140729361375744 140348674365968 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32134] ppid=32016 vsize=11008352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32021/task/32134/stat : 32134 (java) S 32016 32021 29938 0 -1 1077944384 191 13018 0 0 1 0 5 3 20 0 15 0 107342738 11272552448 57502 33554432000 4194304 4196468 140729361375744 140348529085072 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32135] ppid=32016 vsize=11008352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32021/task/32135/stat : 32135 (java) S 32016 32021 29938 0 -1 1077944384 53 13018 0 0 1 0 5 3 20 0 15 0 107342738 11272552448 57502 33554432000 4194304 4196468 140729361375744 140348528032016 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32136] ppid=32016 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32136/stat : 32136 (java) S 32016 32021 29938 0 -1 1077944384 51 13018 0 0 0 0 5 3 20 0 15 0 107342738 11272552448 57502 33554432000 4194304 4196468 140729361375744 140348526979472 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32138] ppid=32016 vsize=11008352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32021/task/32138/stat : 32138 (java) S 32016 32021 29938 0 -1 1077944384 56 13018 0 0 1 0 5 3 20 0 15 0 107342739 11272552448 57502 33554432000 4194304 4196468 140729361375744 140348096064240 140348670134914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32140] ppid=32016 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32140/stat : 32140 (java) S 32016 32021 29938 0 -1 1077944384 14 13018 0 0 0 0 5 3 20 0 15 0 107342740 11272552448 57502 33554432000 4194304 4196468 140729361375744 140347518740192 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32142] ppid=32016 vsize=11008352 memory=290763849282617370 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32142/stat : 32142 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342740 11272552448 57502 33554432000 4194304 4196468 140729361375744 140347317413120 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32147] ppid=32016 vsize=11008352 memory=302022869909766459 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32147/stat : 32147 (java) S 32016 32021 29938 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 107342742 11272552448 57502 33554432000 4194304 4196468 140729361375744 140347010013648 140348670142363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32148] ppid=32016 vsize=11008352 memory=14133333755955770 CPUtime=1.25 cores=0,2,4,6
/proc/32021/task/32148/stat : 32148 (java) R 32016 32021 29938 0 -1 4202560 2651 13018 0 0 117 0 5 3 20 0 15 0 107342742 11272552448 57502 33554432000 4194304 4196468 140729361375744 140348094997280 140348655233818 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32149] ppid=32016 vsize=11008352 memory=3834025862071015017 CPUtime=0.89 cores=0,2,4,6
/proc/32021/task/32149/stat : 32149 (java) R 32016 32021 29938 0 -1 4202560 1728 13018 0 0 80 1 5 3 20 0 15 0 107342742 11272552448 57502 33554432000 4194304 4196468 140729361375744 140348093958512 140348663223467 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32150] ppid=32016 vsize=11008352 memory=6935650355406524496 CPUtime=1.27 cores=0,2,4,6
/proc/32021/task/32150/stat : 32150 (java) R 32016 32021 29938 0 -1 1077944384 4091 13018 0 0 118 1 5 3 20 0 15 0 107342742 11272552448 57502 33554432000 4194304 4196468 140729361375744 140348092900528 140348670133973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32152] ppid=32016 vsize=11008352 memory=7523651757764995179 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32152/stat : 32152 (java) S 32016 32021 29938 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 107342743 11272552448 57502 33554432000 4194304 4196468 140729361375744 140346579216736 140348670133973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
[pid=32021/tid=32154] ppid=32016 vsize=11008352 memory=7084279205968109376 CPUtime=0.08 cores=0,2,4,6
/proc/32021/task/32154/stat : 32154 (java) S 32016 32021 29938 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 107342743 11272552448 57502 33554432000 4194304 4196468 140729361375744 140348091853872 140348670134914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140729361381993 140729361384801 140729361384801 140729361387471 0
Current children cumulated CPU time: 6.36 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 229952 KiB

[startup+4.80014 s]
/proc/loadavg: 0.97 0.80 1.03 6/208 32155
/proc/meminfo: memFree=23900136/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+5.20016 s]
/proc/loadavg: 0.97 0.80 1.03 5/208 32155
/proc/meminfo: memFree=23876172/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+5.40014 s]
/proc/loadavg: 0.97 0.80 1.03 5/208 32155
/proc/meminfo: memFree=23876172/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 5.44367
CPU time (s): 9.37225
CPU user time (s): 9.11881
CPU system time (s): 0.253435
CPU usage (%): 172.168
Max. virtual memory (cumulated for all children) (KiB): 11145368
Max. memory (cumulated for all children) (KiB): 323016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.11881
system time used= 0.253435
maximum resident set size= 325024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80143
page faults= 1
swaps= 0
block input operations= 864
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6528
involuntary context switches= 91


# summary of solver processes directly reported to runsolver:
#   pid: 32021
#   total CPU time (s): 9.37225
#   total CPU user time (s): 9.11881
#   total CPU system time (s): 0.253435

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039503 second user time and 0.106658 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-29 22:56:35
IDJOB=4302719
IDBENCH=141467
IDSOLVER=2777
FILE ID=node132/4302719-1532897795
RUNJOBID= node132-1532897795-31991
PBS_JOBID= 21022524
Free space on /tmp= 58420 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302719-1532897795/watcher-4302719-1532897795 -o /tmp/evaluation-result-4302719-1532897795/solver-4302719-1532897795 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31991 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=225371574 -superng HOME/instance-4302719-1532897795.xml

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

MD5SUM BENCH= 03892ae4f8c09e3dcf1eb144c7e7557f
RANDOM SEED=225371574

node132.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.65
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.65
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.65
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.65
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:        24252608 kB
MemAvailable:   31934892 kB
Buffers:          225600 kB
Cached:          7689676 kB
SwapCached:            0 kB
Active:          2604908 kB
Inactive:        5363152 kB
Active(anon):       3304 kB
Inactive(anon):    77820 kB
Active(file):    2601604 kB
Inactive(file):  5285332 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52960 kB
Writeback:            16 kB
AnonPages:         60176 kB
Mapped:            44732 kB
Shmem:             25248 kB
Slab:             250036 kB
SReclaimable:     222364 kB
SUnreclaim:        27672 kB
KernelStack:        3248 kB
PageTables:         4836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 58368 MiB
End job on node132 at 2018-07-29 22:56:41