Trace number 4291219

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
OscaR - Parallel with EPS 2018-07-02? (TO) 20020.4 2520.42

General information on the benchmark

NameCarSequencing/
CarSequencing-60-01_c18.xml
MD5SUM78ce7b18c2bc9eefd2fccfc0b2746318
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 benchmark10.4738
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1379
Number of domains2
Minimum domain size2
Maximum domain size24
Distribution of domain sizes[{"size":2,"count":1000},{"size":24,"count":200}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":19},{"degree":21,"count":19},{"degree":22,"count":19},{"degree":23,"count":19},{"degree":24,"count":125},{"degree":25,"count":14},{"degree":26,"count":14},"...",{"degree":38,"count":8}, {"degree":39,"count":8}, {"degree":40,"count":8}, {"degree":41,"count":8}, {"degree":42,"count":8}, {"degree":43,"count":9}, {"degree":44,"count":125}, {"degree":45,"count":6}, {"degree":46,"count":6}, {"degree":47,"count":6}, {"degree":48,"count":6}, {"degree":49,"count":6}, {"degree":50,"count":6}, {"degree":51,"count":6}, {"degree":52,"count":6}, {"degree":53,"count":6}, {"degree":54,"count":7}, {"degree":55,"count":7}, {"degree":56,"count":48}, {"degree":57,"count":3}, {"degree":58,"count":3}, {"degree":59,"count":3}, {"degree":60,"count":4}, {"degree":61,"count":4}, {"degree":62,"count":27}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":29,"count":1},{"arity":32,"count":1},{"arity":35,"count":1},{"arity":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":47,"count":2},{"arity":50,"count":2},{"arity":53,"count":2},{"arity":56,"count":2},{"arity":59,"count":2},{"arity":62,"count":2},{"arity":65,"count":2},{"arity":68,"count":2},{"arity":71,"count":2},{"arity":74,"count":2},{"arity":77,"count":2},{"arity":80,"count":2},{"arity":83,"count":2},{"arity":86,"count":2},{"arity":89,"count":2},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1178},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 437747986
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
2.27/1.14	c Parsing done, starting search...
20017.37/2520.12	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14405 MiB free)
  memory of node 1: 16384 MiB (13309 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291219-1532663388/watcher-4291219-1532663388 -o /tmp/evaluation-result-4291219-1532663388/solver-4291219-1532663388 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1532654539-14081 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 437747986 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291219-1532663388.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=15118, runsolver pid=15115
Current StackSize limit: 8192 KiB


[startup+0.102386 s]*
/proc/loadavg: 1.63 3.13 4.31 3/199 15138
/proc/meminfo: memFree=28362100/32770624 swapFree=67108860/67108860
[pid=15118] ppid=15115 vsize=26103424 memory=32408 CPUtime=0.11 cores=0-7
/proc/15118/stat : 15118 (java) S 15115 15118 14054 0 -1 1077944320 7538 0 0 0 10 1 0 0 20 0 20 0 83902006 26729906176 8102 33554432000 4194304 4196468 140732414793424 140732414775968 139771568115447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
/proc/15118/statm: 6525856 8102 3139 1 0 6487932 0
[pid=15118/tid=15120] ppid=15115 vsize=26103424 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15118/task/15120/stat : 15120 (java) R 15115 15118 14054 0 -1 4202560 5597 0 0 0 8 1 0 0 20 0 20 0 83902006 26729906176 8102 33554432000 4194304 4196468 140732414793424 139771572318576 139771552195934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15121] ppid=15115 vsize=26103424 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15118/task/15121/stat : 15121 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 8102 33554432000 4194304 4196468 140732414793424 139771524667792 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15122] ppid=15115 vsize=26103424 memory=140408447977088 CPUtime=0 cores=0-7
/proc/15118/task/15122/stat : 15122 (java) S 15115 15118 14054 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 8102 33554432000 4194304 4196468 140732414793424 139771125561616 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15123] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15123/stat : 15123 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 8102 33554432000 4194304 4196468 140732414793424 139771124509328 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15124] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15124/stat : 15124 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 8102 33554432000 4194304 4196468 140732414793424 139771123456528 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15125] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15125/stat : 15125 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 8102 33554432000 4194304 4196468 140732414793424 139771122404240 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15126] ppid=15115 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/15118/task/15126/stat : 15126 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 8102 33554432000 4194304 4196468 140732414793424 139771121351440 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15127] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15127/stat : 15127 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 8102 33554432000 4194304 4196468 140732414793424 139771120299152 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15128] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15128/stat : 15128 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 8102 33554432000 4194304 4196468 140732414793424 139771119246352 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15129] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15129/stat : 15129 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902009 26729906176 8102 33554432000 4194304 4196468 140732414793424 139769907484784 139771568126594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15130] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15130/stat : 15130 (java) S 15115 15118 14054 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83902009 26729906176 8102 33554432000 4194304 4196468 140732414793424 139769906430752 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15131] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15131/stat : 15131 (java) S 15115 15118 14054 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 83902009 26729906176 8102 33554432000 4194304 4196468 140732414793424 139769905378416 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15132] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15132/stat : 15132 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902012 26729906176 8102 33554432000 4194304 4196468 140732414793424 139769904326736 139771568134043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15133] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15133/stat : 15133 (java) S 15115 15118 14054 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 83902012 26729906176 8102 33554432000 4194304 4196468 140732414793424 139769903274608 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15134] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15134/stat : 15134 (java) S 15115 15118 14054 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83902012 26729906176 8102 33554432000 4194304 4196468 140732414793424 139769902221808 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15135] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15135/stat : 15135 (java) S 15115 15118 14054 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83902012 26729906176 8102 33554432000 4194304 4196468 140732414793424 139769901169520 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15136] ppid=15115 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/15118/task/15136/stat : 15136 (java) R 15115 15118 14054 0 -1 4202560 259 0 0 0 1 0 0 0 20 0 20 0 83902012 26729906176 8102 33554432000 4194304 4196468 140732414793424 139769900116720 139771546815648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15137] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15137/stat : 15137 (java) S 15115 15118 14054 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83902012 26729906176 8102 33554432000 4194304 4196468 140732414793424 139769899063648 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15138] ppid=15115 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/15118/task/15138/stat : 15138 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902012 26729906176 8102 33554432000 4194304 4196468 140732414793424 139769898010928 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 32408 KiB

[startup+0.210156 s]*
/proc/loadavg: 1.63 3.13 4.31 4/199 15138
/proc/meminfo: memFree=28349512/32770624 swapFree=67108860/67108860
[pid=15118] ppid=15115 vsize=26103424 memory=43316 CPUtime=0.29 cores=0-7
/proc/15118/stat : 15118 (java) S 15115 15118 14054 0 -1 1077944320 10503 0 0 0 27 2 0 0 20 0 20 0 83902006 26729906176 10829 33554432000 4194304 4196468 140732414793424 140732414775968 139771568115447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
/proc/15118/statm: 6525856 10829 3360 1 0 6487932 0
[pid=15118/tid=15120] ppid=15115 vsize=26103424 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/15118/task/15120/stat : 15120 (java) R 15115 15118 14054 0 -1 4202560 8283 0 0 0 18 2 0 0 20 0 20 0 83902006 26729906176 10829 33554432000 4194304 4196468 140732414793424 139771572345168 139771568137373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15121] ppid=15115 vsize=26103424 memory=14857 CPUtime=0 cores=0-7
/proc/15118/task/15121/stat : 15121 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 10829 33554432000 4194304 4196468 140732414793424 139771524667792 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15122] ppid=15115 vsize=26103424 memory=140408447990971 CPUtime=0 cores=0-7
/proc/15118/task/15122/stat : 15122 (java) S 15115 15118 14054 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 10829 33554432000 4194304 4196468 140732414793424 139771125561616 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15123] ppid=15115 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/15118/task/15123/stat : 15123 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 10829 33554432000 4194304 4196468 140732414793424 139771124509328 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15124] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15124/stat : 15124 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 10829 33554432000 4194304 4196468 140732414793424 139771123456528 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15125] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15125/stat : 15125 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 10829 33554432000 4194304 4196468 140732414793424 139771122404240 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15126] ppid=15115 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/15118/task/15126/stat : 15126 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 10829 33554432000 4194304 4196468 140732414793424 139771121351440 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15127] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15127/stat : 15127 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 10829 33554432000 4194304 4196468 140732414793424 139771120299152 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15128] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15128/stat : 15128 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 10829 33554432000 4194304 4196468 140732414793424 139771119246352 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15129] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15129/stat : 15129 (java) S 15115 15118 14054 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 83902009 26729906176 10829 33554432000 4194304 4196468 140732414793424 139769907484784 139771568126594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15130] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15130/stat : 15130 (java) S 15115 15118 14054 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83902009 26729906176 10829 33554432000 4194304 4196468 140732414793424 139769906430752 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15131] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15131/stat : 15131 (java) S 15115 15118 14054 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 83902009 26729906176 10829 33554432000 4194304 4196468 140732414793424 139769905378416 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15132] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15132/stat : 15132 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902012 26729906176 10829 33554432000 4194304 4196468 140732414793424 139769904326736 139771568134043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15133] ppid=15115 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/15118/task/15133/stat : 15133 (java) S 15115 15118 14054 0 -1 1077944384 317 0 0 0 1 0 0 0 20 0 20 0 83902012 26729906176 10829 33554432000 4194304 4196468 140732414793424 139769903274608 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15134] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15134/stat : 15134 (java) S 15115 15118 14054 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 83902012 26729906176 10829 33554432000 4194304 4196468 140732414793424 139769902221808 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15135] ppid=15115 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/15118/task/15135/stat : 15135 (java) S 15115 15118 14054 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 20 0 83902012 26729906176 10829 33554432000 4194304 4196468 140732414793424 139769901169520 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15136] ppid=15115 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/15118/task/15136/stat : 15136 (java) R 15115 15118 14054 0 -1 4202560 289 0 0 0 6 0 0 0 20 0 20 0 83902012 26729906176 10829 33554432000 4194304 4196468 140732414793424 139769900112448 139771547070020 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15137] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15137/stat : 15137 (java) S 15115 15118 14054 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83902012 26729906176 10829 33554432000 4194304 4196468 140732414793424 139769899063648 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15138] ppid=15115 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/15118/task/15138/stat : 15138 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902012 26729906176 10829 33554432000 4194304 4196468 140732414793424 139769898010928 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43316 KiB

[startup+0.310439 s]*
/proc/loadavg: 1.63 3.13 4.31 2/199 15138
/proc/meminfo: memFree=28346100/32770624 swapFree=67108860/67108860
[pid=15118] ppid=15115 vsize=26103424 memory=46868 CPUtime=0.43 cores=0-7
/proc/15118/stat : 15118 (java) S 15115 15118 14054 0 -1 1077944320 10934 0 0 0 40 3 0 0 20 0 20 0 83902006 26729906176 11717 33554432000 4194304 4196468 140732414793424 140732414775968 139771568115447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
/proc/15118/statm: 6525856 11717 3387 1 0 6487932 0
[pid=15118/tid=15120] ppid=15115 vsize=26103424 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/15118/task/15120/stat : 15120 (java) R 15115 15118 14054 0 -1 4202560 8622 0 0 0 28 2 0 0 20 0 20 0 83902006 26729906176 11717 33554432000 4194304 4196468 140732414793424 139771572294504 139771552195934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15121] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15121/stat : 15121 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 11717 33554432000 4194304 4196468 140732414793424 139771524667792 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15122] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15122/stat : 15122 (java) S 15115 15118 14054 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 11717 33554432000 4194304 4196468 140732414793424 139771125561616 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15123] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15123/stat : 15123 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 11717 33554432000 4194304 4196468 140732414793424 139771124509328 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15124] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15124/stat : 15124 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 11717 33554432000 4194304 4196468 140732414793424 139771123456528 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15125] ppid=15115 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/15118/task/15125/stat : 15125 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 11717 33554432000 4194304 4196468 140732414793424 139771122404240 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15126] ppid=15115 vsize=26103424 memory=140408319472559 CPUtime=0 cores=0-7
/proc/15118/task/15126/stat : 15126 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 11717 33554432000 4194304 4196468 140732414793424 139771121351440 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15127] ppid=15115 vsize=26103424 memory=140408319474864 CPUtime=0 cores=0-7
/proc/15118/task/15127/stat : 15127 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 11717 33554432000 4194304 4196468 140732414793424 139771120299152 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15128] ppid=15115 vsize=26103424 memory=140408319477168 CPUtime=0 cores=0-7
/proc/15118/task/15128/stat : 15128 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26729906176 11717 33554432000 4194304 4196468 140732414793424 139771119246352 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15129] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15129/stat : 15129 (java) S 15115 15118 14054 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 83902009 26729906176 11717 33554432000 4194304 4196468 140732414793424 139769907484784 139771568126594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15130] ppid=15115 vsize=26103424 memory=280816638961296 CPUtime=0 cores=0-7
/proc/15118/task/15130/stat : 15130 (java) S 15115 15118 14054 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83902009 26729906176 11717 33554432000 4194304 4196468 140732414793424 139769906430752 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15131] ppid=15115 vsize=26103424 memory=280816638968208 CPUtime=0 cores=0-7
/proc/15118/task/15131/stat : 15131 (java) S 15115 15118 14054 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 83902009 26729906176 11717 33554432000 4194304 4196468 140732414793424 139769905378416 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15132] ppid=15115 vsize=26103424 memory=280816638909488 CPUtime=0 cores=0-7
/proc/15118/task/15132/stat : 15132 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902012 26729906176 11717 33554432000 4194304 4196468 140732414793424 139769904326736 139771568134043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15133] ppid=15115 vsize=26103424 memory=280816638982032 CPUtime=0.01 cores=0-7
/proc/15118/task/15133/stat : 15133 (java) S 15115 15118 14054 0 -1 1077944384 317 0 0 0 1 0 0 0 20 0 20 0 83902012 26729906176 11717 33554432000 4194304 4196468 140732414793424 139769903274608 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15134] ppid=15115 vsize=26103424 memory=280816638988944 CPUtime=0.01 cores=0-7
/proc/15118/task/15134/stat : 15134 (java) S 15115 15118 14054 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 20 0 83902012 26729906176 11717 33554432000 4194304 4196468 140732414793424 139769902221808 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15135] ppid=15115 vsize=26103424 memory=280816638986640 CPUtime=0.01 cores=0-7
/proc/15118/task/15135/stat : 15135 (java) S 15115 15118 14054 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 20 0 83902012 26729906176 11717 33554432000 4194304 4196468 140732414793424 139769901169520 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15136] ppid=15115 vsize=26103424 memory=280816639003248 CPUtime=0.07 cores=0-7
/proc/15118/task/15136/stat : 15136 (java) S 15115 15118 14054 0 -1 1077944384 295 0 0 0 7 0 0 0 20 0 20 0 83902012 26729906176 11717 33554432000 4194304 4196468 140732414793424 139769900116720 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15137] ppid=15115 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15137/stat : 15137 (java) S 15115 15118 14054 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83902012 26729906176 11717 33554432000 4194304 4196468 140732414793424 139769899063648 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15138] ppid=15115 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/15118/task/15138/stat : 15138 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902012 26729906176 11717 33554432000 4194304 4196468 140732414793424 139769898010928 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46868 KiB

[startup+0.701701 s]
/proc/loadavg: 1.63 3.13 4.31 3/199 15138
/proc/meminfo: memFree=28322288/32770624 swapFree=67108860/67108860
[pid=15118] ppid=15115 vsize=26105492 memory=87428 CPUtime=0.99 cores=0-7
/proc/15118/stat : 15118 (java) S 15115 15118 14054 0 -1 1077944320 17818 0 0 0 94 5 0 0 20 0 20 0 83902006 26732023808 21857 33554432000 4194304 4196468 140732414793424 140732414775968 139771568115447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
/proc/15118/statm: 6526373 21857 3499 1 0 6488444 0
[pid=15118/tid=15120] ppid=15115 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/15118/task/15120/stat : 15120 (java) R 15115 15118 14054 0 -1 4202560 15081 0 0 0 64 3 0 0 20 0 20 0 83902006 26732023808 21857 33554432000 4194304 4196468 140732414793424 139771572343104 139771547192920 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15121] ppid=15115 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15121/stat : 15121 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26732023808 21857 33554432000 4194304 4196468 140732414793424 139771524667792 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15122] ppid=15115 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15122/stat : 15122 (java) S 15115 15118 14054 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83902007 26732023808 21857 33554432000 4194304 4196468 140732414793424 139771125561616 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15123] ppid=15115 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/15118/task/15123/stat : 15123 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902007 26732023808 21857 33554432000 4194304 4196468 140732414793424 139771124509328 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15124] ppid=15115 vsize=26105492 memory=4612 CPUtime=0 cores=0-7
/proc/15118/task/15124/stat : 15124 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902007 26732023808 21857 33554432000 4194304 4196468 140732414793424 139771123456528 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15125] ppid=15115 vsize=26105492 memory=8488 CPUtime=0 cores=0-7
/proc/15118/task/15125/stat : 15125 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26732023808 21857 33554432000 4194304 4196468 140732414793424 139771122404240 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15126] ppid=15115 vsize=26105492 memory=1624 CPUtime=0 cores=0-7
/proc/15118/task/15126/stat : 15126 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83902007 26732023808 21857 33554432000 4194304 4196468 140732414793424 139771121351440 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15127] ppid=15115 vsize=26105492 memory=1200 CPUtime=0 cores=0-7
/proc/15118/task/15127/stat : 15127 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26732023808 21857 33554432000 4194304 4196468 140732414793424 139771120299152 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15128] ppid=15115 vsize=26105492 memory=15872 CPUtime=0 cores=0-7
/proc/15118/task/15128/stat : 15128 (java) S 15115 15118 14054 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83902007 26732023808 21857 33554432000 4194304 4196468 140732414793424 139771119246352 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15129] ppid=15115 vsize=26105492 memory=15040 CPUtime=0 cores=0-7
/proc/15118/task/15129/stat : 15129 (java) S 15115 15118 14054 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 83902009 26732023808 21857 33554432000 4194304 4196468 140732414793424 139769907484784 139771568126594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0

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

Current children cumulated vsize: 26985196 KiB
Current children cumulated memory: 2034864 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520.01 s]*
/proc/loadavg: 8.64 8.67 8.44 9/212 15217
/proc/meminfo: memFree=26350876/32770624 swapFree=67108860/67108860
[pid=15118] ppid=15115 vsize=26985196 memory=2023576 CPUtime=20017.4 cores=0-7
/proc/15118/stat : 15118 (java) S 15115 15118 14054 0 -1 1077944320 1773218 0 0 0 2000724 1013 0 0 20 0 33 0 83902006 27632840704 505894 33554432000 4194304 4196468 140732414793424 140732414775968 139771568115447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
/proc/15118/statm: 6746299 505894 3624 1 0 6707849 0
[pid=15118/tid=15120] ppid=15115 vsize=26985196 memory=1236 CPUtime=3.26 cores=0-7
/proc/15118/task/15120/stat : 15120 (java) S 15115 15118 14054 0 -1 1077944384 20737 0 0 0 319 7 0 0 20 0 33 0 83902006 27632840704 505894 33554432000 4194304 4196468 140732414793424 139771572352912 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15121] ppid=15115 vsize=26985196 memory=4872558044660077418 CPUtime=9.92 cores=0-7
/proc/15118/task/15121/stat : 15121 (java) S 15115 15118 14054 0 -1 1077944384 93761 0 0 0 960 32 0 0 20 0 33 0 83902007 27632840704 505894 33554432000 4194304 4196468 140732414793424 139771524667792 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15122] ppid=15115 vsize=26985196 memory=2340 CPUtime=9.86 cores=0-7
/proc/15118/task/15122/stat : 15122 (java) S 15115 15118 14054 0 -1 1077944384 115050 0 0 0 957 29 0 0 20 0 33 0 83902007 27632840704 505894 33554432000 4194304 4196468 140732414793424 139771125561616 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15123] ppid=15115 vsize=26985196 memory=928 CPUtime=9.89 cores=0-7
/proc/15118/task/15123/stat : 15123 (java) S 15115 15118 14054 0 -1 1077944384 107741 0 0 0 957 32 0 0 20 0 33 0 83902007 27632840704 505894 33554432000 4194304 4196468 140732414793424 139771124509328 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15124] ppid=15115 vsize=26985196 memory=1572 CPUtime=9.98 cores=0-7
/proc/15118/task/15124/stat : 15124 (java) S 15115 15118 14054 0 -1 1077944384 106246 0 0 0 963 35 0 0 20 0 33 0 83902007 27632840704 505894 33554432000 4194304 4196468 140732414793424 139771123456528 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15125] ppid=15115 vsize=26985196 memory=2244 CPUtime=9.9 cores=0-7
/proc/15118/task/15125/stat : 15125 (java) S 15115 15118 14054 0 -1 1077944384 101194 0 0 0 958 32 0 0 20 0 33 0 83902007 27632840704 505894 33554432000 4194304 4196468 140732414793424 139771122404240 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15126] ppid=15115 vsize=26985196 memory=4124 CPUtime=9.86 cores=0-7
/proc/15118/task/15126/stat : 15126 (java) S 15115 15118 14054 0 -1 1077944384 97868 0 0 0 957 29 0 0 20 0 33 0 83902007 27632840704 505894 33554432000 4194304 4196468 140732414793424 139771121351440 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15127] ppid=15115 vsize=26985196 memory=2200 CPUtime=9.93 cores=0-7
/proc/15118/task/15127/stat : 15127 (java) S 15115 15118 14054 0 -1 1077944384 92754 0 0 0 963 30 0 0 20 0 33 0 83902007 27632840704 505894 33554432000 4194304 4196468 140732414793424 139771120299152 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15128] ppid=15115 vsize=26985196 memory=8148 CPUtime=9.97 cores=0-7
/proc/15118/task/15128/stat : 15128 (java) S 15115 15118 14054 0 -1 1077944384 103247 0 0 0 967 30 0 0 20 0 33 0 83902007 27632840704 505894 33554432000 4194304 4196468 140732414793424 139771119246352 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15129] ppid=15115 vsize=26985196 memory=844 CPUtime=3.5 cores=0-7
/proc/15118/task/15129/stat : 15129 (java) S 15115 15118 14054 0 -1 1077944384 173878 0 0 0 277 73 0 0 20 0 33 0 83902009 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769907484784 139771568126594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15130] ppid=15115 vsize=26985196 memory=2025116 CPUtime=0 cores=0-7
/proc/15118/task/15130/stat : 15130 (java) S 15115 15118 14054 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 33 0 83902009 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769906430816 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15131] ppid=15115 vsize=26985196 memory=8148 CPUtime=0 cores=0-7
/proc/15118/task/15131/stat : 15131 (java) S 15115 15118 14054 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 33 0 83902009 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769905378432 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15132] ppid=15115 vsize=26985196 memory=844 CPUtime=0 cores=0-7
/proc/15118/task/15132/stat : 15132 (java) S 15115 15118 14054 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 83902012 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769904326736 139771568134043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15133] ppid=15115 vsize=26985196 memory=1696 CPUtime=1.81 cores=0-7
/proc/15118/task/15133/stat : 15133 (java) S 15115 15118 14054 0 -1 1077944384 7304 0 0 0 179 2 0 0 20 0 33 0 83902012 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769903274608 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15134] ppid=15115 vsize=26985196 memory=2029220 CPUtime=1.67 cores=0-7
/proc/15118/task/15134/stat : 15134 (java) S 15115 15118 14054 0 -1 1077944384 5416 0 0 0 165 2 0 0 20 0 33 0 83902012 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769902221808 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15135] ppid=15115 vsize=26985196 memory=4772 CPUtime=1.79 cores=0-7
/proc/15118/task/15135/stat : 15135 (java) S 15115 15118 14054 0 -1 1077944384 8890 0 0 0 174 5 0 0 20 0 33 0 83902012 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769901169520 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15136] ppid=15115 vsize=26985196 memory=6791534058613427641 CPUtime=1.13 cores=0-7
/proc/15118/task/15136/stat : 15136 (java) S 15115 15118 14054 0 -1 1077944384 11696 0 0 0 111 2 0 0 20 0 33 0 83902012 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769900116720 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15137] ppid=15115 vsize=26985196 memory=4040 CPUtime=0 cores=0-7
/proc/15118/task/15137/stat : 15137 (java) S 15115 15118 14054 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 83902012 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769899063648 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15138] ppid=15115 vsize=26985196 memory=2034348 CPUtime=0.81 cores=0-7
/proc/15118/task/15138/stat : 15138 (java) S 15115 15118 14054 0 -1 1077944384 9425 0 0 0 35 46 0 0 20 0 33 0 83902012 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769898010928 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15139] ppid=15115 vsize=26985196 memory=4100 CPUtime=0 cores=0-7
/proc/15118/task/15139/stat : 15139 (java) S 15115 15118 14054 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 33 0 83902300 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769884566400 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15140] ppid=15115 vsize=26985196 memory=844 CPUtime=4.05 cores=0-7
/proc/15118/task/15140/stat : 15140 (java) R 15115 15118 14054 0 -1 1077944384 20102 0 0 0 180 225 0 0 20 0 33 0 83902321 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769881416736 139771568126594 0 4 0 16800975 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15141] ppid=15115 vsize=26985196 memory=4124 CPUtime=0.14 cores=0-7
/proc/15118/task/15141/stat : 15141 (java) S 15115 15118 14054 0 -1 1077944384 106 0 0 0 14 0 0 0 20 0 33 0 83902337 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769878267184 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15142] ppid=15115 vsize=26985196 memory=2200 CPUtime=2489.65 cores=0-7
/proc/15118/task/15142/stat : 15142 (java) R 15115 15118 14054 0 -1 4202560 85325 0 0 0 248879 86 0 0 20 0 33 0 83902338 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769877208912 139771217472257 0 4 0 16800975 0 0 0 -1 1 0 0 45 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15143] ppid=15115 vsize=26985196 memory=8148 CPUtime=2489.79 cores=0-7
/proc/15118/task/15143/stat : 15143 (java) R 15115 15118 14054 0 -1 4202560 86291 0 0 0 248892 87 0 0 20 0 33 0 83902338 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769876156184 139771218168963 0 4 0 16800975 0 0 0 -1 7 0 0 40 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15144] ppid=15115 vsize=26985196 memory=844 CPUtime=2489.05 cores=0-7
/proc/15118/task/15144/stat : 15144 (java) R 15115 15118 14054 0 -1 4202560 90785 0 0 0 248818 87 0 0 20 0 33 0 83902345 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769875101976 139771218492320 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15145] ppid=15115 vsize=26985196 memory=1696 CPUtime=2488.36 cores=0-7
/proc/15118/task/15145/stat : 15145 (java) R 15115 15118 14054 0 -1 4202560 87136 0 0 0 248756 80 0 0 20 0 33 0 83902345 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769874049936 139771214938012 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15146] ppid=15115 vsize=26985196 memory=920 CPUtime=0.15 cores=0-7
/proc/15118/task/15146/stat : 15146 (java) S 15115 15118 14054 0 -1 1077944384 26 0 0 0 15 0 0 0 20 0 33 0 83902345 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769873003184 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15147] ppid=15115 vsize=26985196 memory=4772 CPUtime=0.14 cores=0-7
/proc/15118/task/15147/stat : 15147 (java) S 15115 15118 14054 0 -1 1077944384 30 0 0 0 14 0 0 0 20 0 33 0 83902345 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769871950896 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15148] ppid=15115 vsize=26985196 memory=1408 CPUtime=2490.23 cores=0-7
/proc/15118/task/15148/stat : 15148 (java) R 15115 15118 14054 0 -1 4202560 95341 0 0 0 248935 88 0 0 20 0 33 0 83902345 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769870892352 139771204936823 0 4 0 16800975 0 0 0 -1 3 0 0 43 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15149] ppid=15115 vsize=26985196 memory=4040 CPUtime=2491.35 cores=0-7
/proc/15118/task/15149/stat : 15149 (java) R 15115 15118 14054 0 -1 4202560 84928 0 0 0 249055 80 0 0 20 0 33 0 83902345 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769869838432 139771218008957 0 4 0 16800975 0 0 0 -1 6 0 0 40 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15150] ppid=15115 vsize=26985196 memory=2026656 CPUtime=2491.96 cores=0-7
/proc/15118/task/15150/stat : 15150 (java) R 15115 15118 14054 0 -1 4202560 86441 0 0 0 249116 80 0 0 20 0 33 0 83902346 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769868786960 139771214554483 0 4 0 16800975 0 0 0 -1 2 0 0 41 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15151] ppid=15115 vsize=26985196 memory=4100 CPUtime=2488.94 cores=0-7
/proc/15118/task/15151/stat : 15151 (java) R 15115 15118 14054 0 -1 4202560 80057 0 0 0 248810 84 0 0 20 0 33 0 83902365 27632840704 505894 33554432000 4194304 4196468 140732414793424 139769867733344 139771214089813 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
Current children cumulated CPU time: 20017.4 s
Current children cumulated vsize: 26985196 KiB
Current children cumulated memory: 2023576 KiB

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

[startup+2520.42 s]
# the end of solver process 15118 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20010.3 s, system=10.1614 s

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

[startup+2520.4 s]
/proc/loadavg: 8.64 8.67 8.44 9/212 15217
/proc/meminfo: memFree=26350876/32770624 swapFree=67108860/67108860
[pid=15118] ppid=15115 vsize=27985704 memory=2024464 CPUtime=20020.4 cores=0-7
/proc/15118/stat : 15118 (java) S 15115 15118 14054 0 -1 1077944320 1777170 0 0 0 2001025 1014 0 0 20 0 45 0 83902006 28657360896 506116 33554432000 4194304 4196468 140732414793424 140732414775968 139771568115447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
/proc/15118/statm: 6996426 506116 3626 1 0 6957976 0
[pid=15118/tid=15120] ppid=15115 vsize=27985704 memory=6791534058613427641 CPUtime=3.26 cores=0-7
/proc/15118/task/15120/stat : 15120 (java) S 15115 15118 14054 0 -1 1077944384 20759 0 0 0 319 7 0 0 20 0 45 0 83902006 28657360896 506116 33554432000 4194304 4196468 140732414793424 139771572354128 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15121] ppid=15115 vsize=27985704 memory=2200 CPUtime=9.92 cores=0-7
/proc/15118/task/15121/stat : 15121 (java) S 15115 15118 14054 0 -1 1077944384 93765 0 0 0 960 32 0 0 20 0 45 0 83902007 28657360896 506116 33554432000 4194304 4196468 140732414793424 139771524667792 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15122] ppid=15115 vsize=27985704 memory=8148 CPUtime=9.86 cores=0-7
/proc/15118/task/15122/stat : 15122 (java) S 15115 15118 14054 0 -1 1077944384 115054 0 0 0 957 29 0 0 20 0 45 0 83902007 28657360896 506116 33554432000 4194304 4196468 140732414793424 139771125561616 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15123] ppid=15115 vsize=27985704 memory=844 CPUtime=9.89 cores=0-7
/proc/15118/task/15123/stat : 15123 (java) S 15115 15118 14054 0 -1 1077944384 107741 0 0 0 957 32 0 0 20 0 45 0 83902007 28657360896 506116 33554432000 4194304 4196468 140732414793424 139771124509328 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15124] ppid=15115 vsize=27985704 memory=1696 CPUtime=9.98 cores=0-7
/proc/15118/task/15124/stat : 15124 (java) S 15115 15118 14054 0 -1 1077944384 106246 0 0 0 963 35 0 0 20 0 45 0 83902007 28657360896 506116 33554432000 4194304 4196468 140732414793424 139771123456528 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15125] ppid=15115 vsize=27985704 memory=920 CPUtime=9.9 cores=0-7
/proc/15118/task/15125/stat : 15125 (java) S 15115 15118 14054 0 -1 1077944384 101194 0 0 0 958 32 0 0 20 0 45 0 83902007 28657360896 506116 33554432000 4194304 4196468 140732414793424 139771122404240 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15126] ppid=15115 vsize=27985704 memory=2032812 CPUtime=9.87 cores=0-7
/proc/15118/task/15126/stat : 15126 (java) S 15115 15118 14054 0 -1 1077944384 97872 0 0 0 958 29 0 0 20 0 45 0 83902007 28657360896 506116 33554432000 4194304 4196468 140732414793424 139771121351440 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15127] ppid=15115 vsize=27985704 memory=2041020 CPUtime=9.94 cores=0-7
/proc/15118/task/15127/stat : 15127 (java) S 15115 15118 14054 0 -1 1077944384 92755 0 0 0 964 30 0 0 20 0 45 0 83902007 28657360896 506116 33554432000 4194304 4196468 140732414793424 139771120299152 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15128] ppid=15115 vsize=27985704 memory=2039992 CPUtime=9.97 cores=0-7
/proc/15118/task/15128/stat : 15128 (java) S 15115 15118 14054 0 -1 1077944384 103247 0 0 0 967 30 0 0 20 0 45 0 83902007 28657360896 506116 33554432000 4194304 4196468 140732414793424 139771119246352 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15129] ppid=15115 vsize=27985704 memory=2028708 CPUtime=3.5 cores=0-7
/proc/15118/task/15129/stat : 15129 (java) R 15115 15118 14054 0 -1 1077944384 173878 0 0 0 277 73 0 0 20 0 45 0 83902009 28657360896 506116 33554432000 4194304 4196468 140732414793424 139769907484784 139771568126594 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15130] ppid=15115 vsize=27985704 memory=2028192 CPUtime=0 cores=0-7
/proc/15118/task/15130/stat : 15130 (java) S 15115 15118 14054 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 45 0 83902009 28657360896 506120 33554432000 4194304 4196468 140732414793424 139769906430816 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15131] ppid=15115 vsize=27985704 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/15118/task/15131/stat : 15131 (java) S 15115 15118 14054 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 45 0 83902009 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769905378432 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15133] ppid=15115 vsize=27985704 memory=0 CPUtime=1.81 cores=0-7
/proc/15118/task/15133/stat : 15133 (java) S 15115 15118 14054 0 -1 1077944384 7315 0 0 0 179 2 0 0 20 0 44 0 83902012 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769903274608 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15134] ppid=15115 vsize=27985704 memory=0 CPUtime=1.68 cores=0-7
/proc/15118/task/15134/stat : 15134 (java) S 15115 15118 14054 0 -1 1077944384 5582 0 0 0 166 2 0 0 20 0 44 0 83902012 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769902221808 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15135] ppid=15115 vsize=27985704 memory=8488 CPUtime=1.81 cores=0-7
/proc/15118/task/15135/stat : 15135 (java) S 15115 15118 14054 0 -1 1077944384 9061 0 0 0 176 5 0 0 20 0 44 0 83902012 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769901169520 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15136] ppid=15115 vsize=27985704 memory=1624 CPUtime=1.17 cores=0-7
/proc/15118/task/15136/stat : 15136 (java) S 15115 15118 14054 0 -1 1077944384 13168 0 0 0 115 2 0 0 20 0 44 0 83902012 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769900116720 139771568126594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15137] ppid=15115 vsize=27985704 memory=2023940 CPUtime=0 cores=0-7
/proc/15118/task/15137/stat : 15137 (java) S 15115 15118 14054 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 44 0 83902012 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769899063648 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15139] ppid=15115 vsize=27985704 memory=1408 CPUtime=0 cores=0-7
/proc/15118/task/15139/stat : 15139 (java) S 15115 15118 14054 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 44 0 83902300 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769884566400 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15141] ppid=15115 vsize=27985704 memory=2024604 CPUtime=0.16 cores=0-7
/proc/15118/task/15141/stat : 15141 (java) S 15115 15118 14054 0 -1 1077944384 339 0 0 0 16 0 0 0 20 0 44 0 83902337 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769878267184 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15142] ppid=15115 vsize=27985704 memory=4100 CPUtime=2490.01 cores=0-7
/proc/15118/task/15142/stat : 15142 (java) R 15115 15118 14054 0 -1 4202560 85343 0 0 0 248915 86 0 0 20 0 44 0 83902338 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769877206664 139771218254108 0 4 0 16800975 0 0 0 -1 1 0 0 45 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15143] ppid=15115 vsize=27985704 memory=1398720917958146503 CPUtime=2490.14 cores=0-7
/proc/15118/task/15143/stat : 15143 (java) R 15115 15118 14054 0 -1 4202560 86313 0 0 0 248927 87 0 0 20 0 44 0 83902338 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769876154776 139771214553804 0 4 0 16800975 0 0 0 -1 7 0 0 40 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15144] ppid=15115 vsize=27985704 memory=4872558044660077418 CPUtime=2489.4 cores=0-7
/proc/15118/task/15144/stat : 15144 (java) R 15115 15118 14054 0 -1 4202560 90803 0 0 0 248853 87 0 0 20 0 44 0 83902345 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769875103248 139771217984363 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15145] ppid=15115 vsize=27985704 memory=4772 CPUtime=2488.72 cores=0-7
/proc/15118/task/15145/stat : 15145 (java) R 15115 15118 14054 0 -1 4202560 87157 0 0 0 248792 80 0 0 20 0 44 0 83902345 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769874050376 139771218168996 0 4 0 16800975 0 0 0 -1 6 0 0 39 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15146] ppid=15115 vsize=27985704 memory=1408 CPUtime=0.16 cores=0-7
/proc/15118/task/15146/stat : 15146 (java) S 15115 15118 14054 0 -1 1077944384 215 0 0 0 16 0 0 0 20 0 44 0 83902345 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769873003184 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15147] ppid=15115 vsize=27985704 memory=4040 CPUtime=0.14 cores=0-7
/proc/15118/task/15147/stat : 15147 (java) S 15115 15118 14054 0 -1 1077944384 58 0 0 0 14 0 0 0 20 0 44 0 83902345 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769871950896 139771568125653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15148] ppid=15115 vsize=27985704 memory=2027680 CPUtime=2490.61 cores=0-7
/proc/15118/task/15148/stat : 15148 (java) R 15115 15118 14054 0 -1 4202560 95360 0 0 0 248973 88 0 0 20 0 44 0 83902345 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769870893344 139771214864905 0 4 0 16800975 0 0 0 -1 3 0 0 43 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15149] ppid=15115 vsize=27985704 memory=4100 CPUtime=2491.71 cores=0-7
/proc/15118/task/15149/stat : 15149 (java) R 15115 15118 14054 0 -1 4202560 84946 0 0 0 249091 80 0 0 20 0 44 0 83902345 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769869840344 139771217984435 0 4 0 16800975 0 0 0 -1 0 0 0 40 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15150] ppid=15115 vsize=27985704 memory=1398720917958146503 CPUtime=2492.29 cores=0-7
/proc/15118/task/15150/stat : 15150 (java) R 15115 15118 14054 0 -1 4202560 86460 0 0 0 249149 80 0 0 20 0 44 0 83902346 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769868785768 139771218253957 0 4 0 16800975 0 0 0 -1 2 0 0 41 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
[pid=15118/tid=15151] ppid=15115 vsize=27985704 memory=4872558044660077418 CPUtime=2489.3 cores=0-7
/proc/15118/task/15151/stat : 15151 (java) R 15115 15118 14054 0 -1 4202560 80075 0 0 0 248846 84 0 0 20 0 44 0 83902365 28657360896 506104 33554432000 4194304 4196468 140732414793424 139769867734808 139771218009161 0 4 0 16800975 0 0 0 -1 4 0 0 46 0 0 6293624 6294260 31178752 140732414796878 140732414797061 140732414797061 140732414799823 0
Current children cumulated CPU time: 20020.4 s
Current children cumulated vsize: 27985704 KiB
Current children cumulated memory: 2024464 KiB

Child status: 143
Real time (s): 2520.42
CPU time (s): 20020.4
CPU user time (s): 20010.3
CPU system time (s): 10.1614
CPU usage (%): 794.33
Max. virtual memory (cumulated for all children) (KiB): 27985704
Max. memory (cumulated for all children) (KiB): 3435472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20010.3
system time used= 10.1614
maximum resident set size= 3438080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1777194
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 503990
involuntary context switches= 419221


# summary of solver processes directly reported to runsolver:
#   pid: 15118
#   total CPU time (s): 20020.4
#   total CPU user time (s): 20010.3
#   total CPU system time (s): 10.1614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5967 second user time and 33.1131 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-27 05:49:48
IDJOB=4291219
IDBENCH=141448
IDSOLVER=2745
FILE ID=node151/4291219-1532663388
RUNJOBID= node151-1532654539-14081
PBS_JOBID= 21022219
Free space on /tmp= 54928 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/CarSequencing/CarSequencing-60-01_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291219-1532663388/watcher-4291219-1532663388 -o /tmp/evaluation-result-4291219-1532663388/solver-4291219-1532663388 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1532654539-14081 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 437747986 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291219-1532663388.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 78ce7b18c2bc9eefd2fccfc0b2746318
RANDOM SEED=437747986

node151.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.87
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.87
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.87
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.87
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:        28380172 kB
MemAvailable:   31963584 kB
Buffers:          142048 kB
Cached:          3712008 kB
SwapCached:            0 kB
Active:          1408900 kB
Inactive:        2499540 kB
Active(anon):       2764 kB
Inactive(anon):    80300 kB
Active(file):    1406136 kB
Inactive(file):  2419240 kB
Unevictable:        7824 kB
Mlocked:            7824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35764 kB
Writeback:             0 kB
AnonPages:         62572 kB
Mapped:            40092 kB
Shmem:             25224 kB
Slab:             175588 kB
SReclaimable:     147740 kB
SUnreclaim:        27848 kB
KernelStack:        3232 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54892 MiB
End job on node151 at 2018-07-27 06:31:49