Trace number 4245275

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 265.897 35.9799

General information on the benchmark

NameRlfap/
Rlfap-m1-scens11/Rlfap-scen-11-f05.xml
MD5SUMf8050e8ddc741b4fb4a45c7e8cfb7628
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 benchmark12.0422
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size39
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":32,"count":336},{"size":39,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
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-4245275-1500685876.xml"  -tl '2400s' -p 8 -x 3
0.00/0.20	c [HOME/instance-4245275-1500685876.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
12.29/2.92	c solve instance...
265.80/35.96	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-4245275-1500685876/watcher-4245275-1500685876 -o /tmp/evaluation-result-4245275-1500685876/solver-4245275-1500685876 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8602 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 348520695 HOME/instance-4245275-1500685876.xml 

pid=19462
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: 15.32 15.83 14.62 10/273 19465
/proc/meminfo: memFree=31387288/32770624 swapFree=5884/238656
[pid=19465] ppid=19462 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19465/stat : 19465 (xcsp3-exec) S 19462 19465 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3855360 9740288 345 33554432000 4194304 5098028 140727110287120 140727110285224 140679906959996 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20606976 140727110288527 140727110288736 140727110288736 140727110291435 0
/proc/19465/statm: 2378 345 289 221 0 87 0

[startup+0.100061 s]
/proc/loadavg: 15.32 15.83 14.62 10/273 19465
/proc/meminfo: memFree=31387288/32770624 swapFree=5884/238656
[pid=19465] ppid=19462 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19465/stat : 19465 (xcsp3-exec) S 19462 19465 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3855360 9740288 345 33554432000 4194304 5098028 140727110287120 140727110285224 140679906959996 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20606976 140727110288527 140727110288736 140727110288736 140727110291435 0
/proc/19465/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200327 s]
/proc/loadavg: 15.32 15.83 14.62 10/273 19465
/proc/meminfo: memFree=31387288/32770624 swapFree=5884/238656
[pid=19465] ppid=19462 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19465/stat : 19465 (xcsp3-exec) S 19462 19465 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3855360 9740288 345 33554432000 4194304 5098028 140727110287120 140727110285224 140679906959996 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20606976 140727110288527 140727110288736 140727110288736 140727110291435 0
/proc/19465/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300287 s]
/proc/loadavg: 15.32 15.83 14.62 10/273 19465
/proc/meminfo: memFree=31387288/32770624 swapFree=5884/238656
[pid=19465] ppid=19462 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19465/stat : 19465 (xcsp3-exec) S 19462 19465 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3855360 9740288 345 33554432000 4194304 5098028 140727110287120 140727110285224 140679906959996 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20606976 140727110288527 140727110288736 140727110288736 140727110291435 0
/proc/19465/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700211 s]
/proc/loadavg: 15.32 15.83 14.62 10/273 19465
/proc/meminfo: memFree=31387288/32770624 swapFree=5884/238656
[pid=19465] ppid=19462 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19465/stat : 19465 (xcsp3-exec) S 19462 19465 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3855360 9740288 345 33554432000 4194304 5098028 140727110287120 140727110285224 140679906959996 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20606976 140727110288527 140727110288736 140727110288736 140727110291435 0
/proc/19465/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50076 s]
/proc/loadavg: 15.32 15.83 14.62 14/294 19486
/proc/meminfo: memFree=31171708/32770624 swapFree=5884/238592
[pid=19465] ppid=19462 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19465/stat : 19465 (xcsp3-exec) S 19462 19465 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3855360 9740288 345 33554432000 4194304 5098028 140727110287120 140727110285224 140679906959996 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20606976 140727110288527 140727110288736 140727110288736 140727110291435 0
/proc/19465/statm: 2378 345 289 221 0 87 0
[pid=19466] ppid=19465 vsize=13269256 CPUtime=5.58 cores=0,2,4,6,8,10,12,14
/proc/19466/stat : 19466 (java) S 19465 19465 8571 0 -1 1077944320 19048 0 0 0 538 20 0 0 20 0 20 0 3855360 13587718144 59827 33554432000 4194304 4196468 140722982225280 140722982207824 140475035184887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
/proc/19466/statm: 3317314 59827 3243 1 0 3304547 0
[pid=19466/tid=19467] ppid=19465 vsize=13269256 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19467/stat : 19467 (java) R 19465 19465 8571 0 -1 4202560 7175 0 0 0 139 3 0 0 20 0 20 0 3855360 13587718144 59827 33554432000 4194304 4196468 140722982225280 140475039419704 140474646050055 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19469] ppid=19465 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19469/stat : 19469 (java) S 19465 19465 8571 0 -1 1077944384 18 0 0 0 1 1 0 0 20 0 20 0 3855361 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474967321488 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19470] ppid=19465 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19470/stat : 19470 (java) S 19465 19465 8571 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 20 0 3855361 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474966268688 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19471] ppid=19465 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19471/stat : 19471 (java) S 19465 19465 8571 0 -1 1077944384 23 0 0 0 1 1 0 0 20 0 20 0 3855361 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474965216400 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19472] ppid=19465 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19472/stat : 19472 (java) S 19465 19465 8571 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 20 0 3855361 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474964163600 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19473] ppid=19465 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19473/stat : 19473 (java) S 19465 19465 8571 0 -1 1077944384 35 0 0 0 2 1 0 0 20 0 20 0 3855361 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474963110288 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19474] ppid=19465 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19474/stat : 19474 (java) S 19465 19465 8571 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 20 0 3855361 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474962057488 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19475] ppid=19465 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19475/stat : 19475 (java) S 19465 19465 8571 0 -1 1077944384 23 0 0 0 1 1 0 0 20 0 20 0 3855361 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474961005200 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19476] ppid=19465 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19476/stat : 19476 (java) S 19465 19465 8571 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 20 0 3855361 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474959952400 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19477] ppid=19465 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19477/stat : 19477 (java) S 19465 19465 8571 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 3855363 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474229013104 140475035196034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19478] ppid=19465 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19478/stat : 19478 (java) S 19465 19465 8571 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3855364 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474227959136 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19479] ppid=19465 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19479/stat : 19479 (java) S 19465 19465 8571 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3855364 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474226906752 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19480] ppid=19465 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19480/stat : 19480 (java) S 19465 19465 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3855368 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474225855056 140475035203483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19481] ppid=19465 vsize=13269256 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19481/stat : 19481 (java) R 19465 19465 8571 0 -1 4202560 2097 0 0 0 103 0 0 0 20 0 20 0 3855368 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474224788720 140475015535180 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19482] ppid=19465 vsize=13269256 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19482/stat : 19482 (java) R 19465 19465 8571 0 -1 4202560 2754 0 0 0 99 0 0 0 20 0 20 0 3855368 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474223731072 140475035206234 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19483] ppid=19465 vsize=13269256 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19483/stat : 19483 (java) R 19465 19465 8571 0 -1 4202560 2214 0 0 0 99 0 0 0 20 0 20 0 3855368 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474222683136 140475020090156 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19484] ppid=19465 vsize=13269256 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19484/stat : 19484 (java) S 19465 19465 8571 0 -1 1077944384 3242 0 0 0 82 1 0 0 20 0 20 0 3855368 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474221644016 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19485] ppid=19465 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19485/stat : 19485 (java) S 19465 19465 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3855368 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474153167712 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19486] ppid=19465 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19486/stat : 19486 (java) S 19465 19465 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3855369 13587718144 59827 33554432000 4194304 4196468 140722982225280 140474152114992 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 13278768

[startup+3.10076 s]
/proc/loadavg: 15.32 15.83 14.62 13/294 19486
/proc/meminfo: memFree=30902208/32770624 swapFree=5884/238596
[pid=19465] ppid=19462 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19465/stat : 19465 (xcsp3-exec) S 19462 19465 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3855360 9740288 345 33554432000 4194304 5098028 140727110287120 140727110285224 140679906959996 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20606976 140727110288527 140727110288736 140727110288736 140727110291435 0
/proc/19465/statm: 2378 345 289 221 0 87 0
[pid=19466] ppid=19465 vsize=13803816 CPUtime=13.59 cores=0,2,4,6,8,10,12,14
/proc/19466/stat : 19466 (java) S 19465 19465 8571 0 -1 1077944320 22807 0 0 0 1221 138 0 0 20 0 28 0 3855360 14135107584 202688 33554432000 4194304 4196468 140722982225280 140722982207824 140475035184887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
/proc/19466/statm: 3450954 202688 3265 1 0 3438187 0
[pid=19466/tid=19467] ppid=19465 vsize=13803816 CPUtime=2.54 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19467/stat : 19467 (java) S 19465 19465 8571 0 -1 1077944384 7512 0 0 0 246 8 0 0 20 0 28 0 3855360 14135107584 202688 33554432000 4194304 4196468 140722982225280 140475039425664 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19469] ppid=19465 vsize=13803816 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19469/stat : 19469 (java) S 19465 19465 8571 0 -1 1077944384 154 0 0 0 14 14 0 0 20 0 28 0 3855361 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474967321488 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19470] ppid=19465 vsize=13803816 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19470/stat : 19470 (java) S 19465 19465 8571 0 -1 1077944384 161 0 0 0 13 15 0 0 20 0 28 0 3855361 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474966268688 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19471] ppid=19465 vsize=13803816 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19471/stat : 19471 (java) S 19465 19465 8571 0 -1 1077944384 206 0 0 0 15 17 0 0 20 0 28 0 3855361 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474965216400 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19472] ppid=19465 vsize=13803816 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19472/stat : 19472 (java) S 19465 19465 8571 0 -1 1077944384 316 0 0 0 14 15 0 0 20 0 28 0 3855361 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474964163600 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19473] ppid=19465 vsize=13803816 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19473/stat : 19473 (java) S 19465 19465 8571 0 -1 1077944384 163 0 0 0 13 14 0 0 20 0 28 0 3855361 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474963110288 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19474] ppid=19465 vsize=13803816 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19474/stat : 19474 (java) S 19465 19465 8571 0 -1 1077944384 164 0 0 0 15 16 0 0 20 0 28 0 3855361 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474962057488 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19475] ppid=19465 vsize=13803816 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19475/stat : 19475 (java) S 19465 19465 8571 0 -1 1077944384 177 0 0 0 18 15 0 0 20 0 28 0 3855361 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474961005200 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19476] ppid=19465 vsize=13803816 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19476/stat : 19476 (java) S 19465 19465 8571 0 -1 1077944384 273 0 0 0 18 15 0 0 20 0 28 0 3855361 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474959952400 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19477] ppid=19465 vsize=13803816 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19477/stat : 19477 (java) S 19465 19465 8571 0 -1 1077944384 524 0 0 0 1 0 0 0 20 0 28 0 3855363 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474229013104 140475035196034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19478] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19478/stat : 19478 (java) S 19465 19465 8571 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 3855364 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474227959136 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19479] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19479/stat : 19479 (java) S 19465 19465 8571 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 3855364 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474226906752 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19480] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19480/stat : 19480 (java) S 19465 19465 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3855368 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474225855056 140475035203483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19481] ppid=19465 vsize=13803816 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19481/stat : 19481 (java) S 19465 19465 8571 0 -1 1077944384 2256 0 0 0 224 1 0 0 20 0 28 0 3855368 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474224782880 140475035206077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19482] ppid=19465 vsize=13803816 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19482/stat : 19482 (java) S 19465 19465 8571 0 -1 1077944384 3026 0 0 0 229 1 0 0 20 0 28 0 3855368 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474223735504 140475035206077 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19483] ppid=19465 vsize=13803816 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19483/stat : 19483 (java) R 19465 19465 8571 0 -1 4202560 2810 0 0 0 228 1 0 0 20 0 28 0 3855368 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474222690008 140475035192258 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19484] ppid=19465 vsize=13803816 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19484/stat : 19484 (java) S 19465 19465 8571 0 -1 1077944384 3481 0 0 0 98 1 0 0 20 0 28 0 3855368 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474221644016 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19485] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19485/stat : 19485 (java) S 19465 19465 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3855368 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474153167712 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19486] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19486/stat : 19486 (java) S 19465 19465 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3855369 14135107584 202688 33554432000 4194304 4196468 140722982225280 140474152114992 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
Current children cumulated CPU time (s) 13.59
Current children cumulated vsize (KiB) 13813328

[startup+6.30167 s]
/proc/loadavg: 15.06 15.76 14.60 20/302 19494
/proc/meminfo: memFree=30465308/32770624 swapFree=5884/238596
[pid=19465] ppid=19462 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19465/stat : 19465 (xcsp3-exec) S 19462 19465 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3855360 9740288 345 33554432000 4194304 5098028 140727110287120 140727110285224 140679906959996 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20606976 140727110288527 140727110288736 140727110288736 140727110291435 0
/proc/19465/statm: 2378 345 289 221 0 87 0
[pid=19466] ppid=19465 vsize=13806060 CPUtime=38.9 cores=0,2,4,6,8,10,12,14
/proc/19466/stat : 19466 (java) S 19465 19465 8571 0 -1 1077944320 39187 0 0 0 3746 144 0 0 20 0 28 0 3855360 14137405440 208880 33554432000 4194304 4196468 140722982225280 140722982207824 140475035184887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
/proc/19466/statm: 3451515 208880 3288 1 0 3438748 0
[pid=19466/tid=19467] ppid=19465 vsize=13806060 CPUtime=2.54 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19467/stat : 19467 (java) S 19465 19465 8571 0 -1 1077944384 7512 0 0 0 246 8 0 0 20 0 28 0 3855360 14137405440 208880 33554432000 4194304 4196468 140722982225280 140475039425664 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19469] ppid=19465 vsize=13806060 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19469/stat : 19469 (java) S 19465 19465 8571 0 -1 1077944384 154 0 0 0 14 14 0 0 20 0 28 0 3855361 14137405440 208880 33554432000 4194304 4196468 140722982225280 140474967321488 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19470] ppid=19465 vsize=13806060 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19470/stat : 19470 (java) S 19465 19465 8571 0 -1 1077944384 161 0 0 0 13 15 0 0 20 0 28 0 3855361 14137405440 208880 33554432000 4194304 4196468 140722982225280 140474966268688 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19471] ppid=19465 vsize=13806060 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19471/stat : 19471 (java) S 19465 19465 8571 0 -1 1077944384 206 0 0 0 15 17 0 0 20 0 28 0 3855361 14137405440 208880 33554432000 4194304 4196468 140722982225280 140474965216400 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19472] ppid=19465 vsize=13806060 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19472/stat : 19472 (java) S 19465 19465 8571 0 -1 1077944384 316 0 0 0 14 15 0 0 20 0 28 0 3855361 14137405440 208880 33554432000 4194304 4196468 140722982225280 140474964163600 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19473] ppid=19465 vsize=13806060 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19473/stat : 19473 (java) S 19465 19465 8571 0 -1 1077944384 163 0 0 0 13 14 0 0 20 0 28 0 3855361 14137405440 208880 33554432000 4194304 4196468 140722982225280 140474963110288 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19474] ppid=19465 vsize=13806060 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19474/stat : 19474 (java) S 19465 19465 8571 0 -1 1077944384 164 0 0 0 15 16 0 0 20 0 28 0 3855361 14137405440 208880 33554432000 4194304 4196468 140722982225280 140474962057488 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19475] ppid=19465 vsize=13806060 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19475/stat : 19475 (java) S 19465 19465 8571 0 -1 1077944384 177 0 0 0 18 15 0 0 20 0 28 0 3855361 14137405440 208880 33554432000 4194304 4196468 140722982225280 140474961005200 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19476] ppid=19465 vsize=13806060 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19476/stat : 19476 (java) S 19465 19465 8571 0 -1 1077944384 273 0 0 0 18 15 0 0 20 0 28 0 3855361 14137405440 208880 33554432000 4194304 4196468 140722982225280 140474959952400 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19477] ppid=19465 vsize=13806060 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19477/stat : 19477 (java) S 19465 19465 8571 0 -1 1077944384 590 0 0 0 1 0 0 0 20 0 28 0 3855363 14137405440 208880 33554432000 4194304 4196468 140722982225280 140474229013104 140475035196034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19478] ppid=19465 vsize=13806060 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19478/stat : 19478 (java) S 19465 19465 8571 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 3855364 14137405440 208880 33554432000 4194304 4196468 140722982225280 140474227959136 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19479] ppid=19465 vsize=13806060 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19479/stat : 19479 (java) S 19465 19465 8571 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 3855364 14137405440 208880 33554432000 4194304 4196468 140722982225280 140474226906752 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19480] ppid=19465 vsize=13806060 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19480/stat : 19480 (java) S 19465 19465 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3855368 14137405440 208880 33554432000 4194304 4196468 140722982225280 140474225855056 140475035203483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0

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

/proc/19466/task/19478/stat : 19478 (java) S 19465 19465 8571 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 3855364 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474227959136 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19479] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19479/stat : 19479 (java) S 19465 19465 8571 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 3855364 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474226906752 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19480] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19480/stat : 19480 (java) S 19465 19465 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474225855056 140475035203483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19481] ppid=19465 vsize=13803816 CPUtime=4.96 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19481/stat : 19481 (java) S 19465 19465 8571 0 -1 1077944384 10414 0 0 0 494 2 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474224801904 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19482] ppid=19465 vsize=13803816 CPUtime=4.91 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19482/stat : 19482 (java) S 19465 19465 8571 0 -1 1077944384 10324 0 0 0 490 1 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474223749104 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19483] ppid=19465 vsize=13803816 CPUtime=5.35 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19483/stat : 19483 (java) S 19465 19465 8571 0 -1 1077944384 15141 0 0 0 532 3 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474222696816 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19484] ppid=19465 vsize=13803816 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19484/stat : 19484 (java) S 19465 19465 8571 0 -1 1077944384 8543 0 0 0 142 3 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474221644016 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19485] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19485/stat : 19485 (java) S 19465 19465 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474153167712 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19486] ppid=19465 vsize=13803816 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19486/stat : 19486 (java) S 19465 19465 8571 0 -1 1077944384 1195 0 0 0 0 1 0 0 20 0 28 0 3855369 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474152114992 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19487] ppid=19465 vsize=13803816 CPUtime=30.07 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19487/stat : 19487 (java) S 19465 19465 8571 0 -1 1077944384 619 0 0 0 3007 0 0 0 20 0 28 0 3855654 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474144104752 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19488] ppid=19465 vsize=13803816 CPUtime=30.42 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19488/stat : 19488 (java) S 19465 19465 8571 0 -1 1077944384 718 0 0 0 3041 1 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474140956112 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19489] ppid=19465 vsize=13803816 CPUtime=31.3 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19489/stat : 19489 (java) R 19465 19465 8571 0 -1 4202560 2760 0 0 0 3127 3 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474139897120 140474651319149 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19490] ppid=19465 vsize=13803816 CPUtime=29.63 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19490/stat : 19490 (java) S 19465 19465 8571 0 -1 1077944384 1790 0 0 0 2957 6 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474138850000 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19491] ppid=19465 vsize=13803816 CPUtime=30.48 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19491/stat : 19491 (java) S 19465 19465 8571 0 -1 1077944384 662 0 0 0 3048 0 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474137797712 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19492] ppid=19465 vsize=13803816 CPUtime=30.37 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19492/stat : 19492 (java) S 19465 19465 8571 0 -1 1077944384 480 0 0 0 3037 0 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474136744912 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19493] ppid=19465 vsize=13803816 CPUtime=29.85 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19493/stat : 19493 (java) S 19465 19465 8571 0 -1 1077944384 458 0 0 0 2985 0 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474135692624 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19494] ppid=19465 vsize=13803816 CPUtime=30.37 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19494/stat : 19494 (java) S 19465 19465 8571 0 -1 1077944384 492 0 0 0 3037 0 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474134639824 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
Current children cumulated CPU time (s) 265.5
Current children cumulated vsize (KiB) 13813328

[startup+35.8009 s]
/proc/loadavg: 16.02 15.93 14.70 10/302 19494
/proc/meminfo: memFree=29737476/32770624 swapFree=5884/238632
[pid=19465] ppid=19462 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19465/stat : 19465 (xcsp3-exec) S 19462 19465 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3855360 9740288 345 33554432000 4194304 5098028 140727110287120 140727110285224 140679906959996 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20606976 140727110288527 140727110288736 140727110288736 140727110291435 0
/proc/19465/statm: 2378 345 289 221 0 87 0
[pid=19466] ppid=19465 vsize=13803816 CPUtime=265.7 cores=0,2,4,6,8,10,12,14
/proc/19466/stat : 19466 (java) S 19465 19465 8571 0 -1 1077944320 66699 0 0 0 26351 219 0 0 20 0 28 0 3855360 14135107584 337744 33554432000 4194304 4196468 140722982225280 140722982207824 140475035184887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
/proc/19466/statm: 3450954 337744 3289 1 0 3438187 0
[pid=19466/tid=19467] ppid=19465 vsize=13803816 CPUtime=2.54 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19467/stat : 19467 (java) S 19465 19465 8571 0 -1 1077944384 7512 0 0 0 246 8 0 0 20 0 28 0 3855360 14135107584 337744 33554432000 4194304 4196468 140722982225280 140475039425664 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19469] ppid=19465 vsize=13803816 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19469/stat : 19469 (java) S 19465 19465 8571 0 -1 1077944384 219 0 0 0 21 21 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474967321488 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19470] ppid=19465 vsize=13803816 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19470/stat : 19470 (java) S 19465 19465 8571 0 -1 1077944384 266 0 0 0 20 22 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474966268688 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19471] ppid=19465 vsize=13803816 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19471/stat : 19471 (java) S 19465 19465 8571 0 -1 1077944384 370 0 0 0 22 25 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474965216400 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19472] ppid=19465 vsize=13803816 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19472/stat : 19472 (java) S 19465 19465 8571 0 -1 1077944384 411 0 0 0 20 23 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474964163600 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19473] ppid=19465 vsize=13803816 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19473/stat : 19473 (java) S 19465 19465 8571 0 -1 1077944384 266 0 0 0 20 22 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474963110288 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19474] ppid=19465 vsize=13803816 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19474/stat : 19474 (java) S 19465 19465 8571 0 -1 1077944384 695 0 0 0 24 21 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474962057488 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19475] ppid=19465 vsize=13803816 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19475/stat : 19475 (java) S 19465 19465 8571 0 -1 1077944384 325 0 0 0 24 22 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474961005200 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19476] ppid=19465 vsize=13803816 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19476/stat : 19476 (java) S 19465 19465 8571 0 -1 1077944384 388 0 0 0 25 21 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474959952400 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19477] ppid=19465 vsize=13803816 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19477/stat : 19477 (java) S 19465 19465 8571 0 -1 1077944384 1315 0 0 0 2 2 0 0 20 0 28 0 3855363 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474229013104 140475035196034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19478] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19478/stat : 19478 (java) S 19465 19465 8571 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 3855364 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474227959136 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19479] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19479/stat : 19479 (java) S 19465 19465 8571 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 3855364 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474226906752 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19480] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19480/stat : 19480 (java) S 19465 19465 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474225855056 140475035203483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19481] ppid=19465 vsize=13803816 CPUtime=4.96 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19481/stat : 19481 (java) S 19465 19465 8571 0 -1 1077944384 10414 0 0 0 494 2 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474224801904 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19482] ppid=19465 vsize=13803816 CPUtime=4.91 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19482/stat : 19482 (java) S 19465 19465 8571 0 -1 1077944384 10324 0 0 0 490 1 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474223749104 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19483] ppid=19465 vsize=13803816 CPUtime=5.35 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19483/stat : 19483 (java) S 19465 19465 8571 0 -1 1077944384 15141 0 0 0 532 3 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474222696816 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19484] ppid=19465 vsize=13803816 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19484/stat : 19484 (java) S 19465 19465 8571 0 -1 1077944384 8543 0 0 0 142 3 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474221644016 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19485] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19485/stat : 19485 (java) S 19465 19465 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474153167712 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19486] ppid=19465 vsize=13803816 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19486/stat : 19486 (java) S 19465 19465 8571 0 -1 1077944384 1195 0 0 0 0 1 0 0 20 0 28 0 3855369 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474152114992 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19487] ppid=19465 vsize=13803816 CPUtime=30.07 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19487/stat : 19487 (java) S 19465 19465 8571 0 -1 1077944384 619 0 0 0 3007 0 0 0 20 0 28 0 3855654 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474144104752 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19488] ppid=19465 vsize=13803816 CPUtime=30.42 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19488/stat : 19488 (java) S 19465 19465 8571 0 -1 1077944384 718 0 0 0 3041 1 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474140956112 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19489] ppid=19465 vsize=13803816 CPUtime=31.5 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19489/stat : 19489 (java) R 19465 19465 8571 0 -1 4202560 2760 0 0 0 3147 3 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474139897120 140474651319176 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19490] ppid=19465 vsize=13803816 CPUtime=29.63 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19490/stat : 19490 (java) S 19465 19465 8571 0 -1 1077944384 1790 0 0 0 2957 6 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474138850000 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19491] ppid=19465 vsize=13803816 CPUtime=30.48 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19491/stat : 19491 (java) S 19465 19465 8571 0 -1 1077944384 662 0 0 0 3048 0 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474137797712 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19492] ppid=19465 vsize=13803816 CPUtime=30.37 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19492/stat : 19492 (java) S 19465 19465 8571 0 -1 1077944384 480 0 0 0 3037 0 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474136744912 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19493] ppid=19465 vsize=13803816 CPUtime=29.85 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19493/stat : 19493 (java) S 19465 19465 8571 0 -1 1077944384 458 0 0 0 2985 0 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474135692624 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19494] ppid=19465 vsize=13803816 CPUtime=30.37 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19494/stat : 19494 (java) S 19465 19465 8571 0 -1 1077944384 492 0 0 0 3037 0 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474134639824 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
Current children cumulated CPU time (s) 265.7
Current children cumulated vsize (KiB) 13813328

[startup+35.9009 s]
/proc/loadavg: 16.02 15.93 14.70 10/302 19494
/proc/meminfo: memFree=29737476/32770624 swapFree=5884/238632
[pid=19465] ppid=19462 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19465/stat : 19465 (xcsp3-exec) S 19462 19465 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3855360 9740288 345 33554432000 4194304 5098028 140727110287120 140727110285224 140679906959996 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20606976 140727110288527 140727110288736 140727110288736 140727110291435 0
/proc/19465/statm: 2378 345 289 221 0 87 0
[pid=19466] ppid=19465 vsize=13803816 CPUtime=265.8 cores=0,2,4,6,8,10,12,14
/proc/19466/stat : 19466 (java) S 19465 19465 8571 0 -1 1077944320 66699 0 0 0 26361 219 0 0 20 0 28 0 3855360 14135107584 337744 33554432000 4194304 4196468 140722982225280 140722982207824 140475035184887 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
/proc/19466/statm: 3450954 337744 3289 1 0 3438187 0
[pid=19466/tid=19467] ppid=19465 vsize=13803816 CPUtime=2.54 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19467/stat : 19467 (java) S 19465 19465 8571 0 -1 1077944384 7512 0 0 0 246 8 0 0 20 0 28 0 3855360 14135107584 337744 33554432000 4194304 4196468 140722982225280 140475039425664 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19469] ppid=19465 vsize=13803816 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19469/stat : 19469 (java) S 19465 19465 8571 0 -1 1077944384 219 0 0 0 21 21 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474967321488 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19470] ppid=19465 vsize=13803816 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19470/stat : 19470 (java) S 19465 19465 8571 0 -1 1077944384 266 0 0 0 20 22 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474966268688 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19471] ppid=19465 vsize=13803816 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19471/stat : 19471 (java) S 19465 19465 8571 0 -1 1077944384 370 0 0 0 22 25 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474965216400 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19472] ppid=19465 vsize=13803816 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19472/stat : 19472 (java) S 19465 19465 8571 0 -1 1077944384 411 0 0 0 20 23 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474964163600 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19473] ppid=19465 vsize=13803816 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19473/stat : 19473 (java) S 19465 19465 8571 0 -1 1077944384 266 0 0 0 20 22 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474963110288 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19474] ppid=19465 vsize=13803816 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19474/stat : 19474 (java) S 19465 19465 8571 0 -1 1077944384 695 0 0 0 24 21 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474962057488 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19475] ppid=19465 vsize=13803816 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19475/stat : 19475 (java) S 19465 19465 8571 0 -1 1077944384 325 0 0 0 24 22 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474961005200 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19476] ppid=19465 vsize=13803816 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19476/stat : 19476 (java) S 19465 19465 8571 0 -1 1077944384 388 0 0 0 25 21 0 0 20 0 28 0 3855361 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474959952400 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19477] ppid=19465 vsize=13803816 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19477/stat : 19477 (java) S 19465 19465 8571 0 -1 1077944384 1315 0 0 0 2 2 0 0 20 0 28 0 3855363 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474229013104 140475035196034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19478] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19478/stat : 19478 (java) S 19465 19465 8571 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 3855364 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474227959136 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19479] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19479/stat : 19479 (java) S 19465 19465 8571 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 3855364 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474226906752 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19480] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19480/stat : 19480 (java) S 19465 19465 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474225855056 140475035203483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19481] ppid=19465 vsize=13803816 CPUtime=4.96 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19481/stat : 19481 (java) S 19465 19465 8571 0 -1 1077944384 10414 0 0 0 494 2 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474224801904 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19482] ppid=19465 vsize=13803816 CPUtime=4.91 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19482/stat : 19482 (java) S 19465 19465 8571 0 -1 1077944384 10324 0 0 0 490 1 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474223749104 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19483] ppid=19465 vsize=13803816 CPUtime=5.35 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19483/stat : 19483 (java) S 19465 19465 8571 0 -1 1077944384 15141 0 0 0 532 3 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474222696816 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19484] ppid=19465 vsize=13803816 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19484/stat : 19484 (java) S 19465 19465 8571 0 -1 1077944384 8543 0 0 0 142 3 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474221644016 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19485] ppid=19465 vsize=13803816 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19485/stat : 19485 (java) S 19465 19465 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3855368 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474153167712 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19486] ppid=19465 vsize=13803816 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19486/stat : 19486 (java) S 19465 19465 8571 0 -1 1077944384 1195 0 0 0 0 1 0 0 20 0 28 0 3855369 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474152114992 140475035196034 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19487] ppid=19465 vsize=13803816 CPUtime=30.07 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19487/stat : 19487 (java) S 19465 19465 8571 0 -1 1077944384 619 0 0 0 3007 0 0 0 20 0 28 0 3855654 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474144104752 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19488] ppid=19465 vsize=13803816 CPUtime=30.42 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19488/stat : 19488 (java) S 19465 19465 8571 0 -1 1077944384 718 0 0 0 3041 1 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474140956112 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19489] ppid=19465 vsize=13803816 CPUtime=31.6 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19489/stat : 19489 (java) R 19465 19465 8571 0 -1 4202560 2760 0 0 0 3157 3 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474139897120 140474651319146 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19490] ppid=19465 vsize=13803816 CPUtime=29.63 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19490/stat : 19490 (java) S 19465 19465 8571 0 -1 1077944384 1790 0 0 0 2957 6 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474138850000 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19491] ppid=19465 vsize=13803816 CPUtime=30.48 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19491/stat : 19491 (java) S 19465 19465 8571 0 -1 1077944384 662 0 0 0 3048 0 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474137797712 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19492] ppid=19465 vsize=13803816 CPUtime=30.37 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19492/stat : 19492 (java) S 19465 19465 8571 0 -1 1077944384 480 0 0 0 3037 0 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474136744912 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19493] ppid=19465 vsize=13803816 CPUtime=29.85 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19493/stat : 19493 (java) S 19465 19465 8571 0 -1 1077944384 458 0 0 0 2985 0 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474135692624 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
[pid=19466/tid=19494] ppid=19465 vsize=13803816 CPUtime=30.37 cores=0,2,4,6,8,10,12,14
/proc/19466/task/19494/stat : 19494 (java) S 19465 19465 8571 0 -1 1077944384 492 0 0 0 3037 0 0 0 20 0 28 0 3855655 14135107584 337744 33554432000 4194304 4196468 140722982225280 140474134639824 140475035195093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37400576 140722982229180 140722982229356 140722982229356 140722982232015 0
Current children cumulated CPU time (s) 265.8
Current children cumulated vsize (KiB) 13813328

Child status: 0
Real time (s): 35.9799
CPU time (s): 265.897
CPU user time (s): 263.687
CPU system time (s): 2.21048
CPU usage (%): 739.016
Max. virtual memory (cumulated for all children) (KiB): 13815576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 263.687
system time used= 2.21048
maximum resident set size= 1351064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67697
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6049
involuntary context switches= 18060

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.416462 second user time and 0.524818 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-22 03:11:16
IDJOB=4245275
IDBENCH=120793
IDSOLVER=2626
FILE ID=node126/4245275-1500685876
RUNJOBID= node126-1500683384-8602
PBS_JOBID= 20623339
Free space on /tmp= 61976 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens11/Rlfap-scen-11-f05.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-4245275-1500685876/watcher-4245275-1500685876 -o /tmp/evaluation-result-4245275-1500685876/solver-4245275-1500685876 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8602 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 348520695 HOME/instance-4245275-1500685876.xml

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

MD5SUM BENCH= f8050e8ddc741b4fb4a45c7e8cfb7628
RANDOM SEED=348520695

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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	: 5333.50
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		: 1867.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	: 5333.50
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		: 2267.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	: 5333.50
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		: 2533.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	: 5333.50
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	: 5333.50
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	: 5333.50
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:        31387416 kB
MemAvailable:   31431700 kB
Buffers:           49228 kB
Cached:           306296 kB
SwapCached:            0 kB
Active:           764220 kB
Inactive:         247324 kB
Active(anon):     659048 kB
Inactive(anon):     8668 kB
Active(file):     105172 kB
Inactive(file):   238656 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7540 kB
Writeback:             0 kB
AnonPages:        708624 kB
Mapped:            42536 kB
Shmem:              8872 kB
Slab:              65976 kB
SReclaimable:      32584 kB
SUnreclaim:        33392 kB
KernelStack:        5040 kB
PageTables:         6836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1653664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61968 MiB
End job on node126 at 2017-07-22 03:11:52