Trace number 4404488

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
choco-solver 2019-09-20 parallelSAT 3940.79 495.04

General information on the benchmark

NameRandom/Random-RB-2-50-23f/
rand-2-50-23-587-230f-45.xml
MD5SUM41f8f24832fd252a4029981691973b80
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 benchmark17.333
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints467
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":50}]
Minimum variable degree9
Maximum variable degree28
Distribution of variable degrees[{"degree":9,"count":1},{"degree":12,"count":1},{"degree":13,"count":3},{"degree":15,"count":4},{"degree":16,"count":4},{"degree":17,"count":4},{"degree":18,"count":9},{"degree":19,"count":3},{"degree":20,"count":5},{"degree":21,"count":5},{"degree":22,"count":4},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":26,"count":1},{"degree":28,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":467}]
Number of extensional constraints467
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":467}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404488-1568996042.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404488-1568996042.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
4.36/1.57	c solve instance...
3940.69/495.01	s SATISFIABLE
3940.69/495.01	v <instantiation>
3940.69/495.01	v 	<list>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] x[49] </list>
3940.69/495.01	v 	<values>18 18 16 18 11 13 5 21 17 8 14 10 1 11 0 17 4 17 12 17 11 18 11 0 7 8 20 16 9 16 14 11 19 22 11 0 2 8 6 19 11 15 14 14 13 15 18 16 16 20 </values>
3940.69/495.01	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 (7747 MiB free)
  memory of node 1: 16384 MiB (7463 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404488-1568996042/watcher-4404488-1568996042 -o /tmp/evaluation-result-4404488-1568996042/solver-4404488-1568996042 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568994968-4744 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 736689317 HOME/instance-4404488-1568996042.xml 

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

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

solver pid=5439, runsolver pid=5436

[startup+0.100113 s]*
/proc/loadavg: 7.88 6.03 4.95 2/215 5460
/proc/meminfo: memFree=15560460/32770624 swapFree=66955424/67108860
[pid=5439] ppid=5436 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5439/stat : 5439 (xcsp3-exec) S 5436 5439 4717 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475875546 115843072 363 33554432000 4194304 5098028 140733945203600 140733945201704 140620577387132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37646336 140733945205622 140733945205865 140733945205865 140733945208778 0
/proc/5439/statm: 28282 363 305 221 0 87 0
[pid=5441] ppid=5439 vsize=28227396 memory=29048 CPUtime=0.12 cores=0-7
/proc/5441/stat : 5441 (java) S 5439 5439 4717 0 -1 1077944320 5739 0 0 0 11 1 0 0 20 0 20 0 475875546 28904853504 7262 33554432000 4194304 4196468 140737400557840 140737400540384 140484887482103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
/proc/5441/statm: 7056849 7262 3119 1 0 7019032 0
[pid=5441/tid=5442] ppid=5439 vsize=28227396 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/5441/task/5442/stat : 5442 (java) R 5439 5439 4717 0 -1 4202560 3648 0 0 0 8 0 0 0 20 0 20 0 475875546 28904853504 7262 33554432000 4194304 4196468 140737400557840 140484891714896 140484887494038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5443] ppid=5439 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/5441/task/5443/stat : 5443 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 7262 33554432000 4194304 4196468 140737400557840 140484840102928 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5444] ppid=5439 vsize=28227396 memory=140444039792256 CPUtime=0 cores=0-7
/proc/5441/task/5444/stat : 5444 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 7262 33554432000 4194304 4196468 140737400557840 140484839050384 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5445] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5445/stat : 5445 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 7262 33554432000 4194304 4196468 140737400557840 140484837997328 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5446] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5446/stat : 5446 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 7262 33554432000 4194304 4196468 140737400557840 140484836944784 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5447] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5447/stat : 5447 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 7262 33554432000 4194304 4196468 140737400557840 140484835891728 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5448] ppid=5439 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5441/task/5448/stat : 5448 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 7262 33554432000 4194304 4196468 140737400557840 140484834839184 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5449] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5449/stat : 5449 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 7262 33554432000 4194304 4196468 140737400557840 140484833786128 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5450] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5450/stat : 5450 (java) S 5439 5439 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 7262 33554432000 4194304 4196468 140737400557840 140484832733584 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5451] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5451/stat : 5451 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875549 28904853504 7262 33554432000 4194304 4196468 140737400557840 140483553008368 140484887493250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5452] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5452/stat : 5452 (java) S 5439 5439 4717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475875549 28904853504 7262 33554432000 4194304 4196468 140737400557840 140483551954592 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5453] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5453/stat : 5453 (java) S 5439 5439 4717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475875549 28904853504 7262 33554432000 4194304 4196468 140737400557840 140483550901488 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5454] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5454/stat : 5454 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875552 28904853504 7262 33554432000 4194304 4196468 140737400557840 140483549850064 140484887500699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5455] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5455/stat : 5455 (java) S 5439 5439 4717 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 475875552 28904853504 7262 33554432000 4194304 4196468 140737400557840 140483481299184 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5456] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5456/stat : 5456 (java) S 5439 5439 4717 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 475875552 28904853504 7262 33554432000 4194304 4196468 140737400557840 140483480246640 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5457] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5457/stat : 5457 (java) S 5439 5439 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475875552 28904853504 7262 33554432000 4194304 4196468 140737400557840 140483479193584 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5458] ppid=5439 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/5441/task/5458/stat : 5458 (java) S 5439 5439 4717 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 20 0 475875552 28904853504 7262 33554432000 4194304 4196468 140737400557840 140483478141040 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5459] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5459/stat : 5459 (java) S 5439 5439 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475875552 28904853504 7262 33554432000 4194304 4196468 140737400557840 140483477089248 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5460] ppid=5439 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5441/task/5460/stat : 5460 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875552 28904853504 7262 33554432000 4194304 4196468 140737400557840 140483476036784 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30500 KiB

[startup+0.210364 s]*
/proc/loadavg: 7.88 6.03 4.95 2/215 5460
/proc/meminfo: memFree=15546760/32770624 swapFree=66955424/67108860
[pid=5439] ppid=5436 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5439/stat : 5439 (xcsp3-exec) S 5436 5439 4717 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475875546 115843072 363 33554432000 4194304 5098028 140733945203600 140733945201704 140620577387132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37646336 140733945205622 140733945205865 140733945205865 140733945208778 0
/proc/5439/statm: 28282 363 305 221 0 87 0
[pid=5441] ppid=5439 vsize=28227396 memory=40924 CPUtime=0.33 cores=0-7
/proc/5441/stat : 5441 (java) S 5439 5439 4717 0 -1 1077944320 9508 0 0 0 30 3 0 0 20 0 20 0 475875546 28904853504 10231 33554432000 4194304 4196468 140737400557840 140737400540384 140484887482103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
/proc/5441/statm: 7056849 10231 3303 1 0 7019032 0
[pid=5441/tid=5442] ppid=5439 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/5441/task/5442/stat : 5442 (java) R 5439 5439 4717 0 -1 4202560 6638 0 0 0 18 2 0 0 20 0 20 0 475875546 28904853504 10231 33554432000 4194304 4196468 140737400557840 140484891714832 140484504850500 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5443] ppid=5439 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/5441/task/5443/stat : 5443 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 10231 33554432000 4194304 4196468 140737400557840 140484840102928 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5444] ppid=5439 vsize=28227396 memory=140444039797954 CPUtime=0 cores=0-7
/proc/5441/task/5444/stat : 5444 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 10231 33554432000 4194304 4196468 140737400557840 140484839050384 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5445] ppid=5439 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5441/task/5445/stat : 5445 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 10231 33554432000 4194304 4196468 140737400557840 140484837997328 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5446] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5446/stat : 5446 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 10231 33554432000 4194304 4196468 140737400557840 140484836944784 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5447] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5447/stat : 5447 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 10231 33554432000 4194304 4196468 140737400557840 140484835891728 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5448] ppid=5439 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5441/task/5448/stat : 5448 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 10231 33554432000 4194304 4196468 140737400557840 140484834839184 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5449] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5449/stat : 5449 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 10231 33554432000 4194304 4196468 140737400557840 140484833786128 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5450] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5450/stat : 5450 (java) S 5439 5439 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475875547 28904853504 10231 33554432000 4194304 4196468 140737400557840 140484832733584 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5451] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5451/stat : 5451 (java) S 5439 5439 4717 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475875549 28904853504 10231 33554432000 4194304 4196468 140737400557840 140483553008368 140484887493250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5452] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5452/stat : 5452 (java) S 5439 5439 4717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475875549 28904853504 10231 33554432000 4194304 4196468 140737400557840 140483551954592 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5453] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5453/stat : 5453 (java) S 5439 5439 4717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475875549 28904853504 10231 33554432000 4194304 4196468 140737400557840 140483550901488 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5454] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5454/stat : 5454 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875552 28904853504 10231 33554432000 4194304 4196468 140737400557840 140483549850064 140484887500699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5455] ppid=5439 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/5441/task/5455/stat : 5455 (java) S 5439 5439 4717 0 -1 1077944384 509 0 0 0 1 0 0 0 20 0 20 0 475875552 28904853504 10231 33554432000 4194304 4196468 140737400557840 140483481299184 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5456] ppid=5439 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/5441/task/5456/stat : 5456 (java) S 5439 5439 4717 0 -1 1077944384 163 0 0 0 1 0 0 0 20 0 20 0 475875552 28904853504 10231 33554432000 4194304 4196468 140737400557840 140483480246640 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5457] ppid=5439 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/5441/task/5457/stat : 5457 (java) S 5439 5439 4717 0 -1 1077944384 109 0 0 0 1 0 0 0 20 0 20 0 475875552 28904853504 10231 33554432000 4194304 4196468 140737400557840 140483479193584 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5458] ppid=5439 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/5441/task/5458/stat : 5458 (java) R 5439 5439 4717 0 -1 4202560 776 0 0 0 7 0 0 0 20 0 20 0 475875552 28904853504 10231 33554432000 4194304 4196468 140737400557840 140483478141040 140484871562590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5459] ppid=5439 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5459/stat : 5459 (java) S 5439 5439 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475875552 28904853504 10231 33554432000 4194304 4196468 140737400557840 140483477089248 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5460] ppid=5439 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5441/task/5460/stat : 5460 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875552 28904853504 10231 33554432000 4194304 4196468 140737400557840 140483476036784 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42376 KiB

[startup+0.309742 s]*
/proc/loadavg: 7.88 6.03 4.95 5/215 5460
/proc/meminfo: memFree=15540916/32770624 swapFree=66955424/67108860
[pid=5439] ppid=5436 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5439/stat : 5439 (xcsp3-exec) S 5436 5439 4717 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475875546 115843072 363 33554432000 4194304 5098028 140733945203600 140733945201704 140620577387132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37646336 140733945205622 140733945205865 140733945205865 140733945208778 0
/proc/5439/statm: 28282 363 305 221 0 87 0
[pid=5441] ppid=5439 vsize=28231652 memory=50044 CPUtime=0.52 cores=0-7
/proc/5441/stat : 5441 (java) S 5439 5439 4717 0 -1 1077944320 10879 0 0 0 48 4 0 0 20 0 20 0 475875546 28909211648 12511 33554432000 4194304 4196468 140737400557840 140737400540384 140484887482103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
/proc/5441/statm: 7057913 12511 3351 1 0 7019032 0
[pid=5441/tid=5442] ppid=5439 vsize=28231652 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/5441/task/5442/stat : 5442 (java) R 5439 5439 4717 0 -1 4202560 7766 0 0 0 26 3 0 0 20 0 20 0 475875546 28909211648 12538 33554432000 4194304 4196468 140737400557840 140484891715888 140484887504029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5443] ppid=5439 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5443/stat : 5443 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875547 28909211648 12538 33554432000 4194304 4196468 140737400557840 140484840102928 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5444] ppid=5439 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5444/stat : 5444 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875547 28909211648 12538 33554432000 4194304 4196468 140737400557840 140484839050384 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5445] ppid=5439 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5445/stat : 5445 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875547 28909211648 12538 33554432000 4194304 4196468 140737400557840 140484837997328 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5446] ppid=5439 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5446/stat : 5446 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875547 28909211648 12538 33554432000 4194304 4196468 140737400557840 140484836944784 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5447] ppid=5439 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/5441/task/5447/stat : 5447 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875547 28909211648 12538 33554432000 4194304 4196468 140737400557840 140484835891728 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5448] ppid=5439 vsize=28231652 memory=140443887170479 CPUtime=0 cores=0-7
/proc/5441/task/5448/stat : 5448 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875547 28909211648 12538 33554432000 4194304 4196468 140737400557840 140484834839184 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5449] ppid=5439 vsize=28231652 memory=140443887172784 CPUtime=0 cores=0-7
/proc/5441/task/5449/stat : 5449 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875547 28909211648 12538 33554432000 4194304 4196468 140737400557840 140484833786128 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5450] ppid=5439 vsize=28231652 memory=140443887175088 CPUtime=0 cores=0-7
/proc/5441/task/5450/stat : 5450 (java) S 5439 5439 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475875547 28909211648 12538 33554432000 4194304 4196468 140737400557840 140484832733584 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5451] ppid=5439 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5451/stat : 5451 (java) S 5439 5439 4717 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475875549 28909211648 12538 33554432000 4194304 4196468 140737400557840 140483553008368 140484887493250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5452] ppid=5439 vsize=28231652 memory=280887774357136 CPUtime=0 cores=0-7
/proc/5441/task/5452/stat : 5452 (java) S 5439 5439 4717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475875549 28909211648 12538 33554432000 4194304 4196468 140737400557840 140483551954592 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5453] ppid=5439 vsize=28231652 memory=280887774364048 CPUtime=0 cores=0-7
/proc/5441/task/5453/stat : 5453 (java) S 5439 5439 4717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475875549 28909211648 12538 33554432000 4194304 4196468 140737400557840 140483550901488 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5454] ppid=5439 vsize=28231652 memory=280887774305328 CPUtime=0 cores=0-7
/proc/5441/task/5454/stat : 5454 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875552 28909211648 12538 33554432000 4194304 4196468 140737400557840 140483549850064 140484887500699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5455] ppid=5439 vsize=28231652 memory=280887774377872 CPUtime=0.02 cores=0-7
/proc/5441/task/5455/stat : 5455 (java) S 5439 5439 4717 0 -1 1077944384 521 0 0 0 2 0 0 0 20 0 20 0 475875552 28909211648 12538 33554432000 4194304 4196468 140737400557840 140483481299184 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5456] ppid=5439 vsize=28231652 memory=280887774384784 CPUtime=0.03 cores=0-7
/proc/5441/task/5456/stat : 5456 (java) R 5439 5439 4717 0 -1 4202560 278 0 0 0 3 0 0 0 20 0 20 0 475875552 28909211648 12538 33554432000 4194304 4196468 140737400557840 140483480237024 140484867175144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5457] ppid=5439 vsize=28231652 memory=280887774382480 CPUtime=0.02 cores=0-7
/proc/5441/task/5457/stat : 5457 (java) S 5439 5439 4717 0 -1 1077944384 115 0 0 0 2 0 0 0 20 0 20 0 475875552 28909211648 12538 33554432000 4194304 4196468 140737400557840 140483479193584 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5458] ppid=5439 vsize=28231652 memory=280887774398640 CPUtime=0.12 cores=0-7
/proc/5441/task/5458/stat : 5458 (java) S 5439 5439 4717 0 -1 1077944384 901 0 0 0 12 0 0 0 20 0 20 0 475875552 28909211648 12538 33554432000 4194304 4196468 140737400557840 140483478141040 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5459] ppid=5439 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5459/stat : 5459 (java) S 5439 5439 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475875552 28909211648 12538 33554432000 4194304 4196468 140737400557840 140483477089248 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5460] ppid=5439 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/5441/task/5460/stat : 5460 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875552 28909211648 12538 33554432000 4194304 4196468 140737400557840 140483476036784 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51496 KiB

[startup+0.700921 s]
/proc/loadavg: 7.88 6.03 4.95 6/215 5460
/proc/meminfo: memFree=15509652/32770624 swapFree=66955424/67108860
[pid=5439] ppid=5436 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5439/stat : 5439 (xcsp3-exec) S 5436 5439 4717 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475875546 115843072 363 33554432000 4194304 5098028 140733945203600 140733945201704 140620577387132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37646336 140733945205622 140733945205865 140733945205865 140733945208778 0
/proc/5439/statm: 28282 363 305 221 0 87 0
[pid=5441] ppid=5439 vsize=28233776 memory=151948 CPUtime=2.03 cores=0-7
/proc/5441/stat : 5441 (java) S 5439 5439 4717 0 -1 1077944320 15818 0 0 0 197 6 0 0 20 0 20 0 475875546 28911386624 37987 33554432000 4194304 4196468 140737400557840 140737400540384 140484887482103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
/proc/5441/statm: 7058444 37987 3450 1 0 7019544 0
[pid=5441/tid=5442] ppid=5439 vsize=28233776 memory=280887774756528 CPUtime=0.67 cores=0-7
/proc/5441/task/5442/stat : 5442 (java) R 5439 5439 4717 0 -1 4202560 8510 0 0 0 63 4 0 0 20 0 20 0 475875546 28911386624 37987 33554432000 4194304 4196468 140737400557840 140484891721088 140484872867491 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5443] ppid=5439 vsize=28233776 memory=140443887379312 CPUtime=0 cores=0-7
/proc/5441/task/5443/stat : 5443 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875547 28911386624 37987 33554432000 4194304 4196468 140737400557840 140484840102928 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5444] ppid=5439 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/5441/task/5444/stat : 5444 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475875547 28911386624 37987 33554432000 4194304 4196468 140737400557840 140484839050384 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5445] ppid=5439 vsize=28233776 memory=8444 CPUtime=0 cores=0-7
/proc/5441/task/5445/stat : 5445 (java) S 5439 5439 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475875547 28911386624 37987 33554432000 4194304 4196468 140737400557840 140484837997328 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0

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

[pid=5441/tid=5458] ppid=5439 vsize=28766288 memory=4460 CPUtime=0.76 cores=0-7
/proc/5441/task/5458/stat : 5458 (java) S 5439 5439 4717 0 -1 1077944384 7488 0 0 0 74 2 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483478141040 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5459] ppid=5439 vsize=28766288 memory=1724 CPUtime=0 cores=0-7
/proc/5441/task/5459/stat : 5459 (java) S 5439 5439 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483477089248 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5460] ppid=5439 vsize=28766288 memory=1412 CPUtime=0.13 cores=0-7
/proc/5441/task/5460/stat : 5460 (java) S 5439 5439 4717 0 -1 1077944384 971 0 0 0 0 13 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483476036784 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5461] ppid=5439 vsize=28766288 memory=3600 CPUtime=492 cores=0-7
/proc/5441/task/5461/stat : 5461 (java) R 5439 5439 4717 0 -1 4202560 1287 0 0 0 49199 1 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483467053872 140484512204485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5462] ppid=5439 vsize=28766288 memory=1452 CPUtime=492.11 cores=0-7
/proc/5441/task/5462/stat : 5462 (java) R 5439 5439 4717 0 -1 4202560 1127 0 0 0 49210 1 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483466005504 140484512475986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5463] ppid=5439 vsize=28766288 memory=3294440 CPUtime=490.8 cores=0-7
/proc/5441/task/5463/stat : 5463 (java) R 5439 5439 4717 0 -1 4202560 6485 0 0 0 49065 15 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483464949624 140484512463421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5464] ppid=5439 vsize=28766288 memory=1564 CPUtime=489.45 cores=0-7
/proc/5441/task/5464/stat : 5464 (java) R 5439 5439 4717 0 -1 4202560 4608 0 0 0 48929 16 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483463897400 140484512205246 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5465] ppid=5439 vsize=28766288 memory=4126316290023845779 CPUtime=491.25 cores=0-7
/proc/5441/task/5465/stat : 5465 (java) R 5439 5439 4717 0 -1 4202560 5390 0 0 0 49107 18 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483462843976 140484512401619 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5466] ppid=5439 vsize=28766288 memory=1564 CPUtime=490.79 cores=0-7
/proc/5441/task/5466/stat : 5466 (java) R 5439 5439 4717 0 -1 4202560 6937 0 0 0 49053 26 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483461791384 140484512463837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5467] ppid=5439 vsize=28766288 memory=1560 CPUtime=492.39 cores=0-7
/proc/5441/task/5467/stat : 5467 (java) R 5439 5439 4717 0 -1 4202560 1100 0 0 0 49238 1 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483460739400 140484512204749 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5468] ppid=5439 vsize=28766288 memory=976 CPUtime=488.36 cores=0-7
/proc/5441/task/5468/stat : 5468 (java) R 5439 5439 4717 0 -1 4202560 7671 0 0 0 48808 28 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483459687720 140484512204856 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
Current children cumulated CPU time: 3935.87 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 3295916 KiB

[startup+494.801 s]
/proc/loadavg: 8.12 7.79 6.31 9/221 5528
/proc/meminfo: memFree=12285512/32770624 swapFree=66955432/67108860
[pid=5439] ppid=5436 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5439/stat : 5439 (xcsp3-exec) S 5436 5439 4717 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475875546 115843072 363 33554432000 4194304 5098028 140733945203600 140733945201704 140620577387132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37646336 140733945205622 140733945205865 140733945205865 140733945208778 0
/proc/5439/statm: 28282 363 305 221 0 87 0
[pid=5441] ppid=5439 vsize=28766288 memory=3294464 CPUtime=3939.04 cores=0-7
/proc/5441/stat : 5441 (java) S 5439 5439 4717 0 -1 1077944320 88440 0 0 0 393731 173 0 0 20 0 28 0 475875546 29456678912 823616 33554432000 4194304 4196468 140737400557840 140737400540384 140484887482103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
/proc/5441/statm: 7191572 823616 3520 1 0 7152672 0
[pid=5441/tid=5442] ppid=5439 vsize=28766288 memory=8112282956445269571 CPUtime=1.47 cores=0-7
/proc/5441/task/5442/stat : 5442 (java) S 5439 5439 4717 0 -1 1077944384 9285 0 0 0 141 6 0 0 20 0 28 0 475875546 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484891722880 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5443] ppid=5439 vsize=28766288 memory=3294464 CPUtime=0.16 cores=0-7
/proc/5441/task/5443/stat : 5443 (java) S 5439 5439 4717 0 -1 1077944384 445 0 0 0 10 6 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484840102928 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5444] ppid=5439 vsize=28766288 memory=4126316290023845779 CPUtime=0.14 cores=0-7
/proc/5441/task/5444/stat : 5444 (java) S 5439 5439 4717 0 -1 1077944384 1239 0 0 0 9 5 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484839050384 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5445] ppid=5439 vsize=28766288 memory=1452 CPUtime=0.16 cores=0-7
/proc/5441/task/5445/stat : 5445 (java) S 5439 5439 4717 0 -1 1077944384 1874 0 0 0 10 6 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484837997328 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5446] ppid=5439 vsize=28766288 memory=1452 CPUtime=0.17 cores=0-7
/proc/5441/task/5446/stat : 5446 (java) S 5439 5439 4717 0 -1 1077944384 1603 0 0 0 11 6 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484836944784 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5447] ppid=5439 vsize=28766288 memory=3295464 CPUtime=0.16 cores=0-7
/proc/5441/task/5447/stat : 5447 (java) S 5439 5439 4717 0 -1 1077944384 1157 0 0 0 10 6 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484835891728 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5448] ppid=5439 vsize=28766288 memory=8112282956445269571 CPUtime=0.15 cores=0-7
/proc/5441/task/5448/stat : 5448 (java) S 5439 5439 4717 0 -1 1077944384 1098 0 0 0 10 5 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484834839184 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5449] ppid=5439 vsize=28766288 memory=42248 CPUtime=0.17 cores=0-7
/proc/5441/task/5449/stat : 5449 (java) S 5439 5439 4717 0 -1 1077944384 1508 0 0 0 11 6 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484833786128 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5450] ppid=5439 vsize=28766288 memory=804 CPUtime=0.16 cores=0-7
/proc/5441/task/5450/stat : 5450 (java) S 5439 5439 4717 0 -1 1077944384 945 0 0 0 11 5 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484832733584 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5451] ppid=5439 vsize=28766288 memory=4104 CPUtime=0.03 cores=0-7
/proc/5441/task/5451/stat : 5451 (java) S 5439 5439 4717 0 -1 1077944384 4706 0 0 0 3 0 0 0 20 0 28 0 475875549 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483553008368 140484887493250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5452] ppid=5439 vsize=28766288 memory=1808 CPUtime=0 cores=0-7
/proc/5441/task/5452/stat : 5452 (java) S 5439 5439 4717 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 475875549 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483551954656 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5453] ppid=5439 vsize=28766288 memory=920 CPUtime=0 cores=0-7
/proc/5441/task/5453/stat : 5453 (java) S 5439 5439 4717 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 475875549 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483550901504 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5454] ppid=5439 vsize=28766288 memory=4460 CPUtime=0 cores=0-7
/proc/5441/task/5454/stat : 5454 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483549850064 140484887500699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5455] ppid=5439 vsize=28766288 memory=280887775710176 CPUtime=1.55 cores=0-7
/proc/5441/task/5455/stat : 5455 (java) S 5439 5439 4717 0 -1 1077944384 7017 0 0 0 153 2 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483481299184 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5456] ppid=5439 vsize=28766288 memory=579276006249557251 CPUtime=1.72 cores=0-7
/proc/5441/task/5456/stat : 5456 (java) S 5439 5439 4717 0 -1 1077944384 7287 0 0 0 170 2 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483480246640 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5457] ppid=5439 vsize=28766288 memory=2965369 CPUtime=1.59 cores=0-7
/proc/5441/task/5457/stat : 5457 (java) S 5439 5439 4717 0 -1 1077944384 5861 0 0 0 157 2 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483479193584 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5458] ppid=5439 vsize=28766288 memory=-7161732098442470212 CPUtime=0.76 cores=0-7
/proc/5441/task/5458/stat : 5458 (java) S 5439 5439 4717 0 -1 1077944384 7488 0 0 0 74 2 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483478141040 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5459] ppid=5439 vsize=28766288 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/5441/task/5459/stat : 5459 (java) S 5439 5439 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483477089248 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5460] ppid=5439 vsize=28766288 memory=288230583166042426 CPUtime=0.13 cores=0-7
/proc/5441/task/5460/stat : 5460 (java) R 5439 5439 4717 0 -1 1077944384 971 0 0 0 0 13 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483476036784 140484887493250 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5461] ppid=5439 vsize=28766288 memory=15260333157648022 CPUtime=492.4 cores=0-7
/proc/5441/task/5461/stat : 5461 (java) R 5439 5439 4717 0 -1 4202560 1288 0 0 0 49239 1 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483467054424 140484512598909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5462] ppid=5439 vsize=28766288 memory=6144 CPUtime=492.51 cores=0-7
/proc/5441/task/5462/stat : 5462 (java) R 5439 5439 4717 0 -1 4202560 1130 0 0 0 49250 1 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483466003000 140484512474986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5463] ppid=5439 vsize=28766288 memory=1124 CPUtime=491.19 cores=0-7
/proc/5441/task/5463/stat : 5463 (java) R 5439 5439 4717 0 -1 4202560 6488 0 0 0 49104 15 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483464949376 140484512401737 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5464] ppid=5439 vsize=28766288 memory=14004 CPUtime=489.84 cores=0-7
/proc/5441/task/5464/stat : 5464 (java) R 5439 5439 4717 0 -1 4202560 4610 0 0 0 48968 16 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483463897400 140484512475845 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5465] ppid=5439 vsize=28766288 memory=1452 CPUtime=491.65 cores=0-7
/proc/5441/task/5465/stat : 5465 (java) R 5439 5439 4717 0 -1 4202560 5393 0 0 0 49147 18 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483462844208 140484512475873 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5466] ppid=5439 vsize=28766288 memory=1452 CPUtime=491.19 cores=0-7
/proc/5441/task/5466/stat : 5466 (java) R 5439 5439 4717 0 -1 4202560 6941 0 0 0 49093 26 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483461791784 140484511828143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5467] ppid=5439 vsize=28766288 memory=3294440 CPUtime=492.78 cores=0-7
/proc/5441/task/5467/stat : 5467 (java) R 5439 5439 4717 0 -1 4202560 1100 0 0 0 49277 1 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483460739616 140484512204773 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5468] ppid=5439 vsize=28766288 memory=504 CPUtime=488.75 cores=0-7
/proc/5441/task/5468/stat : 5468 (java) R 5439 5439 4717 0 -1 4202560 7671 0 0 0 48847 28 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483459687224 140484511827016 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
Current children cumulated CPU time: 3939.04 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 3295916 KiB

[startup+495.001 s]*
/proc/loadavg: 8.12 7.79 6.31 9/221 5528
/proc/meminfo: memFree=12285524/32770624 swapFree=66955432/67108860
[pid=5439] ppid=5436 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5439/stat : 5439 (xcsp3-exec) S 5436 5439 4717 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475875546 115843072 363 33554432000 4194304 5098028 140733945203600 140733945201704 140620577387132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37646336 140733945205622 140733945205865 140733945205865 140733945208778 0
/proc/5439/statm: 28282 363 305 221 0 87 0
[pid=5441] ppid=5439 vsize=28766288 memory=3294464 CPUtime=3940.69 cores=0-7
/proc/5441/stat : 5441 (java) S 5439 5439 4717 0 -1 1077944320 88446 0 0 0 393896 173 0 0 20 0 28 0 475875546 29456678912 823616 33554432000 4194304 4196468 140737400557840 140737400540384 140484887482103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
/proc/5441/statm: 7191572 823616 3520 1 0 7152672 0
[pid=5441/tid=5442] ppid=5439 vsize=28766288 memory=280887774150896 CPUtime=1.47 cores=0-7
/proc/5441/task/5442/stat : 5442 (java) S 5439 5439 4717 0 -1 1077944384 9285 0 0 0 141 6 0 0 20 0 28 0 475875546 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484891722880 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5443] ppid=5439 vsize=28766288 memory=280887774150896 CPUtime=0.16 cores=0-7
/proc/5441/task/5443/stat : 5443 (java) S 5439 5439 4717 0 -1 1077944384 445 0 0 0 10 6 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484840102928 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5444] ppid=5439 vsize=28766288 memory=280887774150896 CPUtime=0.14 cores=0-7
/proc/5441/task/5444/stat : 5444 (java) S 5439 5439 4717 0 -1 1077944384 1239 0 0 0 9 5 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484839050384 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5445] ppid=5439 vsize=28766288 memory=4126316290023845779 CPUtime=0.16 cores=0-7
/proc/5441/task/5445/stat : 5445 (java) S 5439 5439 4717 0 -1 1077944384 1874 0 0 0 10 6 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484837997328 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5446] ppid=5439 vsize=28766288 memory=-2317720213663851332 CPUtime=0.17 cores=0-7
/proc/5441/task/5446/stat : 5446 (java) S 5439 5439 4717 0 -1 1077944384 1603 0 0 0 11 6 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484836944784 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5447] ppid=5439 vsize=28766288 memory=6154820267226784105 CPUtime=0.16 cores=0-7
/proc/5441/task/5447/stat : 5447 (java) S 5439 5439 4717 0 -1 1077944384 1157 0 0 0 10 6 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484835891728 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5448] ppid=5439 vsize=28766288 memory=7379241883359864663 CPUtime=0.15 cores=0-7
/proc/5441/task/5448/stat : 5448 (java) S 5439 5439 4717 0 -1 1077944384 1098 0 0 0 10 5 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484834839184 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5449] ppid=5439 vsize=28766288 memory=0 CPUtime=0.17 cores=0-7
/proc/5441/task/5449/stat : 5449 (java) S 5439 5439 4717 0 -1 1077944384 1508 0 0 0 11 6 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484833786128 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5450] ppid=5439 vsize=28766288 memory=280887775198800 CPUtime=0.16 cores=0-7
/proc/5441/task/5450/stat : 5450 (java) S 5439 5439 4717 0 -1 1077944384 945 0 0 0 11 5 0 0 20 0 28 0 475875547 29456678912 823616 33554432000 4194304 4196468 140737400557840 140484832733584 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5451] ppid=5439 vsize=28766288 memory=7812726576340533336 CPUtime=0.03 cores=0-7
/proc/5441/task/5451/stat : 5451 (java) S 5439 5439 4717 0 -1 1077944384 4706 0 0 0 3 0 0 0 20 0 28 0 475875549 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483553008368 140484887493250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5452] ppid=5439 vsize=28766288 memory=2965396 CPUtime=0 cores=0-7
/proc/5441/task/5452/stat : 5452 (java) S 5439 5439 4717 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 475875549 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483551954656 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5453] ppid=5439 vsize=28766288 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/5441/task/5453/stat : 5453 (java) S 5439 5439 4717 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 475875549 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483550901504 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5454] ppid=5439 vsize=28766288 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/5441/task/5454/stat : 5454 (java) S 5439 5439 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483549850064 140484887500699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5455] ppid=5439 vsize=28766288 memory=2965396 CPUtime=1.55 cores=0-7
/proc/5441/task/5455/stat : 5455 (java) S 5439 5439 4717 0 -1 1077944384 7017 0 0 0 153 2 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483481299184 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5456] ppid=5439 vsize=28766288 memory=304556136076673317 CPUtime=1.72 cores=0-7
/proc/5441/task/5456/stat : 5456 (java) S 5439 5439 4717 0 -1 1077944384 7287 0 0 0 170 2 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483480246640 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5457] ppid=5439 vsize=28766288 memory=288289982664410407 CPUtime=1.59 cores=0-7
/proc/5441/task/5457/stat : 5457 (java) S 5439 5439 4717 0 -1 1077944384 5861 0 0 0 157 2 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483479193584 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5458] ppid=5439 vsize=28766288 memory=7812726576340533336 CPUtime=0.76 cores=0-7
/proc/5441/task/5458/stat : 5458 (java) S 5439 5439 4717 0 -1 1077944384 7488 0 0 0 74 2 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483478141040 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5459] ppid=5439 vsize=28766288 memory=318629884912206117 CPUtime=0 cores=0-7
/proc/5441/task/5459/stat : 5459 (java) S 5439 5439 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483477089248 140484887492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5460] ppid=5439 vsize=28766288 memory=288289982664410407 CPUtime=0.13 cores=0-7
/proc/5441/task/5460/stat : 5460 (java) S 5439 5439 4717 0 -1 1077944384 971 0 0 0 0 13 0 0 20 0 28 0 475875552 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483476036784 140484887493250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5461] ppid=5439 vsize=28766288 memory=2965396 CPUtime=492.61 cores=0-7
/proc/5441/task/5461/stat : 5461 (java) R 5439 5439 4717 0 -1 4202560 1289 0 0 0 49260 1 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483467054424 140484512204535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5462] ppid=5439 vsize=28766288 memory=6944656575208382560 CPUtime=492.72 cores=0-7
/proc/5441/task/5462/stat : 5462 (java) R 5439 5439 4717 0 -1 4202560 1130 0 0 0 49271 1 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483466003000 140484512475632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5463] ppid=5439 vsize=28766288 memory=-2317720213663851332 CPUtime=491.4 cores=0-7
/proc/5441/task/5463/stat : 5463 (java) R 5439 5439 4717 0 -1 4202560 6489 0 0 0 49125 15 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483464949376 140484513034243 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5464] ppid=5439 vsize=28766288 memory=-6948614817169703622 CPUtime=490.05 cores=0-7
/proc/5441/task/5464/stat : 5464 (java) R 5439 5439 4717 0 -1 4202560 4611 0 0 0 48989 16 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483463897400 140484511870523 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5465] ppid=5439 vsize=28766288 memory=0 CPUtime=491.86 cores=0-7
/proc/5441/task/5465/stat : 5465 (java) R 5439 5439 4717 0 -1 4202560 5394 0 0 0 49168 18 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483462844208 140484512463335 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5466] ppid=5439 vsize=28766288 memory=-3252517613199061085 CPUtime=491.4 cores=0-7
/proc/5441/task/5466/stat : 5466 (java) R 5439 5439 4717 0 -1 4202560 6942 0 0 0 49114 26 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483461791784 140484512401474 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5467] ppid=5439 vsize=28766288 memory=6944656592455359580 CPUtime=492.99 cores=0-7
/proc/5441/task/5467/stat : 5467 (java) R 5439 5439 4717 0 -1 4202560 1100 0 0 0 49298 1 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483460739752 140484512464012 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
[pid=5441/tid=5468] ppid=5439 vsize=28766288 memory=6944652177228980320 CPUtime=488.95 cores=0-7
/proc/5441/task/5468/stat : 5468 (java) R 5439 5439 4717 0 -1 4202560 7672 0 0 0 48867 28 0 0 20 0 28 0 475875705 29456678912 823616 33554432000 4194304 4196468 140737400557840 140483459687224 140484511824651 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140737400562666 140737400562838 140737400562838 140737400565711 0
Current children cumulated CPU time: 3940.69 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 3295916 KiB

Child status: 0
Real time (s): 495.04
CPU time (s): 3940.79
CPU user time (s): 3939.03
CPU system time (s): 1.75956
CPU usage (%): 796.054
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 3411756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3939.03
system time used= 1.75956
maximum resident set size= 3413012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91223
page faults= 0
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15884
involuntary context switches= 46650


# summary of solver processes directly reported to runsolver:
#   pid: 5439
#   total CPU time (s): 3940.79
#   total CPU user time (s): 3939.03
#   total CPU system time (s): 1.75956

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.89785 second user time and 5.1822 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 18:13:22
IDJOB=4404488
IDBENCH=122226
IDSOLVER=2865
FILE ID=node151/4404488-1568996042
RUNJOBID= node151-1568994968-4744
PBS_JOBID= 21704734
Free space on /tmp= 12412 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Random/Random-RB-2-50-23f/rand-2-50-23-587-230f-45.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404488-1568996042/watcher-4404488-1568996042 -o /tmp/evaluation-result-4404488-1568996042/solver-4404488-1568996042 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568994968-4744 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 736689317 HOME/instance-4404488-1568996042.xml

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

MD5SUM BENCH= 41f8f24832fd252a4029981691973b80
RANDOM SEED=736689317

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15577244 kB
MemAvailable:   31805004 kB
Buffers:          103696 kB
Cached:         16184560 kB
SwapCached:        51768 kB
Active:          8084756 kB
Inactive:        8259896 kB
Active(anon):       1624 kB
Inactive(anon):   100392 kB
Active(file):    8083132 kB
Inactive(file):  8159504 kB
Unevictable:      108536 kB
Mlocked:          108536 kB
SwapTotal:      67108860 kB
SwapFree:       66955424 kB
Dirty:             26552 kB
Writeback:             0 kB
AnonPages:         62016 kB
Mapped:            49144 kB
Shmem:             36892 kB
Slab:             442844 kB
SReclaimable:     413584 kB
SUnreclaim:        29260 kB
KernelStack:        3776 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12384 MiB
End job on node151 at 2019-09-20 18:21:37