Trace number 4245395

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)UNSAT 136.824 52.1404

General information on the benchmark

NameRandom/Random-m1-5-2X-05c/
rand-5-2X-05c-15.xml
MD5SUM5c93a58f751270bf50b32fbeed27ba19
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 benchmark9.8769102
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints112
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":12}]
Minimum variable degree35
Maximum variable degree53
Distribution of variable degrees[{"degree":35,"count":1},{"degree":43,"count":1},{"degree":45,"count":4},{"degree":47,"count":1},{"degree":49,"count":1},{"degree":50,"count":2},{"degree":53,"count":2}]
Minimum constraint arity5
Maximum constraint arity5
Distribution of constraint arities[{"arity":5,"count":112}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245395-1500685970.xml"  -tl '2400s' -p 8 -x 3
0.00/0.18	c [HOME/instance-4245395-1500685970.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.23	c 8 solvers in parallel
0.00/0.30	c parse instance...
113.48/49.13	c solve instance...
136.12/52.08	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4245395-1500685970/watcher-4245395-1500685970 -o /tmp/evaluation-result-4245395-1500685970/solver-4245395-1500685970 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 402653242 HOME/instance-4245395-1500685970.xml 

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

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


[startup+0 s]
/proc/loadavg: 16.33 14.99 13.98 10/272 15133
/proc/meminfo: memFree=31582108/32770624 swapFree=5860/240992
[pid=15133] ppid=15130 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15133/stat : 15133 (xcsp3-exec) S 15130 15133 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3864516 9740288 346 33554432000 4194304 5098028 140730777789616 140730777787720 139929641910908 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10702848 140730777797775 140730777797984 140730777797984 140730777800683 0
/proc/15133/statm: 2378 346 289 221 0 87 0

[startup+0.100162 s]
/proc/loadavg: 16.33 14.99 13.98 10/272 15133
/proc/meminfo: memFree=31582108/32770624 swapFree=5860/240992
[pid=15133] ppid=15130 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15133/stat : 15133 (xcsp3-exec) S 15130 15133 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3864516 9740288 346 33554432000 4194304 5098028 140730777789616 140730777787720 139929641910908 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10702848 140730777797775 140730777797984 140730777797984 140730777800683 0
/proc/15133/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200262 s]
/proc/loadavg: 16.33 14.99 13.98 10/272 15133
/proc/meminfo: memFree=31582108/32770624 swapFree=5860/240992
[pid=15133] ppid=15130 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15133/stat : 15133 (xcsp3-exec) S 15130 15133 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3864516 9740288 346 33554432000 4194304 5098028 140730777789616 140730777787720 139929641910908 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10702848 140730777797775 140730777797984 140730777797984 140730777800683 0
/proc/15133/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300238 s]
/proc/loadavg: 16.33 14.99 13.98 10/272 15133
/proc/meminfo: memFree=31582108/32770624 swapFree=5860/240992
[pid=15133] ppid=15130 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15133/stat : 15133 (xcsp3-exec) S 15130 15133 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3864516 9740288 346 33554432000 4194304 5098028 140730777789616 140730777787720 139929641910908 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10702848 140730777797775 140730777797984 140730777797984 140730777800683 0
/proc/15133/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.70027 s]
/proc/loadavg: 16.33 14.99 13.98 10/272 15133
/proc/meminfo: memFree=31582108/32770624 swapFree=5860/240992
[pid=15133] ppid=15130 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15133/stat : 15133 (xcsp3-exec) S 15130 15133 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3864516 9740288 346 33554432000 4194304 5098028 140730777789616 140730777787720 139929641910908 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10702848 140730777797775 140730777797984 140730777797984 140730777800683 0
/proc/15133/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50207 s]
/proc/loadavg: 16.33 14.99 13.98 12/293 15154
/proc/meminfo: memFree=31251432/32770624 swapFree=5860/241052
[pid=15133] ppid=15130 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15133/stat : 15133 (xcsp3-exec) S 15130 15133 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3864516 9740288 346 33554432000 4194304 5098028 140730777789616 140730777787720 139929641910908 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10702848 140730777797775 140730777797984 140730777797984 140730777800683 0
/proc/15133/statm: 2378 346 289 221 0 87 0
[pid=15134] ppid=15133 vsize=13267208 CPUtime=3.89 cores=0,2,4,6,8,10,12,14
/proc/15134/stat : 15134 (java) S 15133 15133 7411 0 -1 1077944320 13599 0 0 0 292 97 0 0 20 0 20 0 3864516 13585620992 111980 33554432000 4194304 4196468 140727404049136 140727404031680 139875109379831 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
/proc/15134/statm: 3316802 111980 3225 1 0 3304035 0
[pid=15134/tid=15135] ppid=15133 vsize=13267208 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15135/stat : 15135 (java) R 15133 15133 7411 0 -1 4202560 6473 0 0 0 124 6 0 0 20 0 20 0 3864517 13585620992 111980 33554432000 4194304 4196468 140727404049136 139875113617048 139875093869950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15137] ppid=15133 vsize=13267208 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15137/stat : 15137 (java) S 15133 15133 7411 0 -1 1077944384 80 0 0 0 4 11 0 0 20 0 20 0 3864518 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874708945296 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15138] ppid=15133 vsize=13267208 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15138/stat : 15138 (java) S 15133 15133 7411 0 -1 1077944384 106 0 0 0 5 11 0 0 20 0 20 0 3864518 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874707892496 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15139] ppid=15133 vsize=13267208 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15139/stat : 15139 (java) S 15133 15133 7411 0 -1 1077944384 59 0 0 0 4 8 0 0 20 0 20 0 3864518 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874706840208 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15140] ppid=15133 vsize=13267208 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15140/stat : 15140 (java) S 15133 15133 7411 0 -1 1077944384 84 0 0 0 5 11 0 0 20 0 20 0 3864518 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874705787408 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15141] ppid=15133 vsize=13267208 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15141/stat : 15141 (java) S 15133 15133 7411 0 -1 1077944384 78 0 0 0 5 11 0 0 20 0 20 0 3864518 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874704735120 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15142] ppid=15133 vsize=13267208 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15142/stat : 15142 (java) S 15133 15133 7411 0 -1 1077944384 83 0 0 0 5 11 0 0 20 0 20 0 3864518 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874703682320 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15143] ppid=15133 vsize=13267208 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15143/stat : 15143 (java) S 15133 15133 7411 0 -1 1077944384 80 0 0 0 4 11 0 0 20 0 20 0 3864518 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874702630032 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15144] ppid=15133 vsize=13267208 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15144/stat : 15144 (java) S 15133 15133 7411 0 -1 1077944384 82 0 0 0 6 9 0 0 20 0 20 0 3864518 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874701577232 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15145] ppid=15133 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15145/stat : 15145 (java) S 15133 15133 7411 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 3864519 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874437458032 139875109390978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15146] ppid=15133 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15146/stat : 15146 (java) S 15133 15133 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3864520 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874436404000 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15147] ppid=15133 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15147/stat : 15147 (java) S 15133 15133 7411 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3864520 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874435351664 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15148] ppid=15133 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15148/stat : 15148 (java) S 15133 15133 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3864524 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874434299984 139875109398427 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15149] ppid=15133 vsize=13267208 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15149/stat : 15149 (java) S 15133 15133 7411 0 -1 1077944384 1670 0 0 0 34 0 0 0 20 0 20 0 3864524 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874433247856 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15150] ppid=15133 vsize=13267208 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15150/stat : 15150 (java) S 15133 15133 7411 0 -1 1077944384 957 0 0 0 29 0 0 0 20 0 20 0 3864524 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874432195056 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15151] ppid=15133 vsize=13267208 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15151/stat : 15151 (java) S 15133 15133 7411 0 -1 1077944384 1023 0 0 0 33 0 0 0 20 0 20 0 3864524 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874431142768 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15152] ppid=15133 vsize=13267208 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15152/stat : 15152 (java) S 15133 15133 7411 0 -1 1077944384 1320 0 0 0 29 0 0 0 20 0 20 0 3864524 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874430089968 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15153] ppid=15133 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15153/stat : 15153 (java) S 15133 15133 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3864524 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874429036896 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15154] ppid=15133 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15154/stat : 15154 (java) S 15133 15133 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3864524 13585620992 111980 33554432000 4194304 4196468 140727404049136 139874427984176 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 13276720

[startup+3.10074 s]
/proc/loadavg: 16.33 14.99 13.98 10/293 15154
/proc/meminfo: memFree=30865492/32770624 swapFree=5860/241052
[pid=15133] ppid=15130 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15133/stat : 15133 (xcsp3-exec) S 15130 15133 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3864516 9740288 346 33554432000 4194304 5098028 140730777789616 140730777787720 139929641910908 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10702848 140730777797775 140730777797984 140730777797984 140730777800683 0
/proc/15133/statm: 2378 346 289 221 0 87 0
[pid=15134] ppid=15133 vsize=13267208 CPUtime=6.17 cores=0,2,4,6,8,10,12,14
/proc/15134/stat : 15134 (java) S 15133 15133 7411 0 -1 1077944320 14951 0 0 0 472 145 0 0 20 0 20 0 3864516 13585620992 216307 33554432000 4194304 4196468 140727404049136 140727404031680 139875109379831 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
/proc/15134/statm: 3316802 216307 3226 1 0 3304035 0
[pid=15134/tid=15135] ppid=15133 vsize=13267208 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15135/stat : 15135 (java) R 15133 15133 7411 0 -1 4202560 6775 0 0 0 269 10 0 0 20 0 20 0 3864517 13585620992 216307 33554432000 4194304 4196468 140727404049136 139875113617848 139874750038191 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15137] ppid=15133 vsize=13267208 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15137/stat : 15137 (java) S 15133 15133 7411 0 -1 1077944384 141 0 0 0 8 16 0 0 20 0 20 0 3864518 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874708945296 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15138] ppid=15133 vsize=13267208 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15138/stat : 15138 (java) S 15133 15133 7411 0 -1 1077944384 169 0 0 0 8 16 0 0 20 0 20 0 3864518 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874707892496 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15139] ppid=15133 vsize=13267208 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15139/stat : 15139 (java) S 15133 15133 7411 0 -1 1077944384 119 0 0 0 8 13 0 0 20 0 20 0 3864518 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874706840208 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15140] ppid=15133 vsize=13267208 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15140/stat : 15140 (java) S 15133 15133 7411 0 -1 1077944384 140 0 0 0 9 17 0 0 20 0 20 0 3864518 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874705787408 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15141] ppid=15133 vsize=13267208 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15141/stat : 15141 (java) S 15133 15133 7411 0 -1 1077944384 275 0 0 0 9 17 0 0 20 0 20 0 3864518 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874704735120 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15142] ppid=15133 vsize=13267208 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15142/stat : 15142 (java) S 15133 15133 7411 0 -1 1077944384 124 0 0 0 9 17 0 0 20 0 20 0 3864518 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874703682320 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15143] ppid=15133 vsize=13267208 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15143/stat : 15143 (java) S 15133 15133 7411 0 -1 1077944384 244 0 0 0 8 17 0 0 20 0 20 0 3864518 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874702630032 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15144] ppid=15133 vsize=13267208 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15144/stat : 15144 (java) S 15133 15133 7411 0 -1 1077944384 144 0 0 0 10 15 0 0 20 0 20 0 3864518 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874701577232 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15145] ppid=15133 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15145/stat : 15145 (java) S 15133 15133 7411 0 -1 1077944384 506 0 0 0 0 0 0 0 20 0 20 0 3864519 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874437458032 139875109390978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15146] ppid=15133 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15146/stat : 15146 (java) S 15133 15133 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3864520 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874436404000 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15147] ppid=15133 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15147/stat : 15147 (java) S 15133 15133 7411 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3864520 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874435351664 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15148] ppid=15133 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15148/stat : 15148 (java) S 15133 15133 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3864524 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874434299984 139875109398427 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15149] ppid=15133 vsize=13267208 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15149/stat : 15149 (java) S 15133 15133 7411 0 -1 1077944384 1674 0 0 0 34 0 0 0 20 0 20 0 3864524 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874433247856 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15150] ppid=15133 vsize=13267208 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15150/stat : 15150 (java) S 15133 15133 7411 0 -1 1077944384 958 0 0 0 30 0 0 0 20 0 20 0 3864524 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874432195056 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 47 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15151] ppid=15133 vsize=13267208 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15151/stat : 15151 (java) S 15133 15133 7411 0 -1 1077944384 1030 0 0 0 33 0 0 0 20 0 20 0 3864524 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874431142768 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15152] ppid=15133 vsize=13267208 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15152/stat : 15152 (java) S 15133 15133 7411 0 -1 1077944384 1355 0 0 0 31 0 0 0 20 0 20 0 3864524 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874430089968 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 54 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15153] ppid=15133 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15153/stat : 15153 (java) S 15133 15133 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3864524 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874429036896 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15154] ppid=15133 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15154/stat : 15154 (java) S 15133 15133 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3864524 13585620992 216307 33554432000 4194304 4196468 140727404049136 139874427984176 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 52 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 13276720

[startup+6.30134 s]
/proc/loadavg: 15.99 14.94 13.97 10/293 15154
/proc/meminfo: memFree=30107052/32770624 swapFree=5860/241064
[pid=15133] ppid=15130 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15133/stat : 15133 (xcsp3-exec) S 15130 15133 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3864516 9740288 346 33554432000 4194304 5098028 140730777789616 140730777787720 139929641910908 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10702848 140730777797775 140730777797984 140730777797984 140730777800683 0
/proc/15133/statm: 2378 346 289 221 0 87 0
[pid=15134] ppid=15133 vsize=13269256 CPUtime=11.95 cores=0,2,4,6,8,10,12,14
/proc/15134/stat : 15134 (java) S 15133 15133 7411 0 -1 1077944320 22758 0 0 0 917 278 0 0 20 0 20 0 3864516 13587718144 366076 33554432000 4194304 4196468 140727404049136 140727404031680 139875109379831 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
/proc/15134/statm: 3317314 366076 3233 1 0 3304547 0
[pid=15134/tid=15135] ppid=15133 vsize=13269256 CPUtime=5.69 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15135/stat : 15135 (java) R 15133 15133 7411 0 -1 4202560 9416 0 0 0 552 17 0 0 20 0 20 0 3864517 13587718144 366076 33554432000 4194304 4196468 140727404049136 139875113611232 139875109401757 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15137] ppid=15133 vsize=13269256 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15137/stat : 15137 (java) S 15133 15133 7411 0 -1 1077944384 271 0 0 0 19 34 0 0 20 0 20 0 3864518 13587718144 366076 33554432000 4194304 4196468 140727404049136 139874708945296 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15138] ppid=15133 vsize=13269256 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15138/stat : 15138 (java) S 15133 15133 7411 0 -1 1077944384 325 0 0 0 21 32 0 0 20 0 20 0 3864518 13587718144 366076 33554432000 4194304 4196468 140727404049136 139874707892496 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15139] ppid=15133 vsize=13269256 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15139/stat : 15139 (java) S 15133 15133 7411 0 -1 1077944384 384 0 0 0 20 29 0 0 20 0 20 0 3864518 13587718144 366076 33554432000 4194304 4196468 140727404049136 139874706840208 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15140] ppid=15133 vsize=13269256 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15140/stat : 15140 (java) S 15133 15133 7411 0 -1 1077944384 296 0 0 0 20 31 0 0 20 0 20 0 3864518 13587718144 366076 33554432000 4194304 4196468 140727404049136 139874705787408 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15141] ppid=15133 vsize=13269256 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15141/stat : 15141 (java) S 15133 15133 7411 0 -1 1077944384 445 0 0 0 22 32 0 0 20 0 20 0 3864518 13587718144 366076 33554432000 4194304 4196468 140727404049136 139874704735120 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15142] ppid=15133 vsize=13269256 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15142/stat : 15142 (java) S 15133 15133 7411 0 -1 1077944384 301 0 0 0 20 33 0 0 20 0 20 0 3864518 13587718144 366076 33554432000 4194304 4196468 140727404049136 139874703682320 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15143] ppid=15133 vsize=13269256 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15143/stat : 15143 (java) S 15133 15133 7411 0 -1 1077944384 539 0 0 0 20 32 0 0 20 0 20 0 3864518 13587718144 366076 33554432000 4194304 4196468 140727404049136 139874702630032 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15144] ppid=15133 vsize=13269256 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15144/stat : 15144 (java) S 15133 15133 7411 0 -1 1077944384 302 0 0 0 24 30 0 0 20 0 20 0 3864518 13587718144 366076 33554432000 4194304 4196468 140727404049136 139874701577232 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15145] ppid=15133 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15145/stat : 15145 (java) S 15133 15133 7411 0 -1 1077944384 1567 0 0 0 0 0 0 0 20 0 20 0 3864519 13587718144 366076 33554432000 4194304 4196468 140727404049136 139874437458032 139875109390978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15146] ppid=15133 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15146/stat : 15146 (java) S 15133 15133 7411 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 3864520 13587718144 366076 33554432000 4194304 4196468 140727404049136 139874436404064 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15147] ppid=15133 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15147/stat : 15147 (java) S 15133 15133 7411 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 3864520 13587718144 366076 33554432000 4194304 4196468 140727404049136 139874435351680 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15148] ppid=15133 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15148/stat : 15148 (java) S 15133 15133 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3864524 13587718144 366076 33554432000 4194304 4196468 140727404049136 139874434299984 139875109398427 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0

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

/proc/15134/task/15137/stat : 15137 (java) S 15133 15133 7411 0 -1 1077944384 4643 0 0 0 764 118 0 0 20 0 28 0 3864518 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874708945296 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15138] ppid=15133 vsize=13801768 CPUtime=8.82 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15138/stat : 15138 (java) S 15133 15133 7411 0 -1 1077944384 8571 0 0 0 754 128 0 0 20 0 28 0 3864518 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874707892496 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15139] ppid=15133 vsize=13801768 CPUtime=8.88 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15139/stat : 15139 (java) S 15133 15133 7411 0 -1 1077944384 4522 0 0 0 776 112 0 0 20 0 28 0 3864518 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874706840208 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15140] ppid=15133 vsize=13801768 CPUtime=8.88 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15140/stat : 15140 (java) S 15133 15133 7411 0 -1 1077944384 8180 0 0 0 766 122 0 0 20 0 28 0 3864518 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874705787408 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15141] ppid=15133 vsize=13801768 CPUtime=8.9 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15141/stat : 15141 (java) S 15133 15133 7411 0 -1 1077944384 4003 0 0 0 752 138 0 0 20 0 28 0 3864518 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874704735120 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15142] ppid=15133 vsize=13801768 CPUtime=8.83 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15142/stat : 15142 (java) S 15133 15133 7411 0 -1 1077944384 4974 0 0 0 746 137 0 0 20 0 28 0 3864518 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874703682320 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15143] ppid=15133 vsize=13801768 CPUtime=8.85 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15143/stat : 15143 (java) S 15133 15133 7411 0 -1 1077944384 4011 0 0 0 769 116 0 0 20 0 28 0 3864518 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874702630032 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15144] ppid=15133 vsize=13801768 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15144/stat : 15144 (java) S 15133 15133 7411 0 -1 1077944384 4273 0 0 0 754 135 0 0 20 0 28 0 3864518 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874701577232 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15145] ppid=15133 vsize=13801768 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15145/stat : 15145 (java) S 15133 15133 7411 0 -1 1077944384 11099 0 0 0 174 1 0 0 20 0 28 0 3864519 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874437458032 139875109390978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15146] ppid=15133 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15146/stat : 15146 (java) S 15133 15133 7411 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 3864520 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874436404064 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15147] ppid=15133 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15147/stat : 15147 (java) S 15133 15133 7411 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 28 0 3864520 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874435351680 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15148] ppid=15133 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15148/stat : 15148 (java) S 15133 15133 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3864524 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874434299984 139875109398427 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15149] ppid=15133 vsize=13801768 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15149/stat : 15149 (java) S 15133 15133 7411 0 -1 1077944384 4835 0 0 0 141 1 0 0 20 0 28 0 3864524 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874433247856 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15150] ppid=15133 vsize=13801768 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15150/stat : 15150 (java) S 15133 15133 7411 0 -1 1077944384 5778 0 0 0 159 1 0 0 20 0 28 0 3864524 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874432195056 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 47 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15151] ppid=15133 vsize=13801768 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15151/stat : 15151 (java) R 15133 15133 7411 0 -1 4202560 5632 0 0 0 171 1 0 0 20 0 28 0 3864524 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874431142688 139875094495059 0 4 0 16800975 0 0 0 -1 2 0 0 41 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15152] ppid=15133 vsize=13801768 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15152/stat : 15152 (java) S 15133 15133 7411 0 -1 1077944384 5246 0 0 0 77 1 0 0 20 0 28 0 3864524 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874430089968 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 54 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15153] ppid=15133 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15153/stat : 15153 (java) S 15133 15133 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3864524 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874429036896 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15154] ppid=15133 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15154/stat : 15154 (java) S 15133 15133 7411 0 -1 1077944384 521 0 0 0 2 0 0 0 20 0 28 0 3864524 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874427984176 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 52 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15155] ppid=15133 vsize=13801768 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15155/stat : 15155 (java) R 15133 15133 7411 0 -1 4202560 80 0 0 0 177 0 0 0 20 0 28 0 3869430 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874419968720 139874749632574 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15156] ppid=15133 vsize=13801768 CPUtime=2.19 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15156/stat : 15156 (java) R 15133 15133 7411 0 -1 4202560 58 0 0 0 219 0 0 0 20 0 28 0 3869431 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874418917480 139874750003463 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15157] ppid=15133 vsize=13801768 CPUtime=2.09 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15157/stat : 15157 (java) R 15133 15133 7411 0 -1 4202560 100 0 0 0 209 0 0 0 20 0 28 0 3869431 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874417865208 139874750004625 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15158] ppid=15133 vsize=13801768 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15158/stat : 15158 (java) R 15133 15133 7411 0 -1 4202560 81 0 0 0 207 0 0 0 20 0 28 0 3869431 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874416813680 139874750295646 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15159] ppid=15133 vsize=13801768 CPUtime=2.1 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15159/stat : 15159 (java) R 15133 15133 7411 0 -1 4202560 39 0 0 0 210 0 0 0 20 0 28 0 3869431 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874415759912 139874750006129 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15160] ppid=15133 vsize=13801768 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15160/stat : 15160 (java) R 15133 15133 7411 0 -1 4202560 81 0 0 0 198 0 0 0 20 0 28 0 3869431 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874414707208 139874750295646 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15161] ppid=15133 vsize=13801768 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15161/stat : 15161 (java) R 15133 15133 7411 0 -1 4202560 46 0 0 0 203 0 0 0 20 0 28 0 3869431 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874413654008 139874750005434 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15162] ppid=15133 vsize=13801768 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15162/stat : 15162 (java) R 15133 15133 7411 0 -1 4202560 37 0 0 0 204 0 0 0 20 0 28 0 3869431 14133010432 1302120 33554432000 4194304 4196468 140727404049136 139874412601896 139874750005126 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
Current children cumulated CPU time (s) 132.95
Current children cumulated vsize (KiB) 13811280

[startup+52.0016 s]
/proc/loadavg: 12.29 14.12 13.74 18/301 15162
/proc/meminfo: memFree=25590068/32770624 swapFree=5860/241104
[pid=15133] ppid=15130 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15133/stat : 15133 (xcsp3-exec) S 15130 15133 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3864516 9740288 346 33554432000 4194304 5098028 140730777789616 140730777787720 139929641910908 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10702848 140730777797775 140730777797984 140730777797984 140730777800683 0
/proc/15133/statm: 2378 346 289 221 0 87 0
[pid=15134] ppid=15133 vsize=13801768 CPUtime=136.12 cores=0,2,4,6,8,10,12,14
/proc/15134/stat : 15134 (java) S 15133 15133 7411 0 -1 1077944320 101020 0 0 0 12548 1064 0 0 20 0 28 0 3864516 14133010432 1302451 33554432000 4194304 4196468 140727404049136 140727404031680 139875109379831 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
/proc/15134/statm: 3450442 1302451 3274 1 0 3437675 0
[pid=15134/tid=15135] ppid=15133 vsize=13801768 CPUtime=38.31 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15135/stat : 15135 (java) S 15133 15133 7411 0 -1 1077944384 18000 0 0 0 3788 43 0 0 20 0 28 0 3864517 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139875113620608 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15137] ppid=15133 vsize=13801768 CPUtime=8.82 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15137/stat : 15137 (java) S 15133 15133 7411 0 -1 1077944384 4643 0 0 0 764 118 0 0 20 0 28 0 3864518 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874708945296 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15138] ppid=15133 vsize=13801768 CPUtime=8.82 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15138/stat : 15138 (java) S 15133 15133 7411 0 -1 1077944384 8571 0 0 0 754 128 0 0 20 0 28 0 3864518 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874707892496 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15139] ppid=15133 vsize=13801768 CPUtime=8.88 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15139/stat : 15139 (java) S 15133 15133 7411 0 -1 1077944384 4522 0 0 0 776 112 0 0 20 0 28 0 3864518 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874706840208 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15140] ppid=15133 vsize=13801768 CPUtime=8.88 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15140/stat : 15140 (java) S 15133 15133 7411 0 -1 1077944384 8180 0 0 0 766 122 0 0 20 0 28 0 3864518 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874705787408 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15141] ppid=15133 vsize=13801768 CPUtime=8.9 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15141/stat : 15141 (java) S 15133 15133 7411 0 -1 1077944384 4003 0 0 0 752 138 0 0 20 0 28 0 3864518 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874704735120 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15142] ppid=15133 vsize=13801768 CPUtime=8.83 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15142/stat : 15142 (java) S 15133 15133 7411 0 -1 1077944384 4974 0 0 0 746 137 0 0 20 0 28 0 3864518 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874703682320 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15143] ppid=15133 vsize=13801768 CPUtime=8.85 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15143/stat : 15143 (java) S 15133 15133 7411 0 -1 1077944384 4011 0 0 0 769 116 0 0 20 0 28 0 3864518 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874702630032 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15144] ppid=15133 vsize=13801768 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15144/stat : 15144 (java) S 15133 15133 7411 0 -1 1077944384 4273 0 0 0 754 135 0 0 20 0 28 0 3864518 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874701577232 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15145] ppid=15133 vsize=13801768 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15145/stat : 15145 (java) S 15133 15133 7411 0 -1 1077944384 11099 0 0 0 174 1 0 0 20 0 28 0 3864519 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874437458032 139875109390978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15146] ppid=15133 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15146/stat : 15146 (java) S 15133 15133 7411 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 3864520 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874436404064 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15147] ppid=15133 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15147/stat : 15147 (java) S 15133 15133 7411 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 28 0 3864520 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874435351680 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15148] ppid=15133 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15148/stat : 15148 (java) S 15133 15133 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3864524 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874434299984 139875109398427 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15149] ppid=15133 vsize=13801768 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15149/stat : 15149 (java) S 15133 15133 7411 0 -1 1077944384 4851 0 0 0 141 1 0 0 20 0 28 0 3864524 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874433247856 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15150] ppid=15133 vsize=13801768 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15150/stat : 15150 (java) S 15133 15133 7411 0 -1 1077944384 5880 0 0 0 159 1 0 0 20 0 28 0 3864524 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874432195056 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15151] ppid=15133 vsize=13801768 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15151/stat : 15151 (java) R 15133 15133 7411 0 -1 4202560 9482 0 0 0 200 1 0 0 20 0 28 0 3864524 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874431128648 139875090924792 0 4 0 16800975 0 0 0 -1 2 0 0 41 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15152] ppid=15133 vsize=13801768 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15152/stat : 15152 (java) S 15133 15133 7411 0 -1 1077944384 5548 0 0 0 77 1 0 0 20 0 28 0 3864524 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874430089968 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 54 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15153] ppid=15133 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15153/stat : 15153 (java) S 15133 15133 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3864524 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874429036896 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15154] ppid=15133 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15154/stat : 15154 (java) S 15133 15133 7411 0 -1 1077944384 534 0 0 0 2 0 0 0 20 0 28 0 3864524 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874427984176 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 52 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15155] ppid=15133 vsize=13801768 CPUtime=2.08 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15155/stat : 15155 (java) R 15133 15133 7411 0 -1 4202560 201 0 0 0 208 0 0 0 20 0 28 0 3869430 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874419971128 139874750004670 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15156] ppid=15133 vsize=13801768 CPUtime=2.59 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15156/stat : 15156 (java) R 15133 15133 7411 0 -1 4202560 95 0 0 0 259 0 0 0 20 0 28 0 3869431 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874418917816 139874750295464 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15157] ppid=15133 vsize=13801768 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15157/stat : 15157 (java) R 15133 15133 7411 0 -1 4202560 201 0 0 0 243 0 0 0 20 0 28 0 3869431 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874417865568 139874750005353 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15158] ppid=15133 vsize=13801768 CPUtime=2.46 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15158/stat : 15158 (java) R 15133 15133 7411 0 -1 4202560 167 0 0 0 246 0 0 0 20 0 28 0 3869431 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874416813680 139874749643760 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15159] ppid=15133 vsize=13801768 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15159/stat : 15159 (java) R 15133 15133 7411 0 -1 4202560 86 0 0 0 249 0 0 0 20 0 28 0 3869431 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874415759912 139874750004639 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15160] ppid=15133 vsize=13801768 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15160/stat : 15160 (java) R 15133 15133 7411 0 -1 4202560 107 0 0 0 222 0 0 0 20 0 28 0 3869431 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874414707208 139874750005298 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15161] ppid=15133 vsize=13801768 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15161/stat : 15161 (java) R 15133 15133 7411 0 -1 4202560 145 0 0 0 243 0 0 0 20 0 28 0 3869431 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874413653488 139874750004693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15162] ppid=15133 vsize=13801768 CPUtime=2.44 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15162/stat : 15162 (java) R 15133 15133 7411 0 -1 4202560 74 0 0 0 244 0 0 0 20 0 28 0 3869431 14133010432 1302451 33554432000 4194304 4196468 140727404049136 139874412601896 139874750004639 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
Current children cumulated CPU time (s) 136.12
Current children cumulated vsize (KiB) 13811280

[startup+52.1016 s]
/proc/loadavg: 12.29 14.12 13.74 18/301 15162
/proc/meminfo: memFree=25590068/32770624 swapFree=5860/241104
[pid=15133] ppid=15130 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15133/stat : 15133 (xcsp3-exec) S 15130 15133 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3864516 9740288 346 33554432000 4194304 5098028 140730777789616 140730777787720 139929641910908 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10702848 140730777797775 140730777797984 140730777797984 140730777800683 0
/proc/15133/statm: 2378 346 289 221 0 87 0
[pid=15134] ppid=15133 vsize=13801768 CPUtime=136.78 cores=0,2,4,6,8,10,12,14
/proc/15134/stat : 15134 (java) S 15133 15133 7411 0 -1 1077944320 102175 0 0 0 12614 1064 0 0 20 0 19 0 3864516 14133010432 1302328 33554432000 4194304 4196468 140727404049136 140727404031680 139875109379831 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
/proc/15134/statm: 3450442 1302328 3276 1 0 3437675 0
[pid=15134/tid=15135] ppid=15133 vsize=13801768 CPUtime=38.31 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15135/stat : 15135 (java) S 15133 15133 7411 0 -1 1077944384 18602 0 0 0 3788 43 0 0 20 0 19 0 3864517 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139875113622672 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15137] ppid=15133 vsize=13801768 CPUtime=8.82 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15137/stat : 15137 (java) S 15133 15133 7411 0 -1 1077944384 4643 0 0 0 764 118 0 0 20 0 19 0 3864518 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874708945296 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15138] ppid=15133 vsize=13801768 CPUtime=8.82 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15138/stat : 15138 (java) S 15133 15133 7411 0 -1 1077944384 8571 0 0 0 754 128 0 0 20 0 19 0 3864518 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874707892496 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15139] ppid=15133 vsize=13801768 CPUtime=8.88 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15139/stat : 15139 (java) S 15133 15133 7411 0 -1 1077944384 4522 0 0 0 776 112 0 0 20 0 19 0 3864518 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874706840208 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15140] ppid=15133 vsize=13801768 CPUtime=8.88 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15140/stat : 15140 (java) S 15133 15133 7411 0 -1 1077944384 8180 0 0 0 766 122 0 0 20 0 19 0 3864518 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874705787408 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15141] ppid=15133 vsize=13801768 CPUtime=8.9 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15141/stat : 15141 (java) S 15133 15133 7411 0 -1 1077944384 4003 0 0 0 752 138 0 0 20 0 19 0 3864518 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874704735120 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15142] ppid=15133 vsize=13801768 CPUtime=8.83 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15142/stat : 15142 (java) S 15133 15133 7411 0 -1 1077944384 4974 0 0 0 746 137 0 0 20 0 19 0 3864518 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874703682320 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15143] ppid=15133 vsize=13801768 CPUtime=8.85 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15143/stat : 15143 (java) S 15133 15133 7411 0 -1 1077944384 4011 0 0 0 769 116 0 0 20 0 19 0 3864518 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874702630032 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15144] ppid=15133 vsize=13801768 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15144/stat : 15144 (java) S 15133 15133 7411 0 -1 1077944384 4273 0 0 0 754 135 0 0 20 0 19 0 3864518 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874701577232 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15145] ppid=15133 vsize=13801768 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15145/stat : 15145 (java) S 15133 15133 7411 0 -1 1077944384 11150 0 0 0 174 1 0 0 20 0 19 0 3864519 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874437458240 139875109390978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15146] ppid=15133 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15146/stat : 15146 (java) S 15133 15133 7411 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 3864520 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874436404064 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15147] ppid=15133 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15147/stat : 15147 (java) S 15133 15133 7411 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 19 0 3864520 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874435351680 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15148] ppid=15133 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15148/stat : 15148 (java) S 15133 15133 7411 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 3864524 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874434299040 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15149] ppid=15133 vsize=13801768 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15149/stat : 15149 (java) S 15133 15133 7411 0 -1 1077944384 4851 0 0 0 141 1 0 0 20 0 19 0 3864524 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874433247856 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15150] ppid=15133 vsize=13801768 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15150/stat : 15150 (java) S 15133 15133 7411 0 -1 1077944384 5880 0 0 0 159 1 0 0 20 0 19 0 3864524 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874432195056 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15151] ppid=15133 vsize=13801768 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15151/stat : 15151 (java) R 15133 15133 7411 0 -1 4202560 9484 0 0 0 206 1 0 0 20 0 19 0 3864524 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874431128648 139875090902799 0 4 0 16800975 0 0 0 -1 10 0 0 41 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15152] ppid=15133 vsize=13801768 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15152/stat : 15152 (java) S 15133 15133 7411 0 -1 1077944384 5601 0 0 0 78 1 0 0 20 0 19 0 3864524 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874430089968 139875109390978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 54 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
[pid=15134/tid=15153] ppid=15133 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15134/task/15153/stat : 15153 (java) S 15133 15133 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 3864524 14133010432 1302328 33554432000 4194304 4196468 140727404049136 139874429036896 139875109390037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23011328 140727404057788 140727404057964 140727404057964 140727404060623 0
Current children cumulated CPU time (s) 136.78
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 52.1404
CPU time (s): 136.824
CPU user time (s): 126.151
CPU system time (s): 10.6728
CPU usage (%): 262.414
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.151
system time used= 10.6728
maximum resident set size= 5209916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102756
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7095
involuntary context switches= 10482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.418207 second user time and 0.577437 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 03:12:51
IDJOB=4245395
IDBENCH=121599
IDSOLVER=2626
FILE ID=node131/4245395-1500685970
RUNJOBID= node131-1500682620-7801
PBS_JOBID= 20623041
Free space on /tmp= 61980 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Random/Random-m1-5-2X-05c/rand-5-2X-05c-15.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245395-1500685970/watcher-4245395-1500685970 -o /tmp/evaluation-result-4245395-1500685970/solver-4245395-1500685970 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 402653242 HOME/instance-4245395-1500685970.xml

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

MD5SUM BENCH= 5c93a58f751270bf50b32fbeed27ba19
RANDOM SEED=402653242

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31582356 kB
MemAvailable:   31660512 kB
Buffers:           47928 kB
Cached:           341256 kB
SwapCached:            0 kB
Active:           564192 kB
Inactive:         249684 kB
Active(anon):     427904 kB
Inactive(anon):     8692 kB
Active(file):     136288 kB
Inactive(file):   240992 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             39668 kB
Writeback:             0 kB
AnonPages:        428992 kB
Mapped:            42380 kB
Shmem:              8876 kB
Slab:              67092 kB
SReclaimable:      33420 kB
SUnreclaim:        33672 kB
KernelStack:        4672 kB
PageTables:         6172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1650860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61972 MiB
End job on node131 at 2017-07-22 03:13:43