Trace number 4247872

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
R1: choco-solver 4.0.5 (2017-07-05)SAT 518.836 66.347

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-07_X2.xml
MD5SUMbe036177e118ca84375e398cb8709600
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 benchmark9.9911203
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1191
Number of domains2
Minimum domain size10
Maximum domain size49
Distribution of domain sizes[{"size":10,"count":1},{"size":49,"count":49}]
Minimum variable degree15
Maximum variable degree49
Distribution of variable degrees[{"degree":15,"count":1},{"degree":48,"count":34},{"degree":49,"count":15}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1191}]
Number of extensional constraints0
Number of intensional constraints1191
Distribution of constraint types[{"type":"intension","count":1191}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4247872-1500690902.xml"  -tl '2400s' -p 8 -x 0
0.00/0.21	c [HOME/instance-4247872-1500690902.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.26	c 8 solvers in parallel
0.00/0.33	c parse instance...
5.61/1.75	c solve instance...
518.61/66.32	s SATISFIABLE
518.61/66.32	v <instantiation>
518.61/66.32	v 	<list>w0 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] </list>
518.61/66.32	v 	<values>16 42 37 28 43 30 35 44 31 22 7 2 17 4 13 18 9 0 15 24 29 16 1 14 23 38 47 34 25 20 5 10 19 6 11 26 39 48 33 46 41 32 27 40 45 36 21 8 3 12 </values>
518.61/66.32	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247872-1500690902/watcher-4247872-1500690902 -o /tmp/evaluation-result-4247872-1500690902/solver-4247872-1500690902 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 469006687 HOME/instance-4247872-1500690902.xml 

pid=513
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 14.10 14.83 11.87 10/270 516
/proc/meminfo: memFree=31719008/32770624 swapFree=5892/121420
[pid=516] ppid=513 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/516/stat : 516 (xcsp3-exec) S 513 516 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4359920 9740288 346 33554432000 4194304 5098028 140732264666320 140732264664424 140112578073212 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12046336 140732264670351 140732264670560 140732264670560 140732264673259 0
/proc/516/statm: 2378 346 289 221 0 87 0

[startup+0.10013 s]
/proc/loadavg: 14.10 14.83 11.87 10/270 516
/proc/meminfo: memFree=31719008/32770624 swapFree=5892/121420
[pid=516] ppid=513 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/516/stat : 516 (xcsp3-exec) S 513 516 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4359920 9740288 346 33554432000 4194304 5098028 140732264666320 140732264664424 140112578073212 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12046336 140732264670351 140732264670560 140732264670560 140732264673259 0
/proc/516/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200337 s]
/proc/loadavg: 14.10 14.83 11.87 10/270 516
/proc/meminfo: memFree=31719008/32770624 swapFree=5892/121420
[pid=516] ppid=513 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/516/stat : 516 (xcsp3-exec) S 513 516 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4359920 9740288 346 33554432000 4194304 5098028 140732264666320 140732264664424 140112578073212 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12046336 140732264670351 140732264670560 140732264670560 140732264673259 0
/proc/516/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300254 s]
/proc/loadavg: 14.10 14.83 11.87 10/270 516
/proc/meminfo: memFree=31719008/32770624 swapFree=5892/121420
[pid=516] ppid=513 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/516/stat : 516 (xcsp3-exec) S 513 516 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4359920 9740288 346 33554432000 4194304 5098028 140732264666320 140732264664424 140112578073212 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12046336 140732264670351 140732264670560 140732264670560 140732264673259 0
/proc/516/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700174 s]
/proc/loadavg: 14.10 14.83 11.87 10/270 516
/proc/meminfo: memFree=31719008/32770624 swapFree=5892/121420
[pid=516] ppid=513 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/516/stat : 516 (xcsp3-exec) S 513 516 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4359920 9740288 346 33554432000 4194304 5098028 140732264666320 140732264664424 140112578073212 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12046336 140732264670351 140732264670560 140732264670560 140732264673259 0
/proc/516/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50115 s]
/proc/loadavg: 14.10 14.83 11.87 13/291 537
/proc/meminfo: memFree=31588304/32770624 swapFree=5892/121452
[pid=516] ppid=513 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/516/stat : 516 (xcsp3-exec) S 513 516 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4359920 9740288 346 33554432000 4194304 5098028 140732264666320 140732264664424 140112578073212 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12046336 140732264670351 140732264670560 140732264670560 140732264673259 0
/proc/516/statm: 2378 346 289 221 0 87 0
[pid=517] ppid=516 vsize=13269256 CPUtime=4.88 cores=0,2,4,6,8,10,12,14
/proc/517/stat : 517 (java) S 516 516 15667 0 -1 1077944320 31944 0 0 0 478 10 0 0 20 0 20 0 4359920 13587718144 48903 33554432000 4194304 4196468 140727282284368 140727282266912 140052171587319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
/proc/517/statm: 3317314 48903 3225 1 0 3304547 0
[pid=517/tid=518] ppid=516 vsize=13269256 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/517/task/518/stat : 518 (java) R 516 516 15667 0 -1 4202560 7353 0 0 0 141 5 0 0 20 0 20 0 4359921 13587718144 48903 33554432000 4194304 4196468 140727282284368 140052175822680 140051791329328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=520] ppid=516 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/520/stat : 520 (java) S 516 516 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4359922 13587718144 48903 33554432000 4194304 4196468 140727282284368 140052110551568 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=521] ppid=516 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/521/stat : 521 (java) S 516 516 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4359922 13587718144 48903 33554432000 4194304 4196468 140727282284368 140052109499024 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=522] ppid=516 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/522/stat : 522 (java) S 516 516 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4359922 13587718144 48903 33554432000 4194304 4196468 140727282284368 140052108445968 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=523] ppid=516 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/523/stat : 523 (java) S 516 516 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4359922 13587718144 48903 33554432000 4194304 4196468 140727282284368 140052107393424 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=524] ppid=516 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/524/stat : 524 (java) S 516 516 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4359922 13587718144 48903 33554432000 4194304 4196468 140727282284368 140051766270992 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=525] ppid=516 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/525/stat : 525 (java) S 516 516 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4359922 13587718144 48903 33554432000 4194304 4196468 140727282284368 140051765218448 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=526] ppid=516 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/526/stat : 526 (java) S 516 516 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4359922 13587718144 48903 33554432000 4194304 4196468 140727282284368 140051764165392 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=527] ppid=516 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/527/stat : 527 (java) S 516 516 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4359922 13587718144 48903 33554432000 4194304 4196468 140727282284368 140051763112848 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=528] ppid=516 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/528/stat : 528 (java) S 516 516 15667 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 4359924 13587718144 48903 33554432000 4194304 4196468 140727282284368 140050903320816 140052171598466 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=529] ppid=516 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/529/stat : 529 (java) S 516 516 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4359925 13587718144 48903 33554432000 4194304 4196468 140727282284368 140050902267040 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=530] ppid=516 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/530/stat : 530 (java) S 516 516 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4359925 13587718144 48903 33554432000 4194304 4196468 140727282284368 140050901213936 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=531] ppid=516 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/531/stat : 531 (java) S 516 516 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4359929 13587718144 48903 33554432000 4194304 4196468 140727282284368 140050900162512 140052171605915 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=532] ppid=516 vsize=13269256 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/517/task/532/stat : 532 (java) R 516 516 15667 0 -1 4202560 4142 0 0 0 90 1 0 0 20 0 20 0 4359929 13587718144 48903 33554432000 4194304 4196468 140727282284368 140050899098752 140052171608666 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=533] ppid=516 vsize=13269256 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/517/task/533/stat : 533 (java) R 516 516 15667 0 -1 4202560 9999 0 0 0 95 1 0 0 20 0 20 0 4359929 13587718144 48903 33554432000 4194304 4196468 140727282284368 140050562004704 140052171599254 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=534] ppid=516 vsize=13269256 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/517/task/534/stat : 534 (java) R 516 516 15667 0 -1 4202560 5065 0 0 0 90 1 0 0 20 0 20 0 4359929 13587718144 48903 33554432000 4194304 4196468 140727282284368 140050560951072 140052153131408 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=535] ppid=516 vsize=13269256 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/517/task/535/stat : 535 (java) S 516 516 15667 0 -1 1077944384 4056 0 0 0 60 1 0 0 20 0 20 0 4359929 13587718144 48903 33554432000 4194304 4196468 140727282284368 140050559912560 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=536] ppid=516 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/536/stat : 536 (java) S 516 516 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4359930 13587718144 48903 33554432000 4194304 4196468 140727282284368 140050558859744 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=537] ppid=516 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/537/stat : 537 (java) S 516 516 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4359930 13587718144 48903 33554432000 4194304 4196468 140727282284368 140050557807280 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 13278768

[startup+3.10151 s]
/proc/loadavg: 14.10 14.83 11.87 21/299 545
/proc/meminfo: memFree=31496528/32770624 swapFree=5892/121452
[pid=516] ppid=513 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/516/stat : 516 (xcsp3-exec) S 513 516 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4359920 9740288 346 33554432000 4194304 5098028 140732264666320 140732264664424 140112578073212 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12046336 140732264670351 140732264670560 140732264670560 140732264673259 0
/proc/516/statm: 2378 346 289 221 0 87 0
[pid=517] ppid=516 vsize=13801768 CPUtime=16.45 cores=0,2,4,6,8,10,12,14
/proc/517/stat : 517 (java) S 516 516 15667 0 -1 1077944320 36289 0 0 0 1627 18 0 0 20 0 28 0 4359920 14133010432 58286 33554432000 4194304 4196468 140727282284368 140727282266912 140052171587319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
/proc/517/statm: 3450442 58286 3243 1 0 3437675 0
[pid=517/tid=518] ppid=516 vsize=13801768 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/517/task/518/stat : 518 (java) S 516 516 15667 0 -1 1077944384 7482 0 0 0 165 6 0 0 20 0 28 0 4359921 14133010432 58286 33554432000 4194304 4196468 140727282284368 140052175828096 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=520] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/520/stat : 520 (java) S 516 516 15667 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 4359922 14133010432 58286 33554432000 4194304 4196468 140727282284368 140052110551568 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=521] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/521/stat : 521 (java) S 516 516 15667 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 28 0 4359922 14133010432 58286 33554432000 4194304 4196468 140727282284368 140052109499024 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=522] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/522/stat : 522 (java) S 516 516 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4359922 14133010432 58286 33554432000 4194304 4196468 140727282284368 140052108445968 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=523] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/523/stat : 523 (java) S 516 516 15667 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 4359922 14133010432 58286 33554432000 4194304 4196468 140727282284368 140052107393424 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=524] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/524/stat : 524 (java) S 516 516 15667 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 4359922 14133010432 58286 33554432000 4194304 4196468 140727282284368 140051766270992 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=525] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/525/stat : 525 (java) S 516 516 15667 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 4359922 14133010432 58286 33554432000 4194304 4196468 140727282284368 140051765218448 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=526] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/526/stat : 526 (java) S 516 516 15667 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 28 0 4359922 14133010432 58286 33554432000 4194304 4196468 140727282284368 140051764165392 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=527] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/527/stat : 527 (java) S 516 516 15667 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 4359922 14133010432 58286 33554432000 4194304 4196468 140727282284368 140051763112848 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=528] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/528/stat : 528 (java) S 516 516 15667 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 4359924 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050903320816 140052171598466 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=529] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/529/stat : 529 (java) S 516 516 15667 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4359925 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050902267104 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=530] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/530/stat : 530 (java) S 516 516 15667 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 4359925 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050901213936 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=531] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/531/stat : 531 (java) S 516 516 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4359929 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050900162512 140052171605915 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=532] ppid=516 vsize=13801768 CPUtime=2.19 cores=0,2,4,6,8,10,12,14
/proc/517/task/532/stat : 532 (java) R 516 516 15667 0 -1 4202560 5177 0 0 0 218 1 0 0 20 0 28 0 4359929 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050899095440 140052156511666 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=533] ppid=516 vsize=13801768 CPUtime=1.93 cores=0,2,4,6,8,10,12,14
/proc/517/task/533/stat : 533 (java) R 516 516 15667 0 -1 4202560 10461 0 0 0 192 1 0 0 20 0 28 0 4359929 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050562004384 140052153106780 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=534] ppid=516 vsize=13801768 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/517/task/534/stat : 534 (java) R 516 516 15667 0 -1 4202560 6241 0 0 0 194 1 0 0 20 0 28 0 4359929 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050560961512 140052155118825 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=535] ppid=516 vsize=13801768 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/517/task/535/stat : 535 (java) S 516 516 15667 0 -1 1077944384 4482 0 0 0 89 1 0 0 20 0 28 0 4359929 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050559912560 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=536] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/536/stat : 536 (java) S 516 516 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4359930 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050558859744 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=537] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/537/stat : 537 (java) S 516 516 15667 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 4359930 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050557807280 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=538] ppid=516 vsize=13801768 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/517/task/538/stat : 538 (java) R 516 516 15667 0 -1 4202560 136 0 0 0 86 0 0 0 20 0 28 0 4360096 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050549791536 140051794311791 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=539] ppid=516 vsize=13801768 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/517/task/539/stat : 539 (java) R 516 516 15667 0 -1 4202560 145 0 0 0 101 0 0 0 20 0 28 0 4360096 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050548740440 140051794311556 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=540] ppid=516 vsize=13801768 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/517/task/540/stat : 540 (java) R 516 516 15667 0 -1 4202560 137 0 0 0 109 0 0 0 20 0 28 0 4360096 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050547688536 140051793974183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=541] ppid=516 vsize=13801768 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/517/task/541/stat : 541 (java) R 516 516 15667 0 -1 4202560 115 0 0 0 89 0 0 0 20 0 28 0 4360096 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050546634616 140051794219450 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=542] ppid=516 vsize=13801768 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/517/task/542/stat : 542 (java) R 516 516 15667 0 -1 4202560 69 0 0 0 79 0 0 0 20 0 28 0 4360096 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050545584544 140051794311830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=543] ppid=516 vsize=13801768 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/517/task/543/stat : 543 (java) R 516 516 15667 0 -1 4202560 53 0 0 0 105 0 0 0 20 0 28 0 4360096 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050544530472 140051791349312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=544] ppid=516 vsize=13801768 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/517/task/544/stat : 544 (java) R 516 516 15667 0 -1 4202560 45 0 0 0 101 0 0 0 20 0 28 0 4360096 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050543476512 140051794311890 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=545] ppid=516 vsize=13801768 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/517/task/545/stat : 545 (java) R 516 516 15667 0 -1 4202560 38 0 0 0 89 0 0 0 20 0 28 0 4360097 14133010432 58286 33554432000 4194304 4196468 140727282284368 140050542426792 140051794229834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
Current children cumulated CPU time (s) 16.45
Current children cumulated vsize (KiB) 13811280

[startup+6.30153 s]
/proc/loadavg: 13.93 14.78 11.87 17/299 545
/proc/meminfo: memFree=31492760/32770624 swapFree=5892/121460
[pid=516] ppid=513 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/516/stat : 516 (xcsp3-exec) S 513 516 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4359920 9740288 346 33554432000 4194304 5098028 140732264666320 140732264664424 140112578073212 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12046336 140732264670351 140732264670560 140732264670560 140732264673259 0
/proc/516/statm: 2378 346 289 221 0 87 0
[pid=517] ppid=516 vsize=13801768 CPUtime=41.9 cores=0,2,4,6,8,10,12,14
/proc/517/stat : 517 (java) S 516 516 15667 0 -1 1077944320 37604 0 0 0 4171 19 0 0 20 0 28 0 4359920 14133010432 58492 33554432000 4194304 4196468 140727282284368 140727282266912 140052171587319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
/proc/517/statm: 3450442 58492 3261 1 0 3437675 0
[pid=517/tid=518] ppid=516 vsize=13801768 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/517/task/518/stat : 518 (java) S 516 516 15667 0 -1 1077944384 7482 0 0 0 165 6 0 0 20 0 28 0 4359921 14133010432 58492 33554432000 4194304 4196468 140727282284368 140052175828096 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=520] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/520/stat : 520 (java) S 516 516 15667 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 4359922 14133010432 58492 33554432000 4194304 4196468 140727282284368 140052110551568 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=521] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/521/stat : 521 (java) S 516 516 15667 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 28 0 4359922 14133010432 58492 33554432000 4194304 4196468 140727282284368 140052109499024 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=522] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/522/stat : 522 (java) S 516 516 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4359922 14133010432 58492 33554432000 4194304 4196468 140727282284368 140052108445968 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=523] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/523/stat : 523 (java) S 516 516 15667 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 4359922 14133010432 58492 33554432000 4194304 4196468 140727282284368 140052107393424 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0

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

/proc/517/task/529/stat : 529 (java) S 516 516 15667 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 4359925 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050902267104 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=530] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/530/stat : 530 (java) S 516 516 15667 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 28 0 4359925 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050901213952 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=531] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/531/stat : 531 (java) S 516 516 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4359929 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050900162512 140052171605915 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=532] ppid=516 vsize=13801768 CPUtime=2.58 cores=0,2,4,6,8,10,12,14
/proc/517/task/532/stat : 532 (java) S 516 516 15667 0 -1 1077944384 8286 0 0 0 257 1 0 0 20 0 28 0 4359929 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050899110640 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=533] ppid=516 vsize=13801768 CPUtime=2.48 cores=0,2,4,6,8,10,12,14
/proc/517/task/533/stat : 533 (java) S 516 516 15667 0 -1 1077944384 13960 0 0 0 247 1 0 0 20 0 28 0 4359929 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050562018160 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=534] ppid=516 vsize=13801768 CPUtime=2.23 cores=0,2,4,6,8,10,12,14
/proc/517/task/534/stat : 534 (java) S 516 516 15667 0 -1 1077944384 8253 0 0 0 221 2 0 0 20 0 28 0 4359929 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050560965104 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 8 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=535] ppid=516 vsize=13801768 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/517/task/535/stat : 535 (java) S 516 516 15667 0 -1 1077944384 6940 0 0 0 93 1 0 0 20 0 28 0 4359929 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050559912560 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=536] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/536/stat : 536 (java) S 516 516 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4359930 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050558859744 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=537] ppid=516 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/517/task/537/stat : 537 (java) S 516 516 15667 0 -1 1077944384 362 0 0 0 0 1 0 0 20 0 28 0 4359930 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050557807280 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=538] ppid=516 vsize=13801768 CPUtime=63.18 cores=0,2,4,6,8,10,12,14
/proc/517/task/538/stat : 538 (java) R 516 516 15667 0 -1 4202560 903 0 0 0 6318 0 0 0 20 0 28 0 4360096 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050549791640 140051794311417 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=539] ppid=516 vsize=13801768 CPUtime=63.31 cores=0,2,4,6,8,10,12,14
/proc/517/task/539/stat : 539 (java) R 516 516 15667 0 -1 4202560 651 0 0 0 6331 0 0 0 20 0 28 0 4360096 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050548742768 140051793966316 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=540] ppid=516 vsize=13801768 CPUtime=63.15 cores=0,2,4,6,8,10,12,14
/proc/517/task/540/stat : 540 (java) R 516 516 15667 0 -1 4202560 1542 0 0 0 6315 0 0 0 20 0 28 0 4360096 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050547687824 140051793966304 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=541] ppid=516 vsize=13801768 CPUtime=62.98 cores=0,2,4,6,8,10,12,14
/proc/517/task/541/stat : 541 (java) R 516 516 15667 0 -1 4202560 742 0 0 0 6298 0 0 0 20 0 28 0 4360096 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050546635480 140051794312665 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=542] ppid=516 vsize=13801768 CPUtime=63.25 cores=0,2,4,6,8,10,12,14
/proc/517/task/542/stat : 542 (java) R 516 516 15667 0 -1 4202560 564 0 0 0 6325 0 0 0 20 0 28 0 4360096 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050545582568 140051795464505 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=543] ppid=516 vsize=13801768 CPUtime=63.42 cores=0,2,4,6,8,10,12,14
/proc/517/task/543/stat : 543 (java) R 516 516 15667 0 -1 4202560 478 0 0 0 6342 0 0 0 20 0 28 0 4360096 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050544529928 140051794229586 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=544] ppid=516 vsize=13801768 CPUtime=63 cores=0,2,4,6,8,10,12,14
/proc/517/task/544/stat : 544 (java) R 516 516 15667 0 -1 4202560 355 0 0 0 6300 0 0 0 20 0 28 0 4360096 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050543476872 140051793966438 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=545] ppid=516 vsize=13801768 CPUtime=63.15 cores=0,2,4,6,8,10,12,14
/proc/517/task/545/stat : 545 (java) R 516 516 15667 0 -1 4202560 698 0 0 0 6314 1 0 0 20 0 28 0 4360097 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050542424280 140051794312009 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
Current children cumulated CPU time (s) 516.3
Current children cumulated vsize (KiB) 13811280

[startup+66.2014 s]
/proc/loadavg: 14.63 14.87 12.09 21/299 654
/proc/meminfo: memFree=31552044/32770624 swapFree=5892/121568
[pid=516] ppid=513 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/516/stat : 516 (xcsp3-exec) S 513 516 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4359920 9740288 346 33554432000 4194304 5098028 140732264666320 140732264664424 140112578073212 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12046336 140732264670351 140732264670560 140732264670560 140732264673259 0
/proc/516/statm: 2378 346 289 221 0 87 0
[pid=517] ppid=516 vsize=13801768 CPUtime=517.84 cores=0,2,4,6,8,10,12,14
/proc/517/stat : 517 (java) S 516 516 15667 0 -1 1077944320 61282 0 0 0 51738 46 0 0 20 0 28 0 4359920 14133010432 47912 33554432000 4194304 4196468 140727282284368 140727282266912 140052171587319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
/proc/517/statm: 3450442 47912 3273 1 0 3437675 0
[pid=517/tid=518] ppid=516 vsize=13801768 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/517/task/518/stat : 518 (java) S 516 516 15667 0 -1 1077944384 7482 0 0 0 165 6 0 0 20 0 28 0 4359921 14133010432 47912 33554432000 4194304 4196468 140727282284368 140052175828096 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=520] ppid=516 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/517/task/520/stat : 520 (java) S 516 516 15667 0 -1 1077944384 1809 0 0 0 6 3 0 0 20 0 28 0 4359922 14133010432 47912 33554432000 4194304 4196468 140727282284368 140052110551568 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=521] ppid=516 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/517/task/521/stat : 521 (java) S 516 516 15667 0 -1 1077944384 312 0 0 0 6 3 0 0 20 0 28 0 4359922 14133010432 47912 33554432000 4194304 4196468 140727282284368 140052109499024 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=522] ppid=516 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/517/task/522/stat : 522 (java) S 516 516 15667 0 -1 1077944384 266 0 0 0 6 3 0 0 20 0 28 0 4359922 14133010432 47912 33554432000 4194304 4196468 140727282284368 140052108445968 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=523] ppid=516 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/517/task/523/stat : 523 (java) S 516 516 15667 0 -1 1077944384 230 0 0 0 7 2 0 0 20 0 28 0 4359922 14133010432 47912 33554432000 4194304 4196468 140727282284368 140052107393424 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=524] ppid=516 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/517/task/524/stat : 524 (java) S 516 516 15667 0 -1 1077944384 303 0 0 0 7 3 0 0 20 0 28 0 4359922 14133010432 47912 33554432000 4194304 4196468 140727282284368 140051766270992 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=525] ppid=516 vsize=13801768 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/517/task/525/stat : 525 (java) S 516 516 15667 0 -1 1077944384 1855 0 0 0 6 2 0 0 20 0 28 0 4359922 14133010432 47912 33554432000 4194304 4196468 140727282284368 140051765218448 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=526] ppid=516 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/517/task/526/stat : 526 (java) S 516 516 15667 0 -1 1077944384 1273 0 0 0 6 3 0 0 20 0 28 0 4359922 14133010432 47912 33554432000 4194304 4196468 140727282284368 140051764165392 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=527] ppid=516 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/517/task/527/stat : 527 (java) S 516 516 15667 0 -1 1077944384 1043 0 0 0 6 3 0 0 20 0 28 0 4359922 14133010432 47912 33554432000 4194304 4196468 140727282284368 140051763112848 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=528] ppid=516 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/517/task/528/stat : 528 (java) S 516 516 15667 0 -1 1077944384 1600 0 0 0 5 5 0 0 20 0 28 0 4359924 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050903320816 140052171598466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=529] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/529/stat : 529 (java) S 516 516 15667 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 4359925 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050902267104 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=530] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/530/stat : 530 (java) S 516 516 15667 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 28 0 4359925 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050901213952 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=531] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/531/stat : 531 (java) S 516 516 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4359929 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050900162512 140052171605915 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=532] ppid=516 vsize=13801768 CPUtime=2.58 cores=0,2,4,6,8,10,12,14
/proc/517/task/532/stat : 532 (java) S 516 516 15667 0 -1 1077944384 8286 0 0 0 257 1 0 0 20 0 28 0 4359929 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050899110640 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=533] ppid=516 vsize=13801768 CPUtime=2.48 cores=0,2,4,6,8,10,12,14
/proc/517/task/533/stat : 533 (java) S 516 516 15667 0 -1 1077944384 13960 0 0 0 247 1 0 0 20 0 28 0 4359929 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050562018160 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=534] ppid=516 vsize=13801768 CPUtime=2.23 cores=0,2,4,6,8,10,12,14
/proc/517/task/534/stat : 534 (java) S 516 516 15667 0 -1 1077944384 8253 0 0 0 221 2 0 0 20 0 28 0 4359929 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050560965104 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 8 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=535] ppid=516 vsize=13801768 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/517/task/535/stat : 535 (java) S 516 516 15667 0 -1 1077944384 6940 0 0 0 93 1 0 0 20 0 28 0 4359929 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050559912560 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=536] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/536/stat : 536 (java) S 516 516 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4359930 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050558859744 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=537] ppid=516 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/517/task/537/stat : 537 (java) S 516 516 15667 0 -1 1077944384 362 0 0 0 0 1 0 0 20 0 28 0 4359930 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050557807280 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=538] ppid=516 vsize=13801768 CPUtime=63.36 cores=0,2,4,6,8,10,12,14
/proc/517/task/538/stat : 538 (java) R 516 516 15667 0 -1 4202560 903 0 0 0 6336 0 0 0 20 0 28 0 4360096 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050549791640 140051794275489 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=539] ppid=516 vsize=13801768 CPUtime=63.5 cores=0,2,4,6,8,10,12,14
/proc/517/task/539/stat : 539 (java) R 516 516 15667 0 -1 4202560 651 0 0 0 6350 0 0 0 20 0 28 0 4360096 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050548742768 140051794312670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=540] ppid=516 vsize=13801768 CPUtime=63.33 cores=0,2,4,6,8,10,12,14
/proc/517/task/540/stat : 540 (java) R 516 516 15667 0 -1 4202560 1542 0 0 0 6333 0 0 0 20 0 28 0 4360096 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050547687824 140051787898095 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=541] ppid=516 vsize=13801768 CPUtime=63.16 cores=0,2,4,6,8,10,12,14
/proc/517/task/541/stat : 541 (java) R 516 516 15667 0 -1 4202560 742 0 0 0 6316 0 0 0 20 0 28 0 4360096 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050546635480 140051796004463 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=542] ppid=516 vsize=13801768 CPUtime=63.43 cores=0,2,4,6,8,10,12,14
/proc/517/task/542/stat : 542 (java) R 516 516 15667 0 -1 4202560 564 0 0 0 6343 0 0 0 20 0 28 0 4360096 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050545582568 140051794311804 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=543] ppid=516 vsize=13801768 CPUtime=63.6 cores=0,2,4,6,8,10,12,14
/proc/517/task/543/stat : 543 (java) R 516 516 15667 0 -1 4202560 478 0 0 0 6360 0 0 0 20 0 28 0 4360096 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050544529928 140051794230119 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=544] ppid=516 vsize=13801768 CPUtime=63.18 cores=0,2,4,6,8,10,12,14
/proc/517/task/544/stat : 544 (java) R 516 516 15667 0 -1 4202560 355 0 0 0 6318 0 0 0 20 0 28 0 4360096 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050543476872 140051794311958 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=545] ppid=516 vsize=13801768 CPUtime=63.33 cores=0,2,4,6,8,10,12,14
/proc/517/task/545/stat : 545 (java) R 516 516 15667 0 -1 4202560 698 0 0 0 6332 1 0 0 20 0 28 0 4360097 14133010432 47912 33554432000 4194304 4196468 140727282284368 140050542424280 140051794554472 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
Current children cumulated CPU time (s) 517.84
Current children cumulated vsize (KiB) 13811280

[startup+66.3015 s]
/proc/loadavg: 14.63 14.87 12.09 21/299 654
/proc/meminfo: memFree=31552044/32770624 swapFree=5892/121568
[pid=516] ppid=513 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/516/stat : 516 (xcsp3-exec) S 513 516 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4359920 9740288 346 33554432000 4194304 5098028 140732264666320 140732264664424 140112578073212 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12046336 140732264670351 140732264670560 140732264670560 140732264673259 0
/proc/516/statm: 2378 346 289 221 0 87 0
[pid=517] ppid=516 vsize=13801768 CPUtime=518.61 cores=0,2,4,6,8,10,12,14
/proc/517/stat : 517 (java) S 516 516 15667 0 -1 1077944320 61284 0 0 0 51815 46 0 0 20 0 28 0 4359920 14133010432 47399 33554432000 4194304 4196468 140727282284368 140727282266912 140052171587319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
/proc/517/statm: 3450442 47399 3273 1 0 3437675 0
[pid=517/tid=518] ppid=516 vsize=13801768 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/517/task/518/stat : 518 (java) S 516 516 15667 0 -1 1077944384 7482 0 0 0 165 6 0 0 20 0 28 0 4359921 14133010432 47399 33554432000 4194304 4196468 140727282284368 140052175828096 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=520] ppid=516 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/517/task/520/stat : 520 (java) S 516 516 15667 0 -1 1077944384 1809 0 0 0 6 3 0 0 20 0 28 0 4359922 14133010432 47399 33554432000 4194304 4196468 140727282284368 140052110551568 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=521] ppid=516 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/517/task/521/stat : 521 (java) S 516 516 15667 0 -1 1077944384 312 0 0 0 6 3 0 0 20 0 28 0 4359922 14133010432 47399 33554432000 4194304 4196468 140727282284368 140052109499024 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=522] ppid=516 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/517/task/522/stat : 522 (java) S 516 516 15667 0 -1 1077944384 266 0 0 0 6 3 0 0 20 0 28 0 4359922 14133010432 47399 33554432000 4194304 4196468 140727282284368 140052108445968 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=523] ppid=516 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/517/task/523/stat : 523 (java) S 516 516 15667 0 -1 1077944384 230 0 0 0 7 2 0 0 20 0 28 0 4359922 14133010432 47399 33554432000 4194304 4196468 140727282284368 140052107393424 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=524] ppid=516 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/517/task/524/stat : 524 (java) S 516 516 15667 0 -1 1077944384 304 0 0 0 7 3 0 0 20 0 28 0 4359922 14133010432 47399 33554432000 4194304 4196468 140727282284368 140051766270992 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=525] ppid=516 vsize=13801768 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/517/task/525/stat : 525 (java) S 516 516 15667 0 -1 1077944384 1855 0 0 0 6 2 0 0 20 0 28 0 4359922 14133010432 47399 33554432000 4194304 4196468 140727282284368 140051765218448 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=526] ppid=516 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/517/task/526/stat : 526 (java) S 516 516 15667 0 -1 1077944384 1273 0 0 0 6 3 0 0 20 0 28 0 4359922 14133010432 47399 33554432000 4194304 4196468 140727282284368 140051764165392 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=527] ppid=516 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/517/task/527/stat : 527 (java) S 516 516 15667 0 -1 1077944384 1043 0 0 0 6 3 0 0 20 0 28 0 4359922 14133010432 47399 33554432000 4194304 4196468 140727282284368 140051763112848 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=528] ppid=516 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/517/task/528/stat : 528 (java) S 516 516 15667 0 -1 1077944384 1600 0 0 0 5 5 0 0 20 0 28 0 4359924 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050903320816 140052171598466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=529] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/529/stat : 529 (java) S 516 516 15667 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 4359925 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050902267104 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=530] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/530/stat : 530 (java) S 516 516 15667 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 28 0 4359925 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050901213952 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=531] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/531/stat : 531 (java) S 516 516 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4359929 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050900162512 140052171605915 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=532] ppid=516 vsize=13801768 CPUtime=2.58 cores=0,2,4,6,8,10,12,14
/proc/517/task/532/stat : 532 (java) S 516 516 15667 0 -1 1077944384 8286 0 0 0 257 1 0 0 20 0 28 0 4359929 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050899110640 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=533] ppid=516 vsize=13801768 CPUtime=2.48 cores=0,2,4,6,8,10,12,14
/proc/517/task/533/stat : 533 (java) S 516 516 15667 0 -1 1077944384 13960 0 0 0 247 1 0 0 20 0 28 0 4359929 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050562018160 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=534] ppid=516 vsize=13801768 CPUtime=2.23 cores=0,2,4,6,8,10,12,14
/proc/517/task/534/stat : 534 (java) S 516 516 15667 0 -1 1077944384 8253 0 0 0 221 2 0 0 20 0 28 0 4359929 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050560965104 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 8 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=535] ppid=516 vsize=13801768 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/517/task/535/stat : 535 (java) S 516 516 15667 0 -1 1077944384 6940 0 0 0 93 1 0 0 20 0 28 0 4359929 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050559912560 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=536] ppid=516 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/517/task/536/stat : 536 (java) S 516 516 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4359930 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050558859744 140052171597525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=537] ppid=516 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/517/task/537/stat : 537 (java) S 516 516 15667 0 -1 1077944384 362 0 0 0 0 1 0 0 20 0 28 0 4359930 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050557807280 140052171598466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=538] ppid=516 vsize=13801768 CPUtime=63.45 cores=0,2,4,6,8,10,12,14
/proc/517/task/538/stat : 538 (java) R 516 516 15667 0 -1 4202560 903 0 0 0 6345 0 0 0 20 0 28 0 4360096 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050549791640 140051794311727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=539] ppid=516 vsize=13801768 CPUtime=63.59 cores=0,2,4,6,8,10,12,14
/proc/517/task/539/stat : 539 (java) R 516 516 15667 0 -1 4202560 651 0 0 0 6359 0 0 0 20 0 28 0 4360096 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050548740104 140051795488816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=540] ppid=516 vsize=13801768 CPUtime=63.43 cores=0,2,4,6,8,10,12,14
/proc/517/task/540/stat : 540 (java) R 516 516 15667 0 -1 4202560 1542 0 0 0 6343 0 0 0 20 0 28 0 4360096 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050547688600 140051794312374 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=541] ppid=516 vsize=13801768 CPUtime=63.26 cores=0,2,4,6,8,10,12,14
/proc/517/task/541/stat : 541 (java) R 516 516 15667 0 -1 4202560 742 0 0 0 6326 0 0 0 20 0 28 0 4360096 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050546635528 140051794312190 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=542] ppid=516 vsize=13801768 CPUtime=63.53 cores=0,2,4,6,8,10,12,14
/proc/517/task/542/stat : 542 (java) R 516 516 15667 0 -1 4202560 565 0 0 0 6353 0 0 0 20 0 28 0 4360096 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050545584816 140051791349338 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=543] ppid=516 vsize=13801768 CPUtime=63.69 cores=0,2,4,6,8,10,12,14
/proc/517/task/543/stat : 543 (java) R 516 516 15667 0 -1 4202560 478 0 0 0 6369 0 0 0 20 0 28 0 4360096 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050544529680 140051793966438 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=544] ppid=516 vsize=13801768 CPUtime=63.28 cores=0,2,4,6,8,10,12,14
/proc/517/task/544/stat : 544 (java) R 516 516 15667 0 -1 4202560 355 0 0 0 6328 0 0 0 20 0 28 0 4360096 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050543476824 140051794311881 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
[pid=517/tid=545] ppid=516 vsize=13801768 CPUtime=63.42 cores=0,2,4,6,8,10,12,14
/proc/517/task/545/stat : 545 (java) R 516 516 15667 0 -1 4202560 698 0 0 0 6341 1 0 0 20 0 28 0 4360097 14133010432 47399 33554432000 4194304 4196468 140727282284368 140050542424152 140051794311963 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29917184 140727282291900 140727282292076 140727282292076 140727282294735 0
Current children cumulated CPU time (s) 518.61
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 66.347
CPU time (s): 518.836
CPU user time (s): 518.36
CPU system time (s): 0.476605
CPU usage (%): 782.005
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 518.36
system time used= 0.476605
maximum resident set size= 266996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63475
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7876
involuntary context switches= 38650

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.80401 second user time and 0.917882 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 04:35:02
IDJOB=4247872
IDBENCH=130602
IDSOLVER=2625
FILE ID=node104/4247872-1500690902
RUNJOBID= node104-1500684128-16796
PBS_JOBID= 20623031
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-07_X2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247872-1500690902/watcher-4247872-1500690902 -o /tmp/evaluation-result-4247872-1500690902/solver-4247872-1500690902 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 469006687 HOME/instance-4247872-1500690902.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= be036177e118ca84375e398cb8709600
RANDOM SEED=469006687

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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	: 8
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31719188 kB
MemAvailable:   31805080 kB
Buffers:          167004 kB
Cached:           182804 kB
SwapCached:          252 kB
Active:           404008 kB
Inactive:         177792 kB
Active(anon):     187216 kB
Inactive(anon):    56372 kB
Active(file):     216792 kB
Inactive(file):   121420 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:              8188 kB
Writeback:             0 kB
AnonPages:        259360 kB
Mapped:            42632 kB
Shmem:              8772 kB
Slab:             162124 kB
SReclaimable:     127028 kB
SUnreclaim:        35096 kB
KernelStack:        5072 kB
PageTables:         6708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1146196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62000 MiB
End job on node104 at 2017-07-22 04:36:09