Trace number 4248276

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 18.774 4.06446

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-6-mdd.xml
MD5SUM8668c89063be86bb404699d31286727c
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 benchmark0.662099
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints15
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":12}]
Minimum constraint arity6
Maximum constraint arity36
Distribution of constraint arities[{"arity":6,"count":14},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":14},{"type":"allDifferent","count":1}]
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-4248276-1500691572.xml"  -tl '2400s' -p 8 -x 0
0.00/0.20	c [HOME/instance-4248276-1500691572.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.26	c 8 solvers in parallel
0.00/0.33	c parse instance...
6.13/2.43	c solve instance...
18.54/4.02	s SATISFIABLE
18.54/4.02	v <instantiation>
18.54/4.02	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] </list>
18.54/4.02	v 	<values>36 34 33 5 2 1 32 6 35 4 31 3 11 17 7 27 19 30 8 13 14 26 21 29 9 23 10 25 16 28 15 18 12 24 22 20 </values>
18.54/4.02	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-4248276-1500691572/watcher-4248276-1500691572 -o /tmp/evaluation-result-4248276-1500691572/solver-4248276-1500691572 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500682387-7775 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 503384156 HOME/instance-4248276-1500691572.xml 

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

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


[startup+0 s]
/proc/loadavg: 12.22 12.98 13.32 10/271 1154
/proc/meminfo: memFree=28440908/32770624 swapFree=5880/286516
[pid=1154] ppid=1151 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4424850 9740288 346 33554432000 4194304 5098028 140735435715424 140735435713528 139966454571644 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17223680 140735435723919 140735435724128 140735435724128 140735435726827 0
/proc/1154/statm: 2378 346 289 221 0 87 0

[startup+0.100137 s]
/proc/loadavg: 12.22 12.98 13.32 10/271 1154
/proc/meminfo: memFree=28440908/32770624 swapFree=5880/286516
[pid=1154] ppid=1151 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4424850 9740288 346 33554432000 4194304 5098028 140735435715424 140735435713528 139966454571644 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17223680 140735435723919 140735435724128 140735435724128 140735435726827 0
/proc/1154/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200401 s]
/proc/loadavg: 12.22 12.98 13.32 10/271 1154
/proc/meminfo: memFree=28440908/32770624 swapFree=5880/286516
[pid=1154] ppid=1151 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4424850 9740288 346 33554432000 4194304 5098028 140735435715424 140735435713528 139966454571644 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17223680 140735435723919 140735435724128 140735435724128 140735435726827 0
/proc/1154/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300338 s]
/proc/loadavg: 12.22 12.98 13.32 10/271 1154
/proc/meminfo: memFree=28440908/32770624 swapFree=5880/286516
[pid=1154] ppid=1151 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4424850 9740288 346 33554432000 4194304 5098028 140735435715424 140735435713528 139966454571644 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17223680 140735435723919 140735435724128 140735435724128 140735435726827 0
/proc/1154/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700211 s]
/proc/loadavg: 12.22 12.98 13.32 10/271 1154
/proc/meminfo: memFree=28440908/32770624 swapFree=5880/286516
[pid=1154] ppid=1151 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4424850 9740288 346 33554432000 4194304 5098028 140735435715424 140735435713528 139966454571644 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17223680 140735435723919 140735435724128 140735435724128 140735435726827 0
/proc/1154/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50076 s]
/proc/loadavg: 12.12 12.95 13.30 13/292 1175
/proc/meminfo: memFree=28258788/32770624 swapFree=5880/286876
[pid=1154] ppid=1151 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4424850 9740288 346 33554432000 4194304 5098028 140735435715424 140735435713528 139966454571644 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17223680 140735435723919 140735435724128 140735435724128 140735435726827 0
/proc/1154/statm: 2378 346 289 221 0 87 0
[pid=1155] ppid=1154 vsize=13269256 CPUtime=4.71 cores=0,2,4,6,8,10,12,14
/proc/1155/stat : 1155 (java) S 1154 1154 7744 0 -1 1077944320 30513 0 0 0 459 12 0 0 20 0 20 0 4424850 13587718144 55037 33554432000 4194304 4196468 140722935971232 140722935953776 140110461026039 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
/proc/1155/statm: 3317314 55037 3238 1 0 3304547 0
[pid=1155/tid=1156] ppid=1154 vsize=13269256 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1156/stat : 1156 (java) R 1154 1154 7744 0 -1 4202560 7480 0 0 0 141 4 0 0 20 0 20 0 4424850 13587718144 55037 33554432000 4194304 4196468 140722935971232 140110465262792 140110100336108 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1158] ppid=1154 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1158/stat : 1158 (java) S 1154 1154 7744 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 4424851 13587718144 55037 33554432000 4194304 4196468 140722935971232 140110059731728 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1159] ppid=1154 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1159/stat : 1159 (java) S 1154 1154 7744 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 4424851 13587718144 55037 33554432000 4194304 4196468 140722935971232 140110058679184 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1160] ppid=1154 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1160/stat : 1160 (java) S 1154 1154 7744 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 20 0 4424851 13587718144 55037 33554432000 4194304 4196468 140722935971232 140110057626640 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1161] ppid=1154 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1161/stat : 1161 (java) S 1154 1154 7744 0 -1 1077944384 143 0 0 0 0 0 0 0 20 0 20 0 4424851 13587718144 55037 33554432000 4194304 4196468 140722935971232 140110056574096 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1162] ppid=1154 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1162/stat : 1162 (java) S 1154 1154 7744 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 4424851 13587718144 55037 33554432000 4194304 4196468 140722935971232 140110055520528 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1163] ppid=1154 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1163/stat : 1163 (java) S 1154 1154 7744 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 20 0 4424851 13587718144 55037 33554432000 4194304 4196468 140722935971232 140110054467984 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1164] ppid=1154 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1164/stat : 1164 (java) S 1154 1154 7744 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 4424851 13587718144 55037 33554432000 4194304 4196468 140722935971232 140110053415440 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1165] ppid=1154 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1165/stat : 1165 (java) S 1154 1154 7744 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 4424851 13587718144 55037 33554432000 4194304 4196468 140722935971232 140110052362896 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1166] ppid=1154 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1166/stat : 1166 (java) S 1154 1154 7744 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 20 0 4424854 13587718144 55037 33554432000 4194304 4196468 140722935971232 140109923379696 140110461037186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1167] ppid=1154 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1167/stat : 1167 (java) S 1154 1154 7744 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 4424855 13587718144 55037 33554432000 4194304 4196468 140722935971232 140109922325920 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1168] ppid=1154 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1168/stat : 1168 (java) S 1154 1154 7744 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 4424855 13587718144 55037 33554432000 4194304 4196468 140722935971232 140109921273328 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1169] ppid=1154 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1169/stat : 1169 (java) S 1154 1154 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4424859 13587718144 55037 33554432000 4194304 4196468 140722935971232 140109920221904 140110461044635 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1170] ppid=1154 vsize=13269256 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1170/stat : 1170 (java) R 1154 1154 7744 0 -1 4202560 6622 0 0 0 93 1 0 0 20 0 20 0 4424859 13587718144 55037 33554432000 4194304 4196468 140722935971232 140109919155040 140110454131761 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1171] ppid=1154 vsize=13269256 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1171/stat : 1171 (java) S 1154 1154 7744 0 -1 1077944384 4134 0 0 0 84 0 0 0 20 0 20 0 4424859 13587718144 55037 33554432000 4194304 4196468 140722935971232 140109918115952 140110461037186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1172] ppid=1154 vsize=13269256 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1172/stat : 1172 (java) S 1154 1154 7744 0 -1 1077944384 7229 0 0 0 93 0 0 0 20 0 20 0 4424859 13587718144 55037 33554432000 4194304 4196468 140722935971232 140109917063408 140110461037186 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1173] ppid=1154 vsize=13269256 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1173/stat : 1173 (java) S 1154 1154 7744 0 -1 1077944384 3111 0 0 0 42 1 0 0 20 0 20 0 4424859 13587718144 55037 33554432000 4194304 4196468 140722935971232 140109916010864 140110461037186 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1174] ppid=1154 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1174/stat : 1174 (java) S 1154 1154 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4424859 13587718144 55037 33554432000 4194304 4196468 140722935971232 140109914958560 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1175] ppid=1154 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1175/stat : 1175 (java) S 1154 1154 7744 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4424860 13587718144 55037 33554432000 4194304 4196468 140722935971232 140109913906096 140110461037186 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 13278768

[startup+3.10116 s]
/proc/loadavg: 12.12 12.95 13.30 10/292 1175
/proc/meminfo: memFree=28146184/32770624 swapFree=5880/286888
[pid=1154] ppid=1151 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4424850 9740288 346 33554432000 4194304 5098028 140735435715424 140735435713528 139966454571644 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17223680 140735435723919 140735435724128 140735435724128 140735435726827 0
/proc/1154/statm: 2378 346 289 221 0 87 0
[pid=1155] ppid=1154 vsize=13801768 CPUtime=11.4 cores=0,2,4,6,8,10,12,14
/proc/1155/stat : 1155 (java) S 1154 1154 7744 0 -1 1077944320 36089 0 0 0 1113 27 0 0 20 0 28 0 4424850 14133010432 92674 33554432000 4194304 4196468 140722935971232 140722935953776 140110461026039 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
/proc/1155/statm: 3450442 92674 3255 1 0 3437675 0
[pid=1155/tid=1156] ppid=1154 vsize=13801768 CPUtime=2.35 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1156/stat : 1156 (java) S 1154 1154 7744 0 -1 1077944384 8858 0 0 0 229 6 0 0 20 0 28 0 4424850 14133010432 92674 33554432000 4194304 4196468 140722935971232 140110465266816 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1158] ppid=1154 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1158/stat : 1158 (java) S 1154 1154 7744 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 28 0 4424851 14133010432 92674 33554432000 4194304 4196468 140722935971232 140110059731728 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1159] ppid=1154 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1159/stat : 1159 (java) S 1154 1154 7744 0 -1 1077944384 49 0 0 0 2 2 0 0 20 0 28 0 4424851 14133010432 92674 33554432000 4194304 4196468 140722935971232 140110058679184 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1160] ppid=1154 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1160/stat : 1160 (java) S 1154 1154 7744 0 -1 1077944384 104 0 0 0 2 2 0 0 20 0 28 0 4424851 14133010432 92674 33554432000 4194304 4196468 140722935971232 140110057626640 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1161] ppid=1154 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1161/stat : 1161 (java) S 1154 1154 7744 0 -1 1077944384 149 0 0 0 1 0 0 0 20 0 28 0 4424851 14133010432 92674 33554432000 4194304 4196468 140722935971232 140110056574096 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1162] ppid=1154 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1162/stat : 1162 (java) S 1154 1154 7744 0 -1 1077944384 32 0 0 0 2 1 0 0 20 0 28 0 4424851 14133010432 92674 33554432000 4194304 4196468 140722935971232 140110055520528 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1163] ppid=1154 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1163/stat : 1163 (java) S 1154 1154 7744 0 -1 1077944384 213 0 0 0 2 1 0 0 20 0 28 0 4424851 14133010432 92674 33554432000 4194304 4196468 140722935971232 140110054467984 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1164] ppid=1154 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1164/stat : 1164 (java) S 1154 1154 7744 0 -1 1077944384 66 0 0 0 2 2 0 0 20 0 28 0 4424851 14133010432 92674 33554432000 4194304 4196468 140722935971232 140110053415440 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1165] ppid=1154 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1165/stat : 1165 (java) S 1154 1154 7744 0 -1 1077944384 42 0 0 0 2 1 0 0 20 0 28 0 4424851 14133010432 92674 33554432000 4194304 4196468 140722935971232 140110052362896 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1166] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1166/stat : 1166 (java) S 1154 1154 7744 0 -1 1077944384 407 0 0 0 0 0 0 0 20 0 28 0 4424854 14133010432 92674 33554432000 4194304 4196468 140722935971232 140109923379696 140110461037186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1167] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1167/stat : 1167 (java) S 1154 1154 7744 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 4424855 14133010432 92674 33554432000 4194304 4196468 140722935971232 140109922325984 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1168] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1168/stat : 1168 (java) S 1154 1154 7744 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 4424855 14133010432 92674 33554432000 4194304 4196468 140722935971232 140109921273344 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1169] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1169/stat : 1169 (java) S 1154 1154 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4424859 14133010432 92674 33554432000 4194304 4196468 140722935971232 140109920221904 140110461044635 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1170] ppid=1154 vsize=13801768 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1170/stat : 1170 (java) R 1154 1154 7744 0 -1 4202560 7439 0 0 0 168 1 0 0 20 0 28 0 4424859 14133010432 92674 33554432000 4194304 4196468 140722935971232 140109919161456 140110440876497 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1171] ppid=1154 vsize=13801768 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1171/stat : 1171 (java) R 1154 1154 7744 0 -1 4202560 5044 0 0 0 127 1 0 0 20 0 28 0 4424859 14133010432 92674 33554432000 4194304 4196468 140722935971232 140109918101976 140110442200698 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1172] ppid=1154 vsize=13801768 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1172/stat : 1172 (java) R 1154 1154 7744 0 -1 4202560 7931 0 0 0 138 1 0 0 20 0 28 0 4424859 14133010432 92674 33554432000 4194304 4196468 140722935971232 140109917048048 140110442547221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1173] ppid=1154 vsize=13801768 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1173/stat : 1173 (java) R 1154 1154 7744 0 -1 4202560 3918 0 0 0 62 1 0 0 20 0 28 0 4424859 14133010432 92674 33554432000 4194304 4196468 140722935971232 140109916010864 140110461047386 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1174] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1174/stat : 1174 (java) S 1154 1154 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4424859 14133010432 92674 33554432000 4194304 4196468 140722935971232 140109914958560 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1175] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1175/stat : 1175 (java) S 1154 1154 7744 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 4424860 14133010432 92674 33554432000 4194304 4196468 140722935971232 140109913906096 140110461037186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
Current children cumulated CPU time (s) 11.4
Current children cumulated vsize (KiB) 13811280

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1155 sig 9
??? kill 1154 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20145 s]
/proc/loadavg: 12.12 12.95 13.30 10/292 1175
/proc/meminfo: memFree=28146184/32770624 swapFree=5880/286888
[pid=1154] ppid=1151 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4424850 9740288 346 33554432000 4194304 5098028 140735435715424 140735435713528 139966454571644 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17223680 140735435723919 140735435724128 140735435724128 140735435726827 0
/proc/1154/statm: 2378 346 289 221 0 87 0
[pid=1155] ppid=1154 vsize=13801768 CPUtime=12.2 cores=0,2,4,6,8,10,12,14
/proc/1155/stat : 1155 (java) S 1154 1154 7744 0 -1 1077944320 36163 0 0 0 1193 27 0 0 20 0 28 0 4424850 14133010432 92748 33554432000 4194304 4196468 140722935971232 140722935953776 140110461026039 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
/proc/1155/statm: 3450442 92748 3255 1 0 3437675 0
[pid=1155/tid=1156] ppid=1154 vsize=13801768 CPUtime=2.35 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1156/stat : 1156 (java) S 1154 1154 7744 0 -1 1077944384 8858 0 0 0 229 6 0 0 20 0 28 0 4424850 14133010432 92748 33554432000 4194304 4196468 140722935971232 140110465266816 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1158] ppid=1154 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1158/stat : 1158 (java) S 1154 1154 7744 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 28 0 4424851 14133010432 92748 33554432000 4194304 4196468 140722935971232 140110059731728 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1159] ppid=1154 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1159/stat : 1159 (java) S 1154 1154 7744 0 -1 1077944384 49 0 0 0 2 2 0 0 20 0 28 0 4424851 14133010432 92748 33554432000 4194304 4196468 140722935971232 140110058679184 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1160] ppid=1154 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1160/stat : 1160 (java) S 1154 1154 7744 0 -1 1077944384 104 0 0 0 2 2 0 0 20 0 28 0 4424851 14133010432 92748 33554432000 4194304 4196468 140722935971232 140110057626640 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1161] ppid=1154 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1161/stat : 1161 (java) S 1154 1154 7744 0 -1 1077944384 149 0 0 0 1 0 0 0 20 0 28 0 4424851 14133010432 92748 33554432000 4194304 4196468 140722935971232 140110056574096 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1162] ppid=1154 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1162/stat : 1162 (java) S 1154 1154 7744 0 -1 1077944384 32 0 0 0 2 1 0 0 20 0 28 0 4424851 14133010432 92748 33554432000 4194304 4196468 140722935971232 140110055520528 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1163] ppid=1154 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1163/stat : 1163 (java) S 1154 1154 7744 0 -1 1077944384 213 0 0 0 2 1 0 0 20 0 28 0 4424851 14133010432 92748 33554432000 4194304 4196468 140722935971232 140110054467984 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1164] ppid=1154 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1164/stat : 1164 (java) S 1154 1154 7744 0 -1 1077944384 66 0 0 0 2 2 0 0 20 0 28 0 4424851 14133010432 92748 33554432000 4194304 4196468 140722935971232 140110053415440 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1165] ppid=1154 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1165/stat : 1165 (java) S 1154 1154 7744 0 -1 1077944384 42 0 0 0 2 1 0 0 20 0 28 0 4424851 14133010432 92748 33554432000 4194304 4196468 140722935971232 140110052362896 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1166] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1166/stat : 1166 (java) S 1154 1154 7744 0 -1 1077944384 407 0 0 0 0 0 0 0 20 0 28 0 4424854 14133010432 92748 33554432000 4194304 4196468 140722935971232 140109923379696 140110461037186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1167] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1167/stat : 1167 (java) S 1154 1154 7744 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 4424855 14133010432 92748 33554432000 4194304 4196468 140722935971232 140109922325984 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1168] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1168/stat : 1168 (java) S 1154 1154 7744 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 4424855 14133010432 92748 33554432000 4194304 4196468 140722935971232 140109921273344 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1169] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1169/stat : 1169 (java) S 1154 1154 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4424859 14133010432 92748 33554432000 4194304 4196468 140722935971232 140109920221904 140110461044635 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1170] ppid=1154 vsize=13801768 CPUtime=1.79 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1170/stat : 1170 (java) R 1154 1154 7744 0 -1 4202560 7439 0 0 0 178 1 0 0 20 0 28 0 4424859 14133010432 92748 33554432000 4194304 4196468 140722935971232 140109919154896 140110442546144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1171] ppid=1154 vsize=13801768 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1171/stat : 1171 (java) R 1154 1154 7744 0 -1 4202560 5069 0 0 0 132 1 0 0 20 0 28 0 4424859 14133010432 92748 33554432000 4194304 4196468 140722935971232 140109918106816 140110445413089 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1172] ppid=1154 vsize=13801768 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1172/stat : 1172 (java) R 1154 1154 7744 0 -1 4202560 7943 0 0 0 143 1 0 0 20 0 28 0 4424859 14133010432 92748 33554432000 4194304 4196468 140722935971232 140109917055896 140110442570227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1173] ppid=1154 vsize=13801768 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1173/stat : 1173 (java) S 1154 1154 7744 0 -1 1077944384 3946 0 0 0 65 1 0 0 20 0 28 0 4424859 14133010432 92748 33554432000 4194304 4196468 140722935971232 140109916010864 140110461037186 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1174] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1174/stat : 1174 (java) S 1154 1154 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4424859 14133010432 92748 33554432000 4194304 4196468 140722935971232 140109914958560 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1175] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1175/stat : 1175 (java) S 1154 1154 7744 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 4424860 14133010432 92748 33554432000 4194304 4196468 140722935971232 140109913906096 140110461037186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 13811280

[startup+3.60159 s]
/proc/loadavg: 12.12 12.95 13.30 20/300 1183
/proc/meminfo: memFree=28080876/32770624 swapFree=5880/286888
[pid=1154] ppid=1151 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4424850 9740288 346 33554432000 4194304 5098028 140735435715424 140735435713528 139966454571644 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17223680 140735435723919 140735435724128 140735435724128 140735435726827 0
/proc/1154/statm: 2378 346 289 221 0 87 0
[pid=1155] ppid=1154 vsize=13801768 CPUtime=15.37 cores=0,2,4,6,8,10,12,14
/proc/1155/stat : 1155 (java) S 1154 1154 7744 0 -1 1077944320 36488 0 0 0 1510 27 0 0 20 0 28 0 4424850 14133010432 92953 33554432000 4194304 4196468 140722935971232 140722935953776 140110461026039 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
/proc/1155/statm: 3450442 92953 3255 1 0 3437675 0
[pid=1155/tid=1156] ppid=1154 vsize=13801768 CPUtime=2.35 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1156/stat : 1156 (java) S 1154 1154 7744 0 -1 1077944384 8858 0 0 0 229 6 0 0 20 0 28 0 4424850 14133010432 92953 33554432000 4194304 4196468 140722935971232 140110465266816 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1158] ppid=1154 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1158/stat : 1158 (java) S 1154 1154 7744 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 28 0 4424851 14133010432 92953 33554432000 4194304 4196468 140722935971232 140110059731728 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1159] ppid=1154 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1159/stat : 1159 (java) S 1154 1154 7744 0 -1 1077944384 49 0 0 0 2 2 0 0 20 0 28 0 4424851 14133010432 92953 33554432000 4194304 4196468 140722935971232 140110058679184 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1160] ppid=1154 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1160/stat : 1160 (java) S 1154 1154 7744 0 -1 1077944384 104 0 0 0 2 2 0 0 20 0 28 0 4424851 14133010432 92953 33554432000 4194304 4196468 140722935971232 140110057626640 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1161] ppid=1154 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1161/stat : 1161 (java) S 1154 1154 7744 0 -1 1077944384 149 0 0 0 1 0 0 0 20 0 28 0 4424851 14133010432 92953 33554432000 4194304 4196468 140722935971232 140110056574096 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1162] ppid=1154 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1162/stat : 1162 (java) S 1154 1154 7744 0 -1 1077944384 32 0 0 0 2 1 0 0 20 0 28 0 4424851 14133010432 92953 33554432000 4194304 4196468 140722935971232 140110055520528 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1163] ppid=1154 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1163/stat : 1163 (java) S 1154 1154 7744 0 -1 1077944384 213 0 0 0 2 1 0 0 20 0 28 0 4424851 14133010432 92953 33554432000 4194304 4196468 140722935971232 140110054467984 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1164] ppid=1154 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1164/stat : 1164 (java) S 1154 1154 7744 0 -1 1077944384 66 0 0 0 2 2 0 0 20 0 28 0 4424851 14133010432 92953 33554432000 4194304 4196468 140722935971232 140110053415440 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1165] ppid=1154 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1165/stat : 1165 (java) S 1154 1154 7744 0 -1 1077944384 42 0 0 0 2 1 0 0 20 0 28 0 4424851 14133010432 92953 33554432000 4194304 4196468 140722935971232 140110052362896 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1166] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1166/stat : 1166 (java) S 1154 1154 7744 0 -1 1077944384 407 0 0 0 0 0 0 0 20 0 28 0 4424854 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109923379696 140110461037186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1167] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1167/stat : 1167 (java) S 1154 1154 7744 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 4424855 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109922325984 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1168] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1168/stat : 1168 (java) S 1154 1154 7744 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 4424855 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109921273344 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1169] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1169/stat : 1169 (java) S 1154 1154 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4424859 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109920221904 140110461044635 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1170] ppid=1154 vsize=13801768 CPUtime=2.19 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1170/stat : 1170 (java) R 1154 1154 7744 0 -1 4202560 7501 0 0 0 218 1 0 0 20 0 28 0 4424859 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109919154752 140110445315062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1171] ppid=1154 vsize=13801768 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1171/stat : 1171 (java) R 1154 1154 7744 0 -1 4202560 5245 0 0 0 161 1 0 0 20 0 28 0 4424859 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109918101296 140110442570257 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1172] ppid=1154 vsize=13801768 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1172/stat : 1172 (java) R 1154 1154 7744 0 -1 4202560 7981 0 0 0 167 1 0 0 20 0 28 0 4424859 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109917048368 140110446133710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1173] ppid=1154 vsize=13801768 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1173/stat : 1173 (java) S 1154 1154 7744 0 -1 1077944384 3985 0 0 0 67 1 0 0 20 0 28 0 4424859 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109916010864 140110461037186 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1174] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1174/stat : 1174 (java) S 1154 1154 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4424859 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109914958560 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1175] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1175/stat : 1175 (java) S 1154 1154 7744 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 4424860 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109913906096 140110461037186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1176] ppid=1154 vsize=13801768 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1176/stat : 1176 (java) R 1154 1154 7744 0 -1 4202560 99 0 0 0 79 0 0 0 20 0 28 0 4425094 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109907987896 140110103657340 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1177] ppid=1154 vsize=13801768 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1177/stat : 1177 (java) R 1154 1154 7744 0 -1 4202560 47 0 0 0 81 0 0 0 20 0 28 0 4425094 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109904159848 140110103453855 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1178] ppid=1154 vsize=13801768 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1178/stat : 1178 (java) R 1154 1154 7744 0 -1 4202560 56 0 0 0 99 0 0 0 20 0 28 0 4425094 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109903107624 140110103288868 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1179] ppid=1154 vsize=13801768 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1179/stat : 1179 (java) R 1154 1154 7744 0 -1 4202560 90 0 0 0 64 0 0 0 20 0 28 0 4425094 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109902055496 140110103288862 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1180] ppid=1154 vsize=13801768 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1180/stat : 1180 (java) R 1154 1154 7744 0 -1 4202560 40 0 0 0 83 0 0 0 20 0 28 0 4425094 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109901002680 140110103722677 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1181] ppid=1154 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1181/stat : 1181 (java) R 1154 1154 7744 0 -1 4202560 38 0 0 0 75 0 0 0 20 0 28 0 4425094 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109899948456 140110097908455 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1182] ppid=1154 vsize=13801768 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1182/stat : 1182 (java) R 1154 1154 7744 0 -1 4202560 55 0 0 0 74 0 0 0 20 0 28 0 4425095 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109898897520 140110103723865 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1183] ppid=1154 vsize=13801768 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1183/stat : 1183 (java) R 1154 1154 7744 0 -1 4202560 38 0 0 0 90 0 0 0 20 0 28 0 4425095 14133010432 92953 33554432000 4194304 4196468 140722935971232 140109897844048 140110103722709 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
Current children cumulated CPU time (s) 15.37
Current children cumulated vsize (KiB) 13811280

[startup+4.00147 s]
/proc/loadavg: 12.12 12.95 13.30 20/300 1183
/proc/meminfo: memFree=28080876/32770624 swapFree=5880/286888
[pid=1154] ppid=1151 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4424850 9740288 346 33554432000 4194304 5098028 140735435715424 140735435713528 139966454571644 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17223680 140735435723919 140735435724128 140735435724128 140735435726827 0
/proc/1154/statm: 2378 346 289 221 0 87 0
[pid=1155] ppid=1154 vsize=13801768 CPUtime=18.54 cores=0,2,4,6,8,10,12,14
/proc/1155/stat : 1155 (java) S 1154 1154 7744 0 -1 1077944320 37707 0 0 0 1821 33 0 0 20 0 28 0 4424850 14133010432 98660 33554432000 4194304 4196468 140722935971232 140722935953776 140110461026039 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
/proc/1155/statm: 3450442 98660 3255 1 0 3437675 0
[pid=1155/tid=1156] ppid=1154 vsize=13801768 CPUtime=2.35 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1156/stat : 1156 (java) S 1154 1154 7744 0 -1 1077944384 8858 0 0 0 229 6 0 0 20 0 28 0 4424850 14133010432 98660 33554432000 4194304 4196468 140722935971232 140110465266816 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1158] ppid=1154 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1158/stat : 1158 (java) S 1154 1154 7744 0 -1 1077944384 38 0 0 0 1 1 0 0 20 0 28 0 4424851 14133010432 98660 33554432000 4194304 4196468 140722935971232 140110059731728 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1159] ppid=1154 vsize=13801768 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1159/stat : 1159 (java) S 1154 1154 7744 0 -1 1077944384 64 0 0 0 2 3 0 0 20 0 28 0 4424851 14133010432 98660 33554432000 4194304 4196468 140722935971232 140110058679184 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1160] ppid=1154 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1160/stat : 1160 (java) S 1154 1154 7744 0 -1 1077944384 109 0 0 0 2 2 0 0 20 0 28 0 4424851 14133010432 98660 33554432000 4194304 4196468 140722935971232 140110057626640 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1161] ppid=1154 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1161/stat : 1161 (java) S 1154 1154 7744 0 -1 1077944384 150 0 0 0 2 0 0 0 20 0 28 0 4424851 14133010432 98660 33554432000 4194304 4196468 140722935971232 140110056574096 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1162] ppid=1154 vsize=13801768 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1162/stat : 1162 (java) S 1154 1154 7744 0 -1 1077944384 44 0 0 0 3 2 0 0 20 0 28 0 4424851 14133010432 98660 33554432000 4194304 4196468 140722935971232 140110055520528 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1163] ppid=1154 vsize=13801768 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1163/stat : 1163 (java) S 1154 1154 7744 0 -1 1077944384 228 0 0 0 3 2 0 0 20 0 28 0 4424851 14133010432 98660 33554432000 4194304 4196468 140722935971232 140110054467984 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1164] ppid=1154 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1164/stat : 1164 (java) S 1154 1154 7744 0 -1 1077944384 72 0 0 0 2 2 0 0 20 0 28 0 4424851 14133010432 98660 33554432000 4194304 4196468 140722935971232 140110053415440 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1165] ppid=1154 vsize=13801768 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1165/stat : 1165 (java) S 1154 1154 7744 0 -1 1077944384 52 0 0 0 4 2 0 0 20 0 28 0 4424851 14133010432 98660 33554432000 4194304 4196468 140722935971232 140110052362896 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1166] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1166/stat : 1166 (java) S 1154 1154 7744 0 -1 1077944384 407 0 0 0 0 0 0 0 20 0 28 0 4424854 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109923379696 140110461037186 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1167] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1167/stat : 1167 (java) S 1154 1154 7744 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 4424855 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109922325984 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1168] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1168/stat : 1168 (java) S 1154 1154 7744 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 4424855 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109921273344 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1169] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1169/stat : 1169 (java) S 1154 1154 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4424859 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109920221904 140110461044635 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1170] ppid=1154 vsize=13801768 CPUtime=2.42 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1170/stat : 1170 (java) R 1154 1154 7744 0 -1 4202560 8053 0 0 0 241 1 0 0 20 0 28 0 4424859 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109919153120 140110442543921 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1171] ppid=1154 vsize=13801768 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1171/stat : 1171 (java) R 1154 1154 7744 0 -1 4202560 5419 0 0 0 188 1 0 0 20 0 28 0 4424859 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109918097520 140110441661923 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1172] ppid=1154 vsize=13801768 CPUtime=1.93 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1172/stat : 1172 (java) R 1154 1154 7744 0 -1 4202560 8357 0 0 0 192 1 0 0 20 0 28 0 4424859 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109917049952 140110445710186 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1173] ppid=1154 vsize=13801768 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1173/stat : 1173 (java) S 1154 1154 7744 0 -1 1077944384 4001 0 0 0 69 1 0 0 20 0 28 0 4424859 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109916010864 140110461037186 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1174] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1174/stat : 1174 (java) S 1154 1154 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4424859 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109914958560 140110461036245 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1175] ppid=1154 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1175/stat : 1175 (java) S 1154 1154 7744 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 4424860 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109913906096 140110461037186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1176] ppid=1154 vsize=13801768 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1176/stat : 1176 (java) R 1154 1154 7744 0 -1 4202560 100 0 0 0 110 0 0 0 20 0 28 0 4425094 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109907987368 140110104099442 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1177] ppid=1154 vsize=13801768 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1177/stat : 1177 (java) R 1154 1154 7744 0 -1 4202560 50 0 0 0 105 0 0 0 20 0 28 0 4425094 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109904161968 140110103722563 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1178] ppid=1154 vsize=13801768 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1178/stat : 1178 (java) R 1154 1154 7744 0 -1 4202560 60 0 0 0 124 0 0 0 20 0 28 0 4425094 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109903107720 140110103723956 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1179] ppid=1154 vsize=13801768 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1179/stat : 1179 (java) R 1154 1154 7744 0 -1 4202560 95 0 0 0 87 0 0 0 20 0 28 0 4425094 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109902054680 140110103723916 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1180] ppid=1154 vsize=13801768 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1180/stat : 1180 (java) R 1154 1154 7744 0 -1 4202560 41 0 0 0 118 0 0 0 20 0 28 0 4425094 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109901000920 140110103723505 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1181] ppid=1154 vsize=13801768 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1181/stat : 1181 (java) R 1154 1154 7744 0 -1 4202560 41 0 0 0 97 0 0 0 20 0 28 0 4425094 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109899948616 140110104090935 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1182] ppid=1154 vsize=13801768 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1182/stat : 1182 (java) R 1154 1154 7744 0 -1 4202560 59 0 0 0 109 0 0 0 20 0 28 0 4425095 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109898897448 140110103722342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
[pid=1155/tid=1183] ppid=1154 vsize=13801768 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/1155/task/1183/stat : 1183 (java) R 1154 1154 7744 0 -1 4202560 47 0 0 0 122 0 0 0 20 0 28 0 4425095 14133010432 98660 33554432000 4194304 4196468 140722935971232 140109897841336 140110103288868 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7647232 140722935977148 140722935977324 140722935977324 140722935979983 0
Current children cumulated CPU time (s) 18.54
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 4.06446
CPU time (s): 18.774
CPU user time (s): 18.4239
CPU system time (s): 0.350116
CPU usage (%): 461.908
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.4239
system time used= 0.350116
maximum resident set size= 395940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38347
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3256
involuntary context switches= 1780

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034143 second user time and 0.052767 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-22 04:46:12
IDJOB=4248276
IDBENCH=133260
IDSOLVER=2625
FILE ID=node127/4248276-1500691572
RUNJOBID= node127-1500682387-7775
PBS_JOBID= 20623323
Free space on /tmp= 61976 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-6-mdd.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-4248276-1500691572/watcher-4248276-1500691572 -o /tmp/evaluation-result-4248276-1500691572/solver-4248276-1500691572 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500682387-7775 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 503384156 HOME/instance-4248276-1500691572.xml

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

MD5SUM BENCH= 8668c89063be86bb404699d31286727c
RANDOM SEED=503384156

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28441280 kB
MemAvailable:   28609852 kB
Buffers:          111380 kB
Cached:           339680 kB
SwapCached:            0 kB
Active:          3599776 kB
Inactive:         295180 kB
Active(anon):    3446760 kB
Inactive(anon):     8664 kB
Active(file):     153016 kB
Inactive(file):   286516 kB
Unevictable:        5880 kB
Mlocked:            5880 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8004 kB
Writeback:             0 kB
AnonPages:       3478364 kB
Mapped:            42504 kB
Shmem:              8840 kB
Slab:             123504 kB
SReclaimable:      89752 kB
SUnreclaim:        33752 kB
KernelStack:        5120 kB
PageTables:        12108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4267000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3364864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61968 MiB
End job on node127 at 2017-07-22 04:46:16