Trace number 4285114

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-22SAT 2.1024899 1.2510999

General information on the benchmark

NameCryptoPuzzle/CryptoPuzzle-m1-s1/
CryptoPuzzle-cross-roads-danger.xml
MD5SUM8b8bd57f5375fb0decd7cc0cd546453f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010518
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints16
Number of domains2
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":6},{"size":10,"count":9}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":17},{"degree":2,"count":4},{"degree":3,"count":5},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":7,"count":1}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":4},{"arity":2,"count":1},{"arity":3,"count":2},{"arity":4,"count":8},{"arity":9,"count":1}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 1989344584
0.30/0.25	c timeout: 20160
0.30/0.26	c memlimit: 22000
0.30/0.26	c nbcore: 8
0.30/0.28	c Parsing instance...
0.83/0.56	c Parsing done, starting search...
1.97/1.13	s SATISFIABLE
1.97/1.13	v <instantiation>
1.97/1.13	v 	<list>
1.97/1.13	v 		l[0] l[2] l[3] l[4] l[6] l[13] l[14] l[17] l[18] C[0] C[1] C[2] C[3] C[4] C[5]
1.97/1.13	v 	</list>
1.97/1.13	v 	<values>
1.97/1.13	v 		5 9 1 4 7 8 2 6 3 0 0 0 0 0 1 
1.97/1.13	v 	</values>
1.97/1.13	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285114-1503458280/watcher-4285114-1503458280 -o /tmp/evaluation-result-4285114-1503458280/solver-4285114-1503458280 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503449773-8151 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1989344584 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285114-1503458280.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=9858, runsolver pid=9855
Current StackSize limit: 8192 KiB


[startup+0.101375 s]*
/proc/loadavg: 4.31 2.20 1.51 1/200 9878
/proc/meminfo: memFree=23654696/32770624 swapFree=67108860/67108860
[pid=9858] ppid=9855 vsize=26000852 memory=32832 CPUtime=0.12 cores=0-7
/proc/9858/stat : 9858 (java) S 9855 9858 8124 0 -1 1077944320 8611 0 0 0 10 2 0 0 20 0 20 0 178915612 26624872448 8208 33554432000 4194304 4196468 140730202160480 140730202143024 140425246945015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
/proc/9858/statm: 6500213 8208 3412 1 0 6487932 0
[pid=9858/tid=9860] ppid=9855 vsize=26000852 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/9858/task/9860/stat : 9860 (java) R 9855 9858 8124 0 -1 4202560 6555 0 0 0 7 1 0 0 20 0 20 0 178915612 26624872448 8208 33554432000 4194304 4196468 140730202160480 140425251132928 140424846139604 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9861] ppid=9855 vsize=26000852 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9858/task/9861/stat : 9861 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 8208 33554432000 4194304 4196468 140730202160480 140425169525648 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9862] ppid=9855 vsize=26000852 memory=139772649879168 CPUtime=0 cores=0-7
/proc/9858/task/9862/stat : 9862 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 8208 33554432000 4194304 4196468 140730202160480 140425168472848 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9863] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9863/stat : 9863 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 8208 33554432000 4194304 4196468 140730202160480 140425167420560 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9864] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9864/stat : 9864 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 8208 33554432000 4194304 4196468 140730202160480 140425166367760 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9865] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9865/stat : 9865 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 8208 33554432000 4194304 4196468 140730202160480 140425165314448 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9866] ppid=9855 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9858/task/9866/stat : 9866 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 8208 33554432000 4194304 4196468 140730202160480 140424799869200 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9867] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9867/stat : 9867 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 8208 33554432000 4194304 4196468 140730202160480 140424798816912 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9868] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9868/stat : 9868 (java) S 9855 9858 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 8208 33554432000 4194304 4196468 140730202160480 140424797764112 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9869] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9869/stat : 9869 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915614 26624872448 8208 33554432000 4194304 4196468 140730202160480 140424643615344 140425246956162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9870] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9870/stat : 9870 (java) S 9855 9858 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178915615 26624872448 8208 33554432000 4194304 4196468 140730202160480 140424642561312 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9871] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9871/stat : 9871 (java) S 9855 9858 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178915615 26624872448 8208 33554432000 4194304 4196468 140730202160480 140424641508976 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9872] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9872/stat : 9872 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915618 26624872448 8208 33554432000 4194304 4196468 140730202160480 140424640457296 140425246963611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9873] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9873/stat : 9873 (java) S 9855 9858 8124 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 178915618 26624872448 8208 33554432000 4194304 4196468 140730202160480 140424639404144 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9874] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9874/stat : 9874 (java) S 9855 9858 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915618 26624872448 8208 33554432000 4194304 4196468 140730202160480 140424638351344 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9875] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9875/stat : 9875 (java) R 9855 9858 8124 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 178915618 26624872448 8208 33554432000 4194304 4196468 140730202160480 140424637299056 140425246966362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9876] ppid=9855 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/9858/task/9876/stat : 9876 (java) S 9855 9858 8124 0 -1 1077944384 367 0 0 0 2 0 0 0 20 0 20 0 178915618 26624872448 8208 33554432000 4194304 4196468 140730202160480 140424636246256 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9877] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9877/stat : 9877 (java) S 9855 9858 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915618 26624872448 8208 33554432000 4194304 4196468 140730202160480 140424635194208 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9878] ppid=9855 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9858/task/9878/stat : 9878 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915618 26624872448 8208 33554432000 4194304 4196468 140730202160480 140424634141488 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32832 KiB

[startup+0.210564 s]*
/proc/loadavg: 4.31 2.20 1.51 2/200 9878
/proc/meminfo: memFree=23644072/32770624 swapFree=67108860/67108860
[pid=9858] ppid=9855 vsize=26000852 memory=41972 CPUtime=0.3 cores=0-7
/proc/9858/stat : 9858 (java) S 9855 9858 8124 0 -1 1077944320 9613 0 0 0 27 3 0 0 20 0 20 0 178915612 26624872448 10493 33554432000 4194304 4196468 140730202160480 140730202143024 140425246945015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
/proc/9858/statm: 6500213 10493 3622 1 0 6487932 0
[pid=9858/tid=9860] ppid=9855 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/9858/task/9860/stat : 9860 (java) R 9855 9858 8124 0 -1 4202560 7183 0 0 0 17 2 0 0 20 0 20 0 178915612 26624872448 10493 33554432000 4194304 4196468 140730202160480 140425251166720 140425231025502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9861] ppid=9855 vsize=26000852 memory=9419 CPUtime=0 cores=0-7
/proc/9858/task/9861/stat : 9861 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 10493 33554432000 4194304 4196468 140730202160480 140425169525648 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9862] ppid=9855 vsize=26000852 memory=139772649887896 CPUtime=0 cores=0-7
/proc/9858/task/9862/stat : 9862 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 10493 33554432000 4194304 4196468 140730202160480 140425168472848 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9863] ppid=9855 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9858/task/9863/stat : 9863 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 10493 33554432000 4194304 4196468 140730202160480 140425167420560 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9864] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9864/stat : 9864 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 10493 33554432000 4194304 4196468 140730202160480 140425166367760 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9865] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9865/stat : 9865 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 10493 33554432000 4194304 4196468 140730202160480 140425165314448 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9866] ppid=9855 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9858/task/9866/stat : 9866 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 10493 33554432000 4194304 4196468 140730202160480 140424799869200 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9867] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9867/stat : 9867 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 10493 33554432000 4194304 4196468 140730202160480 140424798816912 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9868] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9868/stat : 9868 (java) S 9855 9858 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915613 26624872448 10493 33554432000 4194304 4196468 140730202160480 140424797764112 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9869] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9869/stat : 9869 (java) S 9855 9858 8124 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178915614 26624872448 10493 33554432000 4194304 4196468 140730202160480 140424643615344 140425246956162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9870] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9870/stat : 9870 (java) S 9855 9858 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178915615 26624872448 10493 33554432000 4194304 4196468 140730202160480 140424642561312 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9871] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9871/stat : 9871 (java) S 9855 9858 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178915615 26624872448 10493 33554432000 4194304 4196468 140730202160480 140424641508976 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9872] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9872/stat : 9872 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915618 26624872448 10493 33554432000 4194304 4196468 140730202160480 140424640457296 140425246963611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9873] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9873/stat : 9873 (java) S 9855 9858 8124 0 -1 1077944384 329 0 0 0 0 0 0 0 20 0 20 0 178915618 26624872448 10493 33554432000 4194304 4196468 140730202160480 140424639404144 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9874] ppid=9855 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/9858/task/9874/stat : 9874 (java) S 9855 9858 8124 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 20 0 178915618 26624872448 10493 33554432000 4194304 4196468 140730202160480 140424638351344 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9875] ppid=9855 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/9858/task/9875/stat : 9875 (java) S 9855 9858 8124 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 20 0 178915618 26624872448 10493 33554432000 4194304 4196468 140730202160480 140424637299056 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9876] ppid=9855 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/9858/task/9876/stat : 9876 (java) S 9855 9858 8124 0 -1 1077944384 396 0 0 0 5 0 0 0 20 0 20 0 178915618 26624872448 10493 33554432000 4194304 4196468 140730202160480 140424636246256 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9877] ppid=9855 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9877/stat : 9877 (java) S 9855 9858 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915618 26624872448 10493 33554432000 4194304 4196468 140730202160480 140424635194208 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9878] ppid=9855 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9858/task/9878/stat : 9878 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915618 26624872448 10493 33554432000 4194304 4196468 140730202160480 140424634141488 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41972 KiB

[startup+0.310238 s]*
/proc/loadavg: 4.31 2.20 1.51 3/200 9878
/proc/meminfo: memFree=23636876/32770624 swapFree=67108860/67108860
[pid=9858] ppid=9855 vsize=26000872 memory=49368 CPUtime=0.48 cores=0-7
/proc/9858/stat : 9858 (java) S 9855 9858 8124 0 -1 1077944320 10625 0 0 0 45 3 0 0 20 0 20 0 178915612 26624892928 12342 33554432000 4194304 4196468 140730202160480 140730202143024 140425246945015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
/proc/9858/statm: 6500218 12342 3712 1 0 6487932 0
[pid=9858/tid=9860] ppid=9855 vsize=26000872 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9858/task/9860/stat : 9860 (java) R 9855 9858 8124 0 -1 4202560 7745 0 0 0 27 2 0 0 20 0 20 0 178915612 26624892928 12342 33554432000 4194304 4196468 140730202160480 140425251161984 140425233081185 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9861] ppid=9855 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9861/stat : 9861 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26624892928 12342 33554432000 4194304 4196468 140730202160480 140425169525648 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9862] ppid=9855 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9862/stat : 9862 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26624892928 12342 33554432000 4194304 4196468 140730202160480 140425168472848 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9863] ppid=9855 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9863/stat : 9863 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26624892928 12342 33554432000 4194304 4196468 140730202160480 140425167420560 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9864] ppid=9855 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9864/stat : 9864 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26624892928 12342 33554432000 4194304 4196468 140730202160480 140425166367760 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9865] ppid=9855 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/9858/task/9865/stat : 9865 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26624892928 12342 33554432000 4194304 4196468 140730202160480 140425165314448 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9866] ppid=9855 vsize=26000872 memory=139772530095023 CPUtime=0 cores=0-7
/proc/9858/task/9866/stat : 9866 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26624892928 12342 33554432000 4194304 4196468 140730202160480 140424799869200 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9867] ppid=9855 vsize=26000872 memory=139772530097328 CPUtime=0 cores=0-7
/proc/9858/task/9867/stat : 9867 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26624892928 12342 33554432000 4194304 4196468 140730202160480 140424798816912 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9868] ppid=9855 vsize=26000872 memory=139772530099632 CPUtime=0 cores=0-7
/proc/9858/task/9868/stat : 9868 (java) S 9855 9858 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915613 26624892928 12342 33554432000 4194304 4196468 140730202160480 140424797764112 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9869] ppid=9855 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9869/stat : 9869 (java) S 9855 9858 8124 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178915614 26624892928 12342 33554432000 4194304 4196468 140730202160480 140424643615344 140425246956162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9870] ppid=9855 vsize=26000872 memory=279545060206224 CPUtime=0 cores=0-7
/proc/9858/task/9870/stat : 9870 (java) S 9855 9858 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178915615 26624892928 12342 33554432000 4194304 4196468 140730202160480 140424642561312 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9871] ppid=9855 vsize=26000872 memory=279545060213136 CPUtime=0 cores=0-7
/proc/9858/task/9871/stat : 9871 (java) S 9855 9858 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178915615 26624892928 12342 33554432000 4194304 4196468 140730202160480 140424641508976 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9872] ppid=9855 vsize=26000872 memory=279545060154416 CPUtime=0 cores=0-7
/proc/9858/task/9872/stat : 9872 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915618 26624892928 12342 33554432000 4194304 4196468 140730202160480 140424640457296 140425246963611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9873] ppid=9855 vsize=26000872 memory=279545060226960 CPUtime=0.01 cores=0-7
/proc/9858/task/9873/stat : 9873 (java) S 9855 9858 8124 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 20 0 178915618 26624892928 12342 33554432000 4194304 4196468 140730202160480 140424639404144 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9874] ppid=9855 vsize=26000872 memory=279545060233872 CPUtime=0.03 cores=0-7
/proc/9858/task/9874/stat : 9874 (java) S 9855 9858 8124 0 -1 1077944384 217 0 0 0 3 0 0 0 20 0 20 0 178915618 26624892928 12342 33554432000 4194304 4196468 140730202160480 140424638351344 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9875] ppid=9855 vsize=26000872 memory=279545060231568 CPUtime=0.03 cores=0-7
/proc/9858/task/9875/stat : 9875 (java) R 9855 9858 8124 0 -1 1077944384 436 0 0 0 3 0 0 0 20 0 20 0 178915618 26624892928 12342 33554432000 4194304 4196468 140730202160480 140424637299056 140425246956162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9876] ppid=9855 vsize=26000872 memory=279545060248176 CPUtime=0.08 cores=0-7
/proc/9858/task/9876/stat : 9876 (java) S 9855 9858 8124 0 -1 1077944384 493 0 0 0 8 0 0 0 20 0 20 0 178915618 26624892928 12342 33554432000 4194304 4196468 140730202160480 140424636246256 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9877] ppid=9855 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9877/stat : 9877 (java) S 9855 9858 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915618 26624892928 12342 33554432000 4194304 4196468 140730202160480 140424635194208 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9878] ppid=9855 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/9858/task/9878/stat : 9878 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915618 26624892928 12342 33554432000 4194304 4196468 140730202160480 140424634141488 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49368 KiB

[startup+0.700871 s]
/proc/loadavg: 4.31 2.20 1.51 3/200 9878
/proc/meminfo: memFree=23624396/32770624 swapFree=67108860/67108860
[pid=9858] ppid=9855 vsize=26004968 memory=79588 CPUtime=1.09 cores=0-7
/proc/9858/stat : 9858 (java) S 9855 9858 8124 0 -1 1077944320 13054 0 0 0 103 6 0 0 20 0 20 0 178915612 26629087232 19897 33554432000 4194304 4196468 140730202160480 140730202143024 140425246945015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
/proc/9858/statm: 6501242 19897 3757 1 0 6488956 0
[pid=9858/tid=9860] ppid=9855 vsize=26004968 memory=0 CPUtime=0.67 cores=0-7
/proc/9858/task/9860/stat : 9860 (java) R 9855 9858 8124 0 -1 4202560 9603 0 0 0 63 4 0 0 20 0 20 0 178915612 26629087232 19897 33554432000 4194304 4196468 140730202160480 140425251181024 140425246966941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9861] ppid=9855 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9861/stat : 9861 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26629087232 19897 33554432000 4194304 4196468 140730202160480 140425169525648 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9862] ppid=9855 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9862/stat : 9862 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26629087232 19897 33554432000 4194304 4196468 140730202160480 140425168472848 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9863] ppid=9855 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9863/stat : 9863 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26629087232 19897 33554432000 4194304 4196468 140730202160480 140425167420560 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9864] ppid=9855 vsize=26004968 memory=792 CPUtime=0 cores=0-7
/proc/9858/task/9864/stat : 9864 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26629087232 19897 33554432000 4194304 4196468 140730202160480 140425166367760 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9865] ppid=9855 vsize=26004968 memory=948 CPUtime=0 cores=0-7
/proc/9858/task/9865/stat : 9865 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26629087232 19897 33554432000 4194304 4196468 140730202160480 140425165314448 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9866] ppid=9855 vsize=26004968 memory=10768 CPUtime=0 cores=0-7
/proc/9858/task/9866/stat : 9866 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26629087232 19897 33554432000 4194304 4196468 140730202160480 140424799869200 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9867] ppid=9855 vsize=26004968 memory=1204 CPUtime=0 cores=0-7
/proc/9858/task/9867/stat : 9867 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26629087232 19897 33554432000 4194304 4196468 140730202160480 140424798816912 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9868] ppid=9855 vsize=26004968 memory=15828 CPUtime=0 cores=0-7
/proc/9858/task/9868/stat : 9868 (java) S 9855 9858 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915613 26629087232 19897 33554432000 4194304 4196468 140730202160480 140424797764112 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9869] ppid=9855 vsize=26004968 memory=15796 CPUtime=0 cores=0-7
/proc/9858/task/9869/stat : 9869 (java) S 9855 9858 8124 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178915614 26629087232 19897 33554432000 4194304 4196468 140730202160480 140424643615344 140425246956162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9870] ppid=9855 vsize=26004968 memory=4048 CPUtime=0 cores=0-7
/proc/9858/task/9870/stat : 9870 (java) S 9855 9858 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178915615 26629087232 19897 33554432000 4194304 4196468 140730202160480 140424642561312 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9871] ppid=9855 vsize=26004968 memory=27032 CPUtime=0 cores=0-7
/proc/9858/task/9871/stat : 9871 (java) S 9855 9858 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178915615 26629087232 19897 33554432000 4194304 4196468 140730202160480 140424641508976 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9872] ppid=9855 vsize=26004968 memory=1232 CPUtime=0 cores=0-7
/proc/9858/task/9872/stat : 9872 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915618 26629087232 19897 33554432000 4194304 4196468 140730202160480 140424640457296 140425246963611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9873] ppid=9855 vsize=26004968 memory=1792 CPUtime=0.06 cores=0-7
/proc/9858/task/9873/stat : 9873 (java) S 9855 9858 8124 0 -1 1077944384 544 0 0 0 6 0 0 0 20 0 20 0 178915618 26629087232 19897 33554432000 4194304 4196468 140730202160480 140424639404144 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9874] ppid=9855 vsize=26004968 memory=1944 CPUtime=0.05 cores=0-7
/proc/9858/task/9874/stat : 9874 (java) S 9855 9858 8124 0 -1 1077944384 232 0 0 0 5 0 0 0 20 0 20 0 178915618 26629087232 19897 33554432000 4194304 4196468 140730202160480 140424638351344 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9875] ppid=9855 vsize=26004968 memory=1696 CPUtime=0.09 cores=0-7
/proc/9858/task/9875/stat : 9875 (java) S 9855 9858 8124 0 -1 1077944384 581 0 0 0 9 0 0 0 20 0 20 0 178915618 26629087232 19897 33554432000 4194304 4196468 140730202160480 140424637299056 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9876] ppid=9855 vsize=26004968 memory=1228 CPUtime=0.17 cores=0-7
/proc/9858/task/9876/stat : 9876 (java) S 9855 9858 8124 0 -1 1077944384 709 0 0 0 17 0 0 0 20 0 20 0 178915618 26629087232 19897 33554432000 4194304 4196468 140730202160480 140424636246256 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9877] ppid=9855 vsize=26004968 memory=5424 CPUtime=0 cores=0-7
/proc/9858/task/9877/stat : 9877 (java) S 9855 9858 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915618 26629087232 19897 33554432000 4194304 4196468 140730202160480 140424635194208 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9878] ppid=9855 vsize=26004968 memory=4620 CPUtime=0 cores=0-7
/proc/9858/task/9878/stat : 9878 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915618 26629087232 19897 33554432000 4194304 4196468 140730202160480 140424634141488 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 26004968 KiB
Current children cumulated memory: 79588 KiB

[startup+1.25103 s]
# the end of solver process 9858 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.98489 s, system=0.1176 s

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

[startup+0.801035 s]
/proc/loadavg: 4.31 2.20 1.51 3/200 9878
/proc/meminfo: memFree=23624396/32770624 swapFree=67108860/67108860
[pid=9858] ppid=9855 vsize=26007016 memory=86116 CPUtime=1.28 cores=0-7
/proc/9858/stat : 9858 (java) S 9855 9858 8124 0 -1 1077944320 13644 0 0 0 122 6 0 0 20 0 20 0 178915612 26631184384 21529 33554432000 4194304 4196468 140730202160480 140730202143024 140425246945015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
/proc/9858/statm: 6501754 21529 3768 1 0 6489468 0
[pid=9858/tid=9860] ppid=9855 vsize=26007016 memory=13160 CPUtime=0.77 cores=0-7
/proc/9858/task/9860/stat : 9860 (java) R 9855 9858 8124 0 -1 4202560 9998 0 0 0 73 4 0 0 20 0 20 0 178915612 26631184384 21529 33554432000 4194304 4196468 140730202160480 140425251175888 140425231025502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9861] ppid=9855 vsize=26007016 memory=792 CPUtime=0 cores=0-7
/proc/9858/task/9861/stat : 9861 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26631184384 21529 33554432000 4194304 4196468 140730202160480 140425169525648 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9862] ppid=9855 vsize=26007016 memory=948 CPUtime=0 cores=0-7
/proc/9858/task/9862/stat : 9862 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26631184384 21529 33554432000 4194304 4196468 140730202160480 140425168472848 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9863] ppid=9855 vsize=26007016 memory=10768 CPUtime=0 cores=0-7
/proc/9858/task/9863/stat : 9863 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26631184384 21529 33554432000 4194304 4196468 140730202160480 140425167420560 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9864] ppid=9855 vsize=26007016 memory=1204 CPUtime=0 cores=0-7
/proc/9858/task/9864/stat : 9864 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26631184384 21529 33554432000 4194304 4196468 140730202160480 140425166367760 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9865] ppid=9855 vsize=26007016 memory=15828 CPUtime=0 cores=0-7
/proc/9858/task/9865/stat : 9865 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915613 26631184384 21529 33554432000 4194304 4196468 140730202160480 140425165314448 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9866] ppid=9855 vsize=26007016 memory=15796 CPUtime=0 cores=0-7
/proc/9858/task/9866/stat : 9866 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26631184384 21529 33554432000 4194304 4196468 140730202160480 140424799869200 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9867] ppid=9855 vsize=26007016 memory=4048 CPUtime=0 cores=0-7
/proc/9858/task/9867/stat : 9867 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915613 26631184384 21529 33554432000 4194304 4196468 140730202160480 140424798816912 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9868] ppid=9855 vsize=26007016 memory=279545060216272 CPUtime=0 cores=0-7
/proc/9858/task/9868/stat : 9868 (java) S 9855 9858 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915613 26631184384 21529 33554432000 4194304 4196468 140730202160480 140424797764112 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9869] ppid=9855 vsize=26007016 memory=279545060003344 CPUtime=0 cores=0-7
/proc/9858/task/9869/stat : 9869 (java) S 9855 9858 8124 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178915614 26631184384 21529 33554432000 4194304 4196468 140730202160480 140424643615344 140425246956162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9870] ppid=9855 vsize=26007016 memory=279545060003216 CPUtime=0 cores=0-7
/proc/9858/task/9870/stat : 9870 (java) S 9855 9858 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178915615 26631184384 21529 33554432000 4194304 4196468 140730202160480 140424642561312 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9871] ppid=9855 vsize=26007016 memory=164 CPUtime=0 cores=0-7
/proc/9858/task/9871/stat : 9871 (java) S 9855 9858 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178915615 26631184384 21529 33554432000 4194304 4196468 140730202160480 140424641508976 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9872] ppid=9855 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9872/stat : 9872 (java) S 9855 9858 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178915618 26631184384 21529 33554432000 4194304 4196468 140730202160480 140424640457296 140425246963611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9873] ppid=9855 vsize=26007016 memory=0 CPUtime=0.08 cores=0-7
/proc/9858/task/9873/stat : 9873 (java) S 9855 9858 8124 0 -1 1077944384 582 0 0 0 8 0 0 0 20 0 20 0 178915618 26631184384 21529 33554432000 4194304 4196468 140730202160480 140424639404144 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9874] ppid=9855 vsize=26007016 memory=0 CPUtime=0.06 cores=0-7
/proc/9858/task/9874/stat : 9874 (java) S 9855 9858 8124 0 -1 1077944384 239 0 0 0 6 0 0 0 20 0 20 0 178915618 26631184384 21529 33554432000 4194304 4196468 140730202160480 140424638351344 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9875] ppid=9855 vsize=26007016 memory=0 CPUtime=0.09 cores=0-7
/proc/9858/task/9875/stat : 9875 (java) S 9855 9858 8124 0 -1 1077944384 589 0 0 0 9 0 0 0 20 0 20 0 178915618 26631184384 21529 33554432000 4194304 4196468 140730202160480 140424637299056 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9876] ppid=9855 vsize=26007016 memory=0 CPUtime=0.23 cores=0-7
/proc/9858/task/9876/stat : 9876 (java) S 9855 9858 8124 0 -1 1077944384 851 0 0 0 23 0 0 0 20 0 20 0 178915618 26631184384 21529 33554432000 4194304 4196468 140730202160480 140424636246256 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9877] ppid=9855 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9877/stat : 9877 (java) S 9855 9858 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178915618 26631184384 21529 33554432000 4194304 4196468 140730202160480 140424635194208 140425246955221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
[pid=9858/tid=9878] ppid=9855 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9858/task/9878/stat : 9878 (java) S 9855 9858 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178915618 26631184384 21529 33554432000 4194304 4196468 140730202160480 140424634141488 140425246956162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140730202162273 140730202162459 140730202162459 140730202165199 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 86116 KiB

[startup+1.20085 s]*
/proc/loadavg: 4.31 2.20 1.51 2/182 9893
/proc/meminfo: memFree=23668592/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.2511
CPU time (s): 2.10249
CPU user time (s): 1.98489
CPU system time (s): 0.1176
CPU usage (%): 168.051
Max. virtual memory (cumulated for all children) (KiB): 26945092
Max. memory (cumulated for all children) (KiB): 148272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.98489
system time used= 0.1176
maximum resident set size= 152560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20525
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= 3823
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 9858
#   total CPU time (s): 2.10249
#   total CPU user time (s): 1.98489
#   total CPU system time (s): 0.1176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033763 second user time and 0.052179 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-23 05:03:39
IDJOB=4285114
IDBENCH=139163
IDSOLVER=2681
FILE ID=node114/4285114-1503458280
RUNJOBID= node114-1503449773-8151
PBS_JOBID= 20632162
Free space on /tmp= 61024 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/CryptoPuzzle/CryptoPuzzle-m1-s1/CryptoPuzzle-cross-roads-danger.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-4285114-1503458280/watcher-4285114-1503458280 -o /tmp/evaluation-result-4285114-1503458280/solver-4285114-1503458280 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503449773-8151 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1989344584 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285114-1503458280.xml

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

MD5SUM BENCH= 8b8bd57f5375fb0decd7cc0cd546453f
RANDOM SEED=1989344584

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        23672600 kB
MemAvailable:   31941860 kB
Buffers:          181364 kB
Cached:          8369228 kB
SwapCached:            0 kB
Active:          2661904 kB
Inactive:        5944712 kB
Active(anon):       7028 kB
Inactive(anon):    93520 kB
Active(file):    2654876 kB
Inactive(file):  5851192 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42844 kB
Writeback:             4 kB
AnonPages:         62632 kB
Mapped:            54596 kB
Shmem:             41608 kB
Slab:             185188 kB
SReclaimable:     158052 kB
SUnreclaim:        27136 kB
KernelStack:        3248 kB
PageTables:         4796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     342428 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:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 60984 MiB
End job on node114 at 2017-08-23 05:03:41