Trace number 4241216

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)98 2400.07 2402.1

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-12-a4.xml
MD5SUM72e40c8851280ca3f4afc7fa1ebce33e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark2400.12
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1927
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":12}]
Minimum variable degree606
Maximum variable degree607
Distribution of variable degrees[{"degree":606,"count":10},{"degree":607,"count":2}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":440},{"arity":4,"count":1485},{"arity":12,"count":1}]
Number of extensional constraints0
Number of intensional constraints1926
Distribution of constraint types[{"type":"intension","count":1926},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

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.01	c Mistral-2017-06-28
4.38/4.43	o 122
6.87/6.96	o 121
15.48/15.53	o 119
16.27/16.30	o 117
25.37/25.46	o 110
43.34/43.42	o 109
81.42/81.58	o 108
104.50/104.70	o 106
253.84/254.17	o 105
414.51/414.91	o 104
455.67/456.11	o 101
917.99/918.80	o 100
921.10/921.91	o 99
2170.66/2172.56	o 98
2400.06/2402.10	s SATISFIABLE
2400.06/2402.10	v <instantiation type="solution">
2400.06/2402.10	v   <list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] </list>
2400.06/2402.10	v   <values> 0 6 10 17 26 56 61 64 83 85 97 98 </values>
2400.06/2402.10	v </instantiation>

Verifier Data

OK	98

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

pid=2740
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 2.06 2.03 1.88 3/248 2743
/proc/meminfo: memFree=32037360/32770624 swapFree=5956/210324
[pid=2743] ppid=2740 vsize=28312 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4194304 402 0 0 0 0 0 0 0 20 0 1 0 326065 28991488 223 33554432000 4194304 7402444 140728627487872 140728627484920 139757187763728 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 7078 223 185 784 0 60 0

[startup+0.100132 s]
/proc/loadavg: 2.06 2.03 1.88 3/248 2743
/proc/meminfo: memFree=32037360/32770624 swapFree=5956/210324
[pid=2743] ppid=2740 vsize=28940 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 1106 0 0 0 8 0 0 0 20 0 1 0 326065 29634560 935 33554432000 4194304 7402444 140728627487872 140728627477648 139757167328229 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 7235 935 727 784 0 249 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28940

[startup+0.200278 s]
/proc/loadavg: 2.06 2.03 1.88 3/248 2743
/proc/meminfo: memFree=32037360/32770624 swapFree=5956/210324
[pid=2743] ppid=2740 vsize=29192 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 1182 0 0 0 18 0 0 0 20 0 1 0 326065 29892608 999 33554432000 4194304 7402444 140728627487872 140728627478568 139757167328229 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 7298 999 727 784 0 312 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 29192

[startup+0.300243 s]
/proc/loadavg: 2.06 2.03 1.88 3/248 2743
/proc/meminfo: memFree=32037360/32770624 swapFree=5956/210324
[pid=2743] ppid=2740 vsize=29596 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 1290 0 0 0 28 0 0 0 20 0 1 0 326065 30306304 1101 33554432000 4194304 7402444 140728627487872 140728627478760 6048604 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 7399 1101 728 784 0 413 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29596

[startup+0.700185 s]
/proc/loadavg: 2.06 2.03 1.88 3/248 2743
/proc/meminfo: memFree=32037360/32770624 swapFree=5956/210324
[pid=2743] ppid=2740 vsize=31360 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 1712 0 0 0 68 0 0 0 20 0 1 0 326065 32112640 1544 33554432000 4194304 7402444 140728627487872 140728627478600 139757167789036 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 7840 1544 728 784 0 854 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31360

[startup+1.50019 s]
/proc/loadavg: 1.97 2.01 1.87 3/249 2744
/proc/meminfo: memFree=32025016/32770624 swapFree=5956/210432
[pid=2743] ppid=2740 vsize=34740 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 2643 0 0 0 148 0 0 0 20 0 1 0 326065 35573760 2371 33554432000 4194304 7402444 140728627487872 140728627478536 6002611 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 8685 2371 728 784 0 1699 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 34740

[startup+3.10022 s]
/proc/loadavg: 1.97 2.01 1.87 3/249 2744
/proc/meminfo: memFree=32017712/32770624 swapFree=5956/210432
[pid=2743] ppid=2740 vsize=44748 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 7333 0 0 0 307 0 0 0 20 0 1 0 326065 45821952 4886 33554432000 4194304 7402444 140728627487872 140728627478760 5820244 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 11187 4886 728 784 0 4201 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 44748

[startup+6.30028 s]
/proc/loadavg: 1.98 2.01 1.87 3/249 2744
/proc/meminfo: memFree=31961492/32770624 swapFree=5956/210460
[pid=2743] ppid=2740 vsize=83952 CPUtime=6.27 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 27180 0 0 0 625 2 0 0 20 0 1 0 326065 85966848 14677 33554432000 4194304 7402444 140728627487872 140728627482152 5758845 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 20988 14677 766 784 0 14002 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 83952

[startup+12.7003 s]
/proc/loadavg: 1.98 2.01 1.87 3/249 2744
/proc/meminfo: memFree=31870984/32770624 swapFree=5956/210460
[pid=2743] ppid=2740 vsize=88308 CPUtime=12.67 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 41439 0 0 0 1264 3 0 0 20 0 1 0 326065 90427392 15761 33554432000 4194304 7402444 140728627487872 140728627482328 5878564 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 22077 15761 766 784 0 15091 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 88308

[startup+25.5004 s]
/proc/loadavg: 2.05 2.03 1.88 3/249 2744
/proc/meminfo: memFree=31834940/32770624 swapFree=5956/210488
[pid=2743] ppid=2740 vsize=91476 CPUtime=25.46 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 70842 0 0 0 2541 5 0 0 20 0 1 0 326065 93671424 16607 33554432000 4194304 7402444 140728627487872 140728627482888 5758807 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 22869 16607 766 784 0 15883 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 91476

[startup+51.1004 s]
/proc/loadavg: 2.03 2.03 1.88 3/249 2744
/proc/meminfo: memFree=31813588/32770624 swapFree=5956/210500
[pid=2743] ppid=2740 vsize=93852 CPUtime=51.03 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 86554 0 0 0 5098 5 0 0 20 0 1 0 326065 96104448 17184 33554432000 4194304 7402444 140728627487872 140728627482152 5878467 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 23463 17184 766 784 0 16477 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 93852

[startup+102.3 s]
/proc/loadavg: 2.05 2.04 1.89 3/249 2745
/proc/meminfo: memFree=31799168/32770624 swapFree=5956/210544
[pid=2743] ppid=2740 vsize=95172 CPUtime=102.2 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 102542 0 0 0 10214 6 0 0 20 0 1 0 326065 97456128 17519 33554432000 4194304 7402444 140728627487872 140728627482168 4747176 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 23793 17519 766 784 0 16807 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 95172

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 1.90 3/248 2747
/proc/meminfo: memFree=31793452/32770624 swapFree=5956/210592
[pid=2743] ppid=2740 vsize=96096 CPUtime=162.11 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 114785 0 0 0 16204 7 0 0 20 0 1 0 326065 98402304 17765 33554432000 4194304 7402444 140728627487872 140728627482152 4529237 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24024 17765 766 784 0 17038 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 96096

[startup+222.309 s]
/proc/loadavg: 2.01 2.03 1.90 3/248 2748
/proc/meminfo: memFree=31792092/32770624 swapFree=5956/210620
[pid=2743] ppid=2740 vsize=96228 CPUtime=222.07 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 115138 0 0 0 22200 7 0 0 20 0 1 0 326065 98537472 17783 33554432000 4194304 7402444 140728627487872 140728627482152 4747208 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24057 17783 766 784 0 17071 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 96228

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/248 2749
/proc/meminfo: memFree=31790828/32770624 swapFree=5956/210668
[pid=2743] ppid=2740 vsize=97020 CPUtime=282.01 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 115697 0 0 0 28194 7 0 0 20 0 1 0 326065 99348480 18003 33554432000 4194304 7402444 140728627487872 140728627482152 4238492 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24255 18003 766 784 0 17269 0
Current children cumulated CPU time (s) 282.01
Current children cumulated vsize (KiB) 97020

[startup+342.3 s]
/proc/loadavg: 2.04 2.03 1.92 3/243 2751
/proc/meminfo: memFree=31789192/32770624 swapFree=5956/210692
[pid=2743] ppid=2740 vsize=97284 CPUtime=341.97 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 116346 0 0 0 34189 8 0 0 20 0 1 0 326065 99618816 18036 33554432000 4194304 7402444 140728627487872 140728627482216 5758845 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24321 18036 766 784 0 17335 0
Current children cumulated CPU time (s) 341.97
Current children cumulated vsize (KiB) 97284

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/243 2752
/proc/meminfo: memFree=31787484/32770624 swapFree=5956/210728
[pid=2743] ppid=2740 vsize=97416 CPUtime=401.92 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 116986 0 0 0 40184 8 0 0 20 0 1 0 326065 99753984 18088 33554432000 4194304 7402444 140728627487872 140728627482152 5758845 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24354 18088 766 784 0 17368 0
Current children cumulated CPU time (s) 401.92
Current children cumulated vsize (KiB) 97416

[startup+462.3 s]
/proc/loadavg: 2.05 2.04 1.94 3/243 2760
/proc/meminfo: memFree=31786372/32770624 swapFree=5956/210768
[pid=2743] ppid=2740 vsize=97416 CPUtime=461.87 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 117659 0 0 0 46179 8 0 0 20 0 1 0 326065 99753984 18116 33554432000 4194304 7402444 140728627487872 140728627482888 5758845 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24354 18116 766 784 0 17368 0
Current children cumulated CPU time (s) 461.87
Current children cumulated vsize (KiB) 97416

[startup+522.3 s]
/proc/loadavg: 2.09 2.05 1.95 3/243 2761
/proc/meminfo: memFree=31784024/32770624 swapFree=5956/210800
[pid=2743] ppid=2740 vsize=97680 CPUtime=521.82 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 118351 0 0 0 52174 8 0 0 20 0 1 0 326065 100024320 18149 33554432000 4194304 7402444 140728627487872 140728627482152 5871081 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24420 18149 766 784 0 17434 0
Current children cumulated CPU time (s) 521.82
Current children cumulated vsize (KiB) 97680

[startup+582.3 s]
/proc/loadavg: 2.07 2.05 1.96 3/243 2762
/proc/meminfo: memFree=31783836/32770624 swapFree=5956/210832
[pid=2743] ppid=2740 vsize=97680 CPUtime=581.77 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 119044 0 0 0 58169 8 0 0 20 0 1 0 326065 100024320 18164 33554432000 4194304 7402444 140728627487872 140728627482152 4238498 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24420 18164 766 784 0 17434 0
Current children cumulated CPU time (s) 581.77
Current children cumulated vsize (KiB) 97680


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


[startup+1542.31 s]
/proc/loadavg: 2.05 2.03 1.98 3/243 2785
/proc/meminfo: memFree=31779348/32770624 swapFree=5800/211320
[pid=2743] ppid=2740 vsize=98208 CPUtime=1540.98 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 127012 0 0 0 154089 9 0 0 20 0 1 0 326065 100564992 18325 33554432000 4194304 7402444 140728627487872 140728627482152 5877540 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24552 18325 766 784 0 17566 0
Current children cumulated CPU time (s) 1540.98
Current children cumulated vsize (KiB) 98208

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/243 2786
/proc/meminfo: memFree=31779640/32770624 swapFree=5800/211356
[pid=2743] ppid=2740 vsize=98208 CPUtime=1600.92 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 127354 0 0 0 160083 9 0 0 20 0 1 0 326065 100564992 18325 33554432000 4194304 7402444 140728627487872 140728627482152 4248926 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24552 18325 766 784 0 17566 0
Current children cumulated CPU time (s) 1600.92
Current children cumulated vsize (KiB) 98208

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/244 2795
/proc/meminfo: memFree=31779332/32770624 swapFree=5800/211356
[pid=2743] ppid=2740 vsize=98340 CPUtime=1660.87 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 127704 0 0 0 166078 9 0 0 20 0 1 0 326065 100700160 18325 33554432000 4194304 7402444 140728627487872 140728627482168 5758845 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18325 766 784 0 17599 0
Current children cumulated CPU time (s) 1660.87
Current children cumulated vsize (KiB) 98340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/244 2796
/proc/meminfo: memFree=31778936/32770624 swapFree=5800/211384
[pid=2743] ppid=2740 vsize=98340 CPUtime=1720.82 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 128065 0 0 0 172073 9 0 0 20 0 1 0 326065 100700160 18326 33554432000 4194304 7402444 140728627487872 140728627482168 4238492 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18326 766 784 0 17599 0
Current children cumulated CPU time (s) 1720.82
Current children cumulated vsize (KiB) 98340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/244 2797
/proc/meminfo: memFree=31778700/32770624 swapFree=5800/211412
[pid=2743] ppid=2740 vsize=98340 CPUtime=1780.77 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 128420 0 0 0 178068 9 0 0 20 0 1 0 326065 100700160 18340 33554432000 4194304 7402444 140728627487872 140728627482168 4747338 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18340 766 784 0 17599 0
Current children cumulated CPU time (s) 1780.77
Current children cumulated vsize (KiB) 98340

[startup+1842.3 s]
/proc/loadavg: 2.05 2.03 1.99 3/244 2798
/proc/meminfo: memFree=31778372/32770624 swapFree=5800/211444
[pid=2743] ppid=2740 vsize=98340 CPUtime=1840.72 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 128785 0 0 0 184063 9 0 0 20 0 1 0 326065 100700160 18340 33554432000 4194304 7402444 140728627487872 140728627482168 5758711 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18340 766 784 0 17599 0
Current children cumulated CPU time (s) 1840.72
Current children cumulated vsize (KiB) 98340

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 1.99 3/244 2799
/proc/meminfo: memFree=31779112/32770624 swapFree=5800/211480
[pid=2743] ppid=2740 vsize=98340 CPUtime=1900.67 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 129144 0 0 0 190058 9 0 0 20 0 1 0 326065 100700160 18344 33554432000 4194304 7402444 140728627487872 140728627482168 4747338 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18344 766 784 0 17599 0
Current children cumulated CPU time (s) 1900.67
Current children cumulated vsize (KiB) 98340

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/243 2801
/proc/meminfo: memFree=31779236/32770624 swapFree=5800/211520
[pid=2743] ppid=2740 vsize=98340 CPUtime=1960.62 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 129503 0 0 0 196053 9 0 0 20 0 1 0 326065 100700160 18344 33554432000 4194304 7402444 140728627487872 140728627482168 4249056 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18344 766 784 0 17599 0
Current children cumulated CPU time (s) 1960.62
Current children cumulated vsize (KiB) 98340

[startup+2022.3 s]
/proc/loadavg: 2.08 2.03 1.99 3/243 2802
/proc/meminfo: memFree=31779572/32770624 swapFree=5800/211548
[pid=2743] ppid=2740 vsize=98340 CPUtime=2020.57 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 129871 0 0 0 202048 9 0 0 20 0 1 0 326065 100700160 18344 33554432000 4194304 7402444 140728627487872 140728627482168 5877690 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18344 766 784 0 17599 0
Current children cumulated CPU time (s) 2020.57
Current children cumulated vsize (KiB) 98340

[startup+2082.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/243 2803
/proc/meminfo: memFree=31777460/32770624 swapFree=5800/211580
[pid=2743] ppid=2740 vsize=98340 CPUtime=2080.53 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 130233 0 0 0 208044 9 0 0 20 0 1 0 326065 100700160 18346 33554432000 4194304 7402444 140728627487872 140728627482168 5758807 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18346 766 784 0 17599 0
Current children cumulated CPU time (s) 2080.53
Current children cumulated vsize (KiB) 98340

[startup+2142.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/243 2805
/proc/meminfo: memFree=31777900/32770624 swapFree=5800/211584
[pid=2743] ppid=2740 vsize=98340 CPUtime=2140.47 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 130615 0 0 0 214038 9 0 0 20 0 1 0 326065 100700160 18350 33554432000 4194304 7402444 140728627487872 140728627482168 4747176 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18350 766 784 0 17599 0
Current children cumulated CPU time (s) 2140.47
Current children cumulated vsize (KiB) 98340

[startup+2202.31 s]
/proc/loadavg: 2.01 2.03 2.00 3/243 2806
/proc/meminfo: memFree=31778932/32770624 swapFree=5800/211636
[pid=2743] ppid=2740 vsize=98340 CPUtime=2200.43 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 131001 0 0 0 220034 9 0 0 20 0 1 0 326065 100700160 18353 33554432000 4194304 7402444 140728627487872 140728627482888 4359552 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18353 766 784 0 17599 0
Current children cumulated CPU time (s) 2200.43
Current children cumulated vsize (KiB) 98340

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/243 2814
/proc/meminfo: memFree=31778820/32770624 swapFree=5800/211684
[pid=2743] ppid=2740 vsize=98340 CPUtime=2260.37 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 131374 0 0 0 226028 9 0 0 20 0 1 0 326065 100700160 18354 33554432000 4194304 7402444 140728627487872 140728627482888 5758807 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18354 766 784 0 17599 0
Current children cumulated CPU time (s) 2260.37
Current children cumulated vsize (KiB) 98340

[startup+2322.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/243 2837
/proc/meminfo: memFree=31776460/32770624 swapFree=5800/211700
[pid=2743] ppid=2740 vsize=98340 CPUtime=2320.32 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 131723 0 0 0 232023 9 0 0 20 0 1 0 326065 100700160 18354 33554432000 4194304 7402444 140728627487872 140728627482888 5877644 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18354 766 784 0 17599 0
Current children cumulated CPU time (s) 2320.32
Current children cumulated vsize (KiB) 98340

[startup+2382.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/243 2838
/proc/meminfo: memFree=31777344/32770624 swapFree=5800/211732
[pid=2743] ppid=2740 vsize=98340 CPUtime=2380.28 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 132095 0 0 0 238019 9 0 0 20 0 1 0 326065 100700160 18356 33554432000 4194304 7402444 140728627487872 140728627482888 5758845 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18356 766 784 0 17599 0
Current children cumulated CPU time (s) 2380.28
Current children cumulated vsize (KiB) 98340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402.1 s]
/proc/loadavg: 2.02 2.04 2.01 3/243 2838
/proc/meminfo: memFree=31777592/32770624 swapFree=5800/211736
[pid=2743] ppid=2740 vsize=98340 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 132430 0 0 0 239997 9 0 0 20 0 1 0 326065 100700160 18356 33554432000 4194304 7402444 140728627487872 140728627482888 5878157 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18356 766 784 0 17599 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 98340

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 2743 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2402.1 s]
/proc/loadavg: 2.02 2.04 2.01 3/243 2838
/proc/meminfo: memFree=31777592/32770624 swapFree=5800/211736
[pid=2743] ppid=2740 vsize=98340 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/2743/stat : 2743 (MistralXCSP) R 2740 2743 2447 0 -1 4202496 132430 0 0 0 239997 9 0 0 20 0 1 0 326065 100700160 18356 33554432000 4194304 7402444 140728627487872 140728627482888 5878157 0 0 4096 16386 0 0 0 17 9 0 0 0 0 0 9500608 9505824 20783104 140728627492009 140728627492158 140728627492158 140728627494857 0
/proc/2743/statm: 24585 18356 766 784 0 17599 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 98340

Child status: 0
Real time (s): 2402.1
CPU time (s): 2400.07
CPU user time (s): 2399.98
CPU system time (s): 0.097918
CPU usage (%): 99.9156
Max. virtual memory (cumulated for all children) (KiB): 98340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.98
system time used= 0.097918
maximum resident set size= 73448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132468
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= 39
involuntary context switches= 122019

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.9236 second user time and 13.7099 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-21 17:23:04
IDJOB=4241216
IDBENCH=126246
IDSOLVER=2622
FILE ID=node127/4241216-1500650584
RUNJOBID= node127-1500648174-2479
PBS_JOBID= 20623293
Free space on /tmp= 61980 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-12-a4.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-4241216-1500650584/watcher-4241216-1500650584 -o /tmp/evaluation-result-4241216-1500650584/solver-4241216-1500650584 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500648174-2479 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 435707687 HOME/instance-4241216-1500650584.xml

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

MD5SUM BENCH= 72e40c8851280ca3f4afc7fa1ebce33e
RANDOM SEED=435707687

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32038068 kB
MemAvailable:   32029488 kB
Buffers:           28616 kB
Cached:           275468 kB
SwapCached:            0 kB
Active:           143076 kB
Inactive:         219192 kB
Active(anon):      61168 kB
Inactive(anon):     8544 kB
Active(file):      81908 kB
Inactive(file):   210648 kB
Unevictable:        5956 kB
Mlocked:            5956 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11600 kB
Writeback:             0 kB
AnonPages:         64052 kB
Mapped:            29892 kB
Shmem:              8840 kB
Slab:              60864 kB
SReclaimable:      29396 kB
SUnreclaim:        31468 kB
KernelStack:        4928 kB
PageTables:         4320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     328840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 61972 MiB
End job on node127 at 2017-07-21 18:03:06