Trace number 4249150

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)SAT 56.6514 19.1248

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20/
TravellingSalesman-20-142_X2.xml
MD5SUMd56953f82a267c4c8ee700c959d37f45
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.3958201
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":180,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree20
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":39},{"degree":20,"count":20}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":210},{"arity":3,"count":20}]
Number of extensional constraints230
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":230}]
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-4249150-1500694058.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4249150-1500694058.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
21.65/14.63	c solve instance...
55.85/19.10	s SATISFIABLE
55.85/19.10	v <instantiation>
55.85/19.10	v 	<list>w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] </list>
55.85/19.10	v 	<values>179 0 20 6 16 8 17 10 4 19 12 18 3 2 5 15 1 13 7 11 14 9 18 11 2 26 6 3 4 1 13 2 3 0 23 11 7 8 0 4 29 8 29 31 57 63 66 70 71 84 86 89 89 112 123 130 138 138 142 171 179 </values>
55.85/19.10	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249150-1500694058/watcher-4249150-1500694058 -o /tmp/evaluation-result-4249150-1500694058/solver-4249150-1500694058 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500682809-15227 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 546071496 HOME/instance-4249150-1500694058.xml 

pid=10194
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: 13.54 15.11 15.13 2/240 10197
/proc/meminfo: memFree=31909544/32770624 swapFree=5808/121596
[pid=10197] ppid=10194 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10197/stat : 10197 (xcsp3-exec) S 10194 10197 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4670951 9740288 345 33554432000 4194304 5098028 140726158478272 140726158476376 139990531904124 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 36519936 140726158484623 140726158484832 140726158484832 140726158487531 0
/proc/10197/statm: 2378 345 289 221 0 87 0

[startup+0.100099 s]
/proc/loadavg: 13.54 15.11 15.13 2/240 10197
/proc/meminfo: memFree=31909544/32770624 swapFree=5808/121596
[pid=10197] ppid=10194 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10197/stat : 10197 (xcsp3-exec) S 10194 10197 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4670951 9740288 345 33554432000 4194304 5098028 140726158478272 140726158476376 139990531904124 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 36519936 140726158484623 140726158484832 140726158484832 140726158487531 0
/proc/10197/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200289 s]
/proc/loadavg: 13.54 15.11 15.13 2/240 10197
/proc/meminfo: memFree=31909544/32770624 swapFree=5808/121596
[pid=10197] ppid=10194 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10197/stat : 10197 (xcsp3-exec) S 10194 10197 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4670951 9740288 345 33554432000 4194304 5098028 140726158478272 140726158476376 139990531904124 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 36519936 140726158484623 140726158484832 140726158484832 140726158487531 0
/proc/10197/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: 13.54 15.11 15.13 2/240 10197
/proc/meminfo: memFree=31909544/32770624 swapFree=5808/121596
[pid=10197] ppid=10194 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10197/stat : 10197 (xcsp3-exec) S 10194 10197 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4670951 9740288 345 33554432000 4194304 5098028 140726158478272 140726158476376 139990531904124 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 36519936 140726158484623 140726158484832 140726158484832 140726158487531 0
/proc/10197/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700192 s]
/proc/loadavg: 13.54 15.11 15.13 2/240 10197
/proc/meminfo: memFree=31909544/32770624 swapFree=5808/121596
[pid=10197] ppid=10194 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10197/stat : 10197 (xcsp3-exec) S 10194 10197 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4670951 9740288 345 33554432000 4194304 5098028 140726158478272 140726158476376 139990531904124 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 36519936 140726158484623 140726158484832 140726158484832 140726158487531 0
/proc/10197/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5008 s]
/proc/loadavg: 13.54 15.11 15.13 3/258 10274
/proc/meminfo: memFree=31824820/32770624 swapFree=5808/127272
[pid=10197] ppid=10194 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10197/stat : 10197 (xcsp3-exec) S 10194 10197 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4670951 9740288 345 33554432000 4194304 5098028 140726158478272 140726158476376 139990531904124 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 36519936 140726158484623 140726158484832 140726158484832 140726158487531 0
/proc/10197/statm: 2378 345 289 221 0 87 0
[pid=10198] ppid=10197 vsize=13269256 CPUtime=2.66 cores=0,2,4,6,8,10,12,14
/proc/10198/stat : 10198 (java) S 10197 10197 15196 0 -1 1077944320 14122 0 0 0 261 5 0 0 20 0 20 0 4670952 13587718144 29092 33554432000 4194304 4196468 140725380921872 140725380904416 140407518670583 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
/proc/10198/statm: 3317314 29092 3206 1 0 3304547 0
[pid=10198/tid=10199] ppid=10197 vsize=13269256 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10199/stat : 10199 (java) R 10197 10197 15196 0 -1 4202560 6896 0 0 0 143 4 0 0 20 0 20 0 4670952 13587718144 29092 33554432000 4194304 4196468 140725380921872 140407522906296 140407131943195 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10203] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10203/stat : 10203 (java) S 10197 10197 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4670953 13587718144 29092 33554432000 4194304 4196468 140725380921872 140407450806672 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10204] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10204/stat : 10204 (java) S 10197 10197 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4670953 13587718144 29092 33554432000 4194304 4196468 140725380921872 140407449753872 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10206] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10206/stat : 10206 (java) S 10197 10197 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4670953 13587718144 29092 33554432000 4194304 4196468 140725380921872 140407448701584 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10207] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10207/stat : 10207 (java) S 10197 10197 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4670953 13587718144 29092 33554432000 4194304 4196468 140725380921872 140407114533392 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10208] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10208/stat : 10208 (java) S 10197 10197 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4670953 13587718144 29092 33554432000 4194304 4196468 140725380921872 140407113481104 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10209] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10209/stat : 10209 (java) S 10197 10197 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4670953 13587718144 29092 33554432000 4194304 4196468 140725380921872 140407112428304 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10210] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10210/stat : 10210 (java) S 10197 10197 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4670953 13587718144 29092 33554432000 4194304 4196468 140725380921872 140407111376016 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10211] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10211/stat : 10211 (java) S 10197 10197 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4670953 13587718144 29092 33554432000 4194304 4196468 140725380921872 140407110323216 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10217] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10217/stat : 10217 (java) S 10197 10197 15196 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4670955 13587718144 29092 33554432000 4194304 4196468 140725380921872 140407048153200 140407518681730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10220] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10220/stat : 10220 (java) S 10197 10197 15196 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4670956 13587718144 29092 33554432000 4194304 4196468 140725380921872 140407047099168 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10223] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10223/stat : 10223 (java) S 10197 10197 15196 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4670956 13587718144 29092 33554432000 4194304 4196468 140725380921872 140407046046832 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10239] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10239/stat : 10239 (java) S 10197 10197 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4670960 13587718144 29092 33554432000 4194304 4196468 140725380921872 140406842976336 140407518689179 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10240] ppid=10197 vsize=13269256 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10240/stat : 10240 (java) S 10197 10197 15196 0 -1 1077944384 1529 0 0 0 29 0 0 0 20 0 20 0 4670960 13587718144 29092 33554432000 4194304 4196468 140725380921872 140406841924208 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10241] ppid=10197 vsize=13269256 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10241/stat : 10241 (java) S 10197 10197 15196 0 -1 1077944384 1501 0 0 0 30 0 0 0 20 0 20 0 4670960 13587718144 29092 33554432000 4194304 4196468 140725380921872 140406840871408 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10242] ppid=10197 vsize=13269256 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10242/stat : 10242 (java) S 10197 10197 15196 0 -1 1077944384 1116 0 0 0 27 0 0 0 20 0 20 0 4670960 13587718144 29092 33554432000 4194304 4196468 140725380921872 140406839819120 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10243] ppid=10197 vsize=13269256 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10243/stat : 10243 (java) S 10197 10197 15196 0 -1 1077944384 1765 0 0 0 30 0 0 0 20 0 20 0 4670960 13587718144 29092 33554432000 4194304 4196468 140725380921872 140406838766320 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10244] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10244/stat : 10244 (java) S 10197 10197 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4670960 13587718144 29092 33554432000 4194304 4196468 140725380921872 140406837713248 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10245] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10245/stat : 10245 (java) S 10197 10197 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4670960 13587718144 29092 33554432000 4194304 4196468 140725380921872 140406836660528 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 13278768

[startup+3.10083 s]
/proc/loadavg: 13.54 15.11 15.13 3/283 10304
/proc/meminfo: memFree=31707736/32770624 swapFree=5808/121804
[pid=10197] ppid=10194 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10197/stat : 10197 (xcsp3-exec) S 10194 10197 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4670951 9740288 345 33554432000 4194304 5098028 140726158478272 140726158476376 139990531904124 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 36519936 140726158484623 140726158484832 140726158484832 140726158487531 0
/proc/10197/statm: 2378 345 289 221 0 87 0
[pid=10198] ppid=10197 vsize=13269256 CPUtime=5.24 cores=0,2,4,6,8,10,12,14
/proc/10198/stat : 10198 (java) S 10197 10197 15196 0 -1 1077944320 21302 0 0 0 485 39 0 0 20 0 20 0 4670952 13587718144 65867 33554432000 4194304 4196468 140725380921872 140725380904416 140407518670583 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
/proc/10198/statm: 3317314 65867 3231 1 0 3304547 0
[pid=10198/tid=10199] ppid=10197 vsize=13269256 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10199/stat : 10199 (java) R 10197 10197 15196 0 -1 4202560 9066 0 0 0 294 5 0 0 20 0 20 0 4670952 13587718144 65867 33554432000 4194304 4196468 140725380921872 140407522906424 140407131943205 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10203] ppid=10197 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10203/stat : 10203 (java) S 10197 10197 15196 0 -1 1077944384 79 0 0 0 2 5 0 0 20 0 20 0 4670953 13587718144 65867 33554432000 4194304 4196468 140725380921872 140407450806672 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10204] ppid=10197 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10204/stat : 10204 (java) S 10197 10197 15196 0 -1 1077944384 26 0 0 0 1 2 0 0 20 0 20 0 4670953 13587718144 65867 33554432000 4194304 4196468 140725380921872 140407449753872 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10206] ppid=10197 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10206/stat : 10206 (java) S 10197 10197 15196 0 -1 1077944384 171 0 0 0 5 2 0 0 20 0 20 0 4670953 13587718144 65867 33554432000 4194304 4196468 140725380921872 140407448701584 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10207] ppid=10197 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10207/stat : 10207 (java) S 10197 10197 15196 0 -1 1077944384 70 0 0 0 2 5 0 0 20 0 20 0 4670953 13587718144 65867 33554432000 4194304 4196468 140725380921872 140407114533392 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10208] ppid=10197 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10208/stat : 10208 (java) S 10197 10197 15196 0 -1 1077944384 77 0 0 0 3 4 0 0 20 0 20 0 4670953 13587718144 65867 33554432000 4194304 4196468 140725380921872 140407113481104 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10209] ppid=10197 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10209/stat : 10209 (java) S 10197 10197 15196 0 -1 1077944384 27 0 0 0 1 2 0 0 20 0 20 0 4670953 13587718144 65867 33554432000 4194304 4196468 140725380921872 140407112428304 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10210] ppid=10197 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10210/stat : 10210 (java) S 10197 10197 15196 0 -1 1077944384 126 0 0 0 2 5 0 0 20 0 20 0 4670953 13587718144 65867 33554432000 4194304 4196468 140725380921872 140407111376016 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10211] ppid=10197 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10211/stat : 10211 (java) S 10197 10197 15196 0 -1 1077944384 71 0 0 0 3 4 0 0 20 0 20 0 4670953 13587718144 65867 33554432000 4194304 4196468 140725380921872 140407110323216 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10217] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10217/stat : 10217 (java) S 10197 10197 15196 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 20 0 4670955 13587718144 65867 33554432000 4194304 4196468 140725380921872 140407048153200 140407518681730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10220] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10220/stat : 10220 (java) S 10197 10197 15196 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 4670956 13587718144 65867 33554432000 4194304 4196468 140725380921872 140407047099168 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10223] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10223/stat : 10223 (java) S 10197 10197 15196 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 4670956 13587718144 65867 33554432000 4194304 4196468 140725380921872 140407046046832 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10239] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10239/stat : 10239 (java) S 10197 10197 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4670960 13587718144 65867 33554432000 4194304 4196468 140725380921872 140406842976336 140407518689179 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10240] ppid=10197 vsize=13269256 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10240/stat : 10240 (java) S 10197 10197 15196 0 -1 1077944384 2390 0 0 0 40 0 0 0 20 0 20 0 4670960 13587718144 65867 33554432000 4194304 4196468 140725380921872 140406841924208 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10241] ppid=10197 vsize=13269256 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10241/stat : 10241 (java) S 10197 10197 15196 0 -1 1077944384 2454 0 0 0 49 0 0 0 20 0 20 0 4670960 13587718144 65867 33554432000 4194304 4196468 140725380921872 140406840871408 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10242] ppid=10197 vsize=13269256 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10242/stat : 10242 (java) S 10197 10197 15196 0 -1 1077944384 2247 0 0 0 38 0 0 0 20 0 20 0 4670960 13587718144 65867 33554432000 4194304 4196468 140725380921872 140406839819120 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10243] ppid=10197 vsize=13269256 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10243/stat : 10243 (java) S 10197 10197 15196 0 -1 1077944384 2906 0 0 0 39 0 0 0 20 0 20 0 4670960 13587718144 65867 33554432000 4194304 4196468 140725380921872 140406838766320 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10244] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10244/stat : 10244 (java) S 10197 10197 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4670960 13587718144 65867 33554432000 4194304 4196468 140725380921872 140406837713248 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10245] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10245/stat : 10245 (java) S 10197 10197 15196 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4670960 13587718144 65867 33554432000 4194304 4196468 140725380921872 140406836660528 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 13278768

[startup+6.30098 s]
/proc/loadavg: 12.70 14.91 15.07 3/283 10304
/proc/meminfo: memFree=31256172/32770624 swapFree=5808/122012
[pid=10197] ppid=10194 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10197/stat : 10197 (xcsp3-exec) S 10194 10197 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4670951 9740288 345 33554432000 4194304 5098028 140726158478272 140726158476376 139990531904124 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 36519936 140726158484623 140726158484832 140726158484832 140726158487531 0
/proc/10197/statm: 2378 345 289 221 0 87 0
[pid=10198] ppid=10197 vsize=13269256 CPUtime=10.73 cores=0,2,4,6,8,10,12,14
/proc/10198/stat : 10198 (java) S 10197 10197 15196 0 -1 1077944320 28577 0 0 0 949 124 0 0 20 0 20 0 4670952 13587718144 106038 33554432000 4194304 4196468 140725380921872 140725380904416 140407518670583 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
/proc/10198/statm: 3317314 106038 3235 1 0 3304547 0
[pid=10198/tid=10199] ppid=10197 vsize=13269256 CPUtime=6.04 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10199/stat : 10199 (java) R 10197 10197 15196 0 -1 4202560 9132 0 0 0 599 5 0 0 20 0 20 0 4670952 13587718144 106038 33554432000 4194304 4196468 140725380921872 140407522905992 140407131882567 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10203] ppid=10197 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10203/stat : 10203 (java) S 10197 10197 15196 0 -1 1077944384 202 0 0 0 7 14 0 0 20 0 20 0 4670953 13587718144 106038 33554432000 4194304 4196468 140725380921872 140407450806672 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10204] ppid=10197 vsize=13269256 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10204/stat : 10204 (java) S 10197 10197 15196 0 -1 1077944384 151 0 0 0 5 12 0 0 20 0 20 0 4670953 13587718144 106038 33554432000 4194304 4196468 140725380921872 140407449753872 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10206] ppid=10197 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10206/stat : 10206 (java) S 10197 10197 15196 0 -1 1077944384 291 0 0 0 9 12 0 0 20 0 20 0 4670953 13587718144 106038 33554432000 4194304 4196468 140725380921872 140407448701584 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10207] ppid=10197 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10207/stat : 10207 (java) S 10197 10197 15196 0 -1 1077944384 168 0 0 0 6 15 0 0 20 0 20 0 4670953 13587718144 106038 33554432000 4194304 4196468 140725380921872 140407114533392 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10208] ppid=10197 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10208/stat : 10208 (java) S 10197 10197 15196 0 -1 1077944384 210 0 0 0 6 15 0 0 20 0 20 0 4670953 13587718144 106038 33554432000 4194304 4196468 140725380921872 140407113481104 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10209] ppid=10197 vsize=13269256 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10209/stat : 10209 (java) S 10197 10197 15196 0 -1 1077944384 127 0 0 0 5 12 0 0 20 0 20 0 4670953 13587718144 106038 33554432000 4194304 4196468 140725380921872 140407112428304 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10210] ppid=10197 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10210/stat : 10210 (java) S 10197 10197 15196 0 -1 1077944384 229 0 0 0 6 15 0 0 20 0 20 0 4670953 13587718144 106038 33554432000 4194304 4196468 140725380921872 140407111376016 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10211] ppid=10197 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10211/stat : 10211 (java) S 10197 10197 15196 0 -1 1077944384 188 0 0 0 6 15 0 0 20 0 20 0 4670953 13587718144 106038 33554432000 4194304 4196468 140725380921872 140407110323216 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10217] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10217/stat : 10217 (java) S 10197 10197 15196 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 20 0 4670955 13587718144 106038 33554432000 4194304 4196468 140725380921872 140407048153200 140407518681730 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10220] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10220/stat : 10220 (java) S 10197 10197 15196 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 4670956 13587718144 106038 33554432000 4194304 4196468 140725380921872 140407047099232 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10223] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10223/stat : 10223 (java) S 10197 10197 15196 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 4670956 13587718144 106038 33554432000 4194304 4196468 140725380921872 140407046046848 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10239] ppid=10197 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10239/stat : 10239 (java) S 10197 10197 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4670960 13587718144 106038 33554432000 4194304 4196468 140725380921872 140406842976336 140407518689179 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0

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

/proc/10198/task/10203/stat : 10203 (java) S 10197 10197 15196 0 -1 1077944384 2644 0 0 0 43 36 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407450806672 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10204] ppid=10197 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10204/stat : 10204 (java) S 10197 10197 15196 0 -1 1077944384 2013 0 0 0 39 36 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407449753872 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10206] ppid=10197 vsize=13801768 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10206/stat : 10206 (java) S 10197 10197 15196 0 -1 1077944384 2655 0 0 0 43 37 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407448701584 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10207] ppid=10197 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10207/stat : 10207 (java) S 10197 10197 15196 0 -1 1077944384 2759 0 0 0 39 36 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407114533392 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10208] ppid=10197 vsize=13801768 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10208/stat : 10208 (java) S 10197 10197 15196 0 -1 1077944384 2339 0 0 0 42 40 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407113481104 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10209] ppid=10197 vsize=13801768 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10209/stat : 10209 (java) S 10197 10197 15196 0 -1 1077944384 2438 0 0 0 38 38 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407112428304 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10210] ppid=10197 vsize=13801768 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10210/stat : 10210 (java) S 10197 10197 15196 0 -1 1077944384 2763 0 0 0 41 40 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407111376016 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10211] ppid=10197 vsize=13801768 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10211/stat : 10211 (java) S 10197 10197 15196 0 -1 1077944384 2289 0 0 0 40 40 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407110323216 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10217] ppid=10197 vsize=13801768 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10217/stat : 10217 (java) S 10197 10197 15196 0 -1 1077944384 4133 0 0 0 8 0 0 0 20 0 28 0 4670955 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407048153200 140407518681730 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10220] ppid=10197 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10220/stat : 10220 (java) S 10197 10197 15196 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 4670956 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407047099232 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10223] ppid=10197 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10223/stat : 10223 (java) S 10197 10197 15196 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 28 0 4670956 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407046046848 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10239] ppid=10197 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10239/stat : 10239 (java) S 10197 10197 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4670960 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406842976336 140407518689179 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10240] ppid=10197 vsize=13801768 CPUtime=3.49 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10240/stat : 10240 (java) S 10197 10197 15196 0 -1 1077944384 16197 0 0 0 347 2 0 0 20 0 28 0 4670960 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406841924208 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10241] ppid=10197 vsize=13801768 CPUtime=4.04 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10241/stat : 10241 (java) S 10197 10197 15196 0 -1 1077944384 13936 0 0 0 402 2 0 0 20 0 28 0 4670960 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406840871408 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10242] ppid=10197 vsize=13801768 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10242/stat : 10242 (java) S 10197 10197 15196 0 -1 1077944384 11351 0 0 0 315 1 0 0 20 0 28 0 4670960 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406839819120 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10243] ppid=10197 vsize=13801768 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10243/stat : 10243 (java) S 10197 10197 15196 0 -1 1077944384 5538 0 0 0 83 2 0 0 20 0 28 0 4670960 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406838766320 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10244] ppid=10197 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10244/stat : 10244 (java) S 10197 10197 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4670960 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406837713248 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10245] ppid=10197 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10245/stat : 10245 (java) S 10197 10197 15196 0 -1 1077944384 479 0 0 0 0 0 0 0 20 0 28 0 4670960 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406836660528 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10479] ppid=10197 vsize=13801768 CPUtime=2.98 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10479/stat : 10479 (java) R 10197 10197 15196 0 -1 4202560 418 0 0 0 298 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406829147576 140407136270889 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10480] ppid=10197 vsize=13801768 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10480/stat : 10480 (java) R 10197 10197 15196 0 -1 4202560 157 0 0 0 295 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406828093152 140407135608155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10481] ppid=10197 vsize=13801768 CPUtime=2.82 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10481/stat : 10481 (java) R 10197 10197 15196 0 -1 4202560 300 0 0 0 282 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406827041464 140407135252000 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10482] ppid=10197 vsize=13801768 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10482/stat : 10482 (java) R 10197 10197 15196 0 -1 4202560 254 0 0 0 243 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406825988936 140407135115192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10483] ppid=10197 vsize=13801768 CPUtime=2.61 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10483/stat : 10483 (java) R 10197 10197 15196 0 -1 4202560 209 0 0 0 261 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406824936736 140407135606322 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10484] ppid=10197 vsize=13801768 CPUtime=2.68 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10484/stat : 10484 (java) R 10197 10197 15196 0 -1 4202560 238 0 0 0 268 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406823883544 140407135115159 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10485] ppid=10197 vsize=13801768 CPUtime=2.77 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10485/stat : 10485 (java) R 10197 10197 15196 0 -1 4202560 282 0 0 0 277 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406822829784 140407135115834 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10486] ppid=10197 vsize=13801768 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10486/stat : 10486 (java) R 10197 10197 15196 0 -1 4202560 151 0 0 0 304 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406821777816 140407135115950 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
Current children cumulated CPU time (s) 54.36
Current children cumulated vsize (KiB) 13811280

[startup+19.0015 s]
/proc/loadavg: 12.70 14.84 15.04 17/299 10486
/proc/meminfo: memFree=30744296/32770624 swapFree=5808/122080
[pid=10197] ppid=10194 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10197/stat : 10197 (xcsp3-exec) S 10194 10197 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4670951 9740288 345 33554432000 4194304 5098028 140726158478272 140726158476376 139990531904124 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 36519936 140726158484623 140726158484832 140726158484832 140726158487531 0
/proc/10197/statm: 2378 345 289 221 0 87 0
[pid=10198] ppid=10197 vsize=13801768 CPUtime=55.85 cores=0,2,4,6,8,10,12,14
/proc/10198/stat : 10198 (java) S 10197 10197 15196 0 -1 1077944320 86770 0 0 0 5260 325 0 0 20 0 28 0 4670952 14133010432 241176 33554432000 4194304 4196468 140725380921872 140725380904416 140407518670583 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
/proc/10198/statm: 3450442 241176 3277 1 0 3437675 0
[pid=10198/tid=10199] ppid=10197 vsize=13801768 CPUtime=14 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10199/stat : 10199 (java) S 10197 10197 15196 0 -1 1077944384 11407 0 0 0 1393 7 0 0 20 0 28 0 4670952 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407522911360 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10203] ppid=10197 vsize=13801768 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10203/stat : 10203 (java) S 10197 10197 15196 0 -1 1077944384 2644 0 0 0 43 36 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407450806672 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10204] ppid=10197 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10204/stat : 10204 (java) S 10197 10197 15196 0 -1 1077944384 2013 0 0 0 39 36 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407449753872 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10206] ppid=10197 vsize=13801768 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10206/stat : 10206 (java) S 10197 10197 15196 0 -1 1077944384 2655 0 0 0 43 37 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407448701584 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10207] ppid=10197 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10207/stat : 10207 (java) S 10197 10197 15196 0 -1 1077944384 2759 0 0 0 39 36 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407114533392 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10208] ppid=10197 vsize=13801768 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10208/stat : 10208 (java) S 10197 10197 15196 0 -1 1077944384 2339 0 0 0 42 40 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407113481104 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10209] ppid=10197 vsize=13801768 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10209/stat : 10209 (java) S 10197 10197 15196 0 -1 1077944384 2438 0 0 0 38 38 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407112428304 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10210] ppid=10197 vsize=13801768 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10210/stat : 10210 (java) S 10197 10197 15196 0 -1 1077944384 2763 0 0 0 41 40 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407111376016 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10211] ppid=10197 vsize=13801768 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10211/stat : 10211 (java) S 10197 10197 15196 0 -1 1077944384 2289 0 0 0 40 40 0 0 20 0 28 0 4670953 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407110323216 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10217] ppid=10197 vsize=13801768 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10217/stat : 10217 (java) S 10197 10197 15196 0 -1 1077944384 4133 0 0 0 8 0 0 0 20 0 28 0 4670955 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407048153200 140407518681730 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10220] ppid=10197 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10220/stat : 10220 (java) S 10197 10197 15196 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 4670956 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407047099232 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10223] ppid=10197 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10223/stat : 10223 (java) S 10197 10197 15196 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 28 0 4670956 14133010432 241176 33554432000 4194304 4196468 140725380921872 140407046046848 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10239] ppid=10197 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10239/stat : 10239 (java) S 10197 10197 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4670960 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406842976336 140407518689179 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10240] ppid=10197 vsize=13801768 CPUtime=3.49 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10240/stat : 10240 (java) S 10197 10197 15196 0 -1 1077944384 16197 0 0 0 347 2 0 0 20 0 28 0 4670960 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406841924208 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10241] ppid=10197 vsize=13801768 CPUtime=4.04 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10241/stat : 10241 (java) S 10197 10197 15196 0 -1 1077944384 13936 0 0 0 402 2 0 0 20 0 28 0 4670960 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406840871408 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10242] ppid=10197 vsize=13801768 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10242/stat : 10242 (java) S 10197 10197 15196 0 -1 1077944384 11351 0 0 0 315 1 0 0 20 0 28 0 4670960 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406839819120 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10243] ppid=10197 vsize=13801768 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10243/stat : 10243 (java) S 10197 10197 15196 0 -1 1077944384 5852 0 0 0 84 2 0 0 20 0 28 0 4670960 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406838766320 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10244] ppid=10197 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10244/stat : 10244 (java) S 10197 10197 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4670960 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406837713248 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10245] ppid=10197 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10245/stat : 10245 (java) S 10197 10197 15196 0 -1 1077944384 479 0 0 0 0 0 0 0 20 0 28 0 4670960 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406836660528 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10479] ppid=10197 vsize=13801768 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10479/stat : 10479 (java) R 10197 10197 15196 0 -1 4202560 474 0 0 0 316 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406829144968 140407134006651 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10480] ppid=10197 vsize=13801768 CPUtime=3.14 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10480/stat : 10480 (java) R 10197 10197 15196 0 -1 4202560 174 0 0 0 314 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406828093152 140407135251795 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10481] ppid=10197 vsize=13801768 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10481/stat : 10481 (java) R 10197 10197 15196 0 -1 4202560 312 0 0 0 300 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406827040616 140407135117519 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10482] ppid=10197 vsize=13801768 CPUtime=2.62 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10482/stat : 10482 (java) R 10197 10197 15196 0 -1 4202560 258 0 0 0 262 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406825988936 140407135115701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10483] ppid=10197 vsize=13801768 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10483/stat : 10483 (java) R 10197 10197 15196 0 -1 4202560 211 0 0 0 279 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406824936680 140407135251954 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10484] ppid=10197 vsize=13801768 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10484/stat : 10484 (java) R 10197 10197 15196 0 -1 4202560 248 0 0 0 287 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406823883544 140407135115570 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10485] ppid=10197 vsize=13801768 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10485/stat : 10485 (java) R 10197 10197 15196 0 -1 4202560 284 0 0 0 295 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406822829784 140407134006167 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10486] ppid=10197 vsize=13801768 CPUtime=3.22 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10486/stat : 10486 (java) R 10197 10197 15196 0 -1 4202560 160 0 0 0 322 0 0 0 20 0 28 0 4672416 14133010432 241176 33554432000 4194304 4196468 140725380921872 140406821777816 140407135115987 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
Current children cumulated CPU time (s) 55.85
Current children cumulated vsize (KiB) 13811280

[startup+19.1015 s]
/proc/loadavg: 12.70 14.84 15.04 17/299 10486
/proc/meminfo: memFree=30744296/32770624 swapFree=5808/122080
[pid=10197] ppid=10194 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10197/stat : 10197 (xcsp3-exec) S 10194 10197 15196 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4670951 9740288 345 33554432000 4194304 5098028 140726158478272 140726158476376 139990531904124 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 36519936 140726158484623 140726158484832 140726158484832 140726158487531 0
/proc/10197/statm: 2378 345 289 221 0 87 0
[pid=10198] ppid=10197 vsize=13801768 CPUtime=56.62 cores=0,2,4,6,8,10,12,14
/proc/10198/stat : 10198 (java) S 10197 10197 15196 0 -1 1077944320 87504 0 0 0 5337 325 0 0 20 0 20 0 4670952 14133010432 241073 33554432000 4194304 4196468 140725380921872 140725380904416 140407518670583 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
/proc/10198/statm: 3450442 241073 3280 1 0 3437675 0
[pid=10198/tid=10199] ppid=10197 vsize=13801768 CPUtime=14 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10199/stat : 10199 (java) R 10197 10197 15196 0 -1 4202560 11525 0 0 0 1393 7 0 0 20 0 20 0 4670952 14133010432 241073 33554432000 4194304 4196468 140725380921872 140407522911192 140407518692509 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10203] ppid=10197 vsize=13801768 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10203/stat : 10203 (java) S 10197 10197 15196 0 -1 1077944384 2644 0 0 0 43 36 0 0 20 0 20 0 4670953 14133010432 241073 33554432000 4194304 4196468 140725380921872 140407450806672 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10204] ppid=10197 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10204/stat : 10204 (java) S 10197 10197 15196 0 -1 1077944384 2013 0 0 0 39 36 0 0 20 0 20 0 4670953 14133010432 241073 33554432000 4194304 4196468 140725380921872 140407449753872 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10206] ppid=10197 vsize=13801768 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10206/stat : 10206 (java) S 10197 10197 15196 0 -1 1077944384 2655 0 0 0 43 37 0 0 20 0 20 0 4670953 14133010432 241073 33554432000 4194304 4196468 140725380921872 140407448701584 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10207] ppid=10197 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10207/stat : 10207 (java) S 10197 10197 15196 0 -1 1077944384 2759 0 0 0 39 36 0 0 20 0 20 0 4670953 14133010432 241073 33554432000 4194304 4196468 140725380921872 140407114533392 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10208] ppid=10197 vsize=13801768 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10208/stat : 10208 (java) S 10197 10197 15196 0 -1 1077944384 2339 0 0 0 42 40 0 0 20 0 20 0 4670953 14133010432 241073 33554432000 4194304 4196468 140725380921872 140407113481104 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10209] ppid=10197 vsize=13801768 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10209/stat : 10209 (java) S 10197 10197 15196 0 -1 1077944384 2438 0 0 0 38 38 0 0 20 0 20 0 4670953 14133010432 241073 33554432000 4194304 4196468 140725380921872 140407112428304 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10210] ppid=10197 vsize=13801768 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10210/stat : 10210 (java) S 10197 10197 15196 0 -1 1077944384 2763 0 0 0 41 40 0 0 20 0 20 0 4670953 14133010432 241073 33554432000 4194304 4196468 140725380921872 140407111376016 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10211] ppid=10197 vsize=13801768 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10211/stat : 10211 (java) S 10197 10197 15196 0 -1 1077944384 2289 0 0 0 40 40 0 0 20 0 20 0 4670953 14133010432 241073 33554432000 4194304 4196468 140725380921872 140407110323216 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10217] ppid=10197 vsize=13801768 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10217/stat : 10217 (java) S 10197 10197 15196 0 -1 1077944384 4144 0 0 0 8 0 0 0 20 0 20 0 4670955 14133010432 241075 33554432000 4194304 4196468 140725380921872 140407048153200 140407518681730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10220] ppid=10197 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10220/stat : 10220 (java) S 10197 10197 15196 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 4670956 14133010432 241075 33554432000 4194304 4196468 140725380921872 140407047099232 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10223] ppid=10197 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10223/stat : 10223 (java) S 10197 10197 15196 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 20 0 4670956 14133010432 241075 33554432000 4194304 4196468 140725380921872 140407046046848 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10239] ppid=10197 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10239/stat : 10239 (java) S 10197 10197 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4670960 14133010432 241075 33554432000 4194304 4196468 140725380921872 140406842976336 140407518689179 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10240] ppid=10197 vsize=13801768 CPUtime=3.51 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10240/stat : 10240 (java) S 10197 10197 15196 0 -1 1077944384 16328 0 0 0 349 2 0 0 20 0 20 0 4670960 14133010432 241075 33554432000 4194304 4196468 140725380921872 140406841924208 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10241] ppid=10197 vsize=13801768 CPUtime=4.05 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10241/stat : 10241 (java) S 10197 10197 15196 0 -1 1077944384 14029 0 0 0 403 2 0 0 20 0 19 0 4670960 14133010432 241076 33554432000 4194304 4196468 140725380921872 140406840871408 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10242] ppid=10197 vsize=13801768 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10242/stat : 10242 (java) R 10197 10197 15196 0 -1 4202560 11426 0 0 0 315 1 0 0 20 0 19 0 4670960 14133010432 241076 33554432000 4194304 4196468 140725380921872 140406839819120 140407503596068 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10243] ppid=10197 vsize=13801768 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10243/stat : 10243 (java) S 10197 10197 15196 0 -1 1077944384 5980 0 0 0 85 2 0 0 20 0 19 0 4670960 14133010432 241076 33554432000 4194304 4196468 140725380921872 140406838766320 140407518681730 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
[pid=10198/tid=10244] ppid=10197 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10198/task/10244/stat : 10244 (java) S 10197 10197 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 4670960 14133010432 241076 33554432000 4194304 4196468 140725380921872 140406837713248 140407518680789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19648512 140725380928700 140725380928876 140725380928876 140725380931535 0
Current children cumulated CPU time (s) 56.62
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 19.1248
CPU time (s): 56.6514
CPU user time (s): 53.3834
CPU system time (s): 3.268
CPU usage (%): 296.219
Max. virtual memory (cumulated for all children) (KiB): 13813392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.3834
system time used= 3.268
maximum resident set size= 964956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88105
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5751
involuntary context switches= 4514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.144416 second user time and 0.206309 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-22 05:27:38
IDJOB=4249150
IDBENCH=135692
IDSOLVER=2626
FILE ID=node145/4249150-1500694058
RUNJOBID= node145-1500682809-15227
PBS_JOBID= 20623333
Free space on /tmp= 61856 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20/TravellingSalesman-20-142_X2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249150-1500694058/watcher-4249150-1500694058 -o /tmp/evaluation-result-4249150-1500694058/solver-4249150-1500694058 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500682809-15227 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 546071496 HOME/instance-4249150-1500694058.xml

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

MD5SUM BENCH= d56953f82a267c4c8ee700c959d37f45
RANDOM SEED=546071496

node145.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.43
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		: 2667.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.43
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		: 2667.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.43
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		: 2667.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.43
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		: 2667.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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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		: 2667.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		: 2667.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.43
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		: 1867.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.43
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		: 2667.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.43
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		: 2667.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:        31909576 kB
MemAvailable:   31983424 kB
Buffers:          136320 kB
Cached:           209988 kB
SwapCached:            0 kB
Active:           220184 kB
Inactive:         189428 kB
Active(anon):       7584 kB
Inactive(anon):    67832 kB
Active(file):     212600 kB
Inactive(file):   121596 kB
Unevictable:        5808 kB
Mlocked:            5808 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8292 kB
Writeback:             0 kB
AnonPages:         67508 kB
Mapped:            31424 kB
Shmem:              8852 kB
Slab:             146016 kB
SReclaimable:     110972 kB
SUnreclaim:        35044 kB
KernelStack:        4992 kB
PageTables:         4912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61848 MiB
End job on node145 at 2017-07-22 05:27:58