Trace number 4271265

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 4.0.5 par (2017-08-09)UNSAT 413.58801 52.428699

General information on the benchmark

NameSchurrLemma/SchurrLemma-mod-s1/
SchurrLemma-mod-050-9.xml
MD5SUM6e540fe1a8c18734980495af80b87f14
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.2435098
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints600
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":50}]
Minimum variable degree24
Maximum variable degree48
Distribution of variable degrees[{"degree":24,"count":1},{"degree":25,"count":2},{"degree":26,"count":2},{"degree":27,"count":2},{"degree":28,"count":2},{"degree":29,"count":2},{"degree":30,"count":2},{"degree":31,"count":2},{"degree":32,"count":2},{"degree":33,"count":2},{"degree":34,"count":2},{"degree":35,"count":2},{"degree":36,"count":4},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":2},{"degree":48,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":600}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":600}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271265-1502733890.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271265-1502733890.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.34/0.27	c parse instance...
1.75/0.75	c solve instance...
413.43/52.42	s UNSATISFIABLE

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271265-1502733890/watcher-4271265-1502733890 -o /tmp/evaluation-result-4271265-1502733890/solver-4271265-1502733890 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502725225-7069 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1479286240 HOME/instance-4271265-1502733890.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=8266, runsolver pid=8263

[startup+0.100154 s]*
/proc/loadavg: 7.38 8.07 8.22 3/200 8287
/proc/meminfo: memFree=26444172/32770624 swapFree=67108860/67108860
[pid=8266] ppid=8263 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/8266/stat : 8266 (xcsp3-exec) S 8263 8266 7042 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106460587 9740288 346 33554432000 4194304 5098028 140723653501776 140723653499880 140101475820156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17207296 140723653510244 140723653510455 140723653510455 140723653513195 0
/proc/8266/statm: 2378 346 289 221 0 87 0
[pid=8268] ppid=8266 vsize=25999808 memory=26396 CPUtime=0.12 cores=0-7
/proc/8268/stat : 8268 (java) S 8266 8266 7042 0 -1 1077944320 5477 0 0 0 11 1 0 0 20 0 20 0 106460587 26623803392 6599 33554432000 4194304 4196468 140724657061504 140724657044048 139954552962807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
/proc/8268/statm: 6499952 6599 2867 1 0 6488269 0
[pid=8268/tid=8269] ppid=8266 vsize=25999808 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/8268/task/8269/stat : 8269 (java) R 8266 8266 7042 0 -1 4202560 3483 0 0 0 8 0 0 0 20 0 20 0 106460588 26623803392 6599 33554432000 4194304 4196468 140724657061504 139954557196080 139954537006437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8270] ppid=8266 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8268/task/8270/stat : 8270 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460589 26623803392 6599 33554432000 4194304 4196468 140724657061504 139954475543184 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8271] ppid=8266 vsize=25999808 memory=140662193796736 CPUtime=0 cores=0-7
/proc/8268/task/8271/stat : 8271 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460589 26623803392 6599 33554432000 4194304 4196468 140724657061504 139954474490384 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8272] ppid=8266 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8272/stat : 8272 (java) S 8266 8266 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106460589 26623803392 6599 33554432000 4194304 4196468 140724657061504 139954473437584 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8273] ppid=8266 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8273/stat : 8273 (java) S 8266 8266 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106460589 26623803392 6599 33554432000 4194304 4196468 140724657061504 139954472384784 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8274] ppid=8266 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8274/stat : 8274 (java) S 8266 8266 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106460589 26623803392 6599 33554432000 4194304 4196468 140724657061504 139954471333008 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8275] ppid=8266 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/8268/task/8275/stat : 8275 (java) S 8266 8266 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106460589 26623803392 6599 33554432000 4194304 4196468 140724657061504 139954470280208 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8276] ppid=8266 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8276/stat : 8276 (java) S 8266 8266 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106460589 26623803392 6599 33554432000 4194304 4196468 140724657061504 139954469227408 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8277] ppid=8266 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8277/stat : 8277 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460589 26623803392 6599 33554432000 4194304 4196468 140724657061504 139954468174608 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8278] ppid=8266 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8278/stat : 8278 (java) S 8266 8266 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106460590 26623803392 6599 33554432000 4194304 4196468 140724657061504 139954061080944 139954552973954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8279] ppid=8266 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8279/stat : 8279 (java) S 8266 8266 7042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106460591 26623803392 6599 33554432000 4194304 4196468 140724657061504 139953678869536 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8280] ppid=8266 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8280/stat : 8280 (java) S 8266 8266 7042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106460591 26623803392 6599 33554432000 4194304 4196468 140724657061504 139953677816688 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8281] ppid=8266 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8281/stat : 8281 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460593 26623803392 6599 33554432000 4194304 4196468 140724657061504 139953676765008 139954552981403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8282] ppid=8266 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8282/stat : 8282 (java) S 8266 8266 7042 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 106460593 26623803392 6599 33554432000 4194304 4196468 140724657061504 139953675713392 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8283] ppid=8266 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8283/stat : 8283 (java) S 8266 8266 7042 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 106460593 26623803392 6599 33554432000 4194304 4196468 140724657061504 139953674660592 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8284] ppid=8266 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8284/stat : 8284 (java) S 8266 8266 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106460593 26623803392 6599 33554432000 4194304 4196468 140724657061504 139953673607792 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8285] ppid=8266 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/8268/task/8285/stat : 8285 (java) S 8266 8266 7042 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 20 0 106460593 26623803392 6599 33554432000 4194304 4196468 140724657061504 139953672554992 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8286] ppid=8266 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8286/stat : 8286 (java) S 8266 8266 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106460593 26623803392 6599 33554432000 4194304 4196468 140724657061504 139953671502432 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8287] ppid=8266 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/8268/task/8287/stat : 8287 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460594 26623803392 6599 33554432000 4194304 4196468 140724657061504 139953670449712 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27780 KiB

[startup+0.210676 s]*
/proc/loadavg: 7.38 8.07 8.22 2/200 8287
/proc/meminfo: memFree=26432388/32770624 swapFree=67108860/67108860
[pid=8266] ppid=8263 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/8266/stat : 8266 (xcsp3-exec) S 8263 8266 7042 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106460587 9740288 346 33554432000 4194304 5098028 140723653501776 140723653499880 140101475820156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17207296 140723653510244 140723653510455 140723653510455 140723653513195 0
/proc/8266/statm: 2378 346 289 221 0 87 0
[pid=8268] ppid=8266 vsize=26004064 memory=38972 CPUtime=0.34 cores=0-7
/proc/8268/stat : 8268 (java) S 8266 8266 7042 0 -1 1077944320 8261 0 0 0 32 2 0 0 20 0 20 0 106460587 26628161536 9743 33554432000 4194304 4196468 140724657061504 140724657044048 139954552962807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
/proc/8268/statm: 6501016 9743 3075 1 0 6488269 0
[pid=8268/tid=8269] ppid=8266 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/8268/task/8269/stat : 8269 (java) R 8266 8266 7042 0 -1 4202560 5400 0 0 0 19 1 0 0 20 0 20 0 106460588 26628161536 9743 33554432000 4194304 4196468 140724657061504 139954557184832 139954537043294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8270] ppid=8266 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/8268/task/8270/stat : 8270 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 9743 33554432000 4194304 4196468 140724657061504 139954475543184 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8271] ppid=8266 vsize=26004064 memory=140662193805259 CPUtime=0 cores=0-7
/proc/8268/task/8271/stat : 8271 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 9743 33554432000 4194304 4196468 140724657061504 139954474490384 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8272] ppid=8266 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/8268/task/8272/stat : 8272 (java) S 8266 8266 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 9743 33554432000 4194304 4196468 140724657061504 139954473437584 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8273] ppid=8266 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8273/stat : 8273 (java) S 8266 8266 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 9743 33554432000 4194304 4196468 140724657061504 139954472384784 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8274] ppid=8266 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8274/stat : 8274 (java) S 8266 8266 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 9743 33554432000 4194304 4196468 140724657061504 139954471333008 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8275] ppid=8266 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/8268/task/8275/stat : 8275 (java) S 8266 8266 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 9743 33554432000 4194304 4196468 140724657061504 139954470280208 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8276] ppid=8266 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8276/stat : 8276 (java) S 8266 8266 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 9743 33554432000 4194304 4196468 140724657061504 139954469227408 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8277] ppid=8266 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8277/stat : 8277 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 9743 33554432000 4194304 4196468 140724657061504 139954468174608 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8278] ppid=8266 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8278/stat : 8278 (java) S 8266 8266 7042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 106460590 26628161536 9743 33554432000 4194304 4196468 140724657061504 139954061080944 139954552973954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8279] ppid=8266 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8279/stat : 8279 (java) S 8266 8266 7042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106460591 26628161536 9743 33554432000 4194304 4196468 140724657061504 139953678869536 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8280] ppid=8266 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8280/stat : 8280 (java) S 8266 8266 7042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106460591 26628194304 9743 33554432000 4194304 4196468 140724657061504 139953677816688 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8281] ppid=8266 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8281/stat : 8281 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460593 26628194304 9743 33554432000 4194304 4196468 140724657061504 139953676765008 139954552981403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8282] ppid=8266 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/8268/task/8282/stat : 8282 (java) S 8266 8266 7042 0 -1 1077944384 401 0 0 0 1 0 0 0 20 0 20 0 106460593 26628194304 9764 33554432000 4194304 4196468 140724657061504 139953675713392 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8283] ppid=8266 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/8268/task/8283/stat : 8283 (java) S 8266 8266 7042 0 -1 1077944384 225 0 0 0 1 0 0 0 20 0 20 0 106460593 26628161536 9764 33554432000 4194304 4196468 140724657061504 139953674660592 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8284] ppid=8266 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/8268/task/8284/stat : 8284 (java) S 8266 8266 7042 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 20 0 106460593 26628161536 9764 33554432000 4194304 4196468 140724657061504 139953673607792 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8285] ppid=8266 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/8268/task/8285/stat : 8285 (java) S 8266 8266 7042 0 -1 1077944384 788 0 0 0 8 0 0 0 20 0 20 0 106460593 26628161536 9764 33554432000 4194304 4196468 140724657061504 139953672554992 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8286] ppid=8266 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8286/stat : 8286 (java) S 8266 8266 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106460593 26628161536 9764 33554432000 4194304 4196468 140724657061504 139953671502432 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8287] ppid=8266 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/8268/task/8287/stat : 8287 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460594 26628161536 9764 33554432000 4194304 4196468 140724657061504 139953670449712 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40356 KiB

[startup+0.310554 s]*
/proc/loadavg: 7.38 8.07 8.22 3/200 8287
/proc/meminfo: memFree=26427364/32770624 swapFree=67108860/67108860
[pid=8266] ppid=8263 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/8266/stat : 8266 (xcsp3-exec) S 8263 8266 7042 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106460587 9740288 346 33554432000 4194304 5098028 140723653501776 140723653499880 140101475820156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17207296 140723653510244 140723653510455 140723653510455 140723653513195 0
/proc/8266/statm: 2378 346 289 221 0 87 0
[pid=8268] ppid=8266 vsize=26004064 memory=43860 CPUtime=0.51 cores=0-7
/proc/8268/stat : 8268 (java) S 8266 8266 7042 0 -1 1077944320 9193 0 0 0 49 2 0 0 20 0 20 0 106460587 26628161536 10965 33554432000 4194304 4196468 140724657061504 140724657044048 139954552962807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
/proc/8268/statm: 6501016 10965 3104 1 0 6488269 0
[pid=8268/tid=8269] ppid=8266 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8268/task/8269/stat : 8269 (java) R 8266 8266 7042 0 -1 4202560 6098 0 0 0 28 1 0 0 20 0 20 0 106460588 26628161536 10965 33554432000 4194304 4196468 140724657061504 139954557199040 139954537043294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8270] ppid=8266 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8270/stat : 8270 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 10965 33554432000 4194304 4196468 140724657061504 139954475543184 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8271] ppid=8266 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8271/stat : 8271 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 10965 33554432000 4194304 4196468 140724657061504 139954474490384 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8272] ppid=8266 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8272/stat : 8272 (java) S 8266 8266 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 10965 33554432000 4194304 4196468 140724657061504 139954473437584 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8273] ppid=8266 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8273/stat : 8273 (java) S 8266 8266 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 10965 33554432000 4194304 4196468 140724657061504 139954472384784 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8274] ppid=8266 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/8268/task/8274/stat : 8274 (java) S 8266 8266 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 10965 33554432000 4194304 4196468 140724657061504 139954471333008 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8275] ppid=8266 vsize=26004064 memory=140662058087343 CPUtime=0 cores=0-7
/proc/8268/task/8275/stat : 8275 (java) S 8266 8266 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 10965 33554432000 4194304 4196468 140724657061504 139954470280208 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8276] ppid=8266 vsize=26004064 memory=140662058089648 CPUtime=0 cores=0-7
/proc/8268/task/8276/stat : 8276 (java) S 8266 8266 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 10965 33554432000 4194304 4196468 140724657061504 139954469227408 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8277] ppid=8266 vsize=26004064 memory=140662058091952 CPUtime=0 cores=0-7
/proc/8268/task/8277/stat : 8277 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460589 26628161536 10965 33554432000 4194304 4196468 140724657061504 139954468174608 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8278] ppid=8266 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8278/stat : 8278 (java) S 8266 8266 7042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 106460590 26628161536 10965 33554432000 4194304 4196468 140724657061504 139954061080944 139954552973954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8279] ppid=8266 vsize=26004064 memory=281324116190864 CPUtime=0 cores=0-7
/proc/8268/task/8279/stat : 8279 (java) S 8266 8266 7042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106460591 26628161536 10965 33554432000 4194304 4196468 140724657061504 139953678869536 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8280] ppid=8266 vsize=26004064 memory=281324116197776 CPUtime=0 cores=0-7
/proc/8268/task/8280/stat : 8280 (java) S 8266 8266 7042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106460591 26628161536 10965 33554432000 4194304 4196468 140724657061504 139953677816688 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8281] ppid=8266 vsize=26004064 memory=281324116139056 CPUtime=0 cores=0-7
/proc/8268/task/8281/stat : 8281 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460593 26628161536 10965 33554432000 4194304 4196468 140724657061504 139953676765008 139954552981403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8282] ppid=8266 vsize=26004064 memory=281324116211600 CPUtime=0.02 cores=0-7
/proc/8268/task/8282/stat : 8282 (java) S 8266 8266 7042 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 20 0 106460593 26628161536 10965 33554432000 4194304 4196468 140724657061504 139953675713392 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8283] ppid=8266 vsize=26004064 memory=281324116218512 CPUtime=0.03 cores=0-7
/proc/8268/task/8283/stat : 8283 (java) S 8266 8266 7042 0 -1 1077944384 313 0 0 0 3 0 0 0 20 0 20 0 106460593 26628161536 10965 33554432000 4194304 4196468 140724657061504 139953674660592 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8284] ppid=8266 vsize=26004064 memory=281324116216208 CPUtime=0.01 cores=0-7
/proc/8268/task/8284/stat : 8284 (java) S 8266 8266 7042 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 20 0 106460593 26628161536 10965 33554432000 4194304 4196468 140724657061504 139953673607792 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8285] ppid=8266 vsize=26004064 memory=281324116232368 CPUtime=0.13 cores=0-7
/proc/8268/task/8285/stat : 8285 (java) R 8266 8266 7042 0 -1 4202560 919 0 0 0 13 0 0 0 20 0 20 0 106460593 26628161536 10965 33554432000 4194304 4196468 140724657061504 139953672551360 139954552984154 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8286] ppid=8266 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8286/stat : 8286 (java) S 8266 8266 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106460593 26628161536 10965 33554432000 4194304 4196468 140724657061504 139953671502432 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8287] ppid=8266 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/8268/task/8287/stat : 8287 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460594 26628161536 10965 33554432000 4194304 4196468 140724657061504 139953670449712 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45244 KiB

[startup+0.701009 s]
/proc/loadavg: 7.38 8.07 8.22 3/200 8287
/proc/meminfo: memFree=26413404/32770624 swapFree=67108860/67108860
[pid=8266] ppid=8263 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/8266/stat : 8266 (xcsp3-exec) S 8263 8266 7042 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106460587 9740288 346 33554432000 4194304 5098028 140723653501776 140723653499880 140101475820156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17207296 140723653510244 140723653510455 140723653510455 140723653513195 0
/proc/8266/statm: 2378 346 289 221 0 87 0
[pid=8268] ppid=8266 vsize=26006188 memory=116372 CPUtime=1.75 cores=0-7
/proc/8268/stat : 8268 (java) S 8266 8266 7042 0 -1 1077944320 14124 0 0 0 170 5 0 0 20 0 20 0 106460587 26630336512 29093 33554432000 4194304 4196468 140724657061504 140724657044048 139954552962807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
/proc/8268/statm: 6501547 29093 3194 1 0 6488781 0
[pid=8268/tid=8269] ppid=8266 vsize=26006188 memory=281324116590256 CPUtime=0.66 cores=0-7
/proc/8268/task/8269/stat : 8269 (java) R 8266 8266 7042 0 -1 4202560 6724 0 0 0 64 2 0 0 20 0 20 0 106460588 26630336512 29093 33554432000 4194304 4196468 140724657061504 139954557200832 139954147706004 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8270] ppid=8266 vsize=26006188 memory=140662058296176 CPUtime=0 cores=0-7
/proc/8268/task/8270/stat : 8270 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460589 26630336512 29093 33554432000 4194304 4196468 140724657061504 139954475543184 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8271] ppid=8266 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8271/stat : 8271 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106460589 26630336512 29093 33554432000 4194304 4196468 140724657061504 139954474490384 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8272] ppid=8266 vsize=26006188 memory=1428 CPUtime=0 cores=0-7
/proc/8268/task/8272/stat : 8272 (java) S 8266 8266 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106460589 26630336512 29093 33554432000 4194304 4196468 140724657061504 139954473437584 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0

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

[pid=8268/tid=8285] ppid=8266 vsize=26538700 memory=4 CPUtime=0.61 cores=0-7
/proc/8268/task/8285/stat : 8285 (java) S 8266 8266 7042 0 -1 1077944384 5414 0 0 0 60 1 0 0 20 0 28 0 106460593 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953672554992 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8286] ppid=8266 vsize=26538700 memory=4 CPUtime=0 cores=0-7
/proc/8268/task/8286/stat : 8286 (java) S 8266 8266 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 106460593 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953671502432 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8287] ppid=8266 vsize=26538700 memory=4 CPUtime=0.01 cores=0-7
/proc/8268/task/8287/stat : 8287 (java) S 8266 8266 7042 0 -1 1077944384 458 0 0 0 0 1 0 0 20 0 28 0 106460594 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953670449712 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8288] ppid=8266 vsize=26538700 memory=1384 CPUtime=49.83 cores=0-7
/proc/8268/task/8288/stat : 8288 (java) R 8266 8266 7042 0 -1 4202560 383 0 0 0 4983 0 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953662933544 139954148798715 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8289] ppid=8266 vsize=26538700 memory=255240 CPUtime=49.82 cores=0-7
/proc/8268/task/8289/stat : 8289 (java) R 8266 8266 7042 0 -1 4202560 470 0 0 0 4982 0 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953661882200 139954149046895 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8290] ppid=8266 vsize=26538700 memory=0 CPUtime=49.74 cores=0-7
/proc/8268/task/8290/stat : 8290 (java) R 8266 8266 7042 0 -1 4202560 2625 0 0 0 4971 3 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953660830088 139954149974949 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8291] ppid=8266 vsize=26538700 memory=4012 CPUtime=49.84 cores=0-7
/proc/8268/task/8291/stat : 8291 (java) R 8266 8266 7042 0 -1 4202560 892 0 0 0 4984 0 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953659778008 139954148927775 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8292] ppid=8266 vsize=26538700 memory=1384 CPUtime=48.93 cores=0-7
/proc/8268/task/8292/stat : 8292 (java) R 8266 8266 7042 0 -1 4202560 1780 0 0 0 4892 1 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953658724448 139954148622823 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8293] ppid=8266 vsize=26538700 memory=255248 CPUtime=49.86 cores=0-7
/proc/8268/task/8293/stat : 8293 (java) R 8266 8266 7042 0 -1 4202560 417 0 0 0 4986 0 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139952734589176 139954149046729 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8294] ppid=8266 vsize=26538700 memory=1384 CPUtime=49.88 cores=0-7
/proc/8268/task/8294/stat : 8294 (java) R 8266 8266 7042 0 -1 4202560 351 0 0 0 4988 0 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139952733536472 139954149367413 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8295] ppid=8266 vsize=26538700 memory=4028 CPUtime=49.71 cores=0-7
/proc/8268/task/8295/stat : 8295 (java) R 8266 8266 7042 0 -1 4202560 1121 0 0 0 4970 1 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139952732485360 139954148877868 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
Current children cumulated CPU time: 403.85 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 287416 KiB

[startup+52.0018 s]*
/proc/loadavg: 8.61 8.29 8.29 9/208 8295
/proc/meminfo: memFree=26188992/32770624 swapFree=67108860/67108860
[pid=8266] ppid=8263 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/8266/stat : 8266 (xcsp3-exec) S 8263 8266 7042 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106460587 9740288 346 33554432000 4194304 5098028 140723653501776 140723653499880 140101475820156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17207296 140723653510244 140723653510455 140723653510455 140723653513195 0
/proc/8266/statm: 2378 346 289 221 0 87 0
[pid=8268] ppid=8266 vsize=26538700 memory=286032 CPUtime=410.31 cores=0-7
/proc/8268/stat : 8268 (java) S 8266 8266 7042 0 -1 1077944320 50848 0 0 0 40989 42 0 0 20 0 28 0 106460587 27175628800 71508 33554432000 4194304 4196468 140724657061504 140724657044048 139954552962807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
/proc/8268/statm: 6634675 71508 3263 1 0 6621909 0
[pid=8268/tid=8269] ppid=8266 vsize=26538700 memory=8112282956445269571 CPUtime=0.73 cores=0-7
/proc/8268/task/8269/stat : 8269 (java) S 8266 8266 7042 0 -1 1077944384 6790 0 0 0 70 3 0 0 20 0 28 0 106460588 27175628800 71508 33554432000 4194304 4196468 140724657061504 139954557203584 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8270] ppid=8266 vsize=26538700 memory=4872558044660077418 CPUtime=0.1 cores=0-7
/proc/8268/task/8270/stat : 8270 (java) S 8266 8266 7042 0 -1 1077944384 740 0 0 0 7 3 0 0 20 0 28 0 106460589 27175628800 71508 33554432000 4194304 4196468 140724657061504 139954475543184 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8271] ppid=8266 vsize=26538700 memory=2314860354982871710 CPUtime=0.09 cores=0-7
/proc/8268/task/8271/stat : 8271 (java) S 8266 8266 7042 0 -1 1077944384 1528 0 0 0 6 3 0 0 20 0 28 0 106460589 27175628800 71508 33554432000 4194304 4196468 140724657061504 139954474490384 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8272] ppid=8266 vsize=26538700 memory=3461350604803446502 CPUtime=0.09 cores=0-7
/proc/8268/task/8272/stat : 8272 (java) S 8266 8266 7042 0 -1 1077944384 909 0 0 0 7 2 0 0 20 0 28 0 106460589 27175628800 71508 33554432000 4194304 4196468 140724657061504 139954473437584 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8273] ppid=8266 vsize=26538700 memory=140662193804977 CPUtime=0.09 cores=0-7
/proc/8268/task/8273/stat : 8273 (java) S 8266 8266 7042 0 -1 1077944384 310 0 0 0 6 3 0 0 20 0 28 0 106460589 27175628800 71508 33554432000 4194304 4196468 140724657061504 139954472384784 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8274] ppid=8266 vsize=26538700 memory=7249 CPUtime=0.08 cores=0-7
/proc/8268/task/8274/stat : 8274 (java) S 8266 8266 7042 0 -1 1077944384 880 0 0 0 6 2 0 0 20 0 28 0 106460589 27175628800 71508 33554432000 4194304 4196468 140724657061504 139954471333008 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8275] ppid=8266 vsize=26538700 memory=3546075861196817384 CPUtime=0.1 cores=0-7
/proc/8268/task/8275/stat : 8275 (java) S 8266 8266 7042 0 -1 1077944384 1092 0 0 0 7 3 0 0 20 0 28 0 106460589 27175628800 71508 33554432000 4194304 4196468 140724657061504 139954470280208 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8276] ppid=8266 vsize=26538700 memory=2319389208142228292 CPUtime=0.1 cores=0-7
/proc/8268/task/8276/stat : 8276 (java) S 8266 8266 7042 0 -1 1077944384 506 0 0 0 8 2 0 0 20 0 28 0 106460589 27175628800 71508 33554432000 4194304 4196468 140724657061504 139954469227408 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8277] ppid=8266 vsize=26538700 memory=4872558044660077418 CPUtime=0.1 cores=0-7
/proc/8268/task/8277/stat : 8277 (java) S 8266 8266 7042 0 -1 1077944384 1416 0 0 0 8 2 0 0 20 0 28 0 106460589 27175628800 71508 33554432000 4194304 4196468 140724657061504 139954468174608 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8278] ppid=8266 vsize=26538700 memory=12032 CPUtime=0.02 cores=0-7
/proc/8268/task/8278/stat : 8278 (java) S 8266 8266 7042 0 -1 1077944384 1861 0 0 0 2 0 0 0 20 0 28 0 106460590 27175628800 71508 33554432000 4194304 4196468 140724657061504 139954061080944 139954552973954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8279] ppid=8266 vsize=26538700 memory=1708 CPUtime=0 cores=0-7
/proc/8268/task/8279/stat : 8279 (java) S 8266 8266 7042 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 106460591 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953678869536 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8280] ppid=8266 vsize=26538700 memory=1012 CPUtime=0 cores=0-7
/proc/8268/task/8280/stat : 8280 (java) S 8266 8266 7042 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 106460591 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953677816688 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8281] ppid=8266 vsize=26538700 memory=796 CPUtime=0 cores=0-7
/proc/8268/task/8281/stat : 8281 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 106460593 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953676765008 139954552981403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8282] ppid=8266 vsize=26538700 memory=1228 CPUtime=1.4 cores=0-7
/proc/8268/task/8282/stat : 8282 (java) S 8266 8266 7042 0 -1 1077944384 7665 0 0 0 138 2 0 0 20 0 28 0 106460593 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953675713392 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8283] ppid=8266 vsize=26538700 memory=5300 CPUtime=1.29 cores=0-7
/proc/8268/task/8283/stat : 8283 (java) S 8266 8266 7042 0 -1 1077944384 5979 0 0 0 128 1 0 0 20 0 28 0 106460593 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953674660592 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8284] ppid=8266 vsize=26538700 memory=4616 CPUtime=1.26 cores=0-7
/proc/8268/task/8284/stat : 8284 (java) S 8266 8266 7042 0 -1 1077944384 5887 0 0 0 125 1 0 0 20 0 28 0 106460593 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953673607792 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8285] ppid=8266 vsize=26538700 memory=1928 CPUtime=0.61 cores=0-7
/proc/8268/task/8285/stat : 8285 (java) S 8266 8266 7042 0 -1 1077944384 5414 0 0 0 60 1 0 0 20 0 28 0 106460593 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953672554992 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8286] ppid=8266 vsize=26538700 memory=1428 CPUtime=0 cores=0-7
/proc/8268/task/8286/stat : 8286 (java) S 8266 8266 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 106460593 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953671502432 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8287] ppid=8266 vsize=26538700 memory=1196 CPUtime=0.01 cores=0-7
/proc/8268/task/8287/stat : 8287 (java) S 8266 8266 7042 0 -1 1077944384 460 0 0 0 0 1 0 0 20 0 28 0 106460594 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953670449712 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8288] ppid=8266 vsize=26538700 memory=10648 CPUtime=50.65 cores=0-7
/proc/8268/task/8288/stat : 8288 (java) R 8266 8266 7042 0 -1 4202560 384 0 0 0 5064 1 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953662933544 139954148798721 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8289] ppid=8266 vsize=26538700 memory=15876 CPUtime=50.61 cores=0-7
/proc/8268/task/8289/stat : 8289 (java) R 8266 8266 7042 0 -1 4202560 470 0 0 0 5061 0 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953661882200 139954149047041 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8290] ppid=8266 vsize=26538700 memory=265544 CPUtime=50.55 cores=0-7
/proc/8268/task/8290/stat : 8290 (java) R 8266 8266 7042 0 -1 4202560 2626 0 0 0 5052 3 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953660830088 139954148927926 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8291] ppid=8266 vsize=26538700 memory=288230621803970871 CPUtime=50.65 cores=0-7
/proc/8268/task/8291/stat : 8291 (java) R 8266 8266 7042 0 -1 4202560 892 0 0 0 5065 0 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953659778008 139954148624564 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8292] ppid=8266 vsize=26538700 memory=14691881367898438 CPUtime=49.74 cores=0-7
/proc/8268/task/8292/stat : 8292 (java) R 8266 8266 7042 0 -1 4202560 1780 0 0 0 4973 1 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139953658724232 139954148622548 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8293] ppid=8266 vsize=26538700 memory=4872558044660077418 CPUtime=50.64 cores=0-7
/proc/8268/task/8293/stat : 8293 (java) R 8266 8266 7042 0 -1 4202560 417 0 0 0 5064 0 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139952734589176 140724657424129 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8294] ppid=8266 vsize=26538700 memory=1228 CPUtime=50.69 cores=0-7
/proc/8268/task/8294/stat : 8294 (java) R 8266 8266 7042 0 -1 4202560 351 0 0 0 5069 0 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139952733536472 139954148927817 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8295] ppid=8266 vsize=26538700 memory=5300 CPUtime=50.52 cores=0-7
/proc/8268/task/8295/stat : 8295 (java) R 8266 8266 7042 0 -1 4202560 1140 0 0 0 5051 1 0 0 20 0 28 0 106460664 27175628800 71508 33554432000 4194304 4196468 140724657061504 139952732485360 139954149046782 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
Current children cumulated CPU time: 410.31 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 287416 KiB

[startup+52.4017 s]
/proc/loadavg: 8.61 8.29 8.29 9/208 8295
/proc/meminfo: memFree=26188992/32770624 swapFree=67108860/67108860
[pid=8266] ppid=8263 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/8266/stat : 8266 (xcsp3-exec) S 8263 8266 7042 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106460587 9740288 346 33554432000 4194304 5098028 140723653501776 140723653499880 140101475820156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17207296 140723653510244 140723653510455 140723653510455 140723653513195 0
/proc/8266/statm: 2378 346 289 221 0 87 0
[pid=8268] ppid=8266 vsize=26538700 memory=286060 CPUtime=413.43 cores=0-7
/proc/8268/stat : 8268 (java) S 8266 8266 7042 0 -1 1077944320 50966 0 0 0 41301 42 0 0 20 0 28 0 106460587 27175628800 71515 33554432000 4194304 4196468 140724657061504 140724657044048 139954552962807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
/proc/8268/statm: 6634675 71515 3263 1 0 6621909 0
[pid=8268/tid=8269] ppid=8266 vsize=26538700 memory=640 CPUtime=0.73 cores=0-7
/proc/8268/task/8269/stat : 8269 (java) S 8266 8266 7042 0 -1 1077944384 6790 0 0 0 70 3 0 0 20 0 28 0 106460588 27175628800 71515 33554432000 4194304 4196468 140724657061504 139954557203584 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8270] ppid=8266 vsize=26538700 memory=960 CPUtime=0.1 cores=0-7
/proc/8268/task/8270/stat : 8270 (java) S 8266 8266 7042 0 -1 1077944384 740 0 0 0 7 3 0 0 20 0 28 0 106460589 27175628800 71515 33554432000 4194304 4196468 140724657061504 139954475543184 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8271] ppid=8266 vsize=26538700 memory=1236 CPUtime=0.09 cores=0-7
/proc/8268/task/8271/stat : 8271 (java) S 8266 8266 7042 0 -1 1077944384 1528 0 0 0 6 3 0 0 20 0 28 0 106460589 27175628800 71515 33554432000 4194304 4196468 140724657061504 139954474490384 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8272] ppid=8266 vsize=26538700 memory=2344 CPUtime=0.09 cores=0-7
/proc/8268/task/8272/stat : 8272 (java) S 8266 8266 7042 0 -1 1077944384 909 0 0 0 7 2 0 0 20 0 28 0 106460589 27175628800 71515 33554432000 4194304 4196468 140724657061504 139954473437584 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8273] ppid=8266 vsize=26538700 memory=4012 CPUtime=0.09 cores=0-7
/proc/8268/task/8273/stat : 8273 (java) S 8266 8266 7042 0 -1 1077944384 310 0 0 0 6 3 0 0 20 0 28 0 106460589 27175628800 71515 33554432000 4194304 4196468 140724657061504 139954472384784 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8274] ppid=8266 vsize=26538700 memory=30212 CPUtime=0.08 cores=0-7
/proc/8268/task/8274/stat : 8274 (java) S 8266 8266 7042 0 -1 1077944384 880 0 0 0 6 2 0 0 20 0 28 0 106460589 27175628800 71515 33554432000 4194304 4196468 140724657061504 139954471333008 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8275] ppid=8266 vsize=26538700 memory=1296 CPUtime=0.1 cores=0-7
/proc/8268/task/8275/stat : 8275 (java) S 8266 8266 7042 0 -1 1077944384 1092 0 0 0 7 3 0 0 20 0 28 0 106460589 27175628800 71515 33554432000 4194304 4196468 140724657061504 139954470280208 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8276] ppid=8266 vsize=26538700 memory=2400 CPUtime=0.1 cores=0-7
/proc/8268/task/8276/stat : 8276 (java) S 8266 8266 7042 0 -1 1077944384 506 0 0 0 8 2 0 0 20 0 28 0 106460589 27175628800 71515 33554432000 4194304 4196468 140724657061504 139954469227408 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8277] ppid=8266 vsize=26538700 memory=1728 CPUtime=0.1 cores=0-7
/proc/8268/task/8277/stat : 8277 (java) S 8266 8266 7042 0 -1 1077944384 1416 0 0 0 8 2 0 0 20 0 28 0 106460589 27175628800 71515 33554432000 4194304 4196468 140724657061504 139954468174608 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8278] ppid=8266 vsize=26538700 memory=8112282956445269571 CPUtime=0.02 cores=0-7
/proc/8268/task/8278/stat : 8278 (java) S 8266 8266 7042 0 -1 1077944384 1861 0 0 0 2 0 0 0 20 0 28 0 106460590 27175628800 71515 33554432000 4194304 4196468 140724657061504 139954061080944 139954552973954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8279] ppid=8266 vsize=26538700 memory=1708 CPUtime=0 cores=0-7
/proc/8268/task/8279/stat : 8279 (java) S 8266 8266 7042 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 106460591 27175628800 71515 33554432000 4194304 4196468 140724657061504 139953678869536 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8280] ppid=8266 vsize=26538700 memory=1012 CPUtime=0 cores=0-7
/proc/8268/task/8280/stat : 8280 (java) S 8266 8266 7042 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 106460591 27175628800 71515 33554432000 4194304 4196468 140724657061504 139953677816688 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8281] ppid=8266 vsize=26538700 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/8268/task/8281/stat : 8281 (java) S 8266 8266 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 106460593 27175628800 71515 33554432000 4194304 4196468 140724657061504 139953676765008 139954552981403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8282] ppid=8266 vsize=26538700 memory=180460 CPUtime=1.4 cores=0-7
/proc/8268/task/8282/stat : 8282 (java) S 8266 8266 7042 0 -1 1077944384 7665 0 0 0 138 2 0 0 20 0 28 0 106460593 27175628800 71515 33554432000 4194304 4196468 140724657061504 139953675713392 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8283] ppid=8266 vsize=26538700 memory=69 CPUtime=1.29 cores=0-7
/proc/8268/task/8283/stat : 8283 (java) S 8266 8266 7042 0 -1 1077944384 5991 0 0 0 128 1 0 0 20 0 28 0 106460593 27175628800 71515 33554432000 4194304 4196468 140724657061504 139953674660592 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8284] ppid=8266 vsize=26538700 memory=0 CPUtime=1.26 cores=0-7
/proc/8268/task/8284/stat : 8284 (java) S 8266 8266 7042 0 -1 1077944384 5887 0 0 0 125 1 0 0 20 0 28 0 106460593 27175628800 71515 33554432000 4194304 4196468 140724657061504 139953673607792 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8285] ppid=8266 vsize=26538700 memory=0 CPUtime=0.61 cores=0-7
/proc/8268/task/8285/stat : 8285 (java) S 8266 8266 7042 0 -1 1077944384 5489 0 0 0 60 1 0 0 20 0 28 0 106460593 27175628800 71515 33554432000 4194304 4196468 140724657061504 139953672554992 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8286] ppid=8266 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8268/task/8286/stat : 8286 (java) S 8266 8266 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 106460593 27175628800 71515 33554432000 4194304 4196468 140724657061504 139953671502432 139954552973013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8287] ppid=8266 vsize=26538700 memory=0 CPUtime=0.01 cores=0-7
/proc/8268/task/8287/stat : 8287 (java) S 8266 8266 7042 0 -1 1077944384 460 0 0 0 0 1 0 0 20 0 28 0 106460594 27175628800 71515 33554432000 4194304 4196468 140724657061504 139953670449712 139954552973954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8288] ppid=8266 vsize=26538700 memory=0 CPUtime=51.04 cores=0-7
/proc/8268/task/8288/stat : 8288 (java) R 8266 8266 7042 0 -1 4202560 384 0 0 0 5103 1 0 0 20 0 28 0 106460664 27175628800 71515 33554432000 4194304 4196468 140724657061504 139953662933544 139954149046827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8289] ppid=8266 vsize=26538700 memory=1651 CPUtime=51 cores=0-7
/proc/8268/task/8289/stat : 8289 (java) R 8266 8266 7042 0 -1 4202560 470 0 0 0 5100 0 0 0 20 0 28 0 106460664 27175628800 71515 33554432000 4194304 4196468 140724657061504 139953661882200 139954148623652 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8290] ppid=8266 vsize=26538700 memory=255240 CPUtime=50.94 cores=0-7
/proc/8268/task/8290/stat : 8290 (java) R 8266 8266 7042 0 -1 4202560 2650 0 0 0 5091 3 0 0 20 0 28 0 106460664 27175628800 71515 33554432000 4194304 4196468 140724657061504 139953660830088 139954149367694 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8291] ppid=8266 vsize=26538700 memory=255140 CPUtime=51.04 cores=0-7
/proc/8268/task/8291/stat : 8291 (java) R 8266 8266 7042 0 -1 4202560 892 0 0 0 5104 0 0 0 20 0 28 0 106460664 27175628800 71515 33554432000 4194304 4196468 140724657061504 139953659778008 139954148561281 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8292] ppid=8266 vsize=26538700 memory=640 CPUtime=50.13 cores=0-7
/proc/8268/task/8292/stat : 8292 (java) R 8266 8266 7042 0 -1 4202560 1787 0 0 0 5012 1 0 0 20 0 28 0 106460664 27175628800 71515 33554432000 4194304 4196468 140724657061504 139953658724232 139954148561230 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8293] ppid=8266 vsize=26538700 memory=960 CPUtime=51.03 cores=0-7
/proc/8268/task/8293/stat : 8293 (java) R 8266 8266 7042 0 -1 4202560 417 0 0 0 5103 0 0 0 20 0 28 0 106460664 27175628800 71515 33554432000 4194304 4196468 140724657061504 139952734589176 139954149046753 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8294] ppid=8266 vsize=26538700 memory=1236 CPUtime=51.08 cores=0-7
/proc/8268/task/8294/stat : 8294 (java) R 8266 8266 7042 0 -1 4202560 351 0 0 0 5108 0 0 0 20 0 28 0 106460664 27175628800 71515 33554432000 4194304 4196468 140724657061504 139952733536472 139954148877235 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
[pid=8268/tid=8295] ppid=8266 vsize=26538700 memory=2344 CPUtime=50.91 cores=0-7
/proc/8268/task/8295/stat : 8295 (java) R 8266 8266 7042 0 -1 4202560 1140 0 0 0 5090 1 0 0 20 0 28 0 106460664 27175628800 71515 33554432000 4194304 4196468 140724657061504 139952732485360 139954148622579 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140724657067154 140724657067331 140724657067331 140724657070031 0
Current children cumulated CPU time: 413.43 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 287444 KiB

Child status: 0
Real time (s): 52.4287
CPU time (s): 413.588
CPU user time (s): 413.153
CPU system time (s): 0.434932
CPU usage (%): 788.858
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 287444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 413.153
system time used= 0.434932
maximum resident set size= 286252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52227
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5333
involuntary context switches= 4856


# summary of solver processes directly reported to runsolver:
#   pid: 8266
#   total CPU time (s): 413.588
#   total CPU user time (s): 413.153
#   total CPU system time (s): 0.434932

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.453767 second user time and 0.700191 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-14 19:50:31
IDJOB=4271265
IDBENCH=126889
IDSOLVER=2662
FILE ID=node105/4271265-1502733890
RUNJOBID= node105-1502725225-7069
PBS_JOBID= 20629042
Free space on /tmp= 60664 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-mod-s1/SchurrLemma-mod-050-9.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271265-1502733890/watcher-4271265-1502733890 -o /tmp/evaluation-result-4271265-1502733890/solver-4271265-1502733890 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502725225-7069 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1479286240 HOME/instance-4271265-1502733890.xml

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

MD5SUM BENCH= 6e540fe1a8c18734980495af80b87f14
RANDOM SEED=1479286240

node105.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.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26460228 kB
MemAvailable:   31971416 kB
Buffers:          213004 kB
Cached:          5572208 kB
SwapCached:            0 kB
Active:           739632 kB
Inactive:        5098500 kB
Active(anon):      56060 kB
Inactive(anon):    25060 kB
Active(file):     683572 kB
Inactive(file):  5073440 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8024 kB
Writeback:             0 kB
AnonPages:         71356 kB
Mapped:            45116 kB
Shmem:             25228 kB
Slab:             166760 kB
SReclaimable:     140020 kB
SUnreclaim:        26740 kB
KernelStack:        3296 kB
PageTables:         5000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60656 MiB
End job on node105 at 2017-08-14 19:51:24