Trace number 4248176

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 457.591 58.1835

General information on the benchmark

NameOrtholatin/Ortholatin-m1-s1/
Ortholatin-009.xml
MD5SUMf1f2c4ea81b28916fca828d1ce53413f
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 benchmark273.32999
Satisfiable
(Un)Satisfiability was proved
Number of variables243
Number of constraints86
Number of domains2
Minimum domain size9
Maximum domain size81
Distribution of domain sizes[{"size":9,"count":162},{"size":81,"count":81}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":225},{"degree":3,"count":18}]
Minimum constraint arity3
Maximum constraint arity81
Distribution of constraint arities[{"arity":3,"count":81},{"arity":9,"count":2},{"arity":81,"count":3}]
Number of extensional constraints81
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":81},{"type":"allDifferent","count":3},{"type":"instantiation","count":2}]
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-4248176-1500691356.xml"  -tl '2400s' -p 8 -x 0
0.00/0.18	c [HOME/instance-4248176-1500691356.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.23	c 8 solvers in parallel
0.00/0.30	c parse instance...
0.00/0.68	c solve instance...
456.98/58.17	s SATISFIABLE
456.98/58.17	v <instantiation>
456.98/58.17	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[4][7] y[4][8] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[5][7] y[5][8] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] y[6][7] y[6][8] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][7] y[7][8] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][8] 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] z[19] z[20] z[21] z[22] z[23] z[24] z[25] z[26] z[27] z[28] z[29] z[30] z[31] z[32] z[33] z[34] z[35] z[36] z[37] z[38] z[39] z[40] z[41] z[42] z[43] z[44] z[45] z[46] z[47] z[48] z[49] z[50] z[51] z[52] z[53] z[54] z[55] z[56] z[57] z[58] z[59] z[60] z[61] z[62] z[63] z[64] z[65] z[66] z[67] z[68] z[69] z[70] z[71] z[72] z[73] z[74] z[75] z[76] z[77] z[78] z[79] z[80] </list>
456.98/58.17	v 	<values>0 1 2 3 4 5 6 7 8 1 2 0 4 5 3 7 8 6 2 0 1 5 3 4 8 6 7 3 4 5 6 7 8 0 1 2 4 5 3 7 8 6 1 2 0 5 3 4 8 6 7 2 0 1 6 7 8 0 1 2 3 4 5 7 8 6 1 2 0 4 5 3 8 6 7 2 0 1 5 3 4 0 1 2 3 4 5 6 7 8 2 0 1 5 3 4 8 6 7 1 2 0 4 5 3 7 8 6 6 7 8 0 1 2 3 4 5 8 6 7 2 0 1 5 3 4 7 8 6 1 2 0 4 5 3 3 4 5 6 7 8 0 1 2 5 3 4 8 6 7 2 0 1 4 5 3 7 8 6 1 2 0 0 10 20 30 40 50 60 70 80 11 18 1 41 48 31 71 78 61 19 2 9 49 32 39 79 62 69 33 43 53 54 64 74 3 13 23 44 51 34 65 72 55 14 21 4 52 35 42 73 56 63 22 5 12 57 67 77 6 16 26 27 37 47 68 75 58 17 24 7 38 45 28 76 59 66 25 8 15 46 29 36 </values>
456.98/58.17	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-4248176-1500691356/watcher-4248176-1500691356 -o /tmp/evaluation-result-4248176-1500691356/solver-4248176-1500691356 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500682387-18842 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1759199398 HOME/instance-4248176-1500691356.xml 

pid=11963
running on 8 cores: 4-7,12-15

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: 14.67 15.36 14.22 10/277 11966
/proc/meminfo: memFree=30103660/32770624 swapFree=5944/262936
[pid=11966] ppid=11963 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/11966/stat : 11966 (xcsp3-exec) S 11963 11966 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4402776 9740288 346 33554432000 4194304 5098028 140725258511536 140725258509640 140372803428988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 34242560 140725258519694 140725258519904 140725258519904 140725258522603 0
/proc/11966/statm: 2378 346 289 221 0 87 0

[startup+0.100099 s]
/proc/loadavg: 14.67 15.36 14.22 10/277 11966
/proc/meminfo: memFree=30103660/32770624 swapFree=5944/262936
[pid=11966] ppid=11963 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/11966/stat : 11966 (xcsp3-exec) S 11963 11966 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4402776 9740288 346 33554432000 4194304 5098028 140725258511536 140725258509640 140372803428988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 34242560 140725258519694 140725258519904 140725258519904 140725258522603 0
/proc/11966/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200253 s]
/proc/loadavg: 14.67 15.36 14.22 10/277 11966
/proc/meminfo: memFree=30103660/32770624 swapFree=5944/262936
[pid=11966] ppid=11963 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/11966/stat : 11966 (xcsp3-exec) S 11963 11966 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4402776 9740288 346 33554432000 4194304 5098028 140725258511536 140725258509640 140372803428988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 34242560 140725258519694 140725258519904 140725258519904 140725258522603 0
/proc/11966/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300215 s]
/proc/loadavg: 14.67 15.36 14.22 10/277 11966
/proc/meminfo: memFree=30103660/32770624 swapFree=5944/262936
[pid=11966] ppid=11963 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/11966/stat : 11966 (xcsp3-exec) S 11963 11966 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4402776 9740288 346 33554432000 4194304 5098028 140725258511536 140725258509640 140372803428988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 34242560 140725258519694 140725258519904 140725258519904 140725258522603 0
/proc/11966/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700192 s]
/proc/loadavg: 14.67 15.36 14.22 10/277 11966
/proc/meminfo: memFree=30103660/32770624 swapFree=5944/262936
[pid=11966] ppid=11963 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/11966/stat : 11966 (xcsp3-exec) S 11963 11966 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4402776 9740288 346 33554432000 4194304 5098028 140725258511536 140725258509640 140372803428988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 34242560 140725258519694 140725258519904 140725258519904 140725258522603 0
/proc/11966/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50153 s]
/proc/loadavg: 15.01 15.42 14.25 21/306 11995
/proc/meminfo: memFree=30001668/32770624 swapFree=5944/262864
[pid=11966] ppid=11963 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/11966/stat : 11966 (xcsp3-exec) S 11963 11966 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4402776 9740288 346 33554432000 4194304 5098028 140725258511536 140725258509640 140372803428988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 34242560 140725258519694 140725258519904 140725258519904 140725258522603 0
/proc/11966/statm: 2378 346 289 221 0 87 0
[pid=11967] ppid=11966 vsize=13801768 CPUtime=7.89 cores=4-7,12-15
/proc/11967/stat : 11967 (java) S 11966 11966 18810 0 -1 1077944320 19495 0 0 0 781 8 0 0 20 0 28 0 4402776 14133010432 32695 33554432000 4194304 4196468 140736851599584 140736851582128 139711700455159 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
/proc/11967/statm: 3450442 32695 3213 1 0 3437675 0
[pid=11967/tid=11968] ppid=11966 vsize=13801768 CPUtime=0.66 cores=4-7,12-15
/proc/11967/task/11968/stat : 11968 (java) S 11966 11966 18810 0 -1 1077944384 6804 0 0 0 63 3 0 0 20 0 28 0 4402776 14133010432 32695 33554432000 4194304 4196468 140736851599584 139711704695936 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11970] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11970/stat : 11970 (java) S 11966 11966 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 32695 33554432000 4194304 4196468 140736851599584 139711663560976 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11971] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11971/stat : 11971 (java) S 11966 11966 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 32695 33554432000 4194304 4196468 140736851599584 139711298861456 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11972] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11972/stat : 11972 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 32695 33554432000 4194304 4196468 140736851599584 139711297808912 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11973] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11973/stat : 11973 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 32695 33554432000 4194304 4196468 140736851599584 139711296756368 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11974] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11974/stat : 11974 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 32695 33554432000 4194304 4196468 140736851599584 139711295703824 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11975] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11975/stat : 11975 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 32695 33554432000 4194304 4196468 140736851599584 139711294651280 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11976] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11976/stat : 11976 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 32695 33554432000 4194304 4196468 140736851599584 139711293598736 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11977] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11977/stat : 11977 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 32695 33554432000 4194304 4196468 140736851599584 139711292546192 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11978] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11978/stat : 11978 (java) S 11966 11966 18810 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 4402780 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710894229488 139711700466306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11979] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11979/stat : 11979 (java) S 11966 11966 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4402780 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710893175712 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11980] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11980/stat : 11980 (java) S 11966 11966 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4402781 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710892123120 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11981] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11981/stat : 11981 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402784 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710891071696 139711700473755 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11982] ppid=11966 vsize=13801768 CPUtime=0.71 cores=4-7,12-15
/proc/11967/task/11982/stat : 11982 (java) R 11966 11966 18810 0 -1 4202560 2730 0 0 0 71 0 0 0 20 0 28 0 4402784 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710890011800 139711679673800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11983] ppid=11966 vsize=13801768 CPUtime=0.74 cores=4-7,12-15
/proc/11967/task/11983/stat : 11983 (java) R 11966 11966 18810 0 -1 4202560 2268 0 0 0 74 0 0 0 20 0 28 0 4402784 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710888952648 139711679702530 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11984] ppid=11966 vsize=13801768 CPUtime=0.62 cores=4-7,12-15
/proc/11967/task/11984/stat : 11984 (java) R 11966 11966 18810 0 -1 4202560 2826 0 0 0 62 0 0 0 20 0 28 0 4402784 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710887900104 139711681974844 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11985] ppid=11966 vsize=13801768 CPUtime=0.63 cores=4-7,12-15
/proc/11967/task/11985/stat : 11985 (java) R 11966 11966 18810 0 -1 4202560 2910 0 0 0 62 1 0 0 20 0 28 0 4402784 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710886861680 139711700476506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11986] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11986/stat : 11986 (java) S 11966 11966 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4402784 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710885808352 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11987] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11987/stat : 11987 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402785 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710884755888 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11988] ppid=11966 vsize=13801768 CPUtime=0.56 cores=4-7,12-15
/proc/11967/task/11988/stat : 11988 (java) R 11966 11966 18810 0 -1 4202560 87 0 0 0 56 0 0 0 20 0 28 0 4402845 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710876740592 139711341743420 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11989] ppid=11966 vsize=13801768 CPUtime=0.59 cores=4-7,12-15
/proc/11967/task/11989/stat : 11989 (java) R 11966 11966 18810 0 -1 4202560 77 0 0 0 59 0 0 0 20 0 28 0 4402845 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710875687072 139711341852632 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11990] ppid=11966 vsize=13801768 CPUtime=0.55 cores=4-7,12-15
/proc/11967/task/11990/stat : 11990 (java) R 11966 11966 18810 0 -1 4202560 73 0 0 0 55 0 0 0 20 0 28 0 4402845 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710874634776 139711341864949 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11991] ppid=11966 vsize=13801768 CPUtime=0.48 cores=4-7,12-15
/proc/11967/task/11991/stat : 11991 (java) R 11966 11966 18810 0 -1 4202560 122 0 0 0 48 0 0 0 20 0 28 0 4402845 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710873583608 139711341687113 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11992] ppid=11966 vsize=13801768 CPUtime=0.58 cores=4-7,12-15
/proc/11967/task/11992/stat : 11992 (java) R 11966 11966 18810 0 -1 4202560 79 0 0 0 58 0 0 0 20 0 28 0 4402845 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710872529568 139711341863671 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11993] ppid=11966 vsize=13801768 CPUtime=0.59 cores=4-7,12-15
/proc/11967/task/11993/stat : 11993 (java) R 11966 11966 18810 0 -1 4202560 81 0 0 0 59 0 0 0 20 0 28 0 4402846 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710871476896 139711341688750 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11994] ppid=11966 vsize=13801768 CPUtime=0.51 cores=4-7,12-15
/proc/11967/task/11994/stat : 11994 (java) R 11966 11966 18810 0 -1 4202560 54 0 0 0 51 0 0 0 20 0 28 0 4402846 14133010432 32695 33554432000 4194304 4196468 140736851599584 139710870421560 139711342232567 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11995] ppid=11966 vsize=13801768 CPUtime=0.57 cores=4-7,12-15
/proc/11967/task/11995/stat : 11995 (java) R 11966 11966 18810 0 -1 4202560 73 0 0 0 57 0 0 0 20 0 28 0 4402846 14133010432 32761 33554432000 4194304 4196468 140736851599584 139710869373272 139711341878013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 13811280

[startup+3.10165 s]
/proc/loadavg: 15.01 15.42 14.25 20/306 11995
/proc/meminfo: memFree=29958416/32770624 swapFree=5944/262876
[pid=11966] ppid=11963 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/11966/stat : 11966 (xcsp3-exec) S 11963 11966 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4402776 9740288 346 33554432000 4194304 5098028 140725258511536 140725258509640 140372803428988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 34242560 140725258519694 140725258519904 140725258519904 140725258522603 0
/proc/11966/statm: 2378 346 289 221 0 87 0
[pid=11967] ppid=11966 vsize=13801768 CPUtime=20.59 cores=4-7,12-15
/proc/11967/stat : 11967 (java) S 11966 11966 18810 0 -1 1077944320 29354 0 0 0 2048 11 0 0 20 0 28 0 4402776 14133010432 49334 33554432000 4194304 4196468 140736851599584 140736851582128 139711700455159 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
/proc/11967/statm: 3450442 49334 3243 1 0 3437675 0
[pid=11967/tid=11968] ppid=11966 vsize=13801768 CPUtime=0.66 cores=4-7,12-15
/proc/11967/task/11968/stat : 11968 (java) S 11966 11966 18810 0 -1 1077944384 6804 0 0 0 63 3 0 0 20 0 28 0 4402776 14133010432 49334 33554432000 4194304 4196468 140736851599584 139711704695936 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11970] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11970/stat : 11970 (java) S 11966 11966 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 49334 33554432000 4194304 4196468 140736851599584 139711663560976 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11971] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11971/stat : 11971 (java) S 11966 11966 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 49334 33554432000 4194304 4196468 140736851599584 139711298861456 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11972] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11972/stat : 11972 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 49334 33554432000 4194304 4196468 140736851599584 139711297808912 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11973] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11973/stat : 11973 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 49334 33554432000 4194304 4196468 140736851599584 139711296756368 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11974] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11974/stat : 11974 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 49334 33554432000 4194304 4196468 140736851599584 139711295703824 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11975] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11975/stat : 11975 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 49334 33554432000 4194304 4196468 140736851599584 139711294651280 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11976] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11976/stat : 11976 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 49334 33554432000 4194304 4196468 140736851599584 139711293598736 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11977] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11977/stat : 11977 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402777 14133010432 49334 33554432000 4194304 4196468 140736851599584 139711292546192 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11978] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11978/stat : 11978 (java) S 11966 11966 18810 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 4402780 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710894229488 139711700466306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11979] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11979/stat : 11979 (java) S 11966 11966 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4402780 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710893175712 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11980] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11980/stat : 11980 (java) S 11966 11966 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4402781 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710892123120 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11981] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11981/stat : 11981 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402784 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710891071696 139711700473755 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11982] ppid=11966 vsize=13801768 CPUtime=1.9 cores=4-7,12-15
/proc/11967/task/11982/stat : 11982 (java) R 11966 11966 18810 0 -1 4202560 5234 0 0 0 189 1 0 0 20 0 28 0 4402784 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710890005408 139711678588721 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11983] ppid=11966 vsize=13801768 CPUtime=1.91 cores=4-7,12-15
/proc/11967/task/11983/stat : 11983 (java) R 11966 11966 18810 0 -1 4202560 5530 0 0 0 191 0 0 0 20 0 28 0 4402784 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710888953312 139711685377132 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11984] ppid=11966 vsize=13801768 CPUtime=1.57 cores=4-7,12-15
/proc/11967/task/11984/stat : 11984 (java) R 11966 11966 18810 0 -1 4202560 5412 0 0 0 157 0 0 0 20 0 28 0 4402784 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710887906712 139711686477799 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11985] ppid=11966 vsize=13801768 CPUtime=0.73 cores=4-7,12-15
/proc/11967/task/11985/stat : 11985 (java) S 11966 11966 18810 0 -1 1077944384 3676 0 0 0 72 1 0 0 20 0 28 0 4402784 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710886861680 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11986] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11986/stat : 11986 (java) S 11966 11966 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4402784 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710885808352 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11987] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11987/stat : 11987 (java) S 11966 11966 18810 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4402785 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710884755888 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11988] ppid=11966 vsize=13801768 CPUtime=1.79 cores=4-7,12-15
/proc/11967/task/11988/stat : 11988 (java) R 11966 11966 18810 0 -1 4202560 156 0 0 0 179 0 0 0 20 0 28 0 4402845 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710876743296 139711343907727 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11989] ppid=11966 vsize=13801768 CPUtime=1.78 cores=4-7,12-15
/proc/11967/task/11989/stat : 11989 (java) R 11966 11966 18810 0 -1 4202560 140 0 0 0 178 0 0 0 20 0 28 0 4402845 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710875688040 139711342247774 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11990] ppid=11966 vsize=13801768 CPUtime=1.73 cores=4-7,12-15
/proc/11967/task/11990/stat : 11990 (java) R 11966 11966 18810 0 -1 4202560 164 0 0 0 173 0 0 0 20 0 28 0 4402845 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710874632528 139711342248261 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11991] ppid=11966 vsize=13801768 CPUtime=1.63 cores=4-7,12-15
/proc/11967/task/11991/stat : 11991 (java) R 11966 11966 18810 0 -1 4202560 259 0 0 0 163 0 0 0 20 0 28 0 4402845 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710873582704 139711343622690 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11992] ppid=11966 vsize=13801768 CPUtime=1.71 cores=4-7,12-15
/proc/11967/task/11992/stat : 11992 (java) R 11966 11966 18810 0 -1 4202560 152 0 0 0 171 0 0 0 20 0 28 0 4402845 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710872530288 139711337064181 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11993] ppid=11966 vsize=13801768 CPUtime=1.63 cores=4-7,12-15
/proc/11967/task/11993/stat : 11993 (java) R 11966 11966 18810 0 -1 4202560 136 0 0 0 163 0 0 0 20 0 28 0 4402846 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710871477864 139711343624249 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11994] ppid=11966 vsize=13801768 CPUtime=1.73 cores=4-7,12-15
/proc/11967/task/11994/stat : 11994 (java) R 11966 11966 18810 0 -1 4202560 177 0 0 0 173 0 0 0 20 0 28 0 4402846 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710870424752 139711343625960 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11995] ppid=11966 vsize=13801768 CPUtime=1.68 cores=4-7,12-15
/proc/11967/task/11995/stat : 11995 (java) R 11966 11966 18810 0 -1 4202560 136 0 0 0 168 0 0 0 20 0 28 0 4402846 14133010432 49334 33554432000 4194304 4196468 140736851599584 139710869371504 139711342248523 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
Current children cumulated CPU time (s) 20.59
Current children cumulated vsize (KiB) 13811280

[startup+6.30166 s]
/proc/loadavg: 15.01 15.42 14.25 17/306 11995
/proc/meminfo: memFree=29926224/32770624 swapFree=5944/262876

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

/proc/11967/task/11979/stat : 11979 (java) S 11966 11966 18810 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 4402780 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710893175712 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11980] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11980/stat : 11980 (java) S 11966 11966 18810 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 4402781 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710892123120 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11981] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11981/stat : 11981 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710891071696 139711700473755 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11982] ppid=11966 vsize=13801768 CPUtime=2.85 cores=4-7,12-15
/proc/11967/task/11982/stat : 11982 (java) S 11966 11966 18810 0 -1 1077944384 7919 0 0 0 284 1 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710890019312 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11983] ppid=11966 vsize=13801768 CPUtime=2.51 cores=4-7,12-15
/proc/11967/task/11983/stat : 11983 (java) S 11966 11966 18810 0 -1 1077944384 7236 0 0 0 250 1 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710888966768 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11984] ppid=11966 vsize=13801768 CPUtime=2.34 cores=4-7,12-15
/proc/11967/task/11984/stat : 11984 (java) S 11966 11966 18810 0 -1 1077944384 7176 0 0 0 233 1 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710887914224 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11985] ppid=11966 vsize=13801768 CPUtime=0.87 cores=4-7,12-15
/proc/11967/task/11985/stat : 11985 (java) S 11966 11966 18810 0 -1 1077944384 6261 0 0 0 86 1 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710886861680 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 9 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11986] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11986/stat : 11986 (java) S 11966 11966 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710885808352 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11987] ppid=11966 vsize=13801768 CPUtime=0.01 cores=4-7,12-15
/proc/11967/task/11987/stat : 11987 (java) S 11966 11966 18810 0 -1 1077944384 176 0 0 0 0 1 0 0 20 0 28 0 4402785 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710884755888 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11988] ppid=11966 vsize=13801768 CPUtime=55.42 cores=4-7,12-15
/proc/11967/task/11988/stat : 11988 (java) R 11966 11966 18810 0 -1 4202560 726 0 0 0 5542 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710876739896 139711343323236 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11989] ppid=11966 vsize=13801768 CPUtime=55.04 cores=4-7,12-15
/proc/11967/task/11989/stat : 11989 (java) R 11966 11966 18810 0 -1 4202560 727 0 0 0 5504 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710875688936 139711344079239 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11990] ppid=11966 vsize=13801768 CPUtime=55.45 cores=4-7,12-15
/proc/11967/task/11990/stat : 11990 (java) R 11966 11966 18810 0 -1 4202560 813 0 0 0 5545 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710874636200 139711342247476 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11991] ppid=11966 vsize=13801768 CPUtime=55.57 cores=4-7,12-15
/proc/11967/task/11991/stat : 11991 (java) R 11966 11966 18810 0 -1 4202560 975 0 0 0 5557 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710873583800 139711343623493 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11992] ppid=11966 vsize=13801768 CPUtime=55.67 cores=4-7,12-15
/proc/11967/task/11992/stat : 11992 (java) R 11966 11966 18810 0 -1 4202560 973 0 0 0 5567 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710872531056 139711342247846 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11993] ppid=11966 vsize=13801768 CPUtime=55.2 cores=4-7,12-15
/proc/11967/task/11993/stat : 11993 (java) R 11966 11966 18810 0 -1 4202560 533 0 0 0 5520 0 0 0 20 0 28 0 4402846 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710871478536 139711343323163 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11994] ppid=11966 vsize=13801768 CPUtime=54.87 cores=4-7,12-15
/proc/11967/task/11994/stat : 11994 (java) R 11966 11966 18810 0 -1 4202560 683 0 0 0 5487 0 0 0 20 0 28 0 4402846 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710870424744 139711343908505 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11995] ppid=11966 vsize=13801768 CPUtime=55.5 cores=4-7,12-15
/proc/11967/task/11995/stat : 11995 (java) R 11966 11966 18810 0 -1 4202560 618 0 0 0 5550 0 0 0 20 0 28 0 4402846 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710869375376 139711343323787 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
Current children cumulated CPU time (s) 453
Current children cumulated vsize (KiB) 13811280

[startup+58.0016 s]
/proc/loadavg: 15.57 15.50 14.34 17/306 11995
/proc/meminfo: memFree=30232728/32770624 swapFree=5944/262920
[pid=11966] ppid=11963 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/11966/stat : 11966 (xcsp3-exec) S 11963 11966 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4402776 9740288 346 33554432000 4194304 5098028 140725258511536 140725258509640 140372803428988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 34242560 140725258519694 140725258519904 140725258519904 140725258522603 0
/proc/11966/statm: 2378 346 289 221 0 87 0
[pid=11967] ppid=11966 vsize=13801768 CPUtime=456.19 cores=4-7,12-15
/proc/11967/stat : 11967 (java) S 11966 11966 18810 0 -1 1077944320 48958 0 0 0 45574 45 0 0 20 0 28 0 4402776 14133010432 37447 33554432000 4194304 4196468 140736851599584 140736851582128 139711700455159 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
/proc/11967/statm: 3450442 37447 3274 1 0 3437675 0
[pid=11967/tid=11968] ppid=11966 vsize=13801768 CPUtime=0.66 cores=4-7,12-15
/proc/11967/task/11968/stat : 11968 (java) S 11966 11966 18810 0 -1 1077944384 6804 0 0 0 63 3 0 0 20 0 28 0 4402776 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711704695936 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11970] ppid=11966 vsize=13801768 CPUtime=0.08 cores=4-7,12-15
/proc/11967/task/11970/stat : 11970 (java) S 11966 11966 18810 0 -1 1077944384 253 0 0 0 5 3 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711663560976 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11971] ppid=11966 vsize=13801768 CPUtime=0.08 cores=4-7,12-15
/proc/11967/task/11971/stat : 11971 (java) S 11966 11966 18810 0 -1 1077944384 1540 0 0 0 5 3 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711298861456 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11972] ppid=11966 vsize=13801768 CPUtime=0.07 cores=4-7,12-15
/proc/11967/task/11972/stat : 11972 (java) S 11966 11966 18810 0 -1 1077944384 957 0 0 0 5 2 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711297808912 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11973] ppid=11966 vsize=13801768 CPUtime=0.09 cores=4-7,12-15
/proc/11967/task/11973/stat : 11973 (java) S 11966 11966 18810 0 -1 1077944384 234 0 0 0 6 3 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711296756368 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11974] ppid=11966 vsize=13801768 CPUtime=0.08 cores=4-7,12-15
/proc/11967/task/11974/stat : 11974 (java) S 11966 11966 18810 0 -1 1077944384 310 0 0 0 5 3 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711295703824 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11975] ppid=11966 vsize=13801768 CPUtime=0.08 cores=4-7,12-15
/proc/11967/task/11975/stat : 11975 (java) S 11966 11966 18810 0 -1 1077944384 427 0 0 0 5 3 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711294651280 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11976] ppid=11966 vsize=13801768 CPUtime=0.08 cores=4-7,12-15
/proc/11967/task/11976/stat : 11976 (java) S 11966 11966 18810 0 -1 1077944384 264 0 0 0 5 3 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711293598736 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11977] ppid=11966 vsize=13801768 CPUtime=0.09 cores=4-7,12-15
/proc/11967/task/11977/stat : 11977 (java) S 11966 11966 18810 0 -1 1077944384 634 0 0 0 5 4 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711292546192 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11978] ppid=11966 vsize=13801768 CPUtime=0.16 cores=4-7,12-15
/proc/11967/task/11978/stat : 11978 (java) S 11966 11966 18810 0 -1 1077944384 1368 0 0 0 9 7 0 0 20 0 28 0 4402780 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710894229488 139711700466306 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11979] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11979/stat : 11979 (java) S 11966 11966 18810 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 4402780 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710893175712 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11980] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11980/stat : 11980 (java) S 11966 11966 18810 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 4402781 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710892123120 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11981] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11981/stat : 11981 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710891071696 139711700473755 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11982] ppid=11966 vsize=13801768 CPUtime=2.85 cores=4-7,12-15
/proc/11967/task/11982/stat : 11982 (java) S 11966 11966 18810 0 -1 1077944384 7919 0 0 0 284 1 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710890019312 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11983] ppid=11966 vsize=13801768 CPUtime=2.51 cores=4-7,12-15
/proc/11967/task/11983/stat : 11983 (java) S 11966 11966 18810 0 -1 1077944384 7236 0 0 0 250 1 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710888966768 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11984] ppid=11966 vsize=13801768 CPUtime=2.34 cores=4-7,12-15
/proc/11967/task/11984/stat : 11984 (java) S 11966 11966 18810 0 -1 1077944384 7176 0 0 0 233 1 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710887914224 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11985] ppid=11966 vsize=13801768 CPUtime=0.87 cores=4-7,12-15
/proc/11967/task/11985/stat : 11985 (java) S 11966 11966 18810 0 -1 1077944384 6261 0 0 0 86 1 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710886861680 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 9 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11986] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11986/stat : 11986 (java) S 11966 11966 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710885808352 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11987] ppid=11966 vsize=13801768 CPUtime=0.01 cores=4-7,12-15
/proc/11967/task/11987/stat : 11987 (java) S 11966 11966 18810 0 -1 1077944384 176 0 0 0 0 1 0 0 20 0 28 0 4402785 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710884755888 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11988] ppid=11966 vsize=13801768 CPUtime=55.82 cores=4-7,12-15
/proc/11967/task/11988/stat : 11988 (java) R 11966 11966 18810 0 -1 4202560 726 0 0 0 5582 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710876739896 139711342248214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11989] ppid=11966 vsize=13801768 CPUtime=55.44 cores=4-7,12-15
/proc/11967/task/11989/stat : 11989 (java) R 11966 11966 18810 0 -1 4202560 727 0 0 0 5544 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710875688936 139711343323270 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11990] ppid=11966 vsize=13801768 CPUtime=55.85 cores=4-7,12-15
/proc/11967/task/11990/stat : 11990 (java) R 11966 11966 18810 0 -1 4202560 813 0 0 0 5585 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710874636200 139711343865019 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11991] ppid=11966 vsize=13801768 CPUtime=55.97 cores=4-7,12-15
/proc/11967/task/11991/stat : 11991 (java) R 11966 11966 18810 0 -1 4202560 975 0 0 0 5597 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710873583800 139711342248150 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11992] ppid=11966 vsize=13801768 CPUtime=56.07 cores=4-7,12-15
/proc/11967/task/11992/stat : 11992 (java) R 11966 11966 18810 0 -1 4202560 973 0 0 0 5607 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710872531056 139711343021266 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11993] ppid=11966 vsize=13801768 CPUtime=55.6 cores=4-7,12-15
/proc/11967/task/11993/stat : 11993 (java) R 11966 11966 18810 0 -1 4202560 533 0 0 0 5560 0 0 0 20 0 28 0 4402846 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710871478536 139711342248104 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11994] ppid=11966 vsize=13801768 CPUtime=55.27 cores=4-7,12-15
/proc/11967/task/11994/stat : 11994 (java) R 11966 11966 18810 0 -1 4202560 683 0 0 0 5527 0 0 0 20 0 28 0 4402846 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710870424744 139711343171963 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11995] ppid=11966 vsize=13801768 CPUtime=55.9 cores=4-7,12-15
/proc/11967/task/11995/stat : 11995 (java) R 11966 11966 18810 0 -1 4202560 618 0 0 0 5590 0 0 0 20 0 28 0 4402846 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710869375376 139711343171903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
Current children cumulated CPU time (s) 456.19
Current children cumulated vsize (KiB) 13811280

[startup+58.1016 s]
/proc/loadavg: 15.57 15.50 14.34 17/306 11995
/proc/meminfo: memFree=30232728/32770624 swapFree=5944/262920
[pid=11966] ppid=11963 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/11966/stat : 11966 (xcsp3-exec) S 11963 11966 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4402776 9740288 346 33554432000 4194304 5098028 140725258511536 140725258509640 140372803428988 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 34242560 140725258519694 140725258519904 140725258519904 140725258522603 0
/proc/11966/statm: 2378 346 289 221 0 87 0
[pid=11967] ppid=11966 vsize=13801768 CPUtime=456.98 cores=4-7,12-15
/proc/11967/stat : 11967 (java) S 11966 11966 18810 0 -1 1077944320 49139 0 0 0 45653 45 0 0 20 0 28 0 4402776 14133010432 37447 33554432000 4194304 4196468 140736851599584 140736851582128 139711700455159 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
/proc/11967/statm: 3450442 37447 3274 1 0 3437675 0
[pid=11967/tid=11968] ppid=11966 vsize=13801768 CPUtime=0.66 cores=4-7,12-15
/proc/11967/task/11968/stat : 11968 (java) S 11966 11966 18810 0 -1 1077944384 6804 0 0 0 63 3 0 0 20 0 28 0 4402776 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711704695936 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11970] ppid=11966 vsize=13801768 CPUtime=0.08 cores=4-7,12-15
/proc/11967/task/11970/stat : 11970 (java) S 11966 11966 18810 0 -1 1077944384 253 0 0 0 5 3 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711663560976 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11971] ppid=11966 vsize=13801768 CPUtime=0.08 cores=4-7,12-15
/proc/11967/task/11971/stat : 11971 (java) S 11966 11966 18810 0 -1 1077944384 1540 0 0 0 5 3 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711298861456 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11972] ppid=11966 vsize=13801768 CPUtime=0.07 cores=4-7,12-15
/proc/11967/task/11972/stat : 11972 (java) S 11966 11966 18810 0 -1 1077944384 957 0 0 0 5 2 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711297808912 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11973] ppid=11966 vsize=13801768 CPUtime=0.09 cores=4-7,12-15
/proc/11967/task/11973/stat : 11973 (java) S 11966 11966 18810 0 -1 1077944384 234 0 0 0 6 3 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711296756368 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11974] ppid=11966 vsize=13801768 CPUtime=0.08 cores=4-7,12-15
/proc/11967/task/11974/stat : 11974 (java) S 11966 11966 18810 0 -1 1077944384 310 0 0 0 5 3 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711295703824 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11975] ppid=11966 vsize=13801768 CPUtime=0.08 cores=4-7,12-15
/proc/11967/task/11975/stat : 11975 (java) S 11966 11966 18810 0 -1 1077944384 427 0 0 0 5 3 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711294651280 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11976] ppid=11966 vsize=13801768 CPUtime=0.08 cores=4-7,12-15
/proc/11967/task/11976/stat : 11976 (java) S 11966 11966 18810 0 -1 1077944384 264 0 0 0 5 3 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711293598736 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11977] ppid=11966 vsize=13801768 CPUtime=0.09 cores=4-7,12-15
/proc/11967/task/11977/stat : 11977 (java) S 11966 11966 18810 0 -1 1077944384 634 0 0 0 5 4 0 0 20 0 28 0 4402777 14133010432 37447 33554432000 4194304 4196468 140736851599584 139711292546192 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11978] ppid=11966 vsize=13801768 CPUtime=0.16 cores=4-7,12-15
/proc/11967/task/11978/stat : 11978 (java) S 11966 11966 18810 0 -1 1077944384 1368 0 0 0 9 7 0 0 20 0 28 0 4402780 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710894229488 139711700466306 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11979] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11979/stat : 11979 (java) S 11966 11966 18810 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 4402780 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710893175712 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11980] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11980/stat : 11980 (java) S 11966 11966 18810 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 4402781 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710892123120 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11981] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11981/stat : 11981 (java) S 11966 11966 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710891071696 139711700473755 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11982] ppid=11966 vsize=13801768 CPUtime=2.85 cores=4-7,12-15
/proc/11967/task/11982/stat : 11982 (java) S 11966 11966 18810 0 -1 1077944384 7919 0 0 0 284 1 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710890019312 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11983] ppid=11966 vsize=13801768 CPUtime=2.51 cores=4-7,12-15
/proc/11967/task/11983/stat : 11983 (java) S 11966 11966 18810 0 -1 1077944384 7236 0 0 0 250 1 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710888966768 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11984] ppid=11966 vsize=13801768 CPUtime=2.34 cores=4-7,12-15
/proc/11967/task/11984/stat : 11984 (java) S 11966 11966 18810 0 -1 1077944384 7176 0 0 0 233 1 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710887914224 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11985] ppid=11966 vsize=13801768 CPUtime=0.87 cores=4-7,12-15
/proc/11967/task/11985/stat : 11985 (java) S 11966 11966 18810 0 -1 1077944384 6440 0 0 0 86 1 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710886861680 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 9 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11986] ppid=11966 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/11967/task/11986/stat : 11986 (java) S 11966 11966 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4402784 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710885808352 139711700465365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11987] ppid=11966 vsize=13801768 CPUtime=0.01 cores=4-7,12-15
/proc/11967/task/11987/stat : 11987 (java) S 11966 11966 18810 0 -1 1077944384 176 0 0 0 0 1 0 0 20 0 28 0 4402785 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710884755888 139711700466306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11988] ppid=11966 vsize=13801768 CPUtime=55.92 cores=4-7,12-15
/proc/11967/task/11988/stat : 11988 (java) R 11966 11966 18810 0 -1 4202560 726 0 0 0 5592 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710876740344 139711343172618 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11989] ppid=11966 vsize=13801768 CPUtime=55.54 cores=4-7,12-15
/proc/11967/task/11989/stat : 11989 (java) R 11966 11966 18810 0 -1 4202560 727 0 0 0 5554 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710875688488 139711337278226 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11990] ppid=11966 vsize=13801768 CPUtime=55.94 cores=4-7,12-15
/proc/11967/task/11990/stat : 11990 (java) R 11966 11966 18810 0 -1 4202560 814 0 0 0 5594 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710874636200 139711343174297 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11991] ppid=11966 vsize=13801768 CPUtime=56.07 cores=4-7,12-15
/proc/11967/task/11991/stat : 11991 (java) R 11966 11966 18810 0 -1 4202560 975 0 0 0 5607 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710873583976 139711343172463 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11992] ppid=11966 vsize=13801768 CPUtime=56.17 cores=4-7,12-15
/proc/11967/task/11992/stat : 11992 (java) R 11966 11966 18810 0 -1 4202560 973 0 0 0 5617 0 0 0 20 0 28 0 4402845 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710872531056 139711344118391 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11993] ppid=11966 vsize=13801768 CPUtime=55.69 cores=4-7,12-15
/proc/11967/task/11993/stat : 11993 (java) R 11966 11966 18810 0 -1 4202560 534 0 0 0 5569 0 0 0 20 0 28 0 4402846 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710871481040 139711343628179 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11994] ppid=11966 vsize=13801768 CPUtime=55.37 cores=4-7,12-15
/proc/11967/task/11994/stat : 11994 (java) R 11966 11966 18810 0 -1 4202560 683 0 0 0 5537 0 0 0 20 0 28 0 4402846 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710870425320 139711343323660 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
[pid=11967/tid=11995] ppid=11966 vsize=13801768 CPUtime=56 cores=4-7,12-15
/proc/11967/task/11995/stat : 11995 (java) R 11966 11966 18810 0 -1 4202560 618 0 0 0 5600 0 0 0 20 0 28 0 4402846 14133010432 37447 33554432000 4194304 4196468 140736851599584 139710869372200 139711342248473 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32808960 140736851600572 140736851600748 140736851600748 140736851603407 0
Current children cumulated CPU time (s) 456.98
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 58.1835
CPU time (s): 457.591
CPU user time (s): 457.125
CPU system time (s): 0.465152
CPU usage (%): 786.461
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 457.125
system time used= 0.465152
maximum resident set size= 237424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50992
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= 9193
involuntary context switches= 27285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.697621 second user time and 0.9398 second system time

The end

Launcher Data

Begin job on node132 at 2017-07-22 04:42:36
IDJOB=4248176
IDBENCH=133180
IDSOLVER=2625
FILE ID=node132/4248176-1500691356
RUNJOBID= node132-1500682387-18842
PBS_JOBID= 20623322
Free space on /tmp= 61760 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/Ortholatin/Ortholatin-m1-s1/Ortholatin-009.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-4248176-1500691356/watcher-4248176-1500691356 -o /tmp/evaluation-result-4248176-1500691356/solver-4248176-1500691356 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500682387-18842 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1759199398 HOME/instance-4248176-1500691356.xml

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

MD5SUM BENCH= f1f2c4ea81b28916fca828d1ce53413f
RANDOM SEED=1759199398

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 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.61
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	: 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.61
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	: 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	: 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		: 1600.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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 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	: 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		: 1733.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		: 2668.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.61
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	: 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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 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.61
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	: 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.61
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		: 2267.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	: 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		: 1867.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	: 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		: 1867.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	: 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		: 1600.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:        30103660 kB
MemAvailable:   30276808 kB
Buffers:          114772 kB
Cached:           338740 kB
SwapCached:            0 kB
Active:          1956828 kB
Inactive:         271552 kB
Active(anon):    1777820 kB
Inactive(anon):     8616 kB
Active(file):     179008 kB
Inactive(file):   262936 kB
Unevictable:        5944 kB
Mlocked:            5944 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8128 kB
Writeback:             0 kB
AnonPages:       1780848 kB
Mapped:            43236 kB
Shmem:              8872 kB
Slab:             129712 kB
SReclaimable:      94080 kB
SUnreclaim:        35632 kB
KernelStack:        4784 kB
PageTables:         8828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2534408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1644544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61752 MiB
End job on node132 at 2017-07-22 04:43:34