Trace number 4242691

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 NameAnswerobjective functionCPU timeWall clock time
R1: Mistral-2.0 2017-06-28SAT (TO)3 2400.0801 2400.3101

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-09-11.xml
MD5SUM40f8709457985e2479c772f6dd1ec4a8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints1981
Number of domains1
Minimum domain size99
Maximum domain size99
Distribution of domain sizes[{"size":99,"count":99}]
Minimum variable degree82
Maximum variable degree82
Distribution of variable degrees[{"degree":82,"count":99}]
Minimum constraint arity4
Maximum constraint arity99
Distribution of constraint arities[{"arity":4,"count":1980},{"arity":99,"count":1}]
Number of extensional constraints0
Number of intensional constraints1980
Distribution of constraint types[{"type":"intension","count":1980},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.10	c Mistral-2017-06-28
7.79/7.97	o 4
7.99/8.14	o 3
2400.06/2400.30	s SATISFIABLE
2400.06/2400.30	v <instantiation type="solution">
2400.06/2400.30	v   <list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] </list>
2400.06/2400.30	v   <values> 0 0 0 1 1 1 1 1 2 3 3 0 1 3 0 1 2 3 3 1 0 0 0 2 1 3 0 2 0 1 1 2 3 0 2 1 3 1 0 3 0 3 3 2 1 3 2 0 1 0 0 3 2 3 1 2 0 1 0 0 2 1 3 2 1 2 3 1 0 1 0 3 2 2 3 0 2 3 2 1 2 2 0 3 2 0 0 3 3 2 2 0 3 1 2 0 0 1 1 </values>
2400.06/2400.30	v </instantiation>

Verifier Data

OK	3

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-4242691-1502066574/watcher-4242691-1502066574 -o /tmp/evaluation-result-4242691-1502066574/solver-4242691-1502066574 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502041295-28343 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 241410264 HOME/instance-4242691-1502066574.xml 

pid=31993
running on 4 cores: 1,3,5,7

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: 2.14 2.05 2.05 3/180 31996
/proc/meminfo: memFree=30059496/32770624 swapFree=0/349844
[pid=31996] ppid=31993 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/31996/stat : 31996 (runsolver) D 31993 31996 20633 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 8851096 24240128 107 18446744073709551615 4194304 4338465 140726436480384 140726436478024 140311637758679 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 21417984 140726436487308 140726436487754 140726436487754 140726436491210 0
/proc/31996/statm: 5918 107 54 36 0 2156 0

[startup+0.110794 s]
/proc/loadavg: 2.14 2.05 2.05 3/180 31996
/proc/meminfo: memFree=30059496/32770624 swapFree=0/349844
[pid=31996] ppid=31993 vsize=28804 CPUtime=0.01 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 982 0 0 0 1 0 0 0 20 0 1 0 8851096 29495296 802 18446744073709551615 4194304 7402444 140735437674032 140735437667272 5910976 0 0 1 0 0 0 0 17 7 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 7201 802 618 784 0 215 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 28804

[startup+0.200834 s]
/proc/loadavg: 2.14 2.05 2.05 3/180 31996
/proc/meminfo: memFree=30059496/32770624 swapFree=0/349844
[pid=31996] ppid=31993 vsize=29364 CPUtime=0.1 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 1227 0 0 0 10 0 0 0 20 0 1 0 8851096 30068736 1013 18446744073709551615 4194304 7402444 140735437674032 140735437664056 6009677 0 0 1 0 0 0 0 17 7 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 7341 1013 733 784 0 355 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 29364

[startup+0.30024 s]
/proc/loadavg: 2.14 2.05 2.05 3/180 31996
/proc/meminfo: memFree=30059496/32770624 swapFree=0/349844
[pid=31996] ppid=31993 vsize=30620 CPUtime=0.2 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 1527 0 0 0 20 0 0 0 20 0 1 0 8851096 31354880 1310 18446744073709551615 4194304 7402444 140735437674032 140735437664056 6047238 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 7655 1310 733 784 0 669 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 30620

[startup+0.700226 s]
/proc/loadavg: 2.14 2.05 2.05 3/180 31996
/proc/meminfo: memFree=30059496/32770624 swapFree=0/349844
[pid=31996] ppid=31993 vsize=34184 CPUtime=0.59 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 2512 0 0 0 59 0 0 0 20 0 1 0 8851096 35004416 2271 18446744073709551615 4194304 7402444 140735437674032 140735437664056 6057424 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 8546 2271 733 784 0 1560 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 34184

[startup+1.50022 s]
/proc/loadavg: 2.14 2.05 2.05 3/181 31997
/proc/meminfo: memFree=30051052/32770624 swapFree=0/349844
[pid=31996] ppid=31993 vsize=39060 CPUtime=1.39 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 3716 0 0 0 139 0 0 0 20 0 1 0 8851096 39997440 3455 18446744073709551615 4194304 7402444 140735437674032 140735437664392 6047485 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 9765 3455 733 784 0 2779 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 39060

[startup+3.10022 s]
/proc/loadavg: 2.13 2.05 2.05 3/181 31997
/proc/meminfo: memFree=30035736/32770624 swapFree=0/349844
[pid=31996] ppid=31993 vsize=51696 CPUtime=2.99 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 7748 0 0 0 298 1 0 0 20 0 1 0 8851096 52936704 6635 18446744073709551615 4194304 7402444 140735437674032 140735437664392 139627132728384 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 12924 6635 733 784 0 5938 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 51696

[startup+6.30023 s]
/proc/loadavg: 2.13 2.05 2.05 3/181 31997
/proc/meminfo: memFree=30018372/32770624 swapFree=0/349844
[pid=31996] ppid=31993 vsize=62224 CPUtime=6.2 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 20062 0 0 0 618 2 0 0 20 0 1 0 8851096 63717376 9261 18446744073709551615 4194304 7402444 140735437674032 140735437668552 4302628 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15556 9261 781 784 0 8570 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 62224

[startup+12.7003 s]
/proc/loadavg: 2.11 2.04 2.05 3/181 31997
/proc/meminfo: memFree=30014836/32770624 swapFree=0/349844
[pid=31996] ppid=31993 vsize=62420 CPUtime=12.59 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 26670 0 0 0 1257 2 0 0 20 0 1 0 8851096 63918080 9361 18446744073709551615 4194304 7402444 140735437674032 140735437669048 5747585 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15605 9361 782 784 0 8619 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 62420

[startup+25.5004 s]
/proc/loadavg: 2.17 2.06 2.06 3/181 31998
/proc/meminfo: memFree=30001672/32770624 swapFree=0/349608
[pid=31996] ppid=31993 vsize=62420 CPUtime=25.4 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 39359 0 0 0 2537 3 0 0 20 0 1 0 8851096 63918080 9361 18446744073709551615 4194304 7402444 140735437674032 140735437669048 5327250 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15605 9361 782 784 0 8619 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 62420

[startup+51.1004 s]
/proc/loadavg: 2.11 2.05 2.06 3/181 31998
/proc/meminfo: memFree=29978648/32770624 swapFree=0/349620
[pid=31996] ppid=31993 vsize=62420 CPUtime=50.99 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 45759 0 0 0 5096 3 0 0 20 0 1 0 8851096 63918080 9365 18446744073709551615 4194304 7402444 140735437674032 140735437669048 5747585 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15605 9365 782 784 0 8619 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 62420

[startup+102.3 s]
/proc/loadavg: 2.14 2.07 2.06 3/185 32015
/proc/meminfo: memFree=29933244/32770624 swapFree=0/349696
[pid=31996] ppid=31993 vsize=62420 CPUtime=102.19 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 52246 0 0 0 10216 3 0 0 20 0 1 0 8851096 63918080 9368 18446744073709551615 4194304 7402444 140735437674032 140735437669048 5327160 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15605 9368 782 784 0 8619 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 62420

[startup+162.3 s]
/proc/loadavg: 2.11 2.08 2.06 3/185 32017
/proc/meminfo: memFree=29816496/32770624 swapFree=0/349724
[pid=31996] ppid=31993 vsize=62420 CPUtime=162.19 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 58714 0 0 0 16215 4 0 0 20 0 1 0 8851096 63918080 9373 18446744073709551615 4194304 7402444 140735437674032 140735437669048 4248742 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15605 9373 782 784 0 8619 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 62420

[startup+222.306 s]
/proc/loadavg: 2.10 2.08 2.06 3/182 32019
/proc/meminfo: memFree=29775980/32770624 swapFree=0/349752
[pid=31996] ppid=31993 vsize=62420 CPUtime=222.19 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 65199 0 0 0 22215 4 0 0 20 0 1 0 8851096 63918080 9378 18446744073709551615 4194304 7402444 140735437674032 140735437669048 5327213 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15605 9378 782 784 0 8619 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 62420

[startup+282.3 s]
/proc/loadavg: 2.04 2.07 2.05 3/182 32021
/proc/meminfo: memFree=29732996/32770624 swapFree=0/349780
[pid=31996] ppid=31993 vsize=62420 CPUtime=282.17 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 71693 0 0 0 28213 4 0 0 20 0 1 0 8851096 63918080 9389 18446744073709551615 4194304 7402444 140735437674032 140735437669048 5754048 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15605 9389 782 784 0 8619 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 62420

[startup+342.3 s]
/proc/loadavg: 2.01 2.05 2.05 3/182 32023
/proc/meminfo: memFree=29681716/32770624 swapFree=0/349816
[pid=31996] ppid=31993 vsize=62552 CPUtime=342.18 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 78160 0 0 0 34213 5 0 0 20 0 1 0 8851096 64053248 9394 18446744073709551615 4194304 7402444 140735437674032 140735437668440 5754034 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15638 9394 782 784 0 8652 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 62552

[startup+402.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/181 32025
/proc/meminfo: memFree=29593952/32770624 swapFree=0/349848
[pid=31996] ppid=31993 vsize=62552 CPUtime=402.17 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 84612 0 0 0 40212 5 0 0 20 0 1 0 8851096 64053248 9400 18446744073709551615 4194304 7402444 140735437674032 140735437668440 5754011 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15638 9400 782 784 0 8652 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 62552

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/181 32027
/proc/meminfo: memFree=29556104/32770624 swapFree=0/349880
[pid=31996] ppid=31993 vsize=62552 CPUtime=462.17 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 91111 0 0 0 46212 5 0 0 20 0 1 0 8851096 64053248 9405 18446744073709551615 4194304 7402444 140735437674032 140735437668440 5327204 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15638 9405 782 784 0 8652 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 62552

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 32029
/proc/meminfo: memFree=29484600/32770624 swapFree=0/349912
[pid=31996] ppid=31993 vsize=62552 CPUtime=522.17 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 97580 0 0 0 52211 6 0 0 20 0 1 0 8851096 64053248 9412 18446744073709551615 4194304 7402444 140735437674032 140735437668440 4299810 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15638 9412 782 784 0 8652 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 62552

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 32031
/proc/meminfo: memFree=29449572/32770624 swapFree=0/349936
[pid=31996] ppid=31993 vsize=62552 CPUtime=582.16 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 104067 0 0 0 58210 6 0 0 20 0 1 0 8851096 64053248 9417 18446744073709551615 4194304 7402444 140735437674032 140735437668440 5327250 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15638 9417 782 784 0 8652 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 62552


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 32091
/proc/meminfo: memFree=28657440/32770624 swapFree=0/350504
[pid=31996] ppid=31993 vsize=62816 CPUtime=1542.11 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 134583 0 0 0 154204 7 0 0 20 0 1 0 8851096 64323584 9475 18446744073709551615 4194304 7402444 140735437674032 140735437668440 4237755 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15704 9475 782 784 0 8718 0
Current children cumulated CPU time (s) 1542.11
Current children cumulated vsize (KiB) 62816

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 32095
/proc/meminfo: memFree=28637512/32770624 swapFree=0/350540
[pid=31996] ppid=31993 vsize=62816 CPUtime=1602.1 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 134984 0 0 0 160203 7 0 0 20 0 1 0 8851096 64323584 9477 18446744073709551615 4194304 7402444 140735437674032 140735437668440 4240627 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15704 9477 782 784 0 8718 0
Current children cumulated CPU time (s) 1602.1
Current children cumulated vsize (KiB) 62816

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 32097
/proc/meminfo: memFree=28604384/32770624 swapFree=0/350568
[pid=31996] ppid=31993 vsize=62816 CPUtime=1662.1 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 135385 0 0 0 166203 7 0 0 20 0 1 0 8851096 64323584 9479 18446744073709551615 4194304 7402444 140735437674032 140735437668440 4748116 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15704 9479 782 784 0 8718 0
Current children cumulated CPU time (s) 1662.1
Current children cumulated vsize (KiB) 62816

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 32160
/proc/meminfo: memFree=31597824/32770624 swapFree=0/350632
[pid=31996] ppid=31993 vsize=62816 CPUtime=1722.09 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 135787 0 0 0 172202 7 0 0 20 0 1 0 8851096 64323584 9481 18446744073709551615 4194304 7402444 140735437674032 140735437668440 4248926 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15704 9481 782 784 0 8718 0
Current children cumulated CPU time (s) 1722.09
Current children cumulated vsize (KiB) 62816

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 32163
/proc/meminfo: memFree=31428296/32770624 swapFree=0/350692
[pid=31996] ppid=31993 vsize=62816 CPUtime=1782.09 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 136175 0 0 0 178202 7 0 0 20 0 1 0 8851096 64323584 9482 18446744073709551615 4194304 7402444 140735437674032 140735437668440 5765712 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15704 9482 782 784 0 8718 0
Current children cumulated CPU time (s) 1782.09
Current children cumulated vsize (KiB) 62816

[startup+1842.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/182 32165
/proc/meminfo: memFree=31428064/32770624 swapFree=0/350716
[pid=31996] ppid=31993 vsize=62816 CPUtime=1842.08 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 136561 0 0 0 184201 7 0 0 20 0 1 0 8851096 64323584 9483 18446744073709551615 4194304 7402444 140735437674032 140735437668440 4239179 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15704 9483 782 784 0 8718 0
Current children cumulated CPU time (s) 1842.08
Current children cumulated vsize (KiB) 62816

[startup+1902.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/184 32181
/proc/meminfo: memFree=31421088/32770624 swapFree=0/350784
[pid=31996] ppid=31993 vsize=62816 CPUtime=1902.08 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 136980 0 0 0 190201 7 0 0 20 0 1 0 8851096 64323584 9484 18446744073709551615 4194304 7402444 140735437674032 140735437668440 4248848 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15704 9484 782 784 0 8718 0
Current children cumulated CPU time (s) 1902.08
Current children cumulated vsize (KiB) 62816

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 32208
/proc/meminfo: memFree=31419944/32770624 swapFree=0/350844
[pid=31996] ppid=31993 vsize=62956 CPUtime=1962.08 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 137400 0 0 0 196201 7 0 0 20 0 1 0 8851096 64466944 9485 18446744073709551615 4194304 7402444 140735437674032 140735437668504 4302806 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15739 9485 782 784 0 8753 0
Current children cumulated CPU time (s) 1962.08
Current children cumulated vsize (KiB) 62956

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32210
/proc/meminfo: memFree=31420332/32770624 swapFree=0/350888
[pid=31996] ppid=31993 vsize=62956 CPUtime=2022.07 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 137815 0 0 0 202200 7 0 0 20 0 1 0 8851096 64466944 9495 18446744073709551615 4194304 7402444 140735437674032 140735437668504 5327336 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15739 9495 782 784 0 8753 0
Current children cumulated CPU time (s) 2022.07
Current children cumulated vsize (KiB) 62956

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 32212
/proc/meminfo: memFree=31423372/32770624 swapFree=0/350928
[pid=31996] ppid=31993 vsize=62956 CPUtime=2082.08 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 138232 0 0 0 208201 7 0 0 20 0 1 0 8851096 64466944 9496 18446744073709551615 4194304 7402444 140735437674032 140735437668504 4248742 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15739 9496 782 784 0 8753 0
Current children cumulated CPU time (s) 2082.08
Current children cumulated vsize (KiB) 62956

[startup+2142.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 32214
/proc/meminfo: memFree=31423372/32770624 swapFree=0/350960
[pid=31996] ppid=31993 vsize=62956 CPUtime=2142.07 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 138643 0 0 0 214200 7 0 0 20 0 1 0 8851096 64466944 9497 18446744073709551615 4194304 7402444 140735437674032 140735437668504 4248858 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15739 9497 782 784 0 8753 0
Current children cumulated CPU time (s) 2142.07
Current children cumulated vsize (KiB) 62956

[startup+2202.31 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 32216
/proc/meminfo: memFree=31423992/32770624 swapFree=0/350988
[pid=31996] ppid=31993 vsize=62956 CPUtime=2202.07 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 139073 0 0 0 220200 7 0 0 20 0 1 0 8851096 64466944 9500 18446744073709551615 4194304 7402444 140735437674032 140735437668504 5695885 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15739 9500 782 784 0 8753 0
Current children cumulated CPU time (s) 2202.07
Current children cumulated vsize (KiB) 62956

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 32218
/proc/meminfo: memFree=31424224/32770624 swapFree=0/351020
[pid=31996] ppid=31993 vsize=62956 CPUtime=2262.06 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 139496 0 0 0 226199 7 0 0 20 0 1 0 8851096 64466944 9502 18446744073709551615 4194304 7402444 140735437674032 140735437668504 5753456 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15739 9502 782 784 0 8753 0
Current children cumulated CPU time (s) 2262.06
Current children cumulated vsize (KiB) 62956

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 32220
/proc/meminfo: memFree=31424180/32770624 swapFree=0/351048
[pid=31996] ppid=31993 vsize=62956 CPUtime=2322.06 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 139935 0 0 0 232199 7 0 0 20 0 1 0 8851096 64466944 9504 18446744073709551615 4194304 7402444 140735437674032 140735437668504 4238819 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15739 9504 782 784 0 8753 0
Current children cumulated CPU time (s) 2322.06
Current children cumulated vsize (KiB) 62956

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 32222
/proc/meminfo: memFree=31423916/32770624 swapFree=0/351080
[pid=31996] ppid=31993 vsize=62956 CPUtime=2382.06 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 140360 0 0 0 238199 7 0 0 20 0 1 0 8851096 64466944 9507 18446744073709551615 4194304 7402444 140735437674032 140735437668504 4467226 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15739 9507 782 784 0 8753 0
Current children cumulated CPU time (s) 2382.06
Current children cumulated vsize (KiB) 62956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 32222
/proc/meminfo: memFree=31423932/32770624 swapFree=0/351088
[pid=31996] ppid=31993 vsize=62956 CPUtime=2400.06 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 140771 0 0 0 239999 7 0 0 20 0 1 0 8851096 64466944 9508 18446744073709551615 4194304 7402444 140735437674032 140735437668504 5327213 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15739 9508 782 784 0 8753 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 62956

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+2400.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 32222
/proc/meminfo: memFree=31423932/32770624 swapFree=0/351088
[pid=31996] ppid=31993 vsize=62956 CPUtime=2400.06 cores=1,3,5,7
/proc/31996/stat : 31996 (MistralXCSP) R 31993 31996 20633 0 -1 4202496 140771 0 0 0 239999 7 0 0 20 0 1 0 8851096 64466944 9508 18446744073709551615 4194304 7402444 140735437674032 140735437668504 5327213 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9500608 9505824 27111424 140735437681076 140735437681225 140735437681225 140735437684681 0
/proc/31996/statm: 15739 9508 782 784 0 8753 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 62956

Child status: 0
Real time (s): 2400.31
CPU time (s): 2400.08
CPU user time (s): 2400
CPU system time (s): 0.079996
CPU usage (%): 99.9904
Max. virtual memory (cumulated for all children) (KiB): 62956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400
system time used= 0.079996
maximum resident set size= 38056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140809
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.47265 second user time and 10.1904 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-07 02:28:49
IDJOB=4242691
IDBENCH=139746
IDSOLVER=2622
FILE ID=node127/4242691-1502066574
RUNJOBID= node127-1502041295-28343
PBS_JOBID= 
Free space on /tmp= 61992 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-09-11.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242691-1502066574/watcher-4242691-1502066574 -o /tmp/evaluation-result-4242691-1502066574/solver-4242691-1502066574 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502041295-28343 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 241410264 HOME/instance-4242691-1502066574.xml

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

MD5SUM BENCH= 40f8709457985e2479c772f6dd1ec4a8
RANDOM SEED=241410264

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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	: 4
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.92
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	: 4
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	: 4
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.92
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	: 4
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	: 4
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.92
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	: 4
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	: 4
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.92
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	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30059960 kB
MemAvailable:   30409044 kB
Buffers:          130816 kB
Cached:           498020 kB
SwapCached:            0 kB
Active:          1941428 kB
Inactive:         358376 kB
Active(anon):    1671140 kB
Inactive(anon):     8532 kB
Active(file):     270288 kB
Inactive(file):   349844 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5960 kB
Writeback:            36 kB
AnonPages:       1645844 kB
Mapped:            32508 kB
Shmem:              8868 kB
Slab:             114020 kB
SReclaimable:      89576 kB
SUnreclaim:        24444 kB
KernelStack:        3248 kB
PageTables:         7860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1920600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1189888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62020 MiB
End job on node127 at 2017-08-07 03:08:50