Trace number 4248322

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)SAT 83.7628 11.1046

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-60-3-5.xml
MD5SUMcb28c088349c564a44b865f26515e86f
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 benchmark3.2825999
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":99}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":14},{"degree":2,"count":13},{"degree":3,"count":22},{"degree":4,"count":24},{"degree":5,"count":17},{"degree":6,"count":6},{"degree":7,"count":2},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity8
Distribution of constraint arities[{"arity":3,"count":5},{"arity":4,"count":10},{"arity":5,"count":15},{"arity":6,"count":8},{"arity":7,"count":9},{"arity":8,"count":13}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
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-4248322-1500691965.xml"  -tl '2400s' -p 8 -x 3
0.00/0.18	c [HOME/instance-4248322-1500691965.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.23	c 8 solvers in parallel
0.00/0.30	c parse instance...
0.00/0.74	c solve instance...
83.18/11.09	s SATISFIABLE
83.18/11.09	v <instantiation>
83.18/11.09	v 	<list>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] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
83.18/11.09	v 	<values>43 3 41 31 23 31 3 41 29 3 5 19 13 11 23 3 2 17 19 3 37 23 41 29 5 13 5 43 19 31 47 41 41 7 47 41 43 3 3 19 29 7 17 47 47 19 23 47 13 2 23 3 3 13 37 7 5 13 3 3 2 2 47 41 37 13 3 29 43 5 29 2 41 2 47 41 47 7 13 19 7 17 23 23 29 7 37 47 11 41 2 37 7 11 19 3 17 29 47 </values>
83.18/11.09	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-4248322-1500691965/watcher-4248322-1500691965 -o /tmp/evaluation-result-4248322-1500691965/solver-4248322-1500691965 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500682495-14658 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 529948121 HOME/instance-4248322-1500691965.xml 

pid=11115
running on 8 cores: 1,3,5,7,9,11,13,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.94 15.34 14.90 11/272 11118
/proc/meminfo: memFree=28492428/32770624 swapFree=5972/264944
[pid=11118] ppid=11115 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11118/stat : 11118 (xcsp3-exec) S 11115 11118 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4465973 9740288 346 33554432000 4194304 5098028 140721668190864 140721668188968 139992323580540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38834176 140721668199567 140721668199776 140721668199776 140721668202475 0
/proc/11118/statm: 2378 346 289 221 0 87 0

[startup+0.100062 s]
/proc/loadavg: 14.94 15.34 14.90 11/272 11118
/proc/meminfo: memFree=28492428/32770624 swapFree=5972/264944
[pid=11118] ppid=11115 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11118/stat : 11118 (xcsp3-exec) S 11115 11118 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4465973 9740288 346 33554432000 4194304 5098028 140721668190864 140721668188968 139992323580540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38834176 140721668199567 140721668199776 140721668199776 140721668202475 0
/proc/11118/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200259 s]
/proc/loadavg: 14.94 15.34 14.90 11/272 11118
/proc/meminfo: memFree=28492428/32770624 swapFree=5972/264944
[pid=11118] ppid=11115 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11118/stat : 11118 (xcsp3-exec) S 11115 11118 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4465973 9740288 346 33554432000 4194304 5098028 140721668190864 140721668188968 139992323580540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38834176 140721668199567 140721668199776 140721668199776 140721668202475 0
/proc/11118/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300232 s]
/proc/loadavg: 14.94 15.34 14.90 11/272 11118
/proc/meminfo: memFree=28492428/32770624 swapFree=5972/264944
[pid=11118] ppid=11115 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11118/stat : 11118 (xcsp3-exec) S 11115 11118 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4465973 9740288 346 33554432000 4194304 5098028 140721668190864 140721668188968 139992323580540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38834176 140721668199567 140721668199776 140721668199776 140721668202475 0
/proc/11118/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.70018 s]
/proc/loadavg: 14.94 15.34 14.90 11/272 11118
/proc/meminfo: memFree=28492428/32770624 swapFree=5972/264944
[pid=11118] ppid=11115 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11118/stat : 11118 (xcsp3-exec) S 11115 11118 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4465973 9740288 346 33554432000 4194304 5098028 140721668190864 140721668188968 139992323580540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38834176 140721668199567 140721668199776 140721668199776 140721668202475 0
/proc/11118/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50154 s]
/proc/loadavg: 14.94 15.34 14.90 16/301 11147
/proc/meminfo: memFree=28382568/32770624 swapFree=5972/264928
[pid=11118] ppid=11115 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11118/stat : 11118 (xcsp3-exec) S 11115 11118 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4465973 9740288 346 33554432000 4194304 5098028 140721668190864 140721668188968 139992323580540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38834176 140721668199567 140721668199776 140721668199776 140721668202475 0
/proc/11118/statm: 2378 346 289 221 0 87 0
[pid=11119] ppid=11118 vsize=13801768 CPUtime=7.74 cores=1,3,5,7,9,11,13,15
/proc/11119/stat : 11119 (java) S 11118 11118 14626 0 -1 1077944320 21250 0 0 0 764 10 0 0 20 0 28 0 4465974 14133010432 40634 33554432000 4194304 4196468 140725067654576 140725067637120 140196457840375 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
/proc/11119/statm: 3450442 40634 3240 1 0 3437675 0
[pid=11119/tid=11120] ppid=11118 vsize=13801768 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11120/stat : 11120 (java) S 11118 11118 14626 0 -1 1077944384 6787 0 0 0 69 3 0 0 20 0 28 0 4465974 14133010432 40634 33554432000 4194304 4196468 140725067654576 140196462081152 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11122] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11122/stat : 11122 (java) S 11118 11118 14626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 40634 33554432000 4194304 4196468 140725067654576 140196057155856 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11123] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11123/stat : 11123 (java) S 11118 11118 14626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 40634 33554432000 4194304 4196468 140725067654576 140196056103312 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11124] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11124/stat : 11124 (java) S 11118 11118 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 40634 33554432000 4194304 4196468 140725067654576 140196055050768 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11125] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11125/stat : 11125 (java) S 11118 11118 14626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 40634 33554432000 4194304 4196468 140725067654576 140196053998224 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11126] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11126/stat : 11126 (java) S 11118 11118 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 40634 33554432000 4194304 4196468 140725067654576 140196052945680 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11127] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11127/stat : 11127 (java) S 11118 11118 14626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 40634 33554432000 4194304 4196468 140725067654576 140196051893136 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11128] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11128/stat : 11128 (java) S 11118 11118 14626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 40634 33554432000 4194304 4196468 140725067654576 140196050840592 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11129] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11129/stat : 11129 (java) S 11118 11118 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 40634 33554432000 4194304 4196468 140725067654576 140196049788048 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11130] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11130/stat : 11130 (java) S 11118 11118 14626 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 4465977 14133010432 40634 33554432000 4194304 4196468 140725067654576 140195189483504 140196457851522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11131] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11131/stat : 11131 (java) S 11118 11118 14626 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4465978 14133010432 40634 33554432000 4194304 4196468 140725067654576 140195188429728 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11132] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11132/stat : 11132 (java) S 11118 11118 14626 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4465978 14133010432 40634 33554432000 4194304 4196468 140725067654576 140195187377136 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11133] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11133/stat : 11133 (java) S 11118 11118 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 40634 33554432000 4194304 4196468 140725067654576 140195186325712 140196457858971 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11134] ppid=11118 vsize=13801768 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11134/stat : 11134 (java) R 11118 11118 14626 0 -1 4202560 2508 0 0 0 74 0 0 0 20 0 28 0 4465982 14133010432 40634 33554432000 4194304 4196468 140725067654576 140195185264976 140196437496784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11135] ppid=11118 vsize=13801768 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11135/stat : 11135 (java) R 11118 11118 14626 0 -1 4202560 3191 0 0 0 83 0 0 0 20 0 28 0 4465982 14133010432 40634 33554432000 4194304 4196468 140725067654576 140195184213976 140196438541534 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11136] ppid=11118 vsize=13801768 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11136/stat : 11136 (java) R 11118 11118 14626 0 -1 4202560 4147 0 0 0 83 1 0 0 20 0 28 0 4465982 14133010432 40634 33554432000 4194304 4196468 140725067654576 140195183160728 140196441333152 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11137] ppid=11118 vsize=13801768 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11137/stat : 11137 (java) S 11118 11118 14626 0 -1 1077944384 2908 0 0 0 65 1 0 0 20 0 28 0 4465982 14133010432 40634 33554432000 4194304 4196468 140725067654576 140194711858032 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11138] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11138/stat : 11138 (java) S 11118 11118 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 40634 33554432000 4194304 4196468 140725067654576 140194710804704 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11139] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11139/stat : 11139 (java) S 11118 11118 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 40634 33554432000 4194304 4196468 140725067654576 140194709752240 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11140] ppid=11118 vsize=13801768 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11140/stat : 11140 (java) R 11118 11118 14626 0 -1 4202560 60 0 0 0 48 0 0 0 20 0 28 0 4466049 14133010432 40634 33554432000 4194304 4196468 140725067654576 140194701736880 140196075811583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11141] ppid=11118 vsize=13801768 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11141/stat : 11141 (java) S 11118 11118 14626 0 -1 1077944384 41 0 0 0 48 0 0 0 20 0 28 0 4466049 14133010432 40634 33554432000 4194304 4196468 140725067654576 140194700684688 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11142] ppid=11118 vsize=13801768 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11142/stat : 11142 (java) R 11118 11118 14626 0 -1 4202560 49 0 0 0 45 0 0 0 20 0 28 0 4466049 14133010432 40634 33554432000 4194304 4196468 140725067654576 140194699632016 140196457852310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11143] ppid=11118 vsize=13801768 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11143/stat : 11143 (java) R 11118 11118 14626 0 -1 1077944384 96 0 0 0 47 0 0 0 20 0 28 0 4466049 14133010432 40634 33554432000 4194304 4196468 140725067654576 140194698579088 140196457850581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11144] ppid=11118 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11144/stat : 11144 (java) R 11118 11118 14626 0 -1 4202560 32 0 0 0 41 0 0 0 20 0 28 0 4466049 14133010432 40634 33554432000 4194304 4196468 140725067654576 140194697526848 140196071261216 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11145] ppid=11118 vsize=13801768 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11145/stat : 11145 (java) R 11118 11118 14626 0 -1 4202560 37 0 0 0 51 0 0 0 20 0 28 0 4466049 14133010432 40634 33554432000 4194304 4196468 140725067654576 140194696475528 140196442370365 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11146] ppid=11118 vsize=13801768 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11146/stat : 11146 (java) R 11118 11118 14626 0 -1 4202560 33 0 0 0 43 0 0 0 20 0 28 0 4466049 14133010432 40634 33554432000 4194304 4196468 140725067654576 140194695421752 140196076508975 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11147] ppid=11118 vsize=13801768 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11147/stat : 11147 (java) R 11118 11118 14626 0 -1 4202560 46 0 0 0 60 0 0 0 20 0 28 0 4466049 14133010432 40634 33554432000 4194304 4196468 140725067654576 140194694369848 140196076445643 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 13811280

[startup+3.10166 s]
/proc/loadavg: 14.94 15.34 14.90 20/301 11147
/proc/meminfo: memFree=28281172/32770624 swapFree=5972/264932
[pid=11118] ppid=11115 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11118/stat : 11118 (xcsp3-exec) S 11115 11118 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4465973 9740288 346 33554432000 4194304 5098028 140721668190864 140721668188968 139992323580540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38834176 140721668199567 140721668199776 140721668199776 140721668202475 0
/proc/11118/statm: 2378 346 289 221 0 87 0
[pid=11119] ppid=11118 vsize=13801768 CPUtime=20.44 cores=1,3,5,7,9,11,13,15
/proc/11119/stat : 11119 (java) S 11118 11118 14626 0 -1 1077944320 33586 0 0 0 2027 17 0 0 20 0 28 0 4465974 14133010432 57297 33554432000 4194304 4196468 140725067654576 140725067637120 140196457840375 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
/proc/11119/statm: 3450442 57297 3252 1 0 3437675 0
[pid=11119/tid=11120] ppid=11118 vsize=13801768 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11120/stat : 11120 (java) S 11118 11118 14626 0 -1 1077944384 6787 0 0 0 69 3 0 0 20 0 28 0 4465974 14133010432 57297 33554432000 4194304 4196468 140725067654576 140196462081152 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11122] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11122/stat : 11122 (java) S 11118 11118 14626 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 57297 33554432000 4194304 4196468 140725067654576 140196057155856 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11123] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11123/stat : 11123 (java) S 11118 11118 14626 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 57297 33554432000 4194304 4196468 140725067654576 140196056103312 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11124] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11124/stat : 11124 (java) S 11118 11118 14626 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 57297 33554432000 4194304 4196468 140725067654576 140196055050768 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11125] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11125/stat : 11125 (java) S 11118 11118 14626 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 57297 33554432000 4194304 4196468 140725067654576 140196053998224 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11126] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11126/stat : 11126 (java) S 11118 11118 14626 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 57297 33554432000 4194304 4196468 140725067654576 140196052945680 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11127] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11127/stat : 11127 (java) S 11118 11118 14626 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 57297 33554432000 4194304 4196468 140725067654576 140196051893136 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11128] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11128/stat : 11128 (java) S 11118 11118 14626 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 57297 33554432000 4194304 4196468 140725067654576 140196050840592 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11129] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11129/stat : 11129 (java) S 11118 11118 14626 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 4465975 14133010432 57297 33554432000 4194304 4196468 140725067654576 140196049788048 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11130] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11130/stat : 11130 (java) S 11118 11118 14626 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 4465977 14133010432 57297 33554432000 4194304 4196468 140725067654576 140195189483504 140196457851522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11131] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11131/stat : 11131 (java) S 11118 11118 14626 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 4465978 14133010432 57297 33554432000 4194304 4196468 140725067654576 140195188429728 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11132] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11132/stat : 11132 (java) S 11118 11118 14626 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 4465978 14133010432 57297 33554432000 4194304 4196468 140725067654576 140195187377136 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11133] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11133/stat : 11133 (java) S 11118 11118 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 57297 33554432000 4194304 4196468 140725067654576 140195186325712 140196457858971 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11134] ppid=11118 vsize=13801768 CPUtime=1.84 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11134/stat : 11134 (java) S 11118 11118 14626 0 -1 1077944384 7340 0 0 0 183 1 0 0 20 0 28 0 4465982 14133010432 57297 33554432000 4194304 4196468 140725067654576 140195185273328 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11135] ppid=11118 vsize=13801768 CPUtime=1.8 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11135/stat : 11135 (java) R 11118 11118 14626 0 -1 4202560 5962 0 0 0 179 1 0 0 20 0 28 0 4465982 14133010432 57297 33554432000 4194304 4196468 140725067654576 140195184220704 140196442966201 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11136] ppid=11118 vsize=13801768 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11136/stat : 11136 (java) S 11118 11118 14626 0 -1 1077944384 7398 0 0 0 180 1 0 0 20 0 28 0 4465982 14133010432 57297 33554432000 4194304 4196468 140725067654576 140195183168240 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11137] ppid=11118 vsize=13801768 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11137/stat : 11137 (java) S 11118 11118 14626 0 -1 1077944384 3209 0 0 0 73 1 0 0 20 0 28 0 4465982 14133010432 57297 33554432000 4194304 4196468 140725067654576 140194711858032 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11138] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11138/stat : 11138 (java) S 11118 11118 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 57297 33554432000 4194304 4196468 140725067654576 140194710804704 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11139] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11139/stat : 11139 (java) S 11118 11118 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 57297 33554432000 4194304 4196468 140725067654576 140194709752240 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11140] ppid=11118 vsize=13801768 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11140/stat : 11140 (java) R 11118 11118 14626 0 -1 4202560 111 0 0 0 169 0 0 0 20 0 28 0 4466049 14133010432 57297 33554432000 4194304 4196468 140725067654576 140194701737560 140196076499633 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11141] ppid=11118 vsize=13801768 CPUtime=1.74 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11141/stat : 11141 (java) R 11118 11118 14626 0 -1 4202560 92 0 0 0 174 0 0 0 20 0 28 0 4466049 14133010432 57297 33554432000 4194304 4196468 140725067654576 140194700685816 140196075748915 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11142] ppid=11118 vsize=13801768 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11142/stat : 11142 (java) R 11118 11118 14626 0 -1 4202560 95 0 0 0 157 0 0 0 20 0 28 0 4466049 14133010432 57297 33554432000 4194304 4196468 140725067654576 140194699632488 140196077587050 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11143] ppid=11118 vsize=13801768 CPUtime=1.53 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11143/stat : 11143 (java) R 11118 11118 14626 0 -1 4202560 241 0 0 0 152 1 0 0 20 0 28 0 4466049 14133010432 57297 33554432000 4194304 4196468 140725067654576 140194698580680 140196075843110 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11144] ppid=11118 vsize=13801768 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11144/stat : 11144 (java) R 11118 11118 14626 0 -1 4202560 102 0 0 0 169 0 0 0 20 0 28 0 4466049 14133010432 57297 33554432000 4194304 4196468 140725067654576 140194697527520 140196075749021 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11145] ppid=11118 vsize=13801768 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11145/stat : 11145 (java) R 11118 11118 14626 0 -1 4202560 92 0 0 0 183 0 0 0 20 0 28 0 4466049 14133010432 57297 33554432000 4194304 4196468 140725067654576 140194696475896 140196075749743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11146] ppid=11118 vsize=13801768 CPUtime=1.71 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11146/stat : 11146 (java) R 11118 11118 14626 0 -1 4202560 91 0 0 0 171 0 0 0 20 0 28 0 4466049 14133010432 57297 33554432000 4194304 4196468 140725067654576 140194695422264 140196076504822 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11147] ppid=11118 vsize=13801768 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11147/stat : 11147 (java) R 11118 11118 14626 0 -1 4202560 145 0 0 0 158 0 0 0 20 0 28 0 4466049 14133010432 57297 33554432000 4194304 4196468 140725067654576 140194694368648 140196076506252 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
Current children cumulated CPU time (s) 20.44
Current children cumulated vsize (KiB) 13811280

[startup+6.30159 s]
/proc/loadavg: 14.94 15.33 14.90 17/301 11147
/proc/meminfo: memFree=28138308/32770624 swapFree=5972/264932

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

/proc/11119/task/11131/stat : 11131 (java) S 11118 11118 14626 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 4465978 14133010432 132990 33554432000 4194304 4196468 140725067654576 140195188429728 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11132] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11132/stat : 11132 (java) S 11118 11118 14626 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 4465978 14133010432 132990 33554432000 4194304 4196468 140725067654576 140195187377136 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11133] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11133/stat : 11133 (java) S 11118 11118 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 132990 33554432000 4194304 4196468 140725067654576 140195186325712 140196457858971 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11134] ppid=11118 vsize=13801768 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11134/stat : 11134 (java) S 11118 11118 14626 0 -1 1077944384 7528 0 0 0 205 1 0 0 20 0 28 0 4465982 14133010432 132990 33554432000 4194304 4196468 140725067654576 140195185273328 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11135] ppid=11118 vsize=13801768 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11135/stat : 11135 (java) S 11118 11118 14626 0 -1 1077944384 6331 0 0 0 198 1 0 0 20 0 28 0 4465982 14133010432 132990 33554432000 4194304 4196468 140725067654576 140195184220784 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11136] ppid=11118 vsize=13801768 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11136/stat : 11136 (java) S 11118 11118 14626 0 -1 1077944384 7854 0 0 0 210 1 0 0 20 0 28 0 4465982 14133010432 132990 33554432000 4194304 4196468 140725067654576 140195183168240 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11137] ppid=11118 vsize=13801768 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11137/stat : 11137 (java) S 11118 11118 14626 0 -1 1077944384 3911 0 0 0 75 1 0 0 20 0 28 0 4465982 14133010432 132990 33554432000 4194304 4196468 140725067654576 140194711858032 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11138] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11138/stat : 11138 (java) S 11118 11118 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 132990 33554432000 4194304 4196468 140725067654576 140194710804704 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11139] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11139/stat : 11139 (java) S 11118 11118 14626 0 -1 1077944384 374 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 132990 33554432000 4194304 4196468 140725067654576 140194709752240 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11140] ppid=11118 vsize=13801768 CPUtime=8.72 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11140/stat : 11140 (java) R 11118 11118 14626 0 -1 4202560 255 0 0 0 871 1 0 0 20 0 28 0 4466049 14133010432 132990 33554432000 4194304 4196468 140725067654576 140194701736872 140196076502588 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11141] ppid=11118 vsize=13801768 CPUtime=8.74 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11141/stat : 11141 (java) R 11118 11118 14626 0 -1 4202560 166 0 0 0 874 0 0 0 20 0 28 0 4466049 14133010432 132990 33554432000 4194304 4196468 140725067654576 140194700685448 140196076503046 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11142] ppid=11118 vsize=13801768 CPUtime=8.68 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11142/stat : 11142 (java) R 11118 11118 14626 0 -1 4202560 268 0 0 0 868 0 0 0 20 0 28 0 4466049 14133010432 132990 33554432000 4194304 4196468 140725067654576 140194699634736 140196076795976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11143] ppid=11118 vsize=13801768 CPUtime=8.67 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11143/stat : 11143 (java) R 11118 11118 14626 0 -1 4202560 631 0 0 0 864 3 0 0 20 0 28 0 4466049 14133010432 132990 33554432000 4194304 4196468 140725067654576 140194698580808 140196077587734 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11144] ppid=11118 vsize=13801768 CPUtime=8.77 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11144/stat : 11144 (java) R 11118 11118 14626 0 -1 4202560 249 0 0 0 877 0 0 0 20 0 28 0 4466049 14133010432 132990 33554432000 4194304 4196468 140725067654576 140194697528056 140196075607892 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11145] ppid=11118 vsize=13801768 CPUtime=9.06 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11145/stat : 11145 (java) R 11118 11118 14626 0 -1 4202560 109 0 0 0 906 0 0 0 20 0 28 0 4466049 14133010432 132990 33554432000 4194304 4196468 140725067654576 140194696475208 140196076507321 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11146] ppid=11118 vsize=13801768 CPUtime=8.77 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11146/stat : 11146 (java) R 11118 11118 14626 0 -1 4202560 342 0 0 0 877 0 0 0 20 0 28 0 4466049 14133010432 132990 33554432000 4194304 4196468 140725067654576 140194695421880 140196076499226 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11147] ppid=11118 vsize=13801768 CPUtime=8.73 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11147/stat : 11147 (java) R 11118 11118 14626 0 -1 4202560 302 0 0 0 873 0 0 0 20 0 28 0 4466049 14133010432 132990 33554432000 4194304 4196468 140725067654576 140194694370984 140196077033112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
Current children cumulated CPU time (s) 78.31
Current children cumulated vsize (KiB) 13811280

[startup+10.8013 s]
/proc/loadavg: 15.03 15.34 14.91 17/301 11147
/proc/meminfo: memFree=27972544/32770624 swapFree=5972/264940
[pid=11118] ppid=11115 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11118/stat : 11118 (xcsp3-exec) S 11115 11118 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4465973 9740288 346 33554432000 4194304 5098028 140721668190864 140721668188968 139992323580540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38834176 140721668199567 140721668199776 140721668199776 140721668202475 0
/proc/11118/statm: 2378 346 289 221 0 87 0
[pid=11119] ppid=11118 vsize=13801768 CPUtime=81.5 cores=1,3,5,7,9,11,13,15
/proc/11119/stat : 11119 (java) S 11118 11118 14626 0 -1 1077944320 38971 0 0 0 8115 35 0 0 20 0 28 0 4465974 14133010432 132991 33554432000 4194304 4196468 140725067654576 140725067637120 140196457840375 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
/proc/11119/statm: 3450442 132991 3276 1 0 3437675 0
[pid=11119/tid=11120] ppid=11118 vsize=13801768 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11120/stat : 11120 (java) S 11118 11118 14626 0 -1 1077944384 6787 0 0 0 69 3 0 0 20 0 28 0 4465974 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196462081152 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11122] ppid=11118 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11122/stat : 11122 (java) S 11118 11118 14626 0 -1 1077944384 206 0 0 0 2 1 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196057155856 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11123] ppid=11118 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11123/stat : 11123 (java) S 11118 11118 14626 0 -1 1077944384 297 0 0 0 2 2 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196056103312 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11124] ppid=11118 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11124/stat : 11124 (java) S 11118 11118 14626 0 -1 1077944384 45 0 0 0 2 2 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196055050768 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11125] ppid=11118 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11125/stat : 11125 (java) S 11118 11118 14626 0 -1 1077944384 42 0 0 0 1 2 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196053998224 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11126] ppid=11118 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11126/stat : 11126 (java) S 11118 11118 14626 0 -1 1077944384 601 0 0 0 2 2 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196052945680 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11127] ppid=11118 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11127/stat : 11127 (java) S 11118 11118 14626 0 -1 1077944384 291 0 0 0 2 2 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196051893136 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11128] ppid=11118 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11128/stat : 11128 (java) S 11118 11118 14626 0 -1 1077944384 82 0 0 0 2 1 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196050840592 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11129] ppid=11118 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11129/stat : 11129 (java) S 11118 11118 14626 0 -1 1077944384 84 0 0 0 2 2 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196049788048 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11130] ppid=11118 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11130/stat : 11130 (java) S 11118 11118 14626 0 -1 1077944384 492 0 0 0 2 1 0 0 20 0 28 0 4465977 14133010432 132991 33554432000 4194304 4196468 140725067654576 140195189483504 140196457851522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11131] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11131/stat : 11131 (java) S 11118 11118 14626 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 4465978 14133010432 132991 33554432000 4194304 4196468 140725067654576 140195188429728 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11132] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11132/stat : 11132 (java) S 11118 11118 14626 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 4465978 14133010432 132991 33554432000 4194304 4196468 140725067654576 140195187377136 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11133] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11133/stat : 11133 (java) S 11118 11118 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 132991 33554432000 4194304 4196468 140725067654576 140195186325712 140196457858971 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11134] ppid=11118 vsize=13801768 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11134/stat : 11134 (java) S 11118 11118 14626 0 -1 1077944384 7528 0 0 0 205 1 0 0 20 0 28 0 4465982 14133010432 132991 33554432000 4194304 4196468 140725067654576 140195185273328 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11135] ppid=11118 vsize=13801768 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11135/stat : 11135 (java) S 11118 11118 14626 0 -1 1077944384 6331 0 0 0 198 1 0 0 20 0 28 0 4465982 14133010432 132991 33554432000 4194304 4196468 140725067654576 140195184220784 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11136] ppid=11118 vsize=13801768 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11136/stat : 11136 (java) S 11118 11118 14626 0 -1 1077944384 7854 0 0 0 210 1 0 0 20 0 28 0 4465982 14133010432 132991 33554432000 4194304 4196468 140725067654576 140195183168240 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11137] ppid=11118 vsize=13801768 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11137/stat : 11137 (java) S 11118 11118 14626 0 -1 1077944384 3911 0 0 0 75 1 0 0 20 0 28 0 4465982 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194711858032 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11138] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11138/stat : 11138 (java) S 11118 11118 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194710804704 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11139] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11139/stat : 11139 (java) S 11118 11118 14626 0 -1 1077944384 383 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194709752240 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11140] ppid=11118 vsize=13801768 CPUtime=9.12 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11140/stat : 11140 (java) R 11118 11118 14626 0 -1 4202560 330 0 0 0 911 1 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194701736832 140196077586328 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11141] ppid=11118 vsize=13801768 CPUtime=9.13 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11141/stat : 11141 (java) R 11118 11118 14626 0 -1 4202560 240 0 0 0 913 0 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194700685960 140196076795976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11142] ppid=11118 vsize=13801768 CPUtime=9.08 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11142/stat : 11142 (java) R 11118 11118 14626 0 -1 4202560 290 0 0 0 908 0 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194699632744 140196076796071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11143] ppid=11118 vsize=13801768 CPUtime=9.07 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11143/stat : 11143 (java) R 11118 11118 14626 0 -1 4202560 690 0 0 0 904 3 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194698581016 140196076796084 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11144] ppid=11118 vsize=13801768 CPUtime=9.17 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11144/stat : 11144 (java) R 11118 11118 14626 0 -1 4202560 278 0 0 0 917 0 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194697528472 140196075749629 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11145] ppid=11118 vsize=13801768 CPUtime=9.46 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11145/stat : 11145 (java) R 11118 11118 14626 0 -1 4202560 162 0 0 0 946 0 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194696475720 140196075607506 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11146] ppid=11118 vsize=13801768 CPUtime=9.17 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11146/stat : 11146 (java) R 11118 11118 14626 0 -1 4202560 385 0 0 0 917 0 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194695421736 140196076499742 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11147] ppid=11118 vsize=13801768 CPUtime=9.13 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11147/stat : 11147 (java) R 11118 11118 14626 0 -1 4202560 325 0 0 0 913 0 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194694372872 140196077586065 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
Current children cumulated CPU time (s) 81.5
Current children cumulated vsize (KiB) 13811280

[startup+11.0016 s]
/proc/loadavg: 15.03 15.34 14.91 17/301 11147
/proc/meminfo: memFree=27972232/32770624 swapFree=5972/264940
[pid=11118] ppid=11115 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11118/stat : 11118 (xcsp3-exec) S 11115 11118 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4465973 9740288 346 33554432000 4194304 5098028 140721668190864 140721668188968 139992323580540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38834176 140721668199567 140721668199776 140721668199776 140721668202475 0
/proc/11118/statm: 2378 346 289 221 0 87 0
[pid=11119] ppid=11118 vsize=13801768 CPUtime=83.18 cores=1,3,5,7,9,11,13,15
/proc/11119/stat : 11119 (java) S 11118 11118 14626 0 -1 1077944320 39000 0 0 0 8283 35 0 0 20 0 28 0 4465974 14133010432 132991 33554432000 4194304 4196468 140725067654576 140725067637120 140196457840375 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
/proc/11119/statm: 3450442 132991 3276 1 0 3437675 0
[pid=11119/tid=11120] ppid=11118 vsize=13801768 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11120/stat : 11120 (java) S 11118 11118 14626 0 -1 1077944384 6787 0 0 0 69 3 0 0 20 0 28 0 4465974 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196462081152 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11122] ppid=11118 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11122/stat : 11122 (java) S 11118 11118 14626 0 -1 1077944384 206 0 0 0 2 1 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196057155856 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11123] ppid=11118 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11123/stat : 11123 (java) S 11118 11118 14626 0 -1 1077944384 297 0 0 0 2 2 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196056103312 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11124] ppid=11118 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11124/stat : 11124 (java) S 11118 11118 14626 0 -1 1077944384 45 0 0 0 2 2 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196055050768 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11125] ppid=11118 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11125/stat : 11125 (java) S 11118 11118 14626 0 -1 1077944384 42 0 0 0 1 2 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196053998224 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11126] ppid=11118 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11126/stat : 11126 (java) S 11118 11118 14626 0 -1 1077944384 601 0 0 0 2 2 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196052945680 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11127] ppid=11118 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11127/stat : 11127 (java) S 11118 11118 14626 0 -1 1077944384 291 0 0 0 2 2 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196051893136 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11128] ppid=11118 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11128/stat : 11128 (java) S 11118 11118 14626 0 -1 1077944384 82 0 0 0 2 1 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196050840592 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11129] ppid=11118 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11129/stat : 11129 (java) S 11118 11118 14626 0 -1 1077944384 84 0 0 0 2 2 0 0 20 0 28 0 4465975 14133010432 132991 33554432000 4194304 4196468 140725067654576 140196049788048 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11130] ppid=11118 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11130/stat : 11130 (java) S 11118 11118 14626 0 -1 1077944384 492 0 0 0 2 1 0 0 20 0 28 0 4465977 14133010432 132991 33554432000 4194304 4196468 140725067654576 140195189483504 140196457851522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11131] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11131/stat : 11131 (java) S 11118 11118 14626 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 4465978 14133010432 132991 33554432000 4194304 4196468 140725067654576 140195188429728 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11132] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11132/stat : 11132 (java) S 11118 11118 14626 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 4465978 14133010432 132991 33554432000 4194304 4196468 140725067654576 140195187377136 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11133] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11133/stat : 11133 (java) S 11118 11118 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 132991 33554432000 4194304 4196468 140725067654576 140195186325712 140196457858971 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11134] ppid=11118 vsize=13801768 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11134/stat : 11134 (java) S 11118 11118 14626 0 -1 1077944384 7528 0 0 0 205 1 0 0 20 0 28 0 4465982 14133010432 132991 33554432000 4194304 4196468 140725067654576 140195185273328 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11135] ppid=11118 vsize=13801768 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11135/stat : 11135 (java) S 11118 11118 14626 0 -1 1077944384 6331 0 0 0 198 1 0 0 20 0 28 0 4465982 14133010432 132991 33554432000 4194304 4196468 140725067654576 140195184220784 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11136] ppid=11118 vsize=13801768 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11136/stat : 11136 (java) S 11118 11118 14626 0 -1 1077944384 7854 0 0 0 210 1 0 0 20 0 28 0 4465982 14133010432 132991 33554432000 4194304 4196468 140725067654576 140195183168240 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11137] ppid=11118 vsize=13801768 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11137/stat : 11137 (java) S 11118 11118 14626 0 -1 1077944384 3911 0 0 0 75 1 0 0 20 0 28 0 4465982 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194711858032 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11138] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11138/stat : 11138 (java) S 11118 11118 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194710804704 140196457850581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11139] ppid=11118 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11139/stat : 11139 (java) S 11118 11118 14626 0 -1 1077944384 383 0 0 0 0 0 0 0 20 0 28 0 4465982 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194709752240 140196457851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11140] ppid=11118 vsize=13801768 CPUtime=9.31 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11140/stat : 11140 (java) R 11118 11118 14626 0 -1 4202560 337 0 0 0 930 1 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194701736832 140196076502309 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11141] ppid=11118 vsize=13801768 CPUtime=9.35 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11141/stat : 11141 (java) R 11118 11118 14626 0 -1 4202560 242 0 0 0 935 0 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194700685960 140196075749066 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11142] ppid=11118 vsize=13801768 CPUtime=9.3 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11142/stat : 11142 (java) R 11118 11118 14626 0 -1 4202560 290 0 0 0 930 0 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194699632744 140196076796098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11143] ppid=11118 vsize=13801768 CPUtime=9.28 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11143/stat : 11143 (java) R 11118 11118 14626 0 -1 4202560 695 0 0 0 925 3 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194698581016 140196076499393 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11144] ppid=11118 vsize=13801768 CPUtime=9.38 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11144/stat : 11144 (java) R 11118 11118 14626 0 -1 4202560 279 0 0 0 938 0 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194697528472 140196076500637 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11145] ppid=11118 vsize=13801768 CPUtime=9.67 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11145/stat : 11145 (java) R 11118 11118 14626 0 -1 4202560 164 0 0 0 967 0 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194696475720 140196075608031 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11146] ppid=11118 vsize=13801768 CPUtime=9.38 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11146/stat : 11146 (java) R 11118 11118 14626 0 -1 4202560 388 0 0 0 938 0 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194695421736 140196076507847 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
[pid=11119/tid=11147] ppid=11118 vsize=13801768 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/11119/task/11147/stat : 11147 (java) R 11118 11118 14626 0 -1 4202560 334 0 0 0 934 0 0 0 20 0 28 0 4466049 14133010432 132991 33554432000 4194304 4196468 140725067654576 140194694372872 140196075749135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37007360 140725067662524 140725067662700 140725067662700 140725067665359 0
Current children cumulated CPU time (s) 83.18
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 11.1046
CPU time (s): 83.7628
CPU user time (s): 83.4026
CPU system time (s): 0.36021
CPU usage (%): 754.308
Max. virtual memory (cumulated for all children) (KiB): 13812956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.4026
system time used= 0.36021
maximum resident set size= 535424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41469
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4235
involuntary context switches= 6372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.138515 second user time and 0.172232 second system time

The end

Launcher Data

Begin job on node105 at 2017-07-22 04:52:45
IDJOB=4248322
IDBENCH=133401
IDSOLVER=2626
FILE ID=node105/4248322-1500691965
RUNJOBID= node105-1500682495-14658
PBS_JOBID= 20623326
Free space on /tmp= 62004 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Primes/Primes-m1-p15/Primes-15-60-3-5.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-4248322-1500691965/watcher-4248322-1500691965 -o /tmp/evaluation-result-4248322-1500691965/solver-4248322-1500691965 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500682495-14658 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 529948121 HOME/instance-4248322-1500691965.xml

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

MD5SUM BENCH= cb28c088349c564a44b865f26515e86f
RANDOM SEED=529948121

node105.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.33
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		: 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	: 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		: 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.33
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		: 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	: 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		: 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.33
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		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.33
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:        28492500 kB
MemAvailable:   28660212 kB
Buffers:          116888 kB
Cached:           331592 kB
SwapCached:            0 kB
Active:          3565256 kB
Inactive:         273640 kB
Active(anon):    3393260 kB
Inactive(anon):     8628 kB
Active(file):     171996 kB
Inactive(file):   265012 kB
Unevictable:        5972 kB
Mlocked:            6004 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7896 kB
Writeback:             0 kB
AnonPages:       3394244 kB
Mapped:            43108 kB
Shmem:              8852 kB
Slab:             127160 kB
SReclaimable:      93080 kB
SUnreclaim:        34080 kB
KernelStack:        4704 kB
PageTables:        12076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4261056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3274752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61996 MiB
End job on node105 at 2017-07-22 04:52:56