Trace number 4285456

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 2017-08-22UNSAT 2.2843201 1.09661

General information on the benchmark

NameSat/Sat-m1-jnh/
jnh-302.xml
MD5SUMea94c10d7a80a09e57dbab6713253f8e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.020729
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints898
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":100}]
Minimum variable degree31
Maximum variable degree65
Distribution of variable degrees[{"degree":31,"count":2},{"degree":32,"count":5},{"degree":33,"count":1},{"degree":34,"count":2},{"degree":36,"count":3},{"degree":37,"count":1},{"degree":38,"count":3},{"degree":39,"count":5},{"degree":40,"count":5},{"degree":42,"count":8},{"degree":43,"count":7},{"degree":44,"count":9},{"degree":45,"count":3},{"degree":46,"count":4},{"degree":47,"count":9},{"degree":48,"count":9},{"degree":49,"count":5},{"degree":50,"count":3},{"degree":51,"count":5},{"degree":52,"count":4},{"degree":53,"count":1},{"degree":54,"count":1},{"degree":55,"count":1},{"degree":56,"count":3},{"degree":65,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":81},{"arity":3,"count":164},{"arity":4,"count":155},{"arity":5,"count":175},{"arity":6,"count":129},{"arity":7,"count":93},{"arity":8,"count":54},{"arity":9,"count":39},{"arity":10,"count":8}]
Number of extensional constraints898
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":898}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-08-22
0.29/0.25	c seed: 1272591079
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 22000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
1.64/0.72	c Parsing done, starting search...
2.20/0.96	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285456-1503424016/watcher-4285456-1503424016 -o /tmp/evaluation-result-4285456-1503424016/solver-4285456-1503424016 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503415160-5437 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1272591079 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285456-1503424016.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
Current StackSize limit: 8192 KiB

solver pid=7426, runsolver pid=7423

[startup+0.100063 s]*
/proc/loadavg: 3.44 4.05 6.48 2/199 7446
/proc/meminfo: memFree=21547848/32770624 swapFree=67108860/67108860
[pid=7426] ppid=7423 vsize=26000852 memory=32668 CPUtime=0.12 cores=0-7
/proc/7426/stat : 7426 (java) S 7423 7426 5410 0 -1 1077944320 8587 0 0 0 11 1 0 0 20 0 20 0 175489414 26624872448 8167 33554432000 4194304 4196468 140730796469232 140730796451776 140232359284471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
/proc/7426/statm: 6500213 8167 3412 1 0 6487932 0
[pid=7426/tid=7428] ppid=7423 vsize=26000852 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/7426/task/7428/stat : 7428 (java) R 7423 7426 5410 0 -1 4202560 6524 0 0 0 8 1 0 0 20 0 20 0 175489414 26624872448 8167 33554432000 4194304 4196468 140730796469232 140232363501152 140232343364958 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7429] ppid=7423 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7426/task/7429/stat : 7429 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 8167 33554432000 4194304 4196468 140730796469232 140232311905168 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7430] ppid=7423 vsize=26000852 memory=140563606754944 CPUtime=0 cores=0-7
/proc/7426/task/7430/stat : 7430 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 8167 33554432000 4194304 4196468 140730796469232 140232310852368 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7431] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7431/stat : 7431 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 8167 33554432000 4194304 4196468 140730796469232 140232309800080 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7432] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7432/stat : 7432 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 8167 33554432000 4194304 4196468 140730796469232 140232308747280 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7433] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7433/stat : 7433 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 8167 33554432000 4194304 4196468 140730796469232 140232307693968 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7434] ppid=7423 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/7426/task/7434/stat : 7434 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 8167 33554432000 4194304 4196468 140730796469232 140232306641168 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7435] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7435/stat : 7435 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 8167 33554432000 4194304 4196468 140730796469232 140232305588880 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7436] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7436/stat : 7436 (java) S 7423 7426 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 8167 33554432000 4194304 4196468 140730796469232 140232304536080 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7437] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7437/stat : 7437 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489416 26624872448 8167 33554432000 4194304 4196468 140730796469232 140231102642800 140232359295618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7438] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7438/stat : 7438 (java) S 7423 7426 5410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 175489417 26624872448 8167 33554432000 4194304 4196468 140730796469232 140231101588768 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7439] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7439/stat : 7439 (java) S 7423 7426 5410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 175489417 26624872448 8167 33554432000 4194304 4196468 140730796469232 140231100536432 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7440] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7440/stat : 7440 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489419 26624872448 8167 33554432000 4194304 4196468 140730796469232 140231099484752 140232359303067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7441] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7441/stat : 7441 (java) S 7423 7426 5410 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 175489419 26624872448 8167 33554432000 4194304 4196468 140730796469232 140231098431600 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7442] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7442/stat : 7442 (java) S 7423 7426 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175489419 26624872448 8167 33554432000 4194304 4196468 140730796469232 140231097378800 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7443] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7443/stat : 7443 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489419 26624872448 8167 33554432000 4194304 4196468 140730796469232 140231096326512 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7444] ppid=7423 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/7426/task/7444/stat : 7444 (java) S 7423 7426 5410 0 -1 1077944384 382 0 0 0 1 0 0 0 20 0 20 0 175489419 26624872448 8167 33554432000 4194304 4196468 140730796469232 140231095273712 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7445] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7445/stat : 7445 (java) S 7423 7426 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175489419 26624872448 8167 33554432000 4194304 4196468 140730796469232 140231094221664 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7446] ppid=7423 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/7426/task/7446/stat : 7446 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489420 26624872448 8167 33554432000 4194304 4196468 140730796469232 140231093168944 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32668 KiB

[startup+0.209927 s]*
/proc/loadavg: 3.44 4.05 6.48 3/199 7446
/proc/meminfo: memFree=21537996/32770624 swapFree=67108860/67108860
[pid=7426] ppid=7423 vsize=26000852 memory=41812 CPUtime=0.29 cores=0-7
/proc/7426/stat : 7426 (java) S 7423 7426 5410 0 -1 1077944320 9584 0 0 0 27 2 0 0 20 0 20 0 175489414 26624872448 10453 33554432000 4194304 4196468 140730796469232 140730796451776 140232359284471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
/proc/7426/statm: 6500213 10453 3618 1 0 6487932 0
[pid=7426/tid=7428] ppid=7423 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/7426/task/7428/stat : 7428 (java) R 7423 7426 5410 0 -1 4202560 7148 0 0 0 18 1 0 0 20 0 20 0 175489414 26624872448 10453 33554432000 4194304 4196468 140730796469232 140232363499744 140232345485612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7429] ppid=7423 vsize=26000852 memory=12768 CPUtime=0 cores=0-7
/proc/7426/task/7429/stat : 7429 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 10453 33554432000 4194304 4196468 140730796469232 140232311905168 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7430] ppid=7423 vsize=26000852 memory=140563606760976 CPUtime=0 cores=0-7
/proc/7426/task/7430/stat : 7430 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 10453 33554432000 4194304 4196468 140730796469232 140232310852368 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7431] ppid=7423 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/7426/task/7431/stat : 7431 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 10453 33554432000 4194304 4196468 140730796469232 140232309800080 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7432] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7432/stat : 7432 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 10453 33554432000 4194304 4196468 140730796469232 140232308747280 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7433] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7433/stat : 7433 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 10453 33554432000 4194304 4196468 140730796469232 140232307693968 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7434] ppid=7423 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/7426/task/7434/stat : 7434 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 10453 33554432000 4194304 4196468 140730796469232 140232306641168 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7435] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7435/stat : 7435 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 10453 33554432000 4194304 4196468 140730796469232 140232305588880 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7436] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7436/stat : 7436 (java) S 7423 7426 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175489415 26624872448 10453 33554432000 4194304 4196468 140730796469232 140232304536080 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7437] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7437/stat : 7437 (java) S 7423 7426 5410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 175489416 26624872448 10453 33554432000 4194304 4196468 140730796469232 140231102642800 140232359295618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7438] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7438/stat : 7438 (java) S 7423 7426 5410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 175489417 26624872448 10453 33554432000 4194304 4196468 140730796469232 140231101588768 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7439] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7439/stat : 7439 (java) S 7423 7426 5410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 175489417 26624872448 10453 33554432000 4194304 4196468 140730796469232 140231100536432 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7440] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7440/stat : 7440 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489419 26624872448 10453 33554432000 4194304 4196468 140730796469232 140231099484752 140232359303067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7441] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7441/stat : 7441 (java) S 7423 7426 5410 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 20 0 175489419 26624872448 10453 33554432000 4194304 4196468 140730796469232 140231098431600 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7442] ppid=7423 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/7426/task/7442/stat : 7442 (java) S 7423 7426 5410 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 20 0 175489419 26624872448 10453 33554432000 4194304 4196468 140730796469232 140231097378800 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7443] ppid=7423 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/7426/task/7443/stat : 7443 (java) S 7423 7426 5410 0 -1 1077944384 263 0 0 0 2 0 0 0 20 0 20 0 175489419 26624872448 10453 33554432000 4194304 4196468 140730796469232 140231096326512 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7444] ppid=7423 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/7426/task/7444/stat : 7444 (java) R 7423 7426 5410 0 -1 4202560 416 0 0 0 5 0 0 0 20 0 20 0 175489419 26624872448 10453 33554432000 4194304 4196468 140730796469232 140231095273712 140232343527456 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7445] ppid=7423 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7445/stat : 7445 (java) S 7423 7426 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175489419 26624872448 10453 33554432000 4194304 4196468 140730796469232 140231094221664 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7446] ppid=7423 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/7426/task/7446/stat : 7446 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489420 26624872448 10453 33554432000 4194304 4196468 140730796469232 140231093168944 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41812 KiB

[startup+0.309322 s]*
/proc/loadavg: 3.44 4.05 6.48 2/199 7446
/proc/meminfo: memFree=21530800/32770624 swapFree=67108860/67108860
[pid=7426] ppid=7423 vsize=26000872 memory=49200 CPUtime=0.48 cores=0-7
/proc/7426/stat : 7426 (java) S 7423 7426 5410 0 -1 1077944320 10585 0 0 0 45 3 0 0 20 0 20 0 175489414 26624892928 12300 33554432000 4194304 4196468 140730796469232 140730796451776 140232359284471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
/proc/7426/statm: 6500218 12300 3710 1 0 6487932 0
[pid=7426/tid=7428] ppid=7423 vsize=26000872 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/7426/task/7428/stat : 7428 (java) R 7423 7426 5410 0 -1 4202560 7715 0 0 0 27 2 0 0 20 0 20 0 175489414 26624892928 12300 33554432000 4194304 4196468 140730796469232 140232363508528 140232359296406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7429] ppid=7423 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7429/stat : 7429 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624892928 12300 33554432000 4194304 4196468 140730796469232 140232311905168 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7430] ppid=7423 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7430/stat : 7430 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624892928 12300 33554432000 4194304 4196468 140730796469232 140232310852368 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7431] ppid=7423 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7431/stat : 7431 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489415 26624892928 12300 33554432000 4194304 4196468 140730796469232 140232309800080 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7432] ppid=7423 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7432/stat : 7432 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624892928 12300 33554432000 4194304 4196468 140730796469232 140232308747280 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7433] ppid=7423 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/7426/task/7433/stat : 7433 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489415 26624892928 12300 33554432000 4194304 4196468 140730796469232 140232307693968 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7434] ppid=7423 vsize=26000872 memory=140563475166127 CPUtime=0 cores=0-7
/proc/7426/task/7434/stat : 7434 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624892928 12300 33554432000 4194304 4196468 140730796469232 140232306641168 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7435] ppid=7423 vsize=26000872 memory=140563475168432 CPUtime=0 cores=0-7
/proc/7426/task/7435/stat : 7435 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26624892928 12300 33554432000 4194304 4196468 140730796469232 140232305588880 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7436] ppid=7423 vsize=26000872 memory=140563475170736 CPUtime=0 cores=0-7
/proc/7426/task/7436/stat : 7436 (java) S 7423 7426 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175489415 26624892928 12300 33554432000 4194304 4196468 140730796469232 140232304536080 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7437] ppid=7423 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7437/stat : 7437 (java) S 7423 7426 5410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 175489416 26624892928 12300 33554432000 4194304 4196468 140730796469232 140231102642800 140232359295618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7438] ppid=7423 vsize=26000872 memory=281126950348432 CPUtime=0 cores=0-7
/proc/7426/task/7438/stat : 7438 (java) S 7423 7426 5410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 175489417 26624892928 12300 33554432000 4194304 4196468 140730796469232 140231101588768 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7439] ppid=7423 vsize=26000872 memory=281126950355344 CPUtime=0 cores=0-7
/proc/7426/task/7439/stat : 7439 (java) S 7423 7426 5410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 175489417 26624892928 12300 33554432000 4194304 4196468 140730796469232 140231100536432 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7440] ppid=7423 vsize=26000872 memory=281126950296624 CPUtime=0 cores=0-7
/proc/7426/task/7440/stat : 7440 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489419 26624892928 12300 33554432000 4194304 4196468 140730796469232 140231099484752 140232359303067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7441] ppid=7423 vsize=26000872 memory=281126950369168 CPUtime=0.01 cores=0-7
/proc/7426/task/7441/stat : 7441 (java) S 7423 7426 5410 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 20 0 175489419 26624892928 12300 33554432000 4194304 4196468 140730796469232 140231098431600 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7442] ppid=7423 vsize=26000872 memory=281126950376080 CPUtime=0.03 cores=0-7
/proc/7426/task/7442/stat : 7442 (java) S 7423 7426 5410 0 -1 1077944384 242 0 0 0 3 0 0 0 20 0 20 0 175489419 26624892928 12300 33554432000 4194304 4196468 140730796469232 140231097378800 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7443] ppid=7423 vsize=26000872 memory=281126950373776 CPUtime=0.04 cores=0-7
/proc/7426/task/7443/stat : 7443 (java) S 7423 7426 5410 0 -1 1077944384 391 0 0 0 4 0 0 0 20 0 20 0 175489419 26624892928 12300 33554432000 4194304 4196468 140730796469232 140231096326512 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7444] ppid=7423 vsize=26000872 memory=281126950390384 CPUtime=0.08 cores=0-7
/proc/7426/task/7444/stat : 7444 (java) R 7423 7426 5410 0 -1 4202560 496 0 0 0 8 0 0 0 20 0 20 0 175489419 26624892928 12300 33554432000 4194304 4196468 140730796469232 140231095273712 140232359296406 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7445] ppid=7423 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7445/stat : 7445 (java) S 7423 7426 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175489419 26624892928 12300 33554432000 4194304 4196468 140730796469232 140231094221664 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7446] ppid=7423 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/7426/task/7446/stat : 7446 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489420 26624892928 12300 33554432000 4194304 4196468 140730796469232 140231093168944 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49200 KiB

[startup+0.700862 s]
/proc/loadavg: 3.44 4.05 6.48 3/199 7446
/proc/meminfo: memFree=21517648/32770624 swapFree=67108860/67108860
[pid=7426] ppid=7423 vsize=26002920 memory=82448 CPUtime=1.64 cores=0-7
/proc/7426/stat : 7426 (java) S 7423 7426 5410 0 -1 1077944320 14254 0 0 0 159 5 0 0 20 0 20 0 175489414 26626990080 20612 33554432000 4194304 4196468 140730796469232 140730796451776 140232359284471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
/proc/7426/statm: 6500730 20612 3772 1 0 6488444 0
[pid=7426/tid=7428] ppid=7423 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/7426/task/7428/stat : 7428 (java) R 7423 7426 5410 0 -1 4202560 8619 0 0 0 64 3 0 0 20 0 20 0 175489414 26626990080 20612 33554432000 4194304 4196468 140730796469232 140232363520848 140232359296406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7429] ppid=7423 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7429/stat : 7429 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26626990080 20612 33554432000 4194304 4196468 140730796469232 140232311905168 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7430] ppid=7423 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7430/stat : 7430 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26626990080 20612 33554432000 4194304 4196468 140730796469232 140232310852368 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7431] ppid=7423 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7431/stat : 7431 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489415 26626990080 20612 33554432000 4194304 4196468 140730796469232 140232309800080 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7432] ppid=7423 vsize=26002920 memory=1004 CPUtime=0 cores=0-7
/proc/7426/task/7432/stat : 7432 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26626990080 20612 33554432000 4194304 4196468 140730796469232 140232308747280 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7433] ppid=7423 vsize=26002920 memory=5788 CPUtime=0 cores=0-7
/proc/7426/task/7433/stat : 7433 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489415 26626990080 20612 33554432000 4194304 4196468 140730796469232 140232307693968 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7434] ppid=7423 vsize=26002920 memory=1196 CPUtime=0 cores=0-7
/proc/7426/task/7434/stat : 7434 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26626990080 20612 33554432000 4194304 4196468 140730796469232 140232306641168 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7435] ppid=7423 vsize=26002920 memory=4612 CPUtime=0 cores=0-7
/proc/7426/task/7435/stat : 7435 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26626990080 20612 33554432000 4194304 4196468 140730796469232 140232305588880 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7436] ppid=7423 vsize=26002920 memory=15876 CPUtime=0 cores=0-7
/proc/7426/task/7436/stat : 7436 (java) S 7423 7426 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175489415 26626990080 20612 33554432000 4194304 4196468 140730796469232 140232304536080 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7437] ppid=7423 vsize=26002920 memory=18448 CPUtime=0 cores=0-7
/proc/7426/task/7437/stat : 7437 (java) S 7423 7426 5410 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 175489416 26626990080 20612 33554432000 4194304 4196468 140730796469232 140231102642800 140232359295618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7438] ppid=7423 vsize=26002920 memory=26828 CPUtime=0 cores=0-7
/proc/7426/task/7438/stat : 7438 (java) S 7423 7426 5410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 175489417 26626990080 20612 33554432000 4194304 4196468 140730796469232 140231101588768 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7439] ppid=7423 vsize=26002920 memory=4044 CPUtime=0 cores=0-7
/proc/7426/task/7439/stat : 7439 (java) S 7423 7426 5410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 175489417 26626990080 20612 33554432000 4194304 4196468 140730796469232 140231100536432 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7440] ppid=7423 vsize=26002920 memory=1792 CPUtime=0 cores=0-7
/proc/7426/task/7440/stat : 7440 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489419 26626990080 20612 33554432000 4194304 4196468 140730796469232 140231099484752 140232359303067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7441] ppid=7423 vsize=26002920 memory=636 CPUtime=0.14 cores=0-7
/proc/7426/task/7441/stat : 7441 (java) S 7423 7426 5410 0 -1 1077944384 964 0 0 0 14 0 0 0 20 0 20 0 175489419 26626990080 20612 33554432000 4194304 4196468 140730796469232 140231098431600 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7442] ppid=7423 vsize=26002920 memory=1420 CPUtime=0.23 cores=0-7
/proc/7426/task/7442/stat : 7442 (java) S 7423 7426 5410 0 -1 1077944384 928 0 0 0 23 0 0 0 20 0 20 0 175489419 26626990080 20612 33554432000 4194304 4196468 140730796469232 140231097378800 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7443] ppid=7423 vsize=26002920 memory=11108 CPUtime=0.23 cores=0-7
/proc/7426/task/7443/stat : 7443 (java) R 7423 7426 5410 0 -1 4202560 944 0 0 0 23 0 0 0 20 0 20 0 175489419 26626990080 20612 33554432000 4194304 4196468 140730796469232 140231096317792 140232337662362 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7444] ppid=7423 vsize=26002920 memory=1712 CPUtime=0.34 cores=0-7
/proc/7426/task/7444/stat : 7444 (java) R 7423 7426 5410 0 -1 4202560 1412 0 0 0 33 1 0 0 20 0 20 0 175489419 26626990080 20612 33554432000 4194304 4196468 140730796469232 140231095273712 140232339244322 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7445] ppid=7423 vsize=26002920 memory=1952 CPUtime=0 cores=0-7
/proc/7426/task/7445/stat : 7445 (java) S 7423 7426 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175489419 26626990080 20612 33554432000 4194304 4196468 140730796469232 140231094221664 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7446] ppid=7423 vsize=26002920 memory=8624 CPUtime=0 cores=0-7
/proc/7426/task/7446/stat : 7446 (java) S 7423 7426 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175489420 26626990080 20612 33554432000 4194304 4196468 140730796469232 140231093168944 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 26002920 KiB
Current children cumulated memory: 82448 KiB

[startup+1.09653 s]
# the end of solver process 7426 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.19896 s, system=0.085361 s

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

[startup+0.952371 s]
/proc/loadavg: 3.44 4.05 6.48 3/199 7446
/proc/meminfo: memFree=21517648/32770624 swapFree=67108860/67108860
[pid=7426] ppid=7423 vsize=26007016 memory=117688 CPUtime=2.2 cores=0-7
/proc/7426/stat : 7426 (java) S 7423 7426 5410 0 -1 1077944320 18011 0 0 0 213 7 0 0 20 0 20 0 175489414 26631184384 29422 33554432000 4194304 4196468 140730796469232 140730796451776 140232359284471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
/proc/7426/statm: 6501754 29422 3777 1 0 6489468 0
[pid=7426/tid=7428] ppid=7423 vsize=26007016 memory=792 CPUtime=0.92 cores=0-7
/proc/7426/task/7428/stat : 7428 (java) R 7423 7426 5410 0 -1 4202560 10366 0 0 0 87 5 0 0 20 0 20 0 175489414 26631184384 29422 33554432000 4194304 4196468 140730796469232 140232363494832 140231976206907 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7429] ppid=7423 vsize=26007016 memory=1004 CPUtime=0 cores=0-7
/proc/7426/task/7429/stat : 7429 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26631184384 29422 33554432000 4194304 4196468 140730796469232 140232311905168 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7430] ppid=7423 vsize=26007016 memory=5788 CPUtime=0 cores=0-7
/proc/7426/task/7430/stat : 7430 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26631184384 29422 33554432000 4194304 4196468 140730796469232 140232310852368 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7431] ppid=7423 vsize=26007016 memory=1196 CPUtime=0 cores=0-7
/proc/7426/task/7431/stat : 7431 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489415 26631184384 29422 33554432000 4194304 4196468 140730796469232 140232309800080 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7432] ppid=7423 vsize=26007016 memory=4612 CPUtime=0 cores=0-7
/proc/7426/task/7432/stat : 7432 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26631184384 29422 33554432000 4194304 4196468 140730796469232 140232308747280 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7433] ppid=7423 vsize=26007016 memory=15876 CPUtime=0 cores=0-7
/proc/7426/task/7433/stat : 7433 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489415 26631184384 29422 33554432000 4194304 4196468 140730796469232 140232307693968 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7434] ppid=7423 vsize=26007016 memory=18448 CPUtime=0 cores=0-7
/proc/7426/task/7434/stat : 7434 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26631184384 29422 33554432000 4194304 4196468 140730796469232 140232306641168 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7435] ppid=7423 vsize=26007016 memory=26828 CPUtime=0 cores=0-7
/proc/7426/task/7435/stat : 7435 (java) S 7423 7426 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175489415 26631184384 29422 33554432000 4194304 4196468 140730796469232 140232305588880 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7436] ppid=7423 vsize=26007016 memory=281126950358480 CPUtime=0 cores=0-7
/proc/7426/task/7436/stat : 7436 (java) S 7423 7426 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175489415 26631184384 29422 33554432000 4194304 4196468 140730796469232 140232304536080 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7437] ppid=7423 vsize=26007016 memory=281126950145552 CPUtime=0 cores=0-7
/proc/7426/task/7437/stat : 7437 (java) S 7423 7426 5410 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 175489416 26631184384 29422 33554432000 4194304 4196468 140730796469232 140231102642800 140232359295618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7438] ppid=7423 vsize=26007016 memory=281126950145424 CPUtime=0 cores=0-7
/proc/7426/task/7438/stat : 7438 (java) S 7423 7426 5410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 175489417 26631184384 29422 33554432000 4194304 4196468 140730796469232 140231101588768 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7439] ppid=7423 vsize=26007016 memory=164 CPUtime=0 cores=0-7
/proc/7426/task/7439/stat : 7439 (java) S 7423 7426 5410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 175489417 26631184384 29422 33554432000 4194304 4196468 140730796469232 140231100536432 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7440] ppid=7423 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7440/stat : 7440 (java) S 7423 7426 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175489419 26631184384 29422 33554432000 4194304 4196468 140730796469232 140231099484752 140232359303067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7441] ppid=7423 vsize=26007016 memory=0 CPUtime=0.19 cores=0-7
/proc/7426/task/7441/stat : 7441 (java) S 7423 7426 5410 0 -1 1077944384 1163 0 0 0 19 0 0 0 20 0 20 0 175489419 26631184384 29422 33554432000 4194304 4196468 140730796469232 140231098431600 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7442] ppid=7423 vsize=26007016 memory=0 CPUtime=0.31 cores=0-7
/proc/7426/task/7442/stat : 7442 (java) S 7423 7426 5410 0 -1 1077944384 1104 0 0 0 31 0 0 0 20 0 20 0 175489419 26631184384 29422 33554432000 4194304 4196468 140730796469232 140231097378800 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7443] ppid=7423 vsize=26007016 memory=0 CPUtime=0.29 cores=0-7
/proc/7426/task/7443/stat : 7443 (java) R 7423 7426 5410 0 -1 4202560 1282 0 0 0 29 0 0 0 20 0 20 0 175489419 26631184384 29422 33554432000 4194304 4196468 140730796469232 140231096311992 140232337450952 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7444] ppid=7423 vsize=26007016 memory=0 CPUtime=0.44 cores=0-7
/proc/7426/task/7444/stat : 7444 (java) R 7423 7426 5410 0 -1 4202560 2707 0 0 0 43 1 0 0 20 0 20 0 175489419 26631184384 29422 33554432000 4194304 4196468 140730796469232 140231095268232 140232338213753 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7445] ppid=7423 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7445/stat : 7445 (java) S 7423 7426 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175489419 26631184384 29422 33554432000 4194304 4196468 140730796469232 140231094221664 140232359294677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
[pid=7426/tid=7446] ppid=7423 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/7426/task/7446/stat : 7446 (java) S 7423 7426 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175489420 26631184384 29422 33554432000 4194304 4196468 140730796469232 140231093168944 140232359295618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33374208 140730796471393 140730796471579 140730796471579 140730796474319 0
Current children cumulated CPU time: 2.2 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 117688 KiB

[startup+1.00088 s]*
/proc/loadavg: 3.44 4.05 6.48 1/181 7447
/proc/meminfo: memFree=21561088/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): 1.09661
CPU time (s): 2.28432
CPU user time (s): 2.19896
CPU system time (s): 0.085361
CPU usage (%): 208.307
Max. virtual memory (cumulated for all children) (KiB): 26007016
Max. memory (cumulated for all children) (KiB): 117688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.19896
system time used= 0.085361
maximum resident set size= 124060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19423
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2793
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 7426
#   total CPU time (s): 2.28432
#   total CPU user time (s): 2.19896
#   total CPU system time (s): 0.085361

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030068 second user time and 0.050038 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-22 19:32:35
IDJOB=4285456
IDBENCH=123406
IDSOLVER=2681
FILE ID=node107/4285456-1503424016
RUNJOBID= node107-1503415160-5437
PBS_JOBID= 20632126
Free space on /tmp= 61252 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Sat/Sat-m1-jnh/jnh-302.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285456-1503424016/watcher-4285456-1503424016 -o /tmp/evaluation-result-4285456-1503424016/solver-4285456-1503424016 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503415160-5437 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1272591079 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285456-1503424016.xml

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

MD5SUM BENCH= ea94c10d7a80a09e57dbab6713253f8e
RANDOM SEED=1272591079

node107.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.84
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.84
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.84
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.84
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:        21566704 kB
MemAvailable:   31948184 kB
Buffers:          281772 kB
Cached:         10385532 kB
SwapCached:            0 kB
Active:          1788264 kB
Inactive:        8934428 kB
Active(anon):      58108 kB
Inactive(anon):    41324 kB
Active(file):    1730156 kB
Inactive(file):  8893104 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42148 kB
Writeback:             8 kB
AnonPages:         63316 kB
Mapped:            54940 kB
Shmem:             41612 kB
Slab:             174884 kB
SReclaimable:     148112 kB
SUnreclaim:        26772 kB
KernelStack:        3184 kB
PageTables:         4360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     344832 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:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61212 MiB
End job on node107 at 2017-08-22 19:32:36