Trace number 4249149

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 4.0.5 (2017-07-05)SAT 49.1477 18.2647

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-4249149-1500693745.xml"  -tl '2400s' -p 8 -x 0
0.00/0.21	c [HOME/instance-4249149-1500693745.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.27	c 8 solvers in parallel
0.00/0.34	c parse instance...
21.63/14.72	c solve instance...
48.82/18.24	s SATISFIABLE
48.82/18.24	v <instantiation>
48.82/18.24	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>
48.82/18.24	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>
48.82/18.24	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-4249149-1500693745/watcher-4249149-1500693745 -o /tmp/evaluation-result-4249149-1500693745/solver-4249149-1500693745 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1217765256 HOME/instance-4249149-1500693745.xml 

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

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


[startup+0 s]
/proc/loadavg: 16.03 15.17 14.66 10/271 9760
/proc/meminfo: memFree=30039548/32770624 swapFree=5892/127476
[pid=9760] ppid=9757 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9760/stat : 9760 (xcsp3-exec) S 9757 9760 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4644162 9740288 346 33554432000 4194304 5098028 140725412878384 140725412876488 140086931034748 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 7823360 140725412885646 140725412885856 140725412885856 140725412888555 0
/proc/9760/statm: 2378 346 289 221 0 87 0

[startup+0.100131 s]
/proc/loadavg: 16.03 15.17 14.66 10/271 9760
/proc/meminfo: memFree=30039548/32770624 swapFree=5892/127476
[pid=9760] ppid=9757 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9760/stat : 9760 (xcsp3-exec) S 9757 9760 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4644162 9740288 346 33554432000 4194304 5098028 140725412878384 140725412876488 140086931034748 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 7823360 140725412885646 140725412885856 140725412885856 140725412888555 0
/proc/9760/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200321 s]
/proc/loadavg: 16.03 15.17 14.66 10/271 9760
/proc/meminfo: memFree=30039548/32770624 swapFree=5892/127476
[pid=9760] ppid=9757 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9760/stat : 9760 (xcsp3-exec) S 9757 9760 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4644162 9740288 346 33554432000 4194304 5098028 140725412878384 140725412876488 140086931034748 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 7823360 140725412885646 140725412885856 140725412885856 140725412888555 0
/proc/9760/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300297 s]
/proc/loadavg: 16.03 15.17 14.66 10/271 9760
/proc/meminfo: memFree=30039548/32770624 swapFree=5892/127476
[pid=9760] ppid=9757 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9760/stat : 9760 (xcsp3-exec) S 9757 9760 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4644162 9740288 346 33554432000 4194304 5098028 140725412878384 140725412876488 140086931034748 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 7823360 140725412885646 140725412885856 140725412885856 140725412888555 0
/proc/9760/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700202 s]
/proc/loadavg: 16.03 15.17 14.66 10/271 9760
/proc/meminfo: memFree=30039548/32770624 swapFree=5892/127476
[pid=9760] ppid=9757 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9760/stat : 9760 (xcsp3-exec) S 9757 9760 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4644162 9740288 346 33554432000 4194304 5098028 140725412878384 140725412876488 140086931034748 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 7823360 140725412885646 140725412885856 140725412885856 140725412888555 0
/proc/9760/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50092 s]
/proc/loadavg: 16.03 15.17 14.66 10/292 9781
/proc/meminfo: memFree=29968848/32770624 swapFree=5892/127844
[pid=9760] ppid=9757 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9760/stat : 9760 (xcsp3-exec) S 9757 9760 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4644162 9740288 346 33554432000 4194304 5098028 140725412878384 140725412876488 140086931034748 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 7823360 140725412885646 140725412885856 140725412885856 140725412888555 0
/proc/9760/statm: 2378 346 289 221 0 87 0
[pid=9761] ppid=9760 vsize=13267208 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/9761/stat : 9761 (java) S 9760 9760 15667 0 -1 1077944320 13865 0 0 0 266 5 0 0 20 0 20 0 4644162 13585620992 28900 33554432000 4194304 4196468 140723987398080 140723987380624 140282457636599 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
/proc/9761/statm: 3316802 28900 3201 1 0 3304035 0
[pid=9761/tid=9762] ppid=9760 vsize=13267208 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9762/stat : 9762 (java) R 9760 9760 15667 0 -1 4202560 6460 0 0 0 144 3 0 0 20 0 20 0 4644163 13585620992 28900 33554432000 4194304 4196468 140723987398080 140282461872712 140282097185670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9764] ppid=9760 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9764/stat : 9764 (java) S 9760 9760 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4644164 13585620992 28900 33554432000 4194304 4196468 140723987398080 140282425195536 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9765] ppid=9760 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9765/stat : 9765 (java) S 9760 9760 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4644164 13585620992 28900 33554432000 4194304 4196468 140723987398080 140282055298192 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9766] ppid=9760 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9766/stat : 9766 (java) S 9760 9760 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4644164 13585620992 28900 33554432000 4194304 4196468 140723987398080 140282054245136 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9767] ppid=9760 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9767/stat : 9767 (java) S 9760 9760 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4644164 13585620992 28900 33554432000 4194304 4196468 140723987398080 140282053192592 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9768] ppid=9760 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9768/stat : 9768 (java) S 9760 9760 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4644164 13585620992 28900 33554432000 4194304 4196468 140723987398080 140282052139536 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9769] ppid=9760 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9769/stat : 9769 (java) S 9760 9760 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4644164 13585620992 28900 33554432000 4194304 4196468 140723987398080 140282051086992 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9770] ppid=9760 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9770/stat : 9770 (java) S 9760 9760 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4644164 13585620992 28900 33554432000 4194304 4196468 140723987398080 140282050033936 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9771] ppid=9760 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9771/stat : 9771 (java) S 9760 9760 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4644164 13585620992 28900 33554432000 4194304 4196468 140723987398080 140282048981392 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9772] ppid=9760 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9772/stat : 9772 (java) S 9760 9760 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4644166 13585620992 28900 33554432000 4194304 4196468 140723987398080 140281122437872 140282457647746 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9773] ppid=9760 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9773/stat : 9773 (java) S 9760 9760 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4644167 13585620992 28900 33554432000 4194304 4196468 140723987398080 140281121384096 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9774] ppid=9760 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9774/stat : 9774 (java) S 9760 9760 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4644167 13585620992 28900 33554432000 4194304 4196468 140723987398080 140281120330992 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9775] ppid=9760 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9775/stat : 9775 (java) S 9760 9760 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4644172 13585620992 28900 33554432000 4194304 4196468 140723987398080 140281119279568 140282457655195 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9776] ppid=9760 vsize=13267208 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9776/stat : 9776 (java) S 9760 9760 15667 0 -1 1077944384 1643 0 0 0 31 0 0 0 20 0 20 0 4644172 13585620992 28900 33554432000 4194304 4196468 140723987398080 140281118226672 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9777] ppid=9760 vsize=13267208 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9777/stat : 9777 (java) S 9760 9760 15667 0 -1 1077944384 1171 0 0 0 26 0 0 0 20 0 20 0 4644172 13585620992 28900 33554432000 4194304 4196468 140723987398080 140281117174128 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9778] ppid=9760 vsize=13267208 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9778/stat : 9778 (java) S 9760 9760 15667 0 -1 1077944384 1352 0 0 0 30 0 0 0 20 0 20 0 4644172 13585620992 28900 33554432000 4194304 4196468 140723987398080 140281116121072 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9779] ppid=9760 vsize=13267208 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9779/stat : 9779 (java) S 9760 9760 15667 0 -1 1077944384 1923 0 0 0 33 0 0 0 20 0 20 0 4644172 13585620992 28900 33554432000 4194304 4196468 140723987398080 140281115068528 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9780] ppid=9760 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9780/stat : 9780 (java) S 9760 9760 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4644172 13585620992 28900 33554432000 4194304 4196468 140723987398080 140281114016736 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9781] ppid=9760 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9781/stat : 9781 (java) S 9760 9760 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4644172 13585620992 28900 33554432000 4194304 4196468 140723987398080 140281112964272 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 13276720

[startup+3.10094 s]
/proc/loadavg: 16.03 15.17 14.66 10/292 9781
/proc/meminfo: memFree=29928000/32770624 swapFree=5892/127844
[pid=9760] ppid=9757 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9760/stat : 9760 (xcsp3-exec) S 9757 9760 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4644162 9740288 346 33554432000 4194304 5098028 140725412878384 140725412876488 140086931034748 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 7823360 140725412885646 140725412885856 140725412885856 140725412888555 0
/proc/9760/statm: 2378 346 289 221 0 87 0
[pid=9761] ppid=9760 vsize=13269256 CPUtime=5.28 cores=0,2,4,6,8,10,12,14
/proc/9761/stat : 9761 (java) S 9760 9760 15667 0 -1 1077944320 20977 0 0 0 481 47 0 0 20 0 20 0 4644162 13587718144 65156 33554432000 4194304 4196468 140723987398080 140723987380624 140282457636599 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
/proc/9761/statm: 3317314 65156 3228 1 0 3304547 0
[pid=9761/tid=9762] ppid=9760 vsize=13269256 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9762/stat : 9762 (java) R 9760 9760 15667 0 -1 4202560 8798 0 0 0 294 5 0 0 20 0 20 0 4644163 13587718144 65156 33554432000 4194304 4196468 140723987398080 140282461872440 140282097185670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9764] ppid=9760 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9764/stat : 9764 (java) S 9760 9760 15667 0 -1 1077944384 47 0 0 0 2 4 0 0 20 0 20 0 4644164 13587718144 65156 33554432000 4194304 4196468 140723987398080 140282425195536 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9765] ppid=9760 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9765/stat : 9765 (java) S 9760 9760 15667 0 -1 1077944384 70 0 0 0 2 4 0 0 20 0 20 0 4644164 13587718144 65156 33554432000 4194304 4196468 140723987398080 140282055298192 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9766] ppid=9760 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9766/stat : 9766 (java) S 9760 9760 15667 0 -1 1077944384 73 0 0 0 1 4 0 0 20 0 20 0 4644164 13587718144 65156 33554432000 4194304 4196468 140723987398080 140282054245136 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9767] ppid=9760 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9767/stat : 9767 (java) S 9760 9760 15667 0 -1 1077944384 72 0 0 0 2 5 0 0 20 0 20 0 4644164 13587718144 65156 33554432000 4194304 4196468 140723987398080 140282053192592 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9768] ppid=9760 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9768/stat : 9768 (java) S 9760 9760 15667 0 -1 1077944384 178 0 0 0 2 4 0 0 20 0 20 0 4644164 13587718144 65156 33554432000 4194304 4196468 140723987398080 140282052139536 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9769] ppid=9760 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9769/stat : 9769 (java) S 9760 9760 15667 0 -1 1077944384 121 0 0 0 2 5 0 0 20 0 20 0 4644164 13587718144 65156 33554432000 4194304 4196468 140723987398080 140282051086992 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9770] ppid=9760 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9770/stat : 9770 (java) S 9760 9760 15667 0 -1 1077944384 54 0 0 0 2 4 0 0 20 0 20 0 4644164 13587718144 65156 33554432000 4194304 4196468 140723987398080 140282050033936 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9771] ppid=9760 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9771/stat : 9771 (java) S 9760 9760 15667 0 -1 1077944384 84 0 0 0 2 5 0 0 20 0 20 0 4644164 13587718144 65156 33554432000 4194304 4196468 140723987398080 140282048981392 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9772] ppid=9760 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9772/stat : 9772 (java) S 9760 9760 15667 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 20 0 4644166 13587718144 65156 33554432000 4194304 4196468 140723987398080 140281122437872 140282457647746 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9773] ppid=9760 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9773/stat : 9773 (java) S 9760 9760 15667 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4644167 13587718144 65156 33554432000 4194304 4196468 140723987398080 140281121384096 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9774] ppid=9760 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9774/stat : 9774 (java) S 9760 9760 15667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 4644167 13587718144 65156 33554432000 4194304 4196468 140723987398080 140281120330992 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9775] ppid=9760 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9775/stat : 9775 (java) S 9760 9760 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4644172 13587718144 65156 33554432000 4194304 4196468 140723987398080 140281119279568 140282457655195 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9776] ppid=9760 vsize=13269256 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9776/stat : 9776 (java) S 9760 9760 15667 0 -1 1077944384 2607 0 0 0 44 0 0 0 20 0 20 0 4644172 13587718144 65156 33554432000 4194304 4196468 140723987398080 140281118226672 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9777] ppid=9760 vsize=13269256 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9777/stat : 9777 (java) S 9760 9760 15667 0 -1 1077944384 2035 0 0 0 38 0 0 0 20 0 20 0 4644172 13587718144 65156 33554432000 4194304 4196468 140723987398080 140281117174128 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9778] ppid=9760 vsize=13269256 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9778/stat : 9778 (java) S 9760 9760 15667 0 -1 1077944384 2160 0 0 0 43 0 0 0 20 0 20 0 4644172 13587718144 65156 33554432000 4194304 4196468 140723987398080 140281116121072 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9779] ppid=9760 vsize=13269256 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9779/stat : 9779 (java) S 9760 9760 15667 0 -1 1077944384 3099 0 0 0 40 0 0 0 20 0 20 0 4644172 13587718144 65156 33554432000 4194304 4196468 140723987398080 140281115068528 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9780] ppid=9760 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9780/stat : 9780 (java) S 9760 9760 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4644172 13587718144 65156 33554432000 4194304 4196468 140723987398080 140281114016736 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9781] ppid=9760 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9781/stat : 9781 (java) S 9760 9760 15667 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 4644172 13587718144 65156 33554432000 4194304 4196468 140723987398080 140281112964272 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 13278768

[startup+6.30097 s]
/proc/loadavg: 15.78 15.14 14.65 10/292 9781
/proc/meminfo: memFree=29716352/32770624 swapFree=5892/127856
[pid=9760] ppid=9757 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9760/stat : 9760 (xcsp3-exec) S 9757 9760 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4644162 9740288 346 33554432000 4194304 5098028 140725412878384 140725412876488 140086931034748 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 7823360 140725412885646 140725412885856 140725412885856 140725412888555 0
/proc/9760/statm: 2378 346 289 221 0 87 0
[pid=9761] ppid=9760 vsize=13269256 CPUtime=10.67 cores=0,2,4,6,8,10,12,14
/proc/9761/stat : 9761 (java) S 9760 9760 15667 0 -1 1077944320 28473 0 0 0 932 135 0 0 20 0 20 0 4644162 13587718144 106327 33554432000 4194304 4196468 140723987398080 140723987380624 140282457636599 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
/proc/9761/statm: 3317314 106327 3234 1 0 3304547 0
[pid=9761/tid=9762] ppid=9760 vsize=13269256 CPUtime=6.04 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9762/stat : 9762 (java) R 9760 9760 15667 0 -1 4202560 8859 0 0 0 599 5 0 0 20 0 20 0 4644163 13587718144 106327 33554432000 4194304 4196468 140723987398080 140282461871832 140282097185701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9764] ppid=9760 vsize=13269256 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9764/stat : 9764 (java) S 9760 9760 15667 0 -1 1077944384 175 0 0 0 5 15 0 0 20 0 20 0 4644164 13587718144 106327 33554432000 4194304 4196468 140723987398080 140282425195536 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9765] ppid=9760 vsize=13269256 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9765/stat : 9765 (java) S 9760 9760 15667 0 -1 1077944384 174 0 0 0 5 15 0 0 20 0 20 0 4644164 13587718144 106327 33554432000 4194304 4196468 140723987398080 140282055298192 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9766] ppid=9760 vsize=13269256 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9766/stat : 9766 (java) S 9760 9760 15667 0 -1 1077944384 198 0 0 0 5 15 0 0 20 0 20 0 4644164 13587718144 106327 33554432000 4194304 4196468 140723987398080 140282054245136 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9767] ppid=9760 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9767/stat : 9767 (java) S 9760 9760 15667 0 -1 1077944384 195 0 0 0 5 16 0 0 20 0 20 0 4644164 13587718144 106327 33554432000 4194304 4196468 140723987398080 140282053192592 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9768] ppid=9760 vsize=13269256 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9768/stat : 9768 (java) S 9760 9760 15667 0 -1 1077944384 276 0 0 0 6 16 0 0 20 0 20 0 4644164 13587718144 106327 33554432000 4194304 4196468 140723987398080 140282052139536 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9769] ppid=9760 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9769/stat : 9769 (java) S 9760 9760 15667 0 -1 1077944384 222 0 0 0 5 16 0 0 20 0 20 0 4644164 13587718144 106327 33554432000 4194304 4196468 140723987398080 140282051086992 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9770] ppid=9760 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9770/stat : 9770 (java) S 9760 9760 15667 0 -1 1077944384 154 0 0 0 6 15 0 0 20 0 20 0 4644164 13587718144 106327 33554432000 4194304 4196468 140723987398080 140282050033936 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9771] ppid=9760 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9771/stat : 9771 (java) S 9760 9760 15667 0 -1 1077944384 182 0 0 0 6 15 0 0 20 0 20 0 4644164 13587718144 106327 33554432000 4194304 4196468 140723987398080 140282048981392 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9772] ppid=9760 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9772/stat : 9772 (java) S 9760 9760 15667 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 20 0 4644166 13587718144 106327 33554432000 4194304 4196468 140723987398080 140281122437872 140282457647746 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9773] ppid=9760 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9773/stat : 9773 (java) S 9760 9760 15667 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4644167 13587718144 106327 33554432000 4194304 4196468 140723987398080 140281121384160 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9774] ppid=9760 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9774/stat : 9774 (java) S 9760 9760 15667 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 4644167 13587718144 106327 33554432000 4194304 4196468 140723987398080 140281120331008 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9775] ppid=9760 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9775/stat : 9775 (java) S 9760 9760 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4644172 13587718144 106327 33554432000 4194304 4196468 140723987398080 140281119279568 140282457655195 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0

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

/proc/9761/task/9773/stat : 9773 (java) S 9760 9760 15667 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4644167 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281121384160 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9774] ppid=9760 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9774/stat : 9774 (java) S 9760 9760 15667 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 4644167 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281120331008 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9775] ppid=9760 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9775/stat : 9775 (java) S 9760 9760 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4644172 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281119279568 140282457655195 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9776] ppid=9760 vsize=13801768 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9776/stat : 9776 (java) S 9760 9760 15667 0 -1 1077944384 9837 0 0 0 275 1 0 0 20 0 28 0 4644172 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281118226672 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9777] ppid=9760 vsize=13801768 CPUtime=2.11 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9777/stat : 9777 (java) S 9760 9760 15667 0 -1 1077944384 5638 0 0 0 210 1 0 0 20 0 28 0 4644172 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281117174128 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9778] ppid=9760 vsize=13801768 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9778/stat : 9778 (java) S 9760 9760 15667 0 -1 1077944384 9099 0 0 0 275 1 0 0 20 0 28 0 4644172 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281116121072 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9779] ppid=9760 vsize=13801768 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9779/stat : 9779 (java) S 9760 9760 15667 0 -1 1077944384 5425 0 0 0 85 2 0 0 20 0 28 0 4644172 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281115068528 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9780] ppid=9760 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9780/stat : 9780 (java) S 9760 9760 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4644172 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281114016736 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9781] ppid=9760 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9781/stat : 9781 (java) S 9760 9760 15667 0 -1 1077944384 475 0 0 0 0 0 0 0 20 0 28 0 4644172 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281112964272 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9782] ppid=9760 vsize=13801768 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9782/stat : 9782 (java) R 9760 9760 15667 0 -1 4202560 295 0 0 0 207 0 0 0 20 0 28 0 4645637 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281104948904 140282100846026 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9783] ppid=9760 vsize=13801768 CPUtime=2.21 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9783/stat : 9783 (java) R 9760 9760 15667 0 -1 4202560 143 0 0 0 221 0 0 0 20 0 28 0 4645637 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281103897336 140282100371735 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9784] ppid=9760 vsize=13801768 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9784/stat : 9784 (java) R 9760 9760 15667 0 -1 4202560 324 0 0 0 227 0 0 0 20 0 28 0 4645637 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281102845712 140282100200104 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9785] ppid=9760 vsize=13801768 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9785/stat : 9785 (java) R 9760 9760 15667 0 -1 4202560 301 0 0 0 222 0 0 0 20 0 28 0 4645637 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281101793448 140282100200034 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9786] ppid=9760 vsize=13801768 CPUtime=2.34 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9786/stat : 9786 (java) R 9760 9760 15667 0 -1 4202560 152 0 0 0 234 0 0 0 20 0 28 0 4645637 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281100737704 140282100201049 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9787] ppid=9760 vsize=13801768 CPUtime=2.19 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9787/stat : 9787 (java) R 9760 9760 15667 0 -1 4202560 166 0 0 0 219 0 0 0 20 0 28 0 4645637 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281099686224 140282100328933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9788] ppid=9760 vsize=13801768 CPUtime=2 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9788/stat : 9788 (java) R 9760 9760 15667 0 -1 4202560 257 0 0 0 200 0 0 0 20 0 28 0 4645637 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281098633992 140282100373421 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9789] ppid=9760 vsize=13801768 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9789/stat : 9789 (java) R 9760 9760 15667 0 -1 4202560 169 0 0 0 197 0 0 0 20 0 28 0 4645637 14133010432 200867 33554432000 4194304 4196468 140723987398080 140281097581800 140282100201555 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
Current children cumulated CPU time (s) 44.34
Current children cumulated vsize (KiB) 13811280

[startup+18.0014 s]
/proc/loadavg: 14.81 14.95 14.59 17/300 9789
/proc/meminfo: memFree=29492956/32770624 swapFree=5892/127864
[pid=9760] ppid=9757 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9760/stat : 9760 (xcsp3-exec) S 9757 9760 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4644162 9740288 346 33554432000 4194304 5098028 140725412878384 140725412876488 140086931034748 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 7823360 140725412885646 140725412885856 140725412885856 140725412888555 0
/proc/9760/statm: 2378 346 289 221 0 87 0
[pid=9761] ppid=9760 vsize=13801768 CPUtime=47.22 cores=0,2,4,6,8,10,12,14
/proc/9761/stat : 9761 (java) S 9760 9760 15667 0 -1 1077944320 73090 0 0 0 4387 335 0 0 20 0 28 0 4644162 14133010432 235099 33554432000 4194304 4196468 140723987398080 140723987380624 140282457636599 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
/proc/9761/statm: 3450442 235099 3274 1 0 3437675 0
[pid=9761/tid=9762] ppid=9760 vsize=13801768 CPUtime=14.1 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9762/stat : 9762 (java) S 9760 9760 15667 0 -1 1077944384 11142 0 0 0 1403 7 0 0 20 0 28 0 4644163 14133010432 235099 33554432000 4194304 4196468 140723987398080 140282461877376 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9764] ppid=9760 vsize=13801768 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9764/stat : 9764 (java) S 9760 9760 15667 0 -1 1077944384 3239 0 0 0 37 40 0 0 20 0 28 0 4644164 14133010432 235099 33554432000 4194304 4196468 140723987398080 140282425195536 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9765] ppid=9760 vsize=13801768 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9765/stat : 9765 (java) S 9760 9760 15667 0 -1 1077944384 1553 0 0 0 34 39 0 0 20 0 28 0 4644164 14133010432 235099 33554432000 4194304 4196468 140723987398080 140282055298192 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9766] ppid=9760 vsize=13801768 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9766/stat : 9766 (java) S 9760 9760 15667 0 -1 1077944384 2742 0 0 0 36 40 0 0 20 0 28 0 4644164 14133010432 235099 33554432000 4194304 4196468 140723987398080 140282054245136 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9767] ppid=9760 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9767/stat : 9767 (java) S 9760 9760 15667 0 -1 1077944384 2858 0 0 0 36 39 0 0 20 0 28 0 4644164 14133010432 235099 33554432000 4194304 4196468 140723987398080 140282053192592 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9768] ppid=9760 vsize=13801768 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9768/stat : 9768 (java) S 9760 9760 15667 0 -1 1077944384 3192 0 0 0 38 38 0 0 20 0 28 0 4644164 14133010432 235099 33554432000 4194304 4196468 140723987398080 140282052139536 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9769] ppid=9760 vsize=13801768 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9769/stat : 9769 (java) S 9760 9760 15667 0 -1 1077944384 3289 0 0 0 36 41 0 0 20 0 28 0 4644164 14133010432 235099 33554432000 4194304 4196468 140723987398080 140282051086992 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9770] ppid=9760 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9770/stat : 9770 (java) S 9760 9760 15667 0 -1 1077944384 2266 0 0 0 36 39 0 0 20 0 28 0 4644164 14133010432 235099 33554432000 4194304 4196468 140723987398080 140282050033936 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9771] ppid=9760 vsize=13801768 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9771/stat : 9771 (java) S 9760 9760 15667 0 -1 1077944384 2599 0 0 0 38 39 0 0 20 0 28 0 4644164 14133010432 235099 33554432000 4194304 4196468 140723987398080 140282048981392 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9772] ppid=9760 vsize=13801768 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9772/stat : 9772 (java) S 9760 9760 15667 0 -1 1077944384 5090 0 0 0 8 0 0 0 20 0 28 0 4644166 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281122437872 140282457647746 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9773] ppid=9760 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9773/stat : 9773 (java) S 9760 9760 15667 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 4644167 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281121384160 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9774] ppid=9760 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9774/stat : 9774 (java) S 9760 9760 15667 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 28 0 4644167 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281120331008 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9775] ppid=9760 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9775/stat : 9775 (java) S 9760 9760 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4644172 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281119279568 140282457655195 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9776] ppid=9760 vsize=13801768 CPUtime=2.77 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9776/stat : 9776 (java) S 9760 9760 15667 0 -1 1077944384 9837 0 0 0 276 1 0 0 20 0 28 0 4644172 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281118226672 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9777] ppid=9760 vsize=13801768 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9777/stat : 9777 (java) S 9760 9760 15667 0 -1 1077944384 5658 0 0 0 215 1 0 0 20 0 28 0 4644172 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281117174128 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9778] ppid=9760 vsize=13801768 CPUtime=2.78 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9778/stat : 9778 (java) S 9760 9760 15667 0 -1 1077944384 9105 0 0 0 277 1 0 0 20 0 28 0 4644172 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281116121072 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9779] ppid=9760 vsize=13801768 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9779/stat : 9779 (java) S 9760 9760 15667 0 -1 1077944384 5425 0 0 0 85 2 0 0 20 0 28 0 4644172 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281115068528 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9780] ppid=9760 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9780/stat : 9780 (java) S 9760 9760 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4644172 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281114016736 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9781] ppid=9760 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9781/stat : 9781 (java) S 9760 9760 15667 0 -1 1077944384 475 0 0 0 0 0 0 0 20 0 28 0 4644172 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281112964272 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9782] ppid=9760 vsize=13801768 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9782/stat : 9782 (java) R 9760 9760 15667 0 -1 4202560 322 0 0 0 220 0 0 0 20 0 28 0 4645637 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281104948264 140282100201084 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9783] ppid=9760 vsize=13801768 CPUtime=2.34 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9783/stat : 9783 (java) R 9760 9760 15667 0 -1 4202560 158 0 0 0 234 0 0 0 20 0 28 0 4645637 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281103896920 140282100201555 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9784] ppid=9760 vsize=13801768 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9784/stat : 9784 (java) R 9760 9760 15667 0 -1 4202560 1231 0 0 0 239 0 0 0 20 0 28 0 4645637 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281102843640 140282100373628 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9785] ppid=9760 vsize=13801768 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9785/stat : 9785 (java) R 9760 9760 15667 0 -1 4202560 314 0 0 0 232 0 0 0 20 0 28 0 4645637 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281101791096 140282099463021 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9786] ppid=9760 vsize=13801768 CPUtime=2.47 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9786/stat : 9786 (java) R 9760 9760 15667 0 -1 4202560 159 0 0 0 247 0 0 0 20 0 28 0 4645637 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281100738016 140282100375072 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9787] ppid=9760 vsize=13801768 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9787/stat : 9787 (java) R 9760 9760 15667 0 -1 4202560 583 0 0 0 232 0 0 0 20 0 28 0 4645637 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281099685512 140282100201805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9788] ppid=9760 vsize=13801768 CPUtime=2.13 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9788/stat : 9788 (java) R 9760 9760 15667 0 -1 4202560 269 0 0 0 213 0 0 0 20 0 28 0 4645637 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281098633848 140282100846964 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9789] ppid=9760 vsize=13801768 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9789/stat : 9789 (java) R 9760 9760 15667 0 -1 4202560 189 0 0 0 207 0 0 0 20 0 28 0 4645637 14133010432 235099 33554432000 4194304 4196468 140723987398080 140281097581160 140282100721913 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
Current children cumulated CPU time (s) 47.22
Current children cumulated vsize (KiB) 13811280

[startup+18.2015 s]
/proc/loadavg: 14.81 14.95 14.59 17/300 9789
/proc/meminfo: memFree=29492956/32770624 swapFree=5892/127864
[pid=9760] ppid=9757 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9760/stat : 9760 (xcsp3-exec) S 9757 9760 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4644162 9740288 346 33554432000 4194304 5098028 140725412878384 140725412876488 140086931034748 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 7823360 140725412885646 140725412885856 140725412885856 140725412888555 0
/proc/9760/statm: 2378 346 289 221 0 87 0
[pid=9761] ppid=9760 vsize=13801768 CPUtime=48.82 cores=0,2,4,6,8,10,12,14
/proc/9761/stat : 9761 (java) S 9760 9760 15667 0 -1 1077944320 73610 0 0 0 4547 335 0 0 20 0 28 0 4644162 14133010432 235100 33554432000 4194304 4196468 140723987398080 140723987380624 140282457636599 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
/proc/9761/statm: 3450442 235100 3274 1 0 3437675 0
[pid=9761/tid=9762] ppid=9760 vsize=13801768 CPUtime=14.1 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9762/stat : 9762 (java) S 9760 9760 15667 0 -1 1077944384 11142 0 0 0 1403 7 0 0 20 0 28 0 4644163 14133010432 235100 33554432000 4194304 4196468 140723987398080 140282461877376 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9764] ppid=9760 vsize=13801768 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9764/stat : 9764 (java) S 9760 9760 15667 0 -1 1077944384 3239 0 0 0 37 40 0 0 20 0 28 0 4644164 14133010432 235100 33554432000 4194304 4196468 140723987398080 140282425195536 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9765] ppid=9760 vsize=13801768 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9765/stat : 9765 (java) S 9760 9760 15667 0 -1 1077944384 1553 0 0 0 34 39 0 0 20 0 28 0 4644164 14133010432 235100 33554432000 4194304 4196468 140723987398080 140282055298192 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9766] ppid=9760 vsize=13801768 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9766/stat : 9766 (java) S 9760 9760 15667 0 -1 1077944384 2742 0 0 0 36 40 0 0 20 0 28 0 4644164 14133010432 235100 33554432000 4194304 4196468 140723987398080 140282054245136 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9767] ppid=9760 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9767/stat : 9767 (java) S 9760 9760 15667 0 -1 1077944384 2858 0 0 0 36 39 0 0 20 0 28 0 4644164 14133010432 235100 33554432000 4194304 4196468 140723987398080 140282053192592 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9768] ppid=9760 vsize=13801768 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9768/stat : 9768 (java) S 9760 9760 15667 0 -1 1077944384 3192 0 0 0 38 38 0 0 20 0 28 0 4644164 14133010432 235100 33554432000 4194304 4196468 140723987398080 140282052139536 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9769] ppid=9760 vsize=13801768 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9769/stat : 9769 (java) S 9760 9760 15667 0 -1 1077944384 3289 0 0 0 36 41 0 0 20 0 28 0 4644164 14133010432 235100 33554432000 4194304 4196468 140723987398080 140282051086992 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9770] ppid=9760 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9770/stat : 9770 (java) S 9760 9760 15667 0 -1 1077944384 2266 0 0 0 36 39 0 0 20 0 28 0 4644164 14133010432 235100 33554432000 4194304 4196468 140723987398080 140282050033936 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9771] ppid=9760 vsize=13801768 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9771/stat : 9771 (java) S 9760 9760 15667 0 -1 1077944384 2599 0 0 0 38 39 0 0 20 0 28 0 4644164 14133010432 235100 33554432000 4194304 4196468 140723987398080 140282048981392 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9772] ppid=9760 vsize=13801768 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9772/stat : 9772 (java) S 9760 9760 15667 0 -1 1077944384 5090 0 0 0 8 0 0 0 20 0 28 0 4644166 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281122437872 140282457647746 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9773] ppid=9760 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9773/stat : 9773 (java) S 9760 9760 15667 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 4644167 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281121384160 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9774] ppid=9760 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9774/stat : 9774 (java) S 9760 9760 15667 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 28 0 4644167 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281120331008 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9775] ppid=9760 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9775/stat : 9775 (java) S 9760 9760 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4644172 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281119279568 140282457655195 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9776] ppid=9760 vsize=13801768 CPUtime=2.78 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9776/stat : 9776 (java) S 9760 9760 15667 0 -1 1077944384 9855 0 0 0 277 1 0 0 20 0 28 0 4644172 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281118226672 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9777] ppid=9760 vsize=13801768 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9777/stat : 9777 (java) S 9760 9760 15667 0 -1 1077944384 5658 0 0 0 215 1 0 0 20 0 28 0 4644172 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281117174128 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9778] ppid=9760 vsize=13801768 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9778/stat : 9778 (java) R 9760 9760 15667 0 -1 4202560 9106 0 0 0 278 1 0 0 20 0 28 0 4644172 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281116121072 140282441133130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9779] ppid=9760 vsize=13801768 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9779/stat : 9779 (java) S 9760 9760 15667 0 -1 1077944384 5425 0 0 0 85 2 0 0 20 0 28 0 4644172 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281115068528 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9780] ppid=9760 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9780/stat : 9780 (java) S 9760 9760 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4644172 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281114016736 140282457646805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9781] ppid=9760 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9781/stat : 9781 (java) S 9760 9760 15667 0 -1 1077944384 475 0 0 0 0 0 0 0 20 0 28 0 4644172 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281112964272 140282457647746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9782] ppid=9760 vsize=13801768 CPUtime=2.4 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9782/stat : 9782 (java) R 9760 9760 15667 0 -1 4202560 323 0 0 0 240 0 0 0 20 0 28 0 4645637 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281104948552 140282100201555 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9783] ppid=9760 vsize=13801768 CPUtime=2.52 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9783/stat : 9783 (java) R 9760 9760 15667 0 -1 4202560 158 0 0 0 252 0 0 0 20 0 28 0 4645637 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281103896920 140282100373673 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9784] ppid=9760 vsize=13801768 CPUtime=2.59 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9784/stat : 9784 (java) R 9760 9760 15667 0 -1 4202560 1568 0 0 0 259 0 0 0 20 0 28 0 4645637 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281102844112 140282100201805 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9785] ppid=9760 vsize=13801768 CPUtime=2.51 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9785/stat : 9785 (java) R 9760 9760 15667 0 -1 4202560 314 0 0 0 251 0 0 0 20 0 28 0 4645637 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281101791096 140282099463187 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9786] ppid=9760 vsize=13801768 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9786/stat : 9786 (java) R 9760 9760 15667 0 -1 4202560 159 0 0 0 267 0 0 0 20 0 28 0 4645637 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281100738016 140282100200739 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9787] ppid=9760 vsize=13801768 CPUtime=2.52 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9787/stat : 9787 (java) R 9760 9760 15667 0 -1 4202560 740 0 0 0 252 0 0 0 20 0 28 0 4645637 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281099685512 140282100201687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9788] ppid=9760 vsize=13801768 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9788/stat : 9788 (java) R 9760 9760 15667 0 -1 4202560 269 0 0 0 232 0 0 0 20 0 28 0 4645637 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281098633848 140282100329099 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
[pid=9761/tid=9789] ppid=9760 vsize=13801768 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/9761/task/9789/stat : 9789 (java) R 9760 9760 15667 0 -1 4202560 195 0 0 0 227 0 0 0 20 0 28 0 4645637 14133010432 235100 33554432000 4194304 4196468 140723987398080 140281097581160 140282100328576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30322688 140723987399868 140723987400044 140723987400044 140723987402703 0
Current children cumulated CPU time (s) 48.82
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 18.2647
CPU time (s): 49.1477
CPU user time (s): 45.773
CPU system time (s): 3.37462
CPU usage (%): 269.086
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.773
system time used= 3.37462
maximum resident set size= 940580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74314
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5835
involuntary context switches= 4041

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.153312 second user time and 0.183596 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 05:22:25
IDJOB=4249149
IDBENCH=135692
IDSOLVER=2625
FILE ID=node104/4249149-1500693745
RUNJOBID= node104-1500684128-16796
PBS_JOBID= 20623031
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
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-4249149-1500693745/watcher-4249149-1500693745 -o /tmp/evaluation-result-4249149-1500693745/solver-4249149-1500693745 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1217765256 HOME/instance-4249149-1500693745.xml

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

MD5SUM BENCH= d56953f82a267c4c8ee700c959d37f45
RANDOM SEED=1217765256

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30040100 kB
MemAvailable:   30134120 kB
Buffers:          170748 kB
Cached:           186964 kB
SwapCached:          252 kB
Active:          2076924 kB
Inactive:         183848 kB
Active(anon):    1858160 kB
Inactive(anon):    56372 kB
Active(file):     218764 kB
Inactive(file):   127476 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:              7900 kB
Writeback:             0 kB
AnonPages:       1925912 kB
Mapped:            42704 kB
Shmem:              8772 kB
Slab:             161544 kB
SReclaimable:     127232 kB
SUnreclaim:        34312 kB
KernelStack:        5008 kB
PageTables:         9500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2503972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1781760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62000 MiB
End job on node104 at 2017-07-22 05:22:43